swc/crates/swc_ecma_minifier/tests/single-pass/1
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
..
analysis-snapshot.rust-debug test(es/minifier): Add snapshot testing for the analyzer (#3529) 2022-02-11 18:33:08 +09:00
input.js fix(es/minifier): Improve minifier (#3350) 2022-01-27 15:36:22 +09:00
output.js fix(es/minifier): Preserve unresolved references (#3780) 2022-02-28 16:31:13 +00:00