mirror of
https://github.com/swc-project/swc.git
synced 2024-12-19 11:42:13 +03:00
53b031b019
swc_ecma_transforms_base: - `resolver`: Handle constructor properties correctly. (#2021) swc_ecma_transforms_compat: - `block_scoping`: Handle arrows in loops. (#2027) - `block_scoping`: Handle nested for loops with function between them. (#2027) - `regenerator`: Handle rhs of `||` correctly. (#2024) swc: - Add a test for #1734. (#1734) |
||
---|---|---|
.. | ||
es2015_arrow.rs | ||
es2015_block_scoping.rs | ||
es2015_classes.rs | ||
es2015_computed_props.rs | ||
es2015_destructuring.rs | ||
es2015_duplicated_keys.rs | ||
es2015_for_of.rs | ||
es2015_parameters.rs | ||
es2015_regenerator.rs | ||
es2015_spread.rs | ||
es2015_template_literals.rs | ||
es2017_async_to_generator.rs | ||
es2018_object_rest_spread.rs | ||
es2020_class_properties.rs | ||
es2020_optional_chaining.rs | ||
es2021_logcal_assignments.rs |