-
Notifications
You must be signed in to change notification settings - Fork 20
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 astral ID_Continue characters in capture group names #94
Conversation
6 | ||
], | ||
"raw": "$𐒤" | ||
} |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Maybe add a few more tests? Here are some more examples of differences between ES5 and ES2015+ identifiers: https://mathiasbynens.be/notes/javascript-identifiers-es6
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I added another test for two of these differences.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM % nits
@adrianheine, thanks for providing this addressing the review comments of @mathiasbynens! |
@adrianheine, do you have a patch coming up soon like with the last version? If not, I would release a new version, otherwise consider waiting for a new PR to land. |
I think that's it for now :) |
Published v0.6.0 to npm and added a new release: https://github.com/jviereck/regjsparser/releases/tag/v0.6.0. |
Closes #90.