babel-plugin-debug-macros
Advanced tools
Comparing version 0.0.5 to 0.0.6
@@ -148,3 +148,3 @@ 'use strict'; | ||
specifiers.forEach(specifier => { | ||
if (featuresMap[source][specifier.imported.name] !== null) { | ||
if (specifier.imported && featuresMap[source][specifier.imported.name] !== null) { | ||
throw new Error(`Imported ${specifier.imported.name} from ${source} which is not a supported flag.`); | ||
@@ -151,0 +151,0 @@ } |
@@ -13,3 +13,3 @@ { | ||
"name": "babel-plugin-debug-macros", | ||
"version": "0.0.5", | ||
"version": "0.0.6", | ||
"description": "Debug macros and feature flag stripping", | ||
@@ -16,0 +16,0 @@ "main": "dist/index.js", |
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
19570