MCPcopy Create free account
hub / github.com/nodejs/node / nextTokenCanFollowExportModifier

Function nextTokenCanFollowExportModifier

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

Source from the content-addressed store, hash-verified

32491 && canFollowModifier();
32492 }
32493 function nextTokenCanFollowExportModifier() {
32494 nextToken();
32495 return canFollowExportModifier();
32496 }
32497 function parseAnyContextualModifier() {
32498 return ts.isModifierKind(token()) && tryParse(nextTokenCanFollowModifier);
32499 }

Callers

nothing calls this directly

Calls 2

nextTokenFunction · 0.85
canFollowExportModifierFunction · 0.85

Tested by

no test coverage detected