oxc/crates/oxc_minifier/src/ast_passes
Dunqing 60c52ba2b9 feat(ast): allow passing span to void_0 method (#6065)
unblock #6021

Keep the original expression's `span` to insert comments correctly. Have tested in #6021 and it worked
2024-09-26 05:46:40 +00:00
..
collapse_variable_declarations.rs feat(minifier): loop compressor passes (#6013) 2024-09-24 03:09:35 +00:00
exploit_assigns.rs feat(minifier): loop compressor passes (#6013) 2024-09-24 03:09:35 +00:00
mod.rs feat(minifier): loop compressor passes (#6013) 2024-09-24 03:09:35 +00:00
peephole_fold_constants.rs fix(minifier): compute void number as undefined (#6028) 2024-09-24 14:39:44 +00:00
peephole_minimize_conditions.rs feat(minifier): loop compressor passes (#6013) 2024-09-24 03:09:35 +00:00
peephole_remove_dead_code.rs feat(minifier): loop compressor passes (#6013) 2024-09-24 03:09:35 +00:00
peephole_substitute_alternate_syntax.rs feat(ast): allow passing span to void_0 method (#6065) 2024-09-26 05:46:40 +00:00
remove_syntax.rs feat(ast): allow passing span to void_0 method (#6065) 2024-09-26 05:46:40 +00:00
statement_fusion.rs feat(minifier): loop compressor passes (#6013) 2024-09-24 03:09:35 +00:00