mirror of
https://github.com/danbulant/oxc
synced 2026-05-24 12:21:58 +00:00
6 lines
165 B
Rust
6 lines
165 B
Rust
mod collapse_variable_declarations;
|
|
mod fold_conditions;
|
|
mod fold_constants;
|
|
mod remove_dead_code;
|
|
mod reorder_constant_expression;
|
|
mod substitute_alternate_syntax;
|