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

Fix handling of UTF32 escape sequences #379

Merged
merged 3 commits into from
Feb 26, 2023
Merged

Fix handling of UTF32 escape sequences #379

merged 3 commits into from
Feb 26, 2023

Conversation

adams85
Copy link
Collaborator

@adams85 adams85 commented Feb 25, 2023

Aims to fix #70 and, in general, improve the handling of UTF32 escapes in identifiers on platforms where unicode categories for UTF32 codepoints are available (i.e. in netstandard2.1).

@adams85 adams85 changed the title Fix handling of UTF32 escapes Fix handling of UTF32 escape sequences Feb 25, 2023
@adams85 adams85 requested a review from lahma February 25, 2023 17:52
@adams85 adams85 merged commit 5a17681 into main Feb 26, 2023
@adams85 adams85 deleted the fix/issue70 branch February 26, 2023 09:21
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.

JavaScriptParser.ParseProgram throws ArgumentOutOfRangeException
2 participants