oxc/crates/oxc_minifier/tests/ast_passes
2024-09-20 05:20:07 +00:00
..
collapse_variable_declarations.rs fix(minifier): do not join require calls for cjs-module-lexer (#4875) 2024-08-13 12:21:37 +00:00
dead_code_elimination.rs feat(minifier): add MinimizeConditions pass (#5747) 2024-09-13 08:31:45 +00:00
fold_conditions.rs
mod.rs refactor(minifier): align ast pass names with closure compiler (#5908) 2024-09-20 05:20:07 +00:00
peephole_fold_constants.rs refactor(minifier): align ast pass names with closure compiler (#5908) 2024-09-20 05:20:07 +00:00
peephole_minimize_conditions.rs refactor(minifier): align ast pass names with closure compiler (#5908) 2024-09-20 05:20:07 +00:00
peephole_substitute_alternate_syntax.rs refactor(minifier): align ast pass names with closure compiler (#5908) 2024-09-20 05:20:07 +00:00
remove_syntax.rs refactor(minifier): add tests for remove_syntax (#5749) 2024-09-13 08:59:45 +00:00
reorder_constant_expression.rs