@putout/compare
Advanced tools
Comparing version 15.0.0 to 15.0.1
@@ -15,3 +15,3 @@ 'use strict'; | ||
isRegExpLiteral, | ||
isTSTypeParameter, | ||
isTSMappedType, | ||
isJSXText, | ||
@@ -346,3 +346,3 @@ isJSXIdentifier, | ||
return isTSTypeParameter(a) && LINKED_NODE.test(a.name); | ||
return isTSMappedType(a) && LINKED_NODE.test(a.key.name); | ||
}; | ||
@@ -349,0 +349,0 @@ |
@@ -40,5 +40,2 @@ 'use strict'; | ||
if (isTSTypeReference(templateStore[name]) && isIdentifier(nodeValue)) | ||
return true; | ||
add(templateStore[name], nodeValue); | ||
@@ -45,0 +42,0 @@ |
{ | ||
"name": "@putout/compare", | ||
"version": "15.0.0", | ||
"version": "15.0.1", | ||
"type": "commonjs", | ||
@@ -5,0 +5,0 @@ "author": "coderaiser <mnemonic.enemy@gmail.com> (https://github.com/coderaiser)", |
30110
749