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',

View File

@@ -1,7 +1,7 @@
#!/bin/bash
set -e
COMPAT_TABLE_COMMIT=9e07df3875d8416af85cf523716519e9dd1e5e44
COMPAT_TABLE_COMMIT=50e5424d113869b08911a5df956d0e931722e5b5
GIT_HEAD=build/compat-table/.git/HEAD
if [ -d "build/compat-table" ]; then