swc/crates/swc_ecma_minifier/tests/terser/compress/parameters
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
..
accept_destructuring_async_word_with_default feat(es/minifier): Align name mangler with terser (#5763) 2022-09-06 21:37:58 +09:00
accept_duplicated_parameters_in_non_strict_without_spread_or_default_assignment feat(es/minifier): Align name mangler with terser (#5763) 2022-09-06 21:37:58 +09:00
arrow_functions feat(es/minifier): Improve gzipped size (#5631) 2022-08-26 05:23:01 +00:00
arrow_return feat(es/minifier): Align name mangler with terser (#5763) 2022-09-06 21:37:58 +09:00
default_arguments feat(es/minifier): Consider char frequencies (#5375) 2022-08-03 10:20:17 +00:00
default_values_in_destructurings feat(es/minifier): Align name mangler with terser (#5763) 2022-09-06 21:37:58 +09:00
destructuring_arguments_1 feat(es/minifier): Consider char frequencies (#5375) 2022-08-03 10:20:17 +00:00
destructuring_arguments_2 feat(es/minifier): Align name mangler with terser (#5763) 2022-09-06 21:37:58 +09:00
destructuring_arguments_3 feat(es/minifier): Consider char frequencies (#5375) 2022-08-03 10:20:17 +00:00
regression_arrow_functions_and_hoist feat(es/minifier): Align name mangler with terser (#5763) 2022-09-06 21:37:58 +09:00
regression_assign_arrow_functions feat(es/minifier): Inline lazily initialized variables (#5737) 2022-09-08 08:07:43 +00:00