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

Function checkJsxSelfClosingElementDeferred

test/fixtures/snapshot/typescript.js:73732–73734  ·  view source on GitHub ↗
(node)

Source from the content-addressed store, hash-verified

73730 t.flags & 3145728 /* TypeFlags.UnionOrIntersection */ && ts.every(t.types, isValidSpreadType));
73731 }
73732 function checkJsxSelfClosingElementDeferred(node) {
73733 checkJsxOpeningLikeElementOrOpeningFragment(node);
73734 }
73735 function checkJsxSelfClosingElement(node, _checkMode) {
73736 checkNodeDeferred(node);
73737 return getJsxElementTypeAt(node) || anyType;

Callers 1

checkDeferredNodeFunction · 0.85

Tested by

no test coverage detected