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

Function parseIdentifierName

test/fixtures/snapshot/typescript.js:32397–32399  ·  view source on GitHub ↗
(diagnosticMessage)

Source from the content-addressed store, hash-verified

32395 return createIdentifier(isIdentifier(), diagnosticMessage, privateIdentifierDiagnosticMessage);
32396 }
32397 function parseIdentifierName(diagnosticMessage) {
32398 return createIdentifier(ts.tokenIsIdentifierOrKeyword(token()), diagnosticMessage);
32399 }
32400 function isLiteralPropertyName() {
32401 return ts.tokenIsIdentifierOrKeyword(token()) ||
32402 token() === 10 /* SyntaxKind.StringLiteral */ ||

Callers 15

parsePropertyNameWorkerFunction · 0.85
parseEntityNameFunction · 0.85
parseRightSideOfDotFunction · 0.85
parseJSDocFunctionTypeFunction · 0.85
parseJSDocParameterFunction · 0.85
parseMappedTypeParameterFunction · 0.85
parseJsxElementNameFunction · 0.85
parseJsxAttributeFunction · 0.85
parseAssertEntryFunction · 0.85

Calls 2

createIdentifierFunction · 0.85
tokenFunction · 0.70

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…