@putout/engine-runner
Advanced tools
Comparing version 10.2.0 to 10.2.1
@@ -46,2 +46,5 @@ 'use strict'; | ||
for (const [tmpl, fn] of entries(visitor)) { | ||
if (!tmpl) | ||
continue; | ||
if (!isTemplate(tmpl)) { | ||
@@ -48,0 +51,0 @@ parsed.push(exclude({ |
{ | ||
"name": "@putout/engine-runner", | ||
"version": "10.2.0", | ||
"version": "10.2.1", | ||
"author": "coderaiser <mnemonic.enemy@gmail.com> (https://github.com/coderaiser)", | ||
@@ -5,0 +5,0 @@ "description": "run putout plugins", |
26590
658