swc/crates/swc_ecma_minifier/tests/terser/compress/numbers
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
..
comparisons test(es/minifier): Add snapshots for the mangler (#4823) 2022-05-27 07:32:23 +00:00
compress_numbers feat(es/minifier): Align name mangler with terser (#5763) 2022-09-06 21:37:58 +09:00
evaluate_1 feat(es/minifier): Align name mangler with terser (#5763) 2022-09-06 21:37:58 +09:00
evaluate_2 feat(es/minifier): Align name mangler with terser (#5763) 2022-09-06 21:37:58 +09:00
evaluate_3 test(es/minifier): Add snapshots for the mangler (#4823) 2022-05-27 07:32:23 +00:00
evaluate_4 test(es/minifier): Add snapshots for the mangler (#4823) 2022-05-27 07:32:23 +00:00
hex_numbers_in_parentheses_for_prototype_functions test(es/minifier): Add snapshots for the mangler (#4823) 2022-05-27 07:32:23 +00:00
issue_1710 feat(es/minifier): Inline lazily initialized variables (#5737) 2022-09-08 08:07:43 +00:00
keep_numbers feat(es/minifier): Align name mangler with terser (#5763) 2022-09-06 21:37:58 +09:00
keep_numbers_in_properties_as_is feat(es/minifier): Align name mangler with terser (#5763) 2022-09-06 21:37:58 +09:00
no_number_function_transform_without_unsafe_math test(es/minifier): Add snapshots for the mangler (#4823) 2022-05-27 07:32:23 +00:00
number_function_transform_with_unsafe_math test(es/minifier): Add snapshots for the mangler (#4823) 2022-05-27 07:32:23 +00:00
numeric_separator_double_underscore refactor(es/minifier): Make rust-analyzer fast, really (#4746) 2022-05-23 16:16:05 +09:00
numeric_separator_trailing_underscore refactor(es/minifier): Make rust-analyzer fast, really (#4746) 2022-05-23 16:16:05 +09:00
numeric_separators fix(es/minifier): Fix calculation of character frequency (#5772) 2022-09-07 04:46:21 +00:00
unary_binary_parenthesis feat(es/minifier): Align name mangler with terser (#5763) 2022-09-06 21:37:58 +09:00