(location)
| 87222 | return literalTypeToNode(type, node, tracker); |
| 87223 | } |
| 87224 | function getJsxFactoryEntity(location) { |
| 87225 | return location ? (getJsxNamespace(location), (ts.getSourceFileOfNode(location).localJsxFactory || _jsxFactoryEntity)) : _jsxFactoryEntity; |
| 87226 | } |
| 87227 | function getJsxFragmentFactoryEntity(location) { |
| 87228 | if (location) { |
| 87229 | var file = ts.getSourceFileOfNode(location); |
no test coverage detected
searching dependent graphs…