babel-plugin-transform-export-extensions
Advanced tools
Comparing version 7.0.0-alpha.12 to 7.0.0-alpha.14
@@ -10,3 +10,5 @@ "use strict"; | ||
var first = node.specifiers[0]; | ||
if (!t.isExportNamespaceSpecifier(first) && !t.isExportDefaultSpecifier(first)) return; | ||
if (!t.isExportNamespaceSpecifier(first) && !t.isExportDefaultSpecifier(first)) { | ||
return; | ||
} | ||
@@ -13,0 +15,0 @@ var specifier = node.specifiers.shift(); |
{ | ||
"name": "babel-plugin-transform-export-extensions", | ||
"version": "7.0.0-alpha.12", | ||
"version": "7.0.0-alpha.14", | ||
"description": "Compile export extensions to ES2015", | ||
@@ -12,7 +12,7 @@ "repository": "https://github.com/babel/babel/tree/master/packages/babel-plugin-transform-export-extensions", | ||
"dependencies": { | ||
"babel-plugin-syntax-export-extensions": "7.0.0-alpha.12" | ||
"babel-plugin-syntax-export-extensions": "7.0.0-alpha.14" | ||
}, | ||
"devDependencies": { | ||
"babel-helper-plugin-test-runner": "7.0.0-alpha.12" | ||
"babel-helper-plugin-test-runner": "7.0.0-alpha.14" | ||
} | ||
} |
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
3008
40
+ Addedbabel-plugin-syntax-export-extensions@7.0.0-alpha.14(transitive)
- Removedbabel-plugin-syntax-export-extensions@7.0.0-alpha.12(transitive)