MCPcopy Index your code
hub / github.com/microsoft/typescript-go / parseEntityNameOfTypeReference

Method parseEntityNameOfTypeReference

internal/parser/parser.go:2902–2904  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

2900}
2901
2902func (p *Parser) parseEntityNameOfTypeReference() *ast.Node {
2903 return p.parseEntityName(true /*allowReservedWords*/, diagnostics.Type_expected)
2904}
2905
2906func (p *Parser) parseEntityName(allowReservedWords bool, diagnosticMessage *diagnostics.Message) *ast.Node {
2907 pos := p.nodePos()

Callers 2

parseTypeReferenceMethod · 0.95
parseImportTypeMethod · 0.95

Calls 1

parseEntityNameMethod · 0.95

Tested by

no test coverage detected