@babel/plugin-proposal-explicit-resource-management
Advanced tools
Comparing version 8.0.0-alpha.4 to 8.0.0-alpha.5
@@ -6,3 +6,3 @@ import { declare } from '@babel/helper-plugin-utils'; | ||
var index = declare(api => { | ||
api.assertVersion("^7.22.0"); | ||
api.assertVersion("8.0.0-alpha.5"); | ||
const TOP_LEVEL_USING = new Map(); | ||
@@ -9,0 +9,0 @@ function isUsingDeclaration(node) { |
{ | ||
"name": "@babel/plugin-proposal-explicit-resource-management", | ||
"version": "8.0.0-alpha.4", | ||
"version": "8.0.0-alpha.5", | ||
"description": "Compile `using` declarations to ES2015", | ||
@@ -20,11 +20,11 @@ "repository": { | ||
"dependencies": { | ||
"@babel/helper-plugin-utils": "^8.0.0-alpha.4", | ||
"@babel/plugin-syntax-explicit-resource-management": "^8.0.0-alpha.4" | ||
"@babel/helper-plugin-utils": "^8.0.0-alpha.5", | ||
"@babel/plugin-syntax-explicit-resource-management": "^8.0.0-alpha.5" | ||
}, | ||
"peerDependencies": { | ||
"@babel/core": "^8.0.0-alpha.4" | ||
"@babel/core": "^8.0.0-alpha.5" | ||
}, | ||
"devDependencies": { | ||
"@babel/core": "^8.0.0-alpha.4", | ||
"@babel/helper-plugin-test-runner": "^8.0.0-alpha.4" | ||
"@babel/core": "^8.0.0-alpha.5", | ||
"@babel/helper-plugin-test-runner": "^8.0.0-alpha.5" | ||
}, | ||
@@ -31,0 +31,0 @@ "engines": { |
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
24392