(name, location)
| 73934 | return createJsxAttributesTypeFromAttributesProperty(node.parent, checkMode); |
| 73935 | } |
| 73936 | function getJsxType(name, location) { |
| 73937 | var namespace = getJsxNamespaceAt(location); |
| 73938 | var exports = namespace && getExportsOfSymbol(namespace); |
| 73939 | var typeSymbol = exports && getSymbol(exports, name, 788968 /* SymbolFlags.Type */); |
| 73940 | return typeSymbol ? getDeclaredTypeOfSymbol(typeSymbol) : errorType; |
| 73941 | } |
| 73942 | /** |
| 73943 | * Looks up an intrinsic tag name and returns a symbol that either points to an intrinsic |
| 73944 | * property (in which case nodeLinks.jsxFlags will be IntrinsicNamedElement) or an intrinsic |
no test coverage detected
searching dependent graphs…