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

Function parseAnyContextualModifier

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

Source from the content-addressed store, hash-verified

32495 return canFollowExportModifier();
32496 }
32497 function parseAnyContextualModifier() {
32498 return ts.isModifierKind(token()) && tryParse(nextTokenCanFollowModifier);
32499 }
32500 function canFollowModifier() {
32501 return token() === 22 /* SyntaxKind.OpenBracketToken */
32502 || token() === 18 /* SyntaxKind.OpenBraceToken */

Callers 1

tryParseModifierFunction · 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…