oxc/tasks/coverage/snapshots
leaysgur 90c786c420 feat(regular_expression)!: Support ES2025 Duplicated named capture groups (#6847)
Closes #6358

@preyneyv I know you've been working on this problem.

This is an implementation that has been dormant on my local for a while.

- All tests are passing
- However, the approach is simple but not general, so there might be some edge cases that were missed
- There's also room for improvement in terms of performance

For these reasons, it was marked as WIP for me.

I believe the test cases and other parts are usable, so feel free to fork and replace them with your implementation if you'd like.
2024-10-25 02:13:57 +00:00
..
codegen_babel.snap chore(coverage): bump test262, babel and TypeScript (#6702) 2024-10-20 15:02:26 +00: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 chore(coverage): bump test262, babel and TypeScript (#6702) 2024-10-20 15:02:26 +00: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 fix(regular_expression)!: Migrate to new regexp parser API (#6741) 2024-10-22 05:34:18 +00:00
parser_misc.snap fix(parser): do not parse as and satisfies expression in javascript (#6442) 2024-10-11 03:31:24 +00:00
parser_test262.snap feat(regular_expression)!: Support ES2025 Duplicated named capture groups (#6847) 2024-10-25 02:13:57 +00:00
parser_typescript.snap feat(regular_expression)!: Support ES2025 Duplicated named capture groups (#6847) 2024-10-25 02:13:57 +00:00
prettier_babel.snap
prettier_misc.snap
prettier_test262.snap
prettier_typescript.snap
runtime.snap fix(minifier): fix remaining runtime bugs (#6855) 2024-10-24 12:22:18 +00:00
semantic_babel.snap chore(coverage): bump test262, babel and TypeScript (#6702) 2024-10-20 15:02:26 +00:00
semantic_misc.snap fix(transformer/typescript): retain ExportNamedDeclaration without specifiers and declaration (#6848) 2024-10-24 07:59:07 +00:00
semantic_test262.snap feat(regular_expression)!: Support ES2025 Duplicated named capture groups (#6847) 2024-10-25 02:13:57 +00:00
semantic_typescript.snap fix(transformer/typescript): retain ExportNamedDeclaration without specifiers and declaration (#6848) 2024-10-24 07:59:07 +00:00
transformer_babel.snap chore(coverage): bump test262, babel and TypeScript (#6702) 2024-10-20 15:02:26 +00: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 chore(coverage): bump test262, babel and TypeScript (#6702) 2024-10-20 15:02:26 +00:00
transpile.snap chore(coverage): bump test262, babel and TypeScript (#6702) 2024-10-20 15:02:26 +00:00