mirror of
https://github.com/danbulant/oxc
synced 2026-05-24 12:21:58 +00:00
8 lines
214 B
Rust
8 lines
214 B
Rust
mod collapse_variable_declarations;
|
|
mod dead_code_elimination;
|
|
mod fold_conditions;
|
|
mod fold_constants;
|
|
mod minimize_conditions;
|
|
mod remove_syntax;
|
|
mod reorder_constant_expression;
|
|
mod substitute_alternate_syntax;
|