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

Function nextTokenIsIdentifier

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

Source from the content-addressed store, hash-verified

32622 return true;
32623 }
32624 function nextTokenIsIdentifier() {
32625 nextToken();
32626 return isIdentifier();
32627 }
32628 function nextTokenIsIdentifierOrKeyword() {
32629 nextToken();
32630 return ts.tokenIsIdentifierOrKeyword(token());

Callers 2

isStartOfMappedTypeFunction · 0.85

Calls 2

nextTokenFunction · 0.85
isIdentifierFunction · 0.70

Tested by

no test coverage detected