Skip to content

Commit

Permalink
Update identifier parsing per Unicode v12.1.0
Browse files Browse the repository at this point in the history
ECMAScript follows the latest version of the Unicode Standard. Unicode v12.1.0 was officially released on May 7th, 2019. This patch updates Esprima to support the new identifier characters.

Ref. tc39/ecma262#1530.

Closes jquerygh-1978
  • Loading branch information
mathiasbynens authored and ariya committed Jul 20, 2019
1 parent 24eb7ed commit 5e55171
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.11.0",
"typescript": "~3.2.1",
"typescript-formatter": "~7.2.2",
"unicode-11.0.0": "^0.7.7",
"unicode-12.1.0": "^0.8.0",
"webpack": "~1.14.0"
},
"keywords": [
Expand Down
Loading

0 comments on commit 5e55171

Please sign in to comment.