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

Function canFollowExportModifier

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

Source from the content-addressed store, hash-verified

32485 }
32486 }
32487 function canFollowExportModifier() {
32488 return token() !== 41 /* SyntaxKind.AsteriskToken */
32489 && token() !== 127 /* SyntaxKind.AsKeyword */
32490 && token() !== 18 /* SyntaxKind.OpenBraceToken */
32491 && canFollowModifier();
32492 }
32493 function nextTokenCanFollowExportModifier() {
32494 nextToken();
32495 return canFollowExportModifier();

Callers 2

Calls 2

canFollowModifierFunction · 0.85
tokenFunction · 0.70

Tested by

no test coverage detected