@putout/engine-runner
Advanced tools
Comparing version 9.1.0 to 9.1.1
@@ -9,3 +9,5 @@ 'use strict'; | ||
const name = '__putout_runner_replace'; | ||
const hasWatermark = (watermark) => (path) => path.node?.[name]?.has(watermark); | ||
const hasWatermark = (watermark) => (path) => path.node && path.node[name] && path.node[name] && path.node[name].has(watermark); | ||
// uncomment on node v14 | ||
//const hasWatermark = (watermark) => (path) => path.node?.[name]?.has(watermark); | ||
@@ -12,0 +14,0 @@ module.exports = (from, to, path) => { |
{ | ||
"name": "@putout/engine-runner", | ||
"version": "9.1.0", | ||
"version": "9.1.1", | ||
"author": "coderaiser <mnemonic.enemy@gmail.com> (https://github.com/coderaiser)", | ||
@@ -5,0 +5,0 @@ "description": "run putout plugins", |
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
26534
648