@babel/plugin-transform-block-scoping
Advanced tools
Comparing version 8.0.0-alpha.6 to 8.0.0-alpha.7
@@ -502,3 +502,3 @@ import { declare } from '@babel/helper-plugin-utils'; | ||
var index = declare((api, opts) => { | ||
api.assertVersion("8.0.0-alpha.6"); | ||
api.assertVersion("8.0.0-alpha.7"); | ||
const { | ||
@@ -505,0 +505,0 @@ throwIfClosureRequired = false, |
{ | ||
"name": "@babel/plugin-transform-block-scoping", | ||
"version": "8.0.0-alpha.6", | ||
"version": "8.0.0-alpha.7", | ||
"description": "Compile ES2015 block scoping (const and let) to ES5", | ||
@@ -17,3 +17,3 @@ "repository": { | ||
"dependencies": { | ||
"@babel/helper-plugin-utils": "^8.0.0-alpha.6" | ||
"@babel/helper-plugin-utils": "^8.0.0-alpha.7" | ||
}, | ||
@@ -24,8 +24,8 @@ "keywords": [ | ||
"peerDependencies": { | ||
"@babel/core": "^8.0.0-alpha.6" | ||
"@babel/core": "^8.0.0-alpha.7" | ||
}, | ||
"devDependencies": { | ||
"@babel/core": "^8.0.0-alpha.6", | ||
"@babel/helper-plugin-test-runner": "^8.0.0-alpha.6", | ||
"@babel/traverse": "^8.0.0-alpha.6" | ||
"@babel/core": "^8.0.0-alpha.7", | ||
"@babel/helper-plugin-test-runner": "^8.0.0-alpha.7", | ||
"@babel/traverse": "^8.0.0-alpha.7" | ||
}, | ||
@@ -32,0 +32,0 @@ "engines": { |
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