oxc/crates/oxc_minifier/src
2024-08-20 22:58:59 +08:00
..
ast_passes refactor(minifier): remove duplicated helper move_out_expression (#5007) 2024-08-20 14:00:33 +00:00
node_util refactor(minifier): add NodeUtil trait for accessing symbols on ast nodes (#4734) 2024-08-08 02:48:25 +00:00
plugins perf(minifier): InjectGlobalVariables only add to replaced_dot_defines once for each (#4803) 2024-08-10 13:46:15 +00:00
compressor.rs refactor(minifier): use oxc_traverse for AST passes (#4725) 2024-08-07 13:26:29 +00:00
keep_var.rs refactor(minifier): move tests and files around 2024-08-07 20:01:55 +08:00
lib.rs refactor(oxc,mangler): oxc crate add mangler; mangler use options API 2024-08-20 22:58:59 +08:00
options.rs fix(minifier): do not remove_syntax in dead_code_elimination 2024-08-06 16:34:04 +08:00
tri.rs
ty.rs refactor(minifier): move tests and files around 2024-08-07 20:01:55 +08:00