@babel/plugin-transform-dynamic-import
Advanced tools
Comparing version 8.0.0-alpha.10 to 8.0.0-alpha.11
@@ -17,3 +17,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"); | ||
return { | ||
@@ -23,3 +23,3 @@ name: "transform-dynamic-import", | ||
pre() { | ||
this.file.set("@babel/plugin-proposal-dynamic-import", "8.0.0-alpha.10"); | ||
this.file.set("@babel/plugin-proposal-dynamic-import", "8.0.0-alpha.11"); | ||
}, | ||
@@ -26,0 +26,0 @@ visitor: { |
{ | ||
"name": "@babel/plugin-transform-dynamic-import", | ||
"version": "8.0.0-alpha.10", | ||
"version": "8.0.0-alpha.11", | ||
"description": "Transform import() expressions", | ||
@@ -19,10 +19,10 @@ "repository": { | ||
"dependencies": { | ||
"@babel/helper-plugin-utils": "^8.0.0-alpha.10" | ||
"@babel/helper-plugin-utils": "^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" | ||
}, | ||
@@ -29,0 +29,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
72155