Comparing version 2.18.5 to 2.18.6
@@ -239,2 +239,4 @@ 'use strict'; | ||
use(path, body.name); | ||
else if (isObjectExpression(body)) | ||
traverseObj(path, body.properties); | ||
@@ -241,0 +243,0 @@ addParams({ |
{ | ||
"name": "putout", | ||
"version": "2.18.5", | ||
"version": "2.18.6", | ||
"author": "coderaiser <mnemonic.enemy@gmail.com> (https://github.com/coderaiser)", | ||
@@ -5,0 +5,0 @@ "description": "find and remove unused variables", |
Sorry, the diff of this file is not supported yet
28153
630