MCPcopy Create free account
hub / github.com/microsoft/typescript-go / createMissingIdentifier

Method createMissingIdentifier

internal/parser/parser.go:2981–2983  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

2979}
2980
2981func (p *Parser) createMissingIdentifier() *ast.Node {
2982 return p.finishNode(p.newIdentifier(""), p.nodePos())
2983}
2984
2985func (p *Parser) parsePrivateIdentifier() *ast.Node {
2986 pos := p.nodePos()

Calls 3

finishNodeMethod · 0.95
newIdentifierMethod · 0.95
nodePosMethod · 0.95

Tested by

no test coverage detected