swc/crates/swc_ecma_minifier/tests
2023-03-22 06:31:43 +00:00
..
benches-full fix(es/minifier): Remove wrong optimization of new RegExp(…) (#7091) 2023-03-17 03:22:02 +00:00
fixture fix(es/renamer): Don't use symbols used by declarations if eval exists (#7116) 2023-03-22 06:31:43 +00:00
full fix(es/renamer): Don't use symbols used by declarations if eval exists (#7116) 2023-03-22 06:31:43 +00:00
mangle fix(es/renamer): Handle rest params correctly (#6821) 2023-01-16 06:57:16 +00:00
pass-1 feat(es/minifier): Optimize calls to Boolean/Number/String/Symbol (#7006) 2023-03-04 04:14:14 +00:00
pass-default feat(es/minifier): Implement trivial optimizations (#6256) 2022-11-02 01:21:32 +00:00
projects fix(es/renamer): Don't use symbols used by declarations if eval exists (#7116) 2023-03-22 06:31:43 +00:00
terser/compress fix(es/renamer): Don't use symbols used by declarations if eval exists (#7116) 2023-03-22 06:31:43 +00:00
compress.rs refactor: Fix lints using clippy from nightly-2023-03-13 (#6920) 2023-03-14 04:56:21 +00:00
eval.rs perf(es/ast): Shrink size of Expr (#7041) 2023-03-09 13:34:11 +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 feat(es/minifier): Optimize calls to Boolean/Number/String/Symbol (#7006) 2023-03-04 04:14:14 +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 refactor: Fix lints using clippy from nightly-2023-03-13 (#6920) 2023-03-14 04:56:21 +00:00
TODO.txt feat(es/minifier): Optimize calls to Boolean/Number/String/Symbol (#7006) 2023-03-04 04:14:14 +00:00