@babel/plugin-syntax-explicit-resource-management
Advanced tools
Comparing version 7.23.3 to 7.24.1
{ | ||
"name": "@babel/plugin-syntax-explicit-resource-management", | ||
"version": "7.23.3", | ||
"version": "7.24.1", | ||
"description": "Allow parsing of the using declarations", | ||
@@ -19,3 +19,3 @@ "repository": { | ||
"dependencies": { | ||
"@babel/helper-plugin-utils": "^7.22.5" | ||
"@babel/helper-plugin-utils": "^7.24.0" | ||
}, | ||
@@ -26,3 +26,3 @@ "peerDependencies": { | ||
"devDependencies": { | ||
"@babel/core": "^7.23.3" | ||
"@babel/core": "^7.24.1" | ||
}, | ||
@@ -29,0 +29,0 @@ "engines": { |
import { declare } from "@babel/helper-plugin-utils"; | ||
export default declare(api => { | ||
api.assertVersion( | ||
process.env.BABEL_8_BREAKING && process.env.IS_PUBLISH | ||
? PACKAGE_JSON.version | ||
: 7, | ||
); | ||
api.assertVersion(REQUIRED_VERSION(7)); | ||
@@ -10,0 +6,0 @@ return { |
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
4009
26