ECMAScript follows the latest version of the Unicode Standard. Earlier this week, Unicode v11 was officially released. This patch updates babel-parser to support the new identifier characters. (#8125)

Ref. https://github.com/tc39/ecma262/issues/1219.
This commit is contained in:
Mathias Bynens
2018-06-07 21:54:12 +02:00
committed by Nicolò Ribaudo
parent 7da7e760a6
commit 62eb32677c
3 changed files with 11 additions and 11 deletions

View File

@@ -25,7 +25,7 @@
"devDependencies": {
"@babel/helper-fixtures": "7.0.0-beta.49",
"charcodes": "0.1.0",
"unicode-10.0.0": "^0.7.4"
"unicode-11.0.0": "^0.7.7"
},
"bin": {
"parser": "./bin/babel-parser.js"