MCPcopy Index your code
hub / github.com/nodejs/node / getJsxStatelessElementTypeAt

Function getJsxStatelessElementTypeAt

test/fixtures/snapshot/typescript.js:74190–74195  ·  view source on GitHub ↗
(location)

Source from the content-addressed store, hash-verified

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 */

Calls 2

getJsxElementTypeAtFunction · 0.85
getUnionTypeFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…