Update plugin-proposal-unicode-property-regex for Unicode v11 (#8127)
Ref. https://github.com/tc39/ecma262/pulls/1218. Ref. https://github.com/tc39/ecma262/issues/1219.
This commit is contained in:
parent
62eb32677c
commit
415d79bdfe
@ -21,7 +21,7 @@
|
||||
"dependencies": {
|
||||
"@babel/helper-plugin-utils": "7.0.0-beta.49",
|
||||
"@babel/helper-regex": "7.0.0-beta.49",
|
||||
"regexpu-core": "^4.1.4"
|
||||
"regexpu-core": "^4.2.0"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"@babel/core": "7.0.0-beta.49"
|
||||
|
||||
@ -0,0 +1 @@
|
||||
var regex = /\p{Script_Extensions=Makasar}/u;
|
||||
@ -0,0 +1 @@
|
||||
var regex = /[\u{11EE0}-\u{11EF8}]/u;
|
||||
@ -0,0 +1 @@
|
||||
var regex = /\p{Script_Extensions=Makasar}/u;
|
||||
@ -0,0 +1 @@
|
||||
var regex = /(?:\uD807[\uDEE0-\uDEF8])/;
|
||||
Loading…
x
Reference in New Issue
Block a user