babel-plugin-import-regexp
Advanced tools
Comparing version 1.0.1 to 1.0.2
@@ -132,2 +132,4 @@ "use strict"; | ||
if (!supportRegExp && value === libraryName || supportRegExp && libraryName.test(value)) { | ||
console.log('specifiers', node.specifiers); | ||
console.log('types', types); | ||
node.specifiers.forEach(spec => { | ||
@@ -134,0 +136,0 @@ if (types.isImportSpecifier(spec)) { |
{ | ||
"name": "babel-plugin-import-regexp", | ||
"version": "1.0.1", | ||
"version": "1.0.2", | ||
"description": "Component modular import plugin for babel.", | ||
@@ -5,0 +5,0 @@ "repository": { |
@@ -140,2 +140,4 @@ import { join } from 'path'; | ||
if (!supportRegExp && value === libraryName || supportRegExp && libraryName.test(value)) { | ||
console.log('specifiers', node.specifiers) | ||
console.log('types', types) | ||
node.specifiers.forEach(spec => { | ||
@@ -142,0 +144,0 @@ if (types.isImportSpecifier(spec)) { |
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
30740
626