Update identifier parsing per Unicode v12 (#9637)
https://github.com/tc39/ecma262/issues/1467 https://github.com/tc39/ecma262/pull/1468
This commit is contained in:
committed by
Nicolò Ribaudo
parent
d832c0f434
commit
54ba6d80c0
@@ -1,7 +1,8 @@
|
||||
"use strict";
|
||||
|
||||
// Which Unicode version should be used?
|
||||
const version = "11.0.0";
|
||||
// Always use the latest available version of Unicode!
|
||||
// https://tc39.github.io/ecma262/#sec-conformance
|
||||
const version = "12.0.0";
|
||||
|
||||
const start = require("unicode-" +
|
||||
version +
|
||||
|
||||
Reference in New Issue
Block a user