(location)
| 74185 | return type; |
| 74186 | } |
| 74187 | function getJsxElementTypeAt(location) { |
| 74188 | return getJsxType(JsxNames.Element, location); |
| 74189 | } |
| 74190 | function getJsxStatelessElementTypeAt(location) { |
| 74191 | var jsxElementType = getJsxElementTypeAt(location); |
| 74192 | if (jsxElementType) { |
no test coverage detected
searching dependent graphs…