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:
committed by
Nicolò Ribaudo
parent
7da7e760a6
commit
62eb32677c
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user