Skip to content

Commit

Permalink
Update identifier parsing per Unicode v11
Browse files Browse the repository at this point in the history
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.

Closes jquerygh-1937
  • Loading branch information
mathiasbynens authored and ariya committed Jun 9, 2018
1 parent 347e656 commit 16aa6f1
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@
"tslint": "~5.8.0",
"typescript": "~2.6.2",
"typescript-formatter": "~7.0.1",
"unicode-10.0.0": "^0.7.5",
"unicode-11.0.0": "^0.7.7",
"webpack": "~1.14.0"
},
"keywords": [
Expand Down
Loading

0 comments on commit 16aa6f1

Please sign in to comment.