@babel/plugin-proposal-explicit-resource-management
Advanced tools
Comparing version 7.23.0 to 7.23.3
@@ -10,3 +10,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.22.0"); | ||
@@ -157,4 +157,3 @@ const TOP_LEVEL_USING = new Map(); | ||
}); | ||
exports.default = _default; | ||
//# sourceMappingURL=index.js.map |
{ | ||
"name": "@babel/plugin-proposal-explicit-resource-management", | ||
"version": "7.23.0", | ||
"version": "7.23.3", | ||
"description": "Compile `using` declarations to ES2015", | ||
@@ -21,3 +21,3 @@ "repository": { | ||
"@babel/helper-plugin-utils": "^7.22.5", | ||
"@babel/plugin-syntax-explicit-resource-management": "^7.22.5" | ||
"@babel/plugin-syntax-explicit-resource-management": "^7.23.3" | ||
}, | ||
@@ -28,3 +28,3 @@ "peerDependencies": { | ||
"devDependencies": { | ||
"@babel/core": "^7.23.0", | ||
"@babel/core": "^7.23.3", | ||
"@babel/helper-plugin-test-runner": "^7.22.5" | ||
@@ -31,0 +31,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
24477
155