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

Function checkJsxElement

test/fixtures/snapshot/typescript.js:73751–73754  ·  view source on GitHub ↗
(node, _checkMode)

Source from the content-addressed store, hash-verified

73749 checkJsxChildren(node);
73750 }
73751 function checkJsxElement(node, _checkMode) {
73752 checkNodeDeferred(node);
73753 return getJsxElementTypeAt(node) || anyType;
73754 }
73755 function checkJsxFragment(node) {
73756 checkJsxOpeningLikeElementOrOpeningFragment(node.openingFragment);
73757 // by default, jsx:'react' will use jsxFactory = React.createElement and jsxFragmentFactory = React.Fragment

Callers 1

checkExpressionWorkerFunction · 0.85

Calls 2

checkNodeDeferredFunction · 0.85
getJsxElementTypeAtFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…