swc/crates/swc_ecma_transforms_compat/tests
2023-03-30 17:41:55 +09:00
..
arrow test(ts/compat): Migrate inline tests to fixture testing (#6475) 2022-11-28 04:54:38 +00:00
async-to-generator test(es/compat): Add a test for a fixed issue (#5672) 2022-08-30 11:09:58 +00:00
block-scoping refactor(es/resolver): Make syntax context for unresolved and top-level stable (#7096) 2023-03-20 11:01:19 +09:00
class_fields_use_set/basic fix(es/compat): Handle useDefineForClassFields: false (#7055) 2023-03-12 12:56:10 +09:00
classes fix(es/compat): Fix this in computed class method names (#6364) 2022-11-06 00:20:21 +00:00
for-of test(ts/compat): Migrate inline tests to fixture testing (#6475) 2022-11-28 04:54:38 +00:00
new-target test(ts/compat): Migrate inline tests to fixture testing (#6475) 2022-11-28 04:54:38 +00:00
opt-chain test(es/compat): Add a test for a fixed issue (#6887) 2023-01-31 15:01:57 +00:00
parameters/issue-6790/1 test(es/compat): Add a test to verify parameters passs (#6792) 2023-01-12 15:54:36 +09:00
private-in-object perf(es/hygiene): Make hygiene faster (#4952) 2022-06-15 14:36:57 +00:00
static-blocks fix(es/compat): Don't modify private fields from reserved_words pass (#7113) 2023-03-21 09:27:31 +00:00
class_fields_use_set.rs build(cargo): Update rustc to nightly-2023-03-20 (#7170) 2023-03-30 08:06:02 +00:00
es2015_arrow.rs test(ts/compat): Migrate inline tests to fixture testing (#6475) 2022-11-28 04:54:38 +00:00
es2015_block_scoping.rs build(cargo): Update rustc to nightly-2023-03-20 (#7170) 2023-03-30 08:06:02 +00:00
es2015_classes.rs build(cargo): Update rustc to nightly-2023-03-20 (#7170) 2023-03-30 08:06:02 +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 build(cargo): Update rustc to nightly-2023-03-20 (#7170) 2023-03-30 08:06:02 +00:00
es2015_duplicated_keys.rs refactor: Flatten ecmascript (#2708) 2021-11-10 19:00:54 +09:00
es2015_for_of.rs build(cargo): Update rustc to nightly-2023-03-20 (#7170) 2023-03-30 08:06:02 +00:00
es2015_generator.rs feat(es/generator): Use new generator implementation (#5627) 2022-08-25 16:10:47 +00:00
es2015_new_target.rs feat(es/compat): Simplify static blocks in classes (#7056) 2023-03-11 00:30:49 +00:00
es2015_object_super.rs feat(es/resolver): Use different syntax context for unresolved refs (#4436) 2022-04-26 07:38:50 +00:00
es2015_parameters.rs test(es/compat): Add a test to verify parameters passs (#6792) 2023-01-12 15:54:36 +09:00
es2015_spread.rs feat(es/utils): Use more unique names for aliases (#6399) 2022-11-11 01:57:49 +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 build(cargo): Update rustc to nightly-2023-03-20 (#7170) 2023-03-30 08:06:02 +00:00
es2018_object_rest_spread.rs build(cargo): Update rustc to nightly-2023-03-20 (#7170) 2023-03-30 08:06:02 +00:00
es2020_nullish_coalescing.rs build(cargo): Update rustc to nightly-2023-03-20 (#7170) 2023-03-30 08:06:02 +00:00
es2020_optional_chaining.rs build(cargo): Update rustc to nightly-2023-03-20 (#7170) 2023-03-30 08:06:02 +00:00
es2021_logcal_assignments.rs fix(es/compat): Fix the position for temp var injection (#7171) 2023-03-30 17:41:55 +09:00
es2022_class_properties.rs build(cargo): Update rustc to nightly-2023-03-20 (#7170) 2023-03-30 08:06:02 +00:00
es2022_private_in_object.rs build(cargo): Update rustc to nightly-2023-03-20 (#7170) 2023-03-30 08:06:02 +00:00
es2022_static_blocks.rs build(cargo): Update rustc to nightly-2023-03-20 (#7170) 2023-03-30 08:06:02 +00:00