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

Function nextTokenIsStartOfType

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

Source from the content-addressed store, hash-verified

32645 return isStartOfExpression();
32646 }
32647 function nextTokenIsStartOfType() {
32648 nextToken();
32649 return isStartOfType();
32650 }
32651 // True if positioned at a list terminator
32652 function isListTerminator(kind) {
32653 if (token() === 1 /* SyntaxKind.EndOfFileToken */) {

Callers

nothing calls this directly

Calls 2

nextTokenFunction · 0.85
isStartOfTypeFunction · 0.85

Tested by

no test coverage detected