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

@@ -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 +