tdewolff / parse

Go parsers for web formats
MIT License
413 stars 65 forks source link

Fix to lex JS identifier with Unicode escape sequence #93

Closed makenowjust closed 2 years ago

makenowjust commented 2 years ago

Currently, the JS lexer implementation misses supporting Unicode escape sequence in identifier continue part. This PR fixes it and adds the corresponding test.

Thank you.

tdewolff commented 2 years ago

Thanks a lot for the fix!