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

Support ES2022 RegExp Match Indices (d flag) #217

Closed
ota-meshi opened this issue May 30, 2021 · 1 comment · Fixed by #261
Closed

Support ES2022 RegExp Match Indices (d flag) #217

ota-meshi opened this issue May 30, 2021 · 1 comment · Fixed by #261
Labels
enhancement New feature or request

Comments

@ota-meshi
Copy link
Owner

RegExp match indices has reached stage-4.

tc39/proposals@f0adbe1
https://github.com/tc39/proposal-regexp-match-indices

The standard eslint parser still cannot parse the d flag, but this plugin should support the d flag if needed.
eslint/eslint#14640

@ota-meshi ota-meshi added the enhancement New feature or request label May 30, 2021
@RunDevelopment
Copy link
Collaborator

RunDevelopment commented Jun 1, 2021

A quick summary of what we have to do:

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants