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

Function parseKeywordAndNoDot

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

Source from the content-addressed store, hash-verified

33889 return withJSDoc(finishNode(node, pos), hasJSDoc);
33890 }
33891 function parseKeywordAndNoDot() {
33892 var node = parseTokenNode();
33893 return token() === 24 /* SyntaxKind.DotToken */ ? undefined : node;
33894 }
33895 function parseLiteralTypeNode(negative) {
33896 var pos = getNodePos();
33897 if (negative) {

Callers

nothing calls this directly

Calls 2

parseTokenNodeFunction · 0.85
tokenFunction · 0.70

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…