swc/crates/swc_ecma_transforms_compat/tests
2022-04-12 22:11:34 +09:00
..
async-to-generator fix(es/compat): Change pass ordering of es2015 (#4029) 2022-03-15 14:17:03 +00:00
block-scoping fix(es/compat): Fix renaming bug of block_scoping (#4310) 2022-04-12 22:11:34 +09:00
classes feat(es/ast): Add raw to Str (#4071) 2022-03-22 07:54:08 +00:00
for-of fix(es/compat): Change pass ordering of es2015 (#4029) 2022-03-15 14:17:03 +00:00
new-target feat(es/testing): Print comments in test_fixture (#3920) 2022-03-09 02:54:27 +00:00
opt-chain/issue-2063 test(es/compat): Organize tests (#3825) 2022-03-03 05:51:09 +00:00
private-in-object feat(es/ast): Add raw to Str (#4071) 2022-03-22 07:54:08 +00:00
static-blocks feat(es/compat): Use sequence expressions instead of iife in classes pass (#3773) 2022-03-01 16:10:57 +09:00
es2015_arrow.rs fix(es/compat): Revert wrong fix of arrow (#4093) 2022-03-19 11:25:52 +00:00
es2015_block_scoping.rs fix(es/compat): Fix label handling of block_scoping (#4198) 2022-03-30 21:16:34 +00:00
es2015_classes.rs chore(*): Typo + fomatting (#4304) 2022-04-11 18:45:58 +00:00
es2015_computed_props.rs feat(es/ast): Add raw to Str (#4071) 2022-03-22 07:54:08 +00:00
es2015_destructuring.rs feat(es/ast): Add raw to Str (#4071) 2022-03-22 07:54:08 +00:00
es2015_duplicated_keys.rs refactor: Flatten ecmascript (#2708) 2021-11-10 19:00:54 +09:00
es2015_for_of.rs test(es/compat): Organize tests (#3825) 2022-03-03 05:51:09 +00:00
es2015_new_target.rs fix(es/compat): Handle new.target in getter/setter properties (#4194) 2022-03-30 12:04:27 +00:00
es2015_object_super.rs feat(es/ast): Add raw to Str (#4071) 2022-03-22 07:54:08 +00:00
es2015_parameters.rs chore(*): Typo + fomatting (#4304) 2022-04-11 18:45:58 +00:00
es2015_regenerator.rs feat(es/ast): Add raw to Str (#4071) 2022-03-22 07:54:08 +00:00
es2015_spread.rs fix(es/compat): Handle spreads of string literials (#4191) 2022-03-30 19:30:06 +09:00
es2015_template_literals.rs feat(es/ast): Add raw to Str (#4071) 2022-03-22 07:54:08 +00:00
es2017_async_to_generator.rs fix(es/compat): Hoist env in function params (#4210) 2022-03-31 13:00:19 +00:00
es2018_object_rest_spread.rs feat(es/ast): Add raw to Str (#4071) 2022-03-22 07:54:08 +00:00
es2020_optional_chaining.rs feat(es/ast): Add raw to Str (#4071) 2022-03-22 07:54:08 +00:00
es2021_logcal_assignments.rs fix(es/compat): Transform &&= operator (#3225) 2022-01-11 10:33:57 +00:00
es2022_class_properties.rs chore(*): Typo + fomatting (#4304) 2022-04-11 18:45:58 +00:00
es2022_private_in_object.rs feat(es/compat): Add pure comments for class fields keys (#3939) 2022-03-10 07:13:58 +00:00
es2022_static_blocks.rs feat(es/compat): Add pure comments for class fields keys (#3939) 2022-03-10 07:13:58 +00:00