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

Method parseOptionalBindingIdentifier

internal/parser/parser.go:5731–5736  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

5729}
5730
5731func (p *Parser) parseOptionalBindingIdentifier() *ast.Node {
5732 if p.isBindingIdentifier() {
5733 return p.parseBindingIdentifier()
5734 }
5735 return nil
5736}
5737
5738func (p *Parser) parseDecoratedExpression() *ast.Expression {
5739 pos := p.nodePos()

Callers 1

Calls 2

isBindingIdentifierMethod · 0.95

Tested by

no test coverage detected