swc/crates/swc_ecma_minifier/tests
2023-03-04 12:32:15 +09:00
..
benches-full fix(es/minifier): Don't skip expressions with side effects from seq inliner (#7007) 2023-03-04 12:32:15 +09:00
fixture fix(es/minifier): Don't skip expressions with side effects from seq inliner (#7007) 2023-03-04 12:32:15 +09:00
full fix(es/minifier): Don't inline conditionally initialized vars (#6751) 2023-01-11 06:01:56 +00:00
mangle fix(es/renamer): Handle rest params correctly (#6821) 2023-01-16 06:57:16 +00:00
pass-1 feat(es/minifier): Improve compatibility of arrows with terser (#6862) 2023-01-27 14:36:12 +09:00
pass-default feat(es/minifier): Implement trivial optimizations (#6256) 2022-11-02 01:21:32 +00:00
projects refactor(es/minifier): Merge cond_init with reassigned (#6850) 2023-01-26 10:17:33 +09:00
terser/compress fix(es/minifier): Fix toFixed, toPrecision, toExponential and toString of Number (#6960) 2023-02-19 23:18:14 +09:00
compress.rs fix(es/minifier): Make name mangler respect toplevel (#6774) 2023-01-10 06:42:49 +00:00
eval.rs feat(es/minifier): Handle boolean in Evaluator (#6756) 2023-01-06 08:15:07 +00:00
exec.rs fix(es/minifier): Don't skip shorthand properties from sequential inliner (#6918) 2023-02-09 03:07:31 +00:00
mangle.rs fix(es/minifier): Make name mangler respect toplevel (#6774) 2023-01-10 06:42:49 +00:00
passing.txt fix(es/minifier): Don't skip shorthand properties from sequential inliner (#6918) 2023-02-09 03:07:31 +00:00
postponed.txt feat(es/renamer): Support safari10 from the name mangler (#6801) 2023-01-13 05:00:13 +00:00
terser_exec_base.js refactor(es/minifier): Make rust-analyzer fast, really (#4746) 2022-05-23 16:16:05 +09:00
terser_exec.rs perf(es/minifier): Enable parallel processing (#5705) 2022-09-01 13:36:30 +09:00
TODO.txt fix(es/minifier): Don't skip shorthand properties from sequential inliner (#6918) 2023-02-09 03:07:31 +00:00