@babel/helper-module-transforms
Advanced tools
Comparing version 7.0.0-beta.53 to 7.0.0-beta.54
@@ -182,9 +182,13 @@ "use strict"; | ||
for (const metadata of sourceData.values()) { | ||
let needsDefault = false; | ||
let needsNamed = false; | ||
if (metadata.importsNamespace.size > 0) { | ||
metadata.interop = "namespace"; | ||
continue; | ||
needsDefault = true; | ||
needsNamed = true; | ||
} | ||
let needsDefault = false; | ||
let needsNamed = false; | ||
if (metadata.reexportAll) { | ||
needsNamed = true; | ||
} | ||
@@ -191,0 +195,0 @@ for (const importName of metadata.imports.values()) { |
{ | ||
"name": "@babel/helper-module-transforms", | ||
"version": "7.0.0-beta.53", | ||
"version": "7.0.0-beta.54", | ||
"description": "Babel helper functions for implementing ES6 module transformations", | ||
@@ -11,9 +11,9 @@ "author": "Logan Smyth <loganfsmyth@gmail.com>", | ||
"dependencies": { | ||
"@babel/helper-module-imports": "7.0.0-beta.53", | ||
"@babel/helper-simple-access": "7.0.0-beta.53", | ||
"@babel/helper-split-export-declaration": "7.0.0-beta.53", | ||
"@babel/template": "7.0.0-beta.53", | ||
"@babel/types": "7.0.0-beta.53", | ||
"@babel/helper-module-imports": "7.0.0-beta.54", | ||
"@babel/helper-simple-access": "7.0.0-beta.54", | ||
"@babel/helper-split-export-declaration": "7.0.0-beta.54", | ||
"@babel/template": "7.0.0-beta.54", | ||
"@babel/types": "7.0.0-beta.54", | ||
"lodash": "^4.17.5" | ||
} | ||
} |
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
29985
836
+ Added@babel/code-frame@7.0.0-beta.54(transitive)
+ Added@babel/helper-module-imports@7.0.0-beta.54(transitive)
+ Added@babel/helper-simple-access@7.0.0-beta.54(transitive)
+ Added@babel/helper-split-export-declaration@7.0.0-beta.54(transitive)
+ Added@babel/highlight@7.0.0-beta.54(transitive)
+ Added@babel/parser@7.0.0-beta.54(transitive)
+ Added@babel/template@7.0.0-beta.54(transitive)
+ Added@babel/types@7.0.0-beta.54(transitive)
- Removed@babel/code-frame@7.0.0-beta.53(transitive)
- Removed@babel/helper-module-imports@7.0.0-beta.53(transitive)
- Removed@babel/helper-simple-access@7.0.0-beta.53(transitive)
- Removed@babel/helper-split-export-declaration@7.0.0-beta.53(transitive)
- Removed@babel/highlight@7.0.0-beta.53(transitive)
- Removed@babel/parser@7.0.0-beta.53(transitive)
- Removed@babel/template@7.0.0-beta.53(transitive)
- Removed@babel/types@7.0.0-beta.53(transitive)
Updated@babel/types@7.0.0-beta.54