❤️ linter

This commit is contained in:
Ryan Cavanaugh 2016-02-11 12:27:57 -08:00
parent 13167f53e6
commit ea2cdc74df

View File

@ -8476,7 +8476,6 @@ namespace ts {
}
function getJsxTagSymbol(node: JsxOpeningLikeElement | JsxClosingElement): Symbol {
const links = getNodeLinks(node);
if (isJsxIntrinsicIdentifier(node.tagName)) {
return getIntrinsicTagSymbol(node);
}