swc/crates/swc_ecma_minifier/tests/compress/fixture/next
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
..
30498/1 fix(es/minifier): Fix bugs (#3238) 2022-01-12 16:57:54 +09:00
31077/static/chunks/1606726a.10299989c08cb523 fix(es/minifier): Improve minifier (#3350) 2022-01-27 15:36:22 +09:00
31084/xml2js/parser fix(es/minifier): Fix bugs (#3238) 2022-01-12 16:57:54 +09:00
33265/static/chunks fix(es/minifier): Improve minifier (#3350) 2022-01-27 15:36:22 +09:00
33458/static/chunks/pages fix(es/minifier): Don't inline functions used as arguments (#3320) 2022-01-20 16:06:23 +09:00
feedback-1/reduced/1 fix(es/minifier): Don't inline a var if the initializer is reassigned (#3333) 2022-01-21 14:01:20 +09:00
.gitignore fix(es/minifier): Consider capturing while inlining (#3322) 2022-01-21 10:24:41 +09:00
config.json fix(es/minifier): Fix bugs (#3238) 2022-01-12 16:57:54 +09:00