.. |
async-to-generator
|
test(es/compat): Add a test for a fixed issue (#5672)
|
2022-08-30 11:09:58 +00:00 |
block-scoping
|
fix(es/compat): Handle yield in block scoping pass (#5668)
|
2022-08-30 09:55:18 +00:00 |
classes
|
fix(es/codegen): Remove redundant ; after export default decl (#5851)
|
2022-09-14 06:07:15 +00:00 |
for-of
|
chore(repo): Configure prettier (#4523)
|
2022-05-04 14:25:28 +00:00 |
new-target
|
fix(es/compat): Fix new.target in a nested scope (#6296)
|
2022-10-31 02:29:55 +00:00 |
opt-chain/issue-2063
|
chore(repo): Configure prettier (#4523)
|
2022-05-04 14:25:28 +00:00 |
private-in-object
|
perf(es/hygiene): Make hygiene faster (#4952)
|
2022-06-15 14:36:57 +00:00 |
static-blocks
|
fix(es/codegen): Remove redundant ; after export default decl (#5851)
|
2022-09-14 06:07:15 +00:00 |
es2015_arrow.rs
|
fix(es): Check the syntax context of arguments (#5174)
|
2022-07-13 10:29:03 +00:00 |
es2015_block_scoping.rs
|
feat(es/testing): Add an option to test sourcemap (#6079)
|
2022-10-07 05:52:22 +00:00 |
es2015_classes.rs
|
fix(es/compat): Fix super method call in loose mode (#6207)
|
2022-10-20 00:20:43 +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
|
fix(es/compat): Fix destructuring of an empty array (#6314)
|
2022-11-02 16:06:52 +09:00 |
es2015_duplicated_keys.rs
|
refactor: Flatten ecmascript (#2708)
|
2021-11-10 19:00:54 +09:00 |
es2015_for_of.rs
|
feat(es/compat): Support iterator protocol on loose mode (#6034)
|
2022-10-04 21:42:39 +09:00 |
es2015_generator.rs
|
feat(es/generator): Use new generator implementation (#5627)
|
2022-08-25 16:10:47 +00:00 |
es2015_new_target.rs
|
fix(es/compat): Fix new.target in a nested scope (#6296)
|
2022-10-31 02:29:55 +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
|
feat(es/compat): Add pure comments for generator and async transform (#5463)
|
2022-08-12 13:39:26 +00:00 |
es2015_spread.rs
|
fix(es): Check the syntax context of arguments (#5174)
|
2022-07-13 10:29:03 +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/generator): Use new generator implementation (#5627)
|
2022-08-25 16:10:47 +00:00 |
es2018_object_rest_spread.rs
|
fix(es/compat): Fix handling of deep array pattern of object rest pass (#6035)
|
2022-10-04 23:34:03 +09: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): Memorize computed props in logical assignment (#4525)
|
2022-05-05 02:25:37 +00:00 |
es2022_class_properties.rs
|
fix(es/compat): Handle super access in a private static property (#6361)
|
2022-11-05 15:25:51 +00:00 |
es2022_private_in_object.rs
|
feat(es/testing): Add an option to test sourcemap (#6079)
|
2022-10-07 05:52:22 +00:00 |
es2022_static_blocks.rs
|
feat(es/testing): Add an option to test sourcemap (#6079)
|
2022-10-07 05:52:22 +00:00 |