@putout/operate
Advanced tools
Comparing version 8.6.0 to 8.6.1
@@ -43,4 +43,4 @@ 'use strict'; | ||
throw Error(`"operator.extract(node)" understands only Literals, Identifiers, TemplateLiteral, TemplateElement, RegExpLiteral and JSXText 🤷, found: ${node.type}`); | ||
throw Error(`"operator.extract(node)" understands only Literals, Identifiers, TemplateLiteral, TemplateElement, RegExpLiteral, JSXAttribute and JSXText 🤷, found: ${node.type}`); | ||
} | ||
{ | ||
"name": "@putout/operate", | ||
"version": "8.6.0", | ||
"version": "8.6.1", | ||
"type": "commonjs", | ||
@@ -5,0 +5,0 @@ "author": "coderaiser <mnemonic.enemy@gmail.com> (https://github.com/coderaiser)", |
16242