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

allow - in classEscape when unicode flag is enabled #99

Merged
merged 2 commits into from Dec 21, 2019

Conversation

JLHwung
Copy link
Contributor

@JLHwung JLHwung commented Dec 21, 2019

Fixes #98

Implements https://tc39.es/ecma262/#prod-annexB-ClassEscape

ClassEscape ::
    b
    [+U] -
    ...

@jviereck
Copy link
Owner

Thanks @JLHwung for providing this! This looks good!

@jviereck jviereck merged commit 1da8afa into jviereck:gh-pages Dec 21, 2019
@jviereck
Copy link
Owner

https://www.npmjs.com/package/regjsparser/v/0.6.2

@jviereck jviereck mentioned this pull request Dec 21, 2019
@JLHwung JLHwung deleted the fix-98 branch December 21, 2019 15:37
bnjmnt4n added a commit to bnjmnt4n/regjsgen that referenced this pull request May 24, 2020
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 this pull request may close these issues.

classEscape SyntaxError
2 participants