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

Function parseIntersectionTypeOrHigher

test/fixtures/snapshot/typescript.js:34181–34183  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

34179 return type;
34180 }
34181 function parseIntersectionTypeOrHigher() {
34182 return parseUnionOrIntersectionType(50 /* SyntaxKind.AmpersandToken */, parseTypeOperatorOrHigher, factory.createIntersectionTypeNode);
34183 }
34184 function parseUnionTypeOrHigher() {
34185 return parseUnionOrIntersectionType(51 /* SyntaxKind.BarToken */, parseIntersectionTypeOrHigher, factory.createUnionTypeNode);
34186 }

Callers

nothing calls this directly

Calls 1

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…