(location)
| 74179 | return links.resolvedJsxElementAttributesType; |
| 74180 | } |
| 74181 | function getJsxElementClassTypeAt(location) { |
| 74182 | var type = getJsxType(JsxNames.ElementClass, location); |
| 74183 | if (isErrorType(type)) |
| 74184 | return undefined; |
| 74185 | return type; |
| 74186 | } |
| 74187 | function getJsxElementTypeAt(location) { |
| 74188 | return getJsxType(JsxNames.Element, location); |
| 74189 | } |
no test coverage detected
searching dependent graphs…