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

Update identifier parsing per Unicode v11 #1937

Closed
wants to merge 1 commit into from

Conversation

mathiasbynens
Copy link
Contributor

ECMAScript follows the latest version of the Unicode Standard. Earlier this week, Unicode v11 was officially released. This patch updates Esprima to support the new identifier characters.

Ref. tc39/ecma262#1219.

ECMAScript follows the latest version of the Unicode Standard. Earlier this week, Unicode v11 was officially released. This patch updates Esprima to support the new identifier characters.

Ref. tc39/ecma262#1219.
@codecov-io
Copy link

codecov-io commented Jun 7, 2018

Codecov Report

Merging #1937 into master will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@          Coverage Diff           @@
##           master   #1937   +/-   ##
======================================
  Coverage     100%    100%           
======================================
  Files           1       1           
  Lines        4056    4056           
  Branches      717     717           
======================================
  Hits         4056    4056

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 347e656...b265b6c. Read the comment docs.

@ariya
Copy link
Contributor

ariya commented Jun 9, 2018

Awesome, thanks @mathiasbynens 👍 Will merge this soon.

@ariya ariya closed this in 16aa6f1 Jun 9, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

3 participants