-
-
Notifications
You must be signed in to change notification settings - Fork 406
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
[Merged by Bors] - Allow unicode escaped characters in identifiers that are keywords #2021
Conversation
Test262 conformance changesVM implementation
Fixed tests (432):
|
Codecov Report
@@ Coverage Diff @@
## main #2021 +/- ##
==========================================
+ Coverage 43.99% 44.21% +0.22%
==========================================
Files 211 210 -1
Lines 18665 18553 -112
==========================================
- Hits 8211 8204 -7
+ Misses 10454 10349 -105
Continue to review full report at Codecov.
|
Benchmark for 957a4f0Click to view benchmark
|
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.
Looking good!
bors r+ |
) This Pull Request changes the following: - Remove syntax error for unicode escaped characters in keywords from the lexer. - Adjust the lexer tokens for keywords to indicate if they contain unicode escaped characters. - Throw syntax errors in parser, when keywords cannot contain unicode escaped characters.
Pull request successfully merged into main. Build succeeded: |
) This Pull Request changes the following: - Remove syntax error for unicode escaped characters in keywords from the lexer. - Adjust the lexer tokens for keywords to indicate if they contain unicode escaped characters. - Throw syntax errors in parser, when keywords cannot contain unicode escaped characters.
This Pull Request changes the following: