swc/ecmascript/transforms/compat/tests
강동윤 53b031b019
fix(swc): Fix bugs (#2034)
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)
2021-08-09 07:38:46 +00:00
..
es2015_arrow.rs fix(es/transforms/compat): Handle references to arguments inside arrow functions and block scoped loops (#1585) 2021-04-19 15:50:44 +00:00
es2015_block_scoping.rs fix(swc): Fix bugs (#2034) 2021-08-09 07:38:46 +00:00
es2015_classes.rs fix(es/transforms/classes): Fix a bug related to super property access (#1960) 2021-08-06 23:20:02 +09:00
es2015_computed_props.rs feat(ecmascript/transforms): Split into multiple crates. (#1311) 2021-01-05 14:29:52 +09:00
es2015_destructuring.rs fix(es/transforms/base): Fix hygiene (#1964) 2021-07-26 19:16:39 +09:00
es2015_duplicated_keys.rs feat(ecmascript/transforms): Split into multiple crates. (#1311) 2021-01-05 14:29:52 +09:00
es2015_for_of.rs feat(ecmascript/transforms): Split into multiple crates. (#1311) 2021-01-05 14:29:52 +09:00
es2015_parameters.rs fix(es/transforms): Allow using rest pattern in arrow functions. (#1926) 2021-07-16 07:05:00 +00:00
es2015_regenerator.rs fix(swc): Fix bugs (#2034) 2021-08-09 07:38:46 +00:00
es2015_spread.rs feat(ecmascript/transforms): Split into multiple crates. (#1311) 2021-01-05 14:29:52 +09:00
es2015_template_literals.rs fix(swc): Fix bugs (#1745) 2021-05-26 01:24:58 +09:00
es2017_async_to_generator.rs fix(swc): Fix bugs (#2034) 2021-08-09 07:38:46 +00:00
es2018_object_rest_spread.rs feat(ecmascript/transforms): Split into multiple crates. (#1311) 2021-01-05 14:29:52 +09:00
es2020_class_properties.rs fix(swc): Fix bugs (#2034) 2021-08-09 07:38:46 +00:00
es2020_optional_chaining.rs fix(es/transforms): Fix transforms (#1900) 2021-07-08 04:54:57 +00:00
es2021_logcal_assignments.rs fix(es/transforms): Fix transforms (#1861) 2021-06-26 16:02:15 +09:00