swc/ecmascript/transforms/optimization
Donny/강동윤 4b2903e3b4
fix(es/minifier): Fix minifier (#2564)
swc_ecma_minifier:
 - Don't change depth of function while negating if statements. (#2558)

swc_ecma_transforms_optimization:
 - `dead_branch_remover`: Preserve `this`. (#2465, #2466)

swc:
 - Make `toplevel` default to true if `module` is true. (#2254)
2021-10-28 04:35:45 +00:00
..
src fix(es/minifier): Fix minifier (#2564) 2021-10-28 04:35:45 +00:00
tests fix(es/minifier): Fix minifier (#2564) 2021-10-28 04:35:45 +00:00
Cargo.toml fix(es/minifier): Fix minifier (#2564) 2021-10-28 04:35:45 +00:00