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

Function isIdentifier

test/fixtures/snapshot/typescript.js:28762–28764  ·  view source on GitHub ↗
(node)

Source from the content-addressed store, hash-verified

28760 ts.isEqualsGreaterThanToken = isEqualsGreaterThanToken;
28761 // Identifiers
28762 function isIdentifier(node) {
28763 return node.kind === 79 /* SyntaxKind.Identifier */;
28764 }
28765 ts.isIdentifier = isIdentifier;
28766 function isPrivateIdentifier(node) {
28767 return node.kind === 80 /* SyntaxKind.PrivateIdentifier */;

Callers 15

parseIdentifierFunction · 0.70
isListElementFunction · 0.70
nextTokenIsIdentifierFunction · 0.70
isStartOfTypeFunction · 0.70
skipParameterStartFunction · 0.70
parseTypeOrTypePredicateFunction · 0.70
isStartOfExpressionFunction · 0.70

Calls 3

inYieldContextFunction · 0.85
inAwaitContextFunction · 0.85
tokenFunction · 0.70

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…