swc/ecmascript/transforms/compat/tests
Iron Lu 403f647752
fix(es/transforms/classes): Fix a bug related to super property access (#1960)
swc_ecma_transforms_classes:
 - Fix super access. (#1959)
2021-08-06 23:20:02 +09: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(es/transforms): Fix transforms (#1909) 2021-07-10 11:18:28 +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(es/transforms): Fix transforms (#1909) 2021-07-10 11:18:28 +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(es/transforms): Fix transforms (#1909) 2021-07-10 11:18:28 +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(es/transforms/classes): Fix a bug related to super property access (#1960) 2021-08-06 23:20:02 +09: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