@babel/plugin-transform-modules-systemjs
Advanced tools
Comparing version 7.12.13 to 7.13.8
@@ -331,3 +331,3 @@ "use strict"; | ||
if (specifiers == null ? void 0 : specifiers.length) { | ||
if (specifiers != null && specifiers.length) { | ||
if (path.node.source) { | ||
@@ -334,0 +334,0 @@ pushModule(path.node.source.value, "exports", specifiers); |
{ | ||
"name": "@babel/plugin-transform-modules-systemjs", | ||
"version": "7.12.13", | ||
"version": "7.13.8", | ||
"description": "This plugin transforms ES2015 modules to SystemJS", | ||
@@ -16,5 +16,5 @@ "repository": { | ||
"dependencies": { | ||
"@babel/helper-hoist-variables": "^7.12.13", | ||
"@babel/helper-module-transforms": "^7.12.13", | ||
"@babel/helper-plugin-utils": "^7.12.13", | ||
"@babel/helper-hoist-variables": "^7.13.0", | ||
"@babel/helper-module-transforms": "^7.13.0", | ||
"@babel/helper-plugin-utils": "^7.13.0", | ||
"@babel/helper-validator-identifier": "^7.12.11", | ||
@@ -30,7 +30,7 @@ "babel-plugin-dynamic-import-node": "^2.3.3" | ||
"devDependencies": { | ||
"@babel/core": "7.12.13", | ||
"@babel/core": "7.13.8", | ||
"@babel/helper-plugin-test-runner": "7.12.13", | ||
"@babel/plugin-syntax-dynamic-import": "^7.8.0" | ||
"@babel/plugin-syntax-dynamic-import": "^7.8.3" | ||
}, | ||
"homepage": "https://babel.dev/docs/en/next/babel-plugin-transform-modules-systemjs" | ||
} |
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
20766