swc/crates/swc_ecma_transforms_compat/tests
2022-02-04 12:33:19 +09:00
..
block-scoping/issue-3347 fix(es/block-scoping): Pop scope correctly on early returns (#3360) 2022-01-25 17:22:58 +09:00
fixture fix(es/transforms): Fix this in async arrow class properties (#3252) 2022-01-14 12:44:34 +09:00
private-in-object fix(es/compat): Handle private fields in nested classes (#3431) 2022-02-03 08:54:30 +00:00
static-blocks refactor: Flatten ecmascript (#2708) 2021-11-10 19:00:54 +09:00
es2015_arrow.rs fix(es/utils): Fix handling of new.target (#3145) 2021-12-29 11:38:32 +00:00
es2015_block_scoping.rs fix(es/block-scoping): Pop scope correctly on early returns (#3360) 2022-01-25 17:22:58 +09:00
es2015_classes.rs fix(es/compat): Fix handling of class methods with a big int as a key (#3118) 2021-12-25 14:46:56 +00:00
es2015_computed_props.rs fix(es/compat): Fix computed_properties (#3120) 2021-12-28 08:07:30 +00:00
es2015_destructuring.rs fix(es/compat): Handle initializer hole in array patterns (#3442) 2022-02-04 12:33:19 +09:00
es2015_duplicated_keys.rs refactor: Flatten ecmascript (#2708) 2021-11-10 19:00:54 +09:00
es2015_for_of.rs fix(es/transforms/compat): Fix block scoping (#2916) 2021-11-30 13:11:09 +09:00
es2015_new_target.rs fix(es/utils): Fix handling of new.target (#3145) 2021-12-29 11:38:32 +00:00
es2015_object_super.rs feat(es/compat): Implement object super (#3127) 2022-01-11 07:45:01 +00:00
es2015_parameters.rs feat(es/compat): Use var for _len and args in rest parameters (#3267) 2022-01-14 14:13:42 +00:00
es2015_regenerator.rs refactor(es/compat): Preserve length of functions in async_generator (#3202) 2022-01-08 15:19:41 +00:00
es2015_spread.rs feat(es/transforms/compat): Add loose mode to parameters (#2911) 2021-12-02 01:04:01 +00:00
es2015_template_literals.rs fix(es/parser, es/compat): transform tagged template with invalid escape sequence (#2939) 2021-12-02 15:49:45 +09:00
es2017_async_to_generator.rs refactor(es/utils): Merge the super field visitor with FnEnvHoister (#3279) 2022-01-17 13:35:32 +09:00
es2018_object_rest_spread.rs fix(swc/hygiene): Prefer not renaming top level variables (#2940) 2021-12-04 01:55:27 +09:00
es2020_optional_chaining.rs fix(es/compat): Transform an optional eval call as an indirect eval call (#3068) 2021-12-19 03:42:46 +00:00
es2021_logcal_assignments.rs fix(es/compat): Transform &&= operator (#3225) 2022-01-11 10:33:57 +00:00
es2022_class_properties.rs fix(es/compat): Handle private fields in nested classes (#3431) 2022-02-03 08:54:30 +00:00
es2022_private_in_object.rs chore(ci): Configure clippy (#3250) 2022-01-13 23:06:11 +09:00
es2022_static_blocks.rs refactor: Flatten ecmascript (#2708) 2021-11-10 19:00:54 +09:00