feat: align ID_Start/ID_Continue regex to Unicode 13.0.0 (#11246)

This commit is contained in:
Huáng Jùnliàng
2020-03-16 17:52:08 -04:00
committed by GitHub
parent 84a9ea455b
commit 4a4845585c
3 changed files with 7 additions and 6 deletions

View File

@@ -2,7 +2,7 @@
// Always use the latest available version of Unicode!
// https://tc39.github.io/ecma262/#sec-conformance
const version = "12.0.0";
const version = "13.0.0";
const start = require("unicode-" +
version +