mirror of
https://github.com/microsoft/TypeScript.git
synced 2026-05-16 07:13:45 -05:00
❤️ linter
This commit is contained in:
@@ -8476,7 +8476,6 @@ namespace ts {
|
||||
}
|
||||
|
||||
function getJsxTagSymbol(node: JsxOpeningLikeElement | JsxClosingElement): Symbol {
|
||||
const links = getNodeLinks(node);
|
||||
if (isJsxIntrinsicIdentifier(node.tagName)) {
|
||||
return getIntrinsicTagSymbol(node);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user