@babel/plugin-proposal-explicit-resource-management
Advanced tools
Comparing version 8.0.0-alpha.10 to 8.0.0-alpha.11
@@ -6,3 +6,3 @@ import { declare } from '@babel/helper-plugin-utils'; | ||
var index = declare(api => { | ||
api.assertVersion("8.0.0-alpha.10"); | ||
api.assertVersion("8.0.0-alpha.11"); | ||
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.10", | ||
"version": "8.0.0-alpha.11", | ||
"description": "Compile `using` declarations to ES2015", | ||
@@ -20,11 +20,11 @@ "repository": { | ||
"dependencies": { | ||
"@babel/helper-plugin-utils": "^8.0.0-alpha.10", | ||
"@babel/plugin-syntax-explicit-resource-management": "^8.0.0-alpha.10" | ||
"@babel/helper-plugin-utils": "^8.0.0-alpha.11", | ||
"@babel/plugin-syntax-explicit-resource-management": "^8.0.0-alpha.11" | ||
}, | ||
"peerDependencies": { | ||
"@babel/core": "^8.0.0-alpha.10" | ||
"@babel/core": "^8.0.0-alpha.11" | ||
}, | ||
"devDependencies": { | ||
"@babel/core": "^8.0.0-alpha.10", | ||
"@babel/helper-plugin-test-runner": "^8.0.0-alpha.10" | ||
"@babel/core": "^8.0.0-alpha.11", | ||
"@babel/helper-plugin-test-runner": "^8.0.0-alpha.11" | ||
}, | ||
@@ -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
97396
+ Added@jridgewell/gen-mapping@0.3.7(transitive)
+ Added@jridgewell/sourcemap-codec@1.4.16-beta.0(transitive)
+ Addedcaniuse-lite@1.0.30001687(transitive)
+ Addedelectron-to-chromium@1.5.72(transitive)
- Removed@jridgewell/gen-mapping@0.3.8(transitive)
- Removed@jridgewell/set-array@1.2.1(transitive)
- Removedcaniuse-lite@1.0.30001688(transitive)
- Removedelectron-to-chromium@1.5.73(transitive)
Updated@babel/plugin-syntax-explicit-resource-management@^8.0.0-alpha.11