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

Function parseInferType

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

Source from the content-addressed store, hash-verified

34125 return finishNode(node, pos);
34126 }
34127 function parseInferType() {
34128 var pos = getNodePos();
34129 parseExpected(137 /* SyntaxKind.InferKeyword */);
34130 return finishNode(factory.createInferTypeNode(parseTypeParameterOfInferType()), pos);
34131 }
34132 function parseTypeOperatorOrHigher() {
34133 var operator = token();
34134 switch (operator) {

Callers 1

Calls 4

getNodePosFunction · 0.85
parseExpectedFunction · 0.85
finishNodeFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…