swc/crates/swc_ecma_minifier/tests/single-pass
Austaras ee26337a25
feat(es/minifier): Inline lazily initialized variables (#5737)
Safety:

For a function-local variable, an expression with side-effects would be a call, including an indirect one with a member expression.

 - If the call is function-local, it will be analyzed by the analyzer and inliner will not work.
 - If the call is not a function-local one, it cannot modify the local variable.
2022-09-08 08:07:43 +00:00
..
1 feat(es/minifier): Make DCE single-pass (#5699) 2022-09-01 16:30:21 +00:00
2 feat(es/minifier): Make DCE single-pass (#5699) 2022-09-01 16:30:21 +00:00
3 refactor(es/minifier): Make rust-analyzer fast, really (#4746) 2022-05-23 16:16:05 +09:00
4 refactor(es/minifier): Make rust-analyzer fast, really (#4746) 2022-05-23 16:16:05 +09:00
5 refactor(es/minifier): Make rust-analyzer fast, really (#4746) 2022-05-23 16:16:05 +09:00
6 refactor(es/minifier): Make rust-analyzer fast, really (#4746) 2022-05-23 16:16:05 +09:00
terser feat(es/minifier): Optimize more string property names (#5545) 2022-08-18 11:58:05 +09:00
uiw-codemirror feat(es/minifier): Inline lazily initialized variables (#5737) 2022-09-08 08:07:43 +00:00
config.json refactor(es/minifier): Make rust-analyzer fast, really (#4746) 2022-05-23 16:16:05 +09:00