Transform ES2015 Unicode Escapes to ES5 (#11377)

This commit is contained in:
Justin Ridgewell
2020-05-24 19:26:55 -04:00
committed by GitHub
parent 66b86e088c
commit 97f0b7c4a0
138 changed files with 468 additions and 2 deletions

View File

@@ -62,6 +62,7 @@ const es2015 = {
'RegExp "y" and "u" flags / "y" flag',
],
},
"transform-unicode-escapes": "Unicode code point escapes",
"transform-unicode-regex": {
features: [
'RegExp "y" and "u" flags / "u" flag, case folding',