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

Function parseContextualModifier

test/fixtures/snapshot/typescript.js:32452–32454  ·  view source on GitHub ↗
(t)

Source from the content-addressed store, hash-verified

32450 return finishNode(node, pos);
32451 }
32452 function parseContextualModifier(t) {
32453 return token() === t && tryParse(nextTokenCanFollowModifier);
32454 }
32455 function nextTokenIsOnSameLineAndCanFollowModifier() {
32456 nextToken();
32457 if (scanner.hasPrecedingLineBreak()) {

Callers 3

parseTypeMemberFunction · 0.85
parseClassElementFunction · 0.85

Calls 2

tryParseFunction · 0.85
tokenFunction · 0.70

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…