@putout/operate
Advanced tools
Comparing version 8.0.0 to 8.1.0
@@ -52,4 +52,9 @@ 'use strict'; | ||
for (const propertyPath of initPath.get('properties')) { | ||
const keyValue = extract(propertyPath.node.key); | ||
const keyPath = propertyPath.get('key'); | ||
if (!isExtractable(keyPath)) | ||
return [NOT_COMPUTED]; | ||
const keyValue = extract(keyPath); | ||
if (keyValue !== keyPropertyValue) | ||
@@ -56,0 +61,0 @@ continue; |
{ | ||
"name": "@putout/operate", | ||
"version": "8.0.0", | ||
"version": "8.1.0", | ||
"type": "commonjs", | ||
@@ -5,0 +5,0 @@ "author": "coderaiser <mnemonic.enemy@gmail.com> (https://github.com/coderaiser)", |
15782
281