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
@@ -1,7 +1,7 @@
|
||||
"use strict";
|
||||
|
||||
// Which Unicode version should be used?
|
||||
const version = "10.0.0";
|
||||
const version = "11.0.0";
|
||||
|
||||
const start = require("unicode-" +
|
||||
version +
|
||||
|
||||
Reference in New Issue
Block a user