We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Regex v flag has now reached stage 4. I would like Acorn to support the new syntax.
https://github.com/tc39/proposal-regexp-v-flag tc39/ecma262#2418 whatwg/html#7908
The text was updated successfully, but these errors were encountered:
Use integers as return values in regexp set parsing
fb4c582
And make some random code style changes FEATURE: Add support for the `v` flag to regular expressions. Closes #1216
Successfully merging a pull request may close this issue.
Regex v flag has now reached stage 4. I would like Acorn to support the new syntax.
https://github.com/tc39/proposal-regexp-v-flag
tc39/ecma262#2418
whatwg/html#7908
The text was updated successfully, but these errors were encountered: