mirror of
https://github.com/swc-project/swc.git
synced 2025-01-05 12:03:47 +03:00
ee26337a25
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. |
||
---|---|---|
.. | ||
comparisons | ||
compress_numbers | ||
evaluate_1 | ||
evaluate_2 | ||
evaluate_3 | ||
evaluate_4 | ||
hex_numbers_in_parentheses_for_prototype_functions | ||
issue_1710 | ||
keep_numbers | ||
keep_numbers_in_properties_as_is | ||
no_number_function_transform_without_unsafe_math | ||
number_function_transform_with_unsafe_math | ||
numeric_separator_double_underscore | ||
numeric_separator_trailing_underscore | ||
numeric_separators | ||
unary_binary_parenthesis |