swc/crates/swc_ecma_minifier/tests/fixture/next/react-pdf-renderer
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
..
analysis-snapshot.rust-debug feat(es/minifier): Inline lazily initialized variables (#5737) 2022-09-08 08:07:43 +00:00
input.js fix(es/minifier): Reserve more symbols on eval (#4925) 2022-06-10 08:49:56 +00:00
mangle.json fix(es/minifier): Reserve more symbols on eval (#4925) 2022-06-10 08:49:56 +00:00
output.js feat(es/minifier): Inline lazily initialized variables (#5737) 2022-09-08 08:07:43 +00:00
output.mangleOnly.js feat(es/minifier): Change order of renaming to align with terser (#5780) 2022-09-08 05:23:23 +00:00