mirror of
https://github.com/swc-project/swc.git
synced 2024-11-28 19:22:32 +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. |
||
---|---|---|
.. | ||
accept_destructuring_async_word_with_default | ||
accept_duplicated_parameters_in_non_strict_without_spread_or_default_assignment | ||
arrow_functions | ||
arrow_return | ||
default_arguments | ||
default_values_in_destructurings | ||
destructuring_arguments_1 | ||
destructuring_arguments_2 | ||
destructuring_arguments_3 | ||
regression_arrow_functions_and_hoist | ||
regression_assign_arrow_functions |