feat: align ID_Start/ID_Continue regex to Unicode 13.0.0 (#11246)
This commit is contained in:
@@ -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 +
|
||||
|
||||
Reference in New Issue
Block a user