Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature Request: ES2025 RegExp Duplicate named capturing groups #1290

Closed
ota-meshi opened this issue Apr 13, 2024 · 3 comments
Closed

Feature Request: ES2025 RegExp Duplicate named capturing groups #1290

ota-meshi opened this issue Apr 13, 2024 · 3 comments

Comments

@ota-meshi
Copy link
Contributor

ota-meshi commented Apr 13, 2024

RegExp Duplicate named capturing groups has now reached stage 4. I would like Acorn to support the new syntax.

https://github.com/tc39/proposal-duplicate-named-capturing-groups
tc39/ecma262#2721

@marijnh
Copy link
Member

marijnh commented Apr 15, 2024

Where does it say this reached stage 4? The repository's readme still has it at 3.

@ota-meshi
Copy link
Contributor Author

I think it has reached stage 4. Listed as ES2025.

https://github.com/tc39/proposals/blob/main/finished-proposals.md

image

marijnh added a commit that referenced this issue Apr 16, 2024
FEATURE: Support ES2025 duplicate capture group names in regular
expressions.

Issue #1290
Issue #1291
marijnh added a commit that referenced this issue Apr 16, 2024
FEATURE: Support ES2025 duplicate capture group names in regular
expressions.

Issue #1290
Issue #1291
marijnh added a commit that referenced this issue Apr 17, 2024
FEATURE: Support ES2025 duplicate capture group names in regular
expressions.

Issue #1290
Issue #1291
@marijnh
Copy link
Member

marijnh commented Apr 17, 2024

Done in 9d041c4

@marijnh marijnh closed this as completed Apr 17, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants