swc/ecmascript/transforms/optimization/tests
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
..
dce fix(es/transforms): Fix bugs (#1769) 2021-05-30 19:52:51 +09:00
expr-simplifier fix(es): Fix some easy bugs (#2166) 2021-08-27 06:03:06 +00:00
const_modules.rs fix(bundler): Prepare renaming of bundler (#2066) 2021-08-13 10:03:04 +00:00
fixture.rs fix(es/minifier): Don't optimize new String. (#2341) 2021-10-04 06:44:37 +00:00
simplify_dce.rs feat(swcpack): Enable concurrent mode (#2356) 2021-10-08 16:47:01 +09:00
simplify_inlining.rs fix(es/transforms/base): Reimplement hygiene (#2408) 2021-10-21 05:12:50 +00:00
simplify.rs fix(es/minifier): Fix minifier (#2564) 2021-10-28 04:35:45 +00:00