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 bug about Non-ASCII & . #2

Closed
wants to merge 4 commits into from

Conversation

finscn
Copy link

@finscn finscn commented Nov 17, 2018

Now, esutils.code.isIdentifierPartES5("(") ---> false , it's wrong
( , not ( , It's not ascii.

( : char code is 40
) : char code is 41

: char code is 0xFF08
: char code is 0xFF09

More detail at : estools/escodegen#386

@finscn
Copy link
Author

finscn commented Nov 17, 2018

By the way , I suggest that put package-lock.json into .gitignore file , it should be created in users terminal.

@finscn finscn closed this Nov 17, 2018
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.

1 participant