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

Function parseEntityNameOfTypeReference

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

Source from the content-addressed store, hash-verified

33270 }
33271 // TYPES
33272 function parseEntityNameOfTypeReference() {
33273 return parseEntityName(/*allowReservedWords*/ true, ts.Diagnostics.Type_expected);
33274 }
33275 function parseTypeArgumentsOfTypeReference() {
33276 if (!scanner.hasPrecedingLineBreak() && reScanLessThanToken() === 29 /* SyntaxKind.LessThanToken */) {
33277 return parseBracketedList(20 /* ParsingContext.TypeArguments */, parseType, 29 /* SyntaxKind.LessThanToken */, 31 /* SyntaxKind.GreaterThanToken */);

Callers 2

parseTypeReferenceFunction · 0.85
parseImportTypeFunction · 0.85

Calls 1

parseEntityNameFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…