@babel/plugin-transform-unicode-escapes
Advanced tools
Comparing version 7.22.10 to 7.23.3
@@ -9,3 +9,3 @@ "use strict"; | ||
var _core = require("@babel/core"); | ||
var _default = (0, _helperPluginUtils.declare)(api => { | ||
var _default = exports.default = (0, _helperPluginUtils.declare)(api => { | ||
api.assertVersion(7); | ||
@@ -118,4 +118,3 @@ const surrogate = /[\ud800-\udfff]/g; | ||
}); | ||
exports.default = _default; | ||
//# sourceMappingURL=index.js.map |
{ | ||
"name": "@babel/plugin-transform-unicode-escapes", | ||
"version": "7.22.10", | ||
"version": "7.23.3", | ||
"description": "Compile ES2015 Unicode escapes to ES5", | ||
@@ -25,3 +25,3 @@ "repository": { | ||
"devDependencies": { | ||
"@babel/core": "^7.22.10", | ||
"@babel/core": "^7.23.3", | ||
"@babel/helper-plugin-test-runner": "^7.22.5" | ||
@@ -28,0 +28,0 @@ }, |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
14005
116
2