babel-plugin-emotion-rename
Advanced tools
Comparing version 1.0.0-beta.26 to 1.0.0-beta.27
@@ -148,3 +148,2 @@ "use strict"; | ||
if (!hasEmotionImport) { | ||
path.stop(); | ||
return; | ||
@@ -169,3 +168,2 @@ } | ||
if (!hasEmotionImport) { | ||
path.stop(); | ||
return; | ||
@@ -204,3 +202,2 @@ } | ||
if (!hasEmotionImport) { | ||
path.stop(); | ||
return; | ||
@@ -332,5 +329,4 @@ } | ||
if (!isRequire) { | ||
path.stop(); | ||
return; | ||
} | ||
return; | ||
} | ||
@@ -337,0 +333,0 @@ |
{ | ||
"name": "babel-plugin-emotion-rename", | ||
"version": "1.0.0-beta.26", | ||
"version": "1.0.0-beta.27", | ||
"description": "Babel plugin to rename old Emotion 9 import to new Emotion 10+ import", | ||
@@ -5,0 +5,0 @@ "main": "lib/index", |
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
26837
415