(location)
| 74188 | return getJsxType(JsxNames.Element, location); |
| 74189 | } |
| 74190 | function getJsxStatelessElementTypeAt(location) { |
| 74191 | var jsxElementType = getJsxElementTypeAt(location); |
| 74192 | if (jsxElementType) { |
| 74193 | return getUnionType([jsxElementType, nullType]); |
| 74194 | } |
| 74195 | } |
| 74196 | /** |
| 74197 | * Returns all the properties of the Jsx.IntrinsicElements interface |
| 74198 | */ |
no test coverage detected
searching dependent graphs…