@putout/engine-parser
Advanced tools
Comparing version 1.17.1 to 1.17.2
@@ -15,3 +15,3 @@ 'use strict'; | ||
module.exports = memo((value, options) => { | ||
const result = template(value, { | ||
const fn = template(value, { | ||
...defaults, | ||
@@ -21,3 +21,3 @@ ...options, | ||
return result.expression || result; | ||
return fn; | ||
}); | ||
@@ -24,0 +24,0 @@ |
{ | ||
"name": "@putout/engine-parser", | ||
"version": "1.17.1", | ||
"version": "1.17.2", | ||
"author": "coderaiser <mnemonic.enemy@gmail.com> (https://github.com/coderaiser)", | ||
@@ -5,0 +5,0 @@ "description": "putout parser", |
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
13107