oxc/crates/oxc_minifier/src
2024-10-25 01:29:56 +00:00
..
ast_passes feat(minifier): implement folding substring string fns (#6869) 2024-10-25 01:29:56 +00:00
node_util feat(ecmascript): add abstract_relational_comparison to dce (#6846) 2024-10-24 06:46:07 +00:00
compressor.rs feat(minifier): implement collapse-variable-declarations (#6464) 2024-10-13 23:01:50 +08:00
keep_var.rs fix(minifier): Preserve init variable declarations when removing for statements during DCE (#6551) 2024-10-15 16:51:30 +08:00
lib.rs refactor(rust): remove the annoying clippy::wildcard_imports (#6860) 2024-10-24 13:57:19 +00:00
options.rs refactor(minifier): move tests to their src files (#5912) 2024-09-20 07:56:37 +00:00
tester.rs fix(codegen): print negative bigint 1n- -1n correctly after constant folding (#6798) 2024-10-23 04:56:50 +00:00
tri.rs feat(ecmascript): add abstract_relational_comparison to dce (#6846) 2024-10-24 06:46:07 +00:00