@babel/plugin-transform-dynamic-import
Advanced tools
Comparing version 7.22.5 to 7.22.11
@@ -8,3 +8,2 @@ "use strict"; | ||
var _helperPluginUtils = require("@babel/helper-plugin-utils"); | ||
var _pluginSyntaxDynamicImport = require("@babel/plugin-syntax-dynamic-import"); | ||
const SUPPORTED_MODULES = ["commonjs", "amd", "systemjs"]; | ||
@@ -27,5 +26,5 @@ const MODULES_NOT_FOUND = `\ | ||
name: "transform-dynamic-import", | ||
inherits: _pluginSyntaxDynamicImport.default, | ||
inherits: require("@babel/plugin-syntax-dynamic-import").default, | ||
pre() { | ||
this.file.set("@babel/plugin-proposal-dynamic-import", "7.22.5"); | ||
this.file.set("@babel/plugin-proposal-dynamic-import", "7.22.11"); | ||
}, | ||
@@ -32,0 +31,0 @@ visitor: { |
{ | ||
"name": "@babel/plugin-transform-dynamic-import", | ||
"version": "7.22.5", | ||
"version": "7.22.11", | ||
"description": "Transform import() expressions", | ||
@@ -26,3 +26,3 @@ "repository": { | ||
"devDependencies": { | ||
"@babel/core": "^7.22.5", | ||
"@babel/core": "^7.22.11", | ||
"@babel/helper-plugin-test-runner": "^7.22.5" | ||
@@ -29,0 +29,0 @@ }, |
@@ -5,3 +5,3 @@ # @babel/plugin-transform-dynamic-import | ||
See our website [@babel/plugin-transform-dynamic-import](https://babeljs.io/docs/en/babel-plugin-transform-dynamic-import) for more information. | ||
See our website [@babel/plugin-transform-dynamic-import](https://babeljs.io/docs/babel-plugin-transform-dynamic-import) for more information. | ||
@@ -8,0 +8,0 @@ ## Install |
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
6129
38