@putout/engine-runner
Advanced tools
Comparing version 12.4.0 to 12.4.1
@@ -140,7 +140,11 @@ 'use strict'; | ||
if (plugin.find) | ||
if (plugin.find) { | ||
pluginsFind.push(item); | ||
continue; | ||
} | ||
if (plugin.traverse) | ||
if (plugin.traverse) { | ||
pluginsTraverse.push(item); | ||
continue; | ||
} | ||
@@ -147,0 +151,0 @@ if (plugin.replace) { |
@@ -115,3 +115,2 @@ 'use strict'; | ||
path.scope.getBlockParent().crawl(); | ||
//path.scope.getProgramParent().crawl(); | ||
@@ -118,0 +117,0 @@ log(from, newPath); |
{ | ||
"name": "@putout/engine-runner", | ||
"version": "12.4.0", | ||
"version": "12.4.1", | ||
"type": "commonjs", | ||
@@ -5,0 +5,0 @@ "author": "coderaiser <mnemonic.enemy@gmail.com> (https://github.com/coderaiser)", |
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
29081
707