mirror of
https://github.com/swc-project/swc.git
synced 2024-12-20 04:01:39 +03:00
ef6a745599
swc_ecma_minifier: - Implement `evaluate` partially. - Store 'expected output' from terser along with our result. swc_ecma_transforms_base: - `fixer`: Don't wrap `+ (a % b)`. swc_ecma_transforms_optimization: - `expr_simplifier`: Preserve this in calls. |
||
---|---|---|
.. | ||
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 |