swc/crates/swc_ecma_minifier/tests
2023-05-19 13:35:50 +09:00
..
benches-full fix(es/minifier): Prevent inlining vars assigned outside current function scope (#7414) 2023-05-19 13:35:50 +09:00
fixture fix(es/minifier): Prevent inlining vars assigned outside current function scope (#7414) 2023-05-19 13:35:50 +09:00
full fix(es/minifier): Mark all function params as potential property mutation (#7409) 2023-05-18 01:19:17 +00:00
mangle fix(es/renamer): Ensure that param and function body are in same scope (#7271) 2023-04-15 04:19:52 +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/minifier): Mark all function params as potential property mutation (#7409) 2023-05-18 01:19:17 +00:00
terser/compress fix(es/minifier): Mark all function params as potential property mutation (#7409) 2023-05-18 01:19:17 +00:00
compress.rs feat(es/parser): Implement explicit resource management (#7322) 2023-05-10 04:16:44 +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): Use UTF16 length for str.length (#7275) 2023-04-15 14:50:52 +00:00
mangle.rs fix(es/minifier): Make name mangler respect toplevel (#6774) 2023-01-10 06:42:49 +00:00
passing.txt test(es/minifier): Enable more terser tests (#7396) 2023-05-16 03:21:08 +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 test(es/minifier): Enable more terser tests (#7396) 2023-05-16 03:21:08 +00:00