mirror of
https://github.com/swc-project/swc.git
synced 2024-12-18 19:21:33 +03:00
2c477780f0
swc_ecma_parser: - Don't panic on `typeof import(T)`. (#2198) - Fix parsing of ternary. (#2196) swc_ecma_transforms_base: - `fixer`: Handle unary in lhs of an exponentation expression. (#2191) swc_ecma_transforms_compat: - Use variable for `this` in arrow expressions. (#2212) swc_ecma_visit: - Add a trait `InjectVars`. node_swc: - Increease recursion limit while deserializing. (#2223) |
||
---|---|---|
.. | ||
fixture | ||
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_new_target.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 |