babel-plugin-danger-remove-unused-import
Advanced tools
Comparing version 1.0.10 to 1.0.11
@@ -54,3 +54,3 @@ 'use strict'; | ||
// ref.ID | ||
else if (parentPath.isMemberExpression() && parentPath.get('property') === path && parentPath.get('computed') === false) {} | ||
else if (parentPath.isMemberExpression() && parentPath.get('property') === path && parentPath.node.computed === false) {} | ||
// class A { ID() {} } | ||
@@ -57,0 +57,0 @@ else if ((parentPath.isClassProperty() || parentPath.isClassMethod()) && parentPath.get('key') === path) {} else { |
{ | ||
"name": "babel-plugin-danger-remove-unused-import", | ||
"version": "1.0.10", | ||
"version": "1.0.11", | ||
"description": "", | ||
@@ -5,0 +5,0 @@ "main": "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
11201