oxc/tasks/coverage/snapshots
Dunqing 4d6bd07afe fix(transformer/async-generator-functions): correct all binding scope id (#7425)
Fixed a bunch of semantic errors by removing moving binding logic 😢. This plugin constructs a complex `for-await` replacement so that I wrongly move to an incorrect scope.
2024-11-22 16:29:00 +00:00
..
codegen_babel.snap test(coverage): enable Babel es2022 tests (#7194) 2024-11-08 09:29:36 +08:00
codegen_misc.snap fix(semantic): ? on variable declaration type annotations is a syntax error (#5956) 2024-09-22 00:01:47 +00:00
codegen_test262.snap feat(regular_expression)!: Support ES2025 Duplicated named capture groups (#6847) 2024-10-25 02:13:57 +00:00
codegen_typescript.snap chore(coverage): bump test262, babel and TypeScript (#6702) 2024-10-20 15:02:26 +00:00
minifier_babel.snap test(coverage): enable Babel es2022 tests (#7194) 2024-11-08 09:29:36 +08:00
minifier_test262.snap feat(regular_expression)!: Support ES2025 Duplicated named capture groups (#6847) 2024-10-25 02:13:57 +00:00
parser_babel.snap refactor(ast)!: remove useless ObjectProperty::init field (#7220) 2024-11-09 09:00:29 +00:00
parser_misc.snap feat(ast)!: remove invalid expressions from TSEnumMemberName (#7219) 2024-11-09 08:48:14 +00:00
parser_test262.snap refactor(ast)!: remove useless ObjectProperty::init field (#7220) 2024-11-09 09:00:29 +00:00
parser_typescript.snap refactor(ast)!: remove useless ObjectProperty::init field (#7220) 2024-11-09 09:00:29 +00:00
prettier_babel.snap test(conformance): move conformance snapshots into separate directory (#5924) 2024-09-20 12:30:39 +00:00
prettier_misc.snap test(conformance): move conformance snapshots into separate directory (#5924) 2024-09-20 12:30:39 +00:00
prettier_test262.snap test(conformance): move conformance snapshots into separate directory (#5924) 2024-09-20 12:30:39 +00:00
prettier_typescript.snap test(conformance): move conformance snapshots into separate directory (#5924) 2024-09-20 12:30:39 +00:00
runtime.snap feat(transformer): transform object rest spread (#7003) 2024-11-21 11:33:26 +00:00
semantic_babel.snap refactor(semantic)!: remove SymbolFlags::Export (#7414) 2024-11-22 09:17:37 +00:00
semantic_misc.snap fix(transformer): correct all ReferenceFlags (#7410) 2024-11-22 09:10:55 +00:00
semantic_test262.snap fix(transformer/async-generator-functions): correct all binding scope id (#7425) 2024-11-22 16:29:00 +00:00
semantic_typescript.snap fix(transformer/async-generator-functions): correct all binding scope id (#7425) 2024-11-22 16:29:00 +00:00
transformer_babel.snap test(coverage): enable Babel es2022 tests (#7194) 2024-11-08 09:29:36 +08:00
transformer_misc.snap fix(semantic): ? on variable declaration type annotations is a syntax error (#5956) 2024-09-22 00:01:47 +00:00
transformer_test262.snap feat(regular_expression)!: Support ES2025 Duplicated named capture groups (#6847) 2024-10-25 02:13:57 +00:00
transformer_typescript.snap feat(transformer): transform object rest spread (#7003) 2024-11-21 11:33:26 +00:00
transpile.snap fix(ast): Fix StaticMemberExpression.get_first_object (#6969) 2024-11-01 12:28:48 +08:00