swc/crates/swc_ecma_transforms_compat/tests
2022-03-22 07:54:08 +00: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 block scoping of variables (#3826) 2022-03-03 10:51:45 +00: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 feat(es/ast): Add raw to Str (#4071) 2022-03-22 07:54:08 +00:00
es2015_classes.rs feat(es/ast): Add raw to Str (#4071) 2022-03-22 07:54:08 +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 feat(es/compat): Add pure comments for class fields keys (#3939) 2022-03-10 07:13:58 +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 feat(es/ast): Add raw to Str (#4071) 2022-03-22 07:54:08 +00:00
es2015_regenerator.rs feat(es/ast): Add raw to Str (#4071) 2022-03-22 07:54:08 +00:00
es2015_spread.rs feat(es/ast): Add raw to Str (#4071) 2022-03-22 07:54:08 +00: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 feat(es/ast): Add raw to Str (#4071) 2022-03-22 07:54:08 +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 feat(es/ast): Add raw to Str (#4071) 2022-03-22 07:54:08 +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