swc/crates/swc_ecma_minifier/tests
Donny/강동윤 68e9017376
fix(es/minifier): Improve minifier (#3350)
swc_ecma_transforms_optimization:
 - `expr_simplifier`: Track more changes.

swc_ecma_minifier:
 - Analyze after applying the pure optimizer.
 - Preserve access to a variable not in scope.
 - `compress`: Remove string literal if it was not a directive.
 - `pure/collapse_vars`: Merge vars declared in the first statement into one with initializers if `collapse_vars` and `join_vars` are enabled.
 - `unused`: Use `usage_count` instead of `ref_count`.
 - `unused`: Fix dropping rule for member expressions.
 - `unused`: Fix dropping rule for declarations.
 - `hoist_props`: Preserve exported items.
2022-01-27 15:36:22 +09:00
..
compress/fixture fix(es/minifier): Improve minifier (#3350) 2022-01-27 15:36:22 +09:00
exec fix(es/minifier): Consider capturing while inlining (#3322) 2022-01-21 10:24:41 +09:00
full fix(es/minifier): Fix handling of inlined call to a hoisted function (#3223) 2022-01-11 19:37:06 +09:00
mangle feat(es/codegen): Make the output for empty objects and empty statements pretty (#3171) 2022-01-03 05:54:58 +09:00
projects fix(es/minifier): Improve minifier (#3350) 2022-01-27 15:36:22 +09:00
single-pass fix(es/minifier): Improve minifier (#3350) 2022-01-27 15:36:22 +09:00
terser/compress fix(es/minifier): Improve minifier (#3350) 2022-01-27 15:36:22 +09:00
compress.rs fix(es/minifier): Improve minifier (#3350) 2022-01-27 15:36:22 +09:00
eval.rs chore(ci): Configure clippy (#3250) 2022-01-13 23:06:11 +09:00
golden.txt fix(es/minifier): Improve minifier (#3350) 2022-01-27 15:36:22 +09:00
ignored.txt fix(es/minifier): Improve minifier (#3350) 2022-01-27 15:36:22 +09:00
mangle.rs chore(ci): Configure clippy (#3250) 2022-01-13 23:06:11 +09:00
postponed.txt refactor: Flatten ecmascript (#2708) 2021-11-10 19:00:54 +09:00