swc/crates/swc_ecma_minifier/tests/compress/fixture
Donny/강동윤 73cab638a1
fix(es/minifier): Preserve unresolved references (#3780)
swc_ecma_minifier:
 - `pure`: Add an optional list of bindings.
 - `pure`: Drop identifier only if we have the complete list of bindings.
 - `pure`: Allow using `GLOBALS`.
 - `pure`: Drop some pure member expressions.
 - Move identifier dropping logic from the stateful optimizer to the pure optimizer.
 - `pure`: Drop more references to global declarations.
2022-02-28 16:31:13 +00:00
..
issues fix(es/minifier): Fix inlining logic (#3776) 2022-02-28 12:07:12 +00:00
next fix(es/minifier): Preserve unresolved references (#3780) 2022-02-28 16:31:13 +00:00
projects fix(es/minifier): Fix inlining logic (#3776) 2022-02-28 12:07:12 +00:00
reduced fix(es/minifier): Fix analyzer (#3557) 2022-02-14 15:47:16 +09:00
simple fix(es/minifier): Fix analyzer (#3557) 2022-02-14 15:47:16 +09:00
terser test(es/minifier): Add snapshot testing for the analyzer (#3529) 2022-02-11 18:33:08 +09:00