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

Method parseVariableDeclaration

internal/parser/parser.go:1608–1610  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

1606}
1607
1608func (p *Parser) parseVariableDeclaration() *ast.Node {
1609 return p.parseVariableDeclarationWorker(false /*allowExclamation*/)
1610}
1611
1612func (p *Parser) parseVariableDeclarationAllowExclamation() *ast.Node {
1613 return p.parseVariableDeclarationWorker(true /*allowExclamation*/)

Callers 1

parseCatchClauseMethod · 0.95

Calls 1

Tested by

no test coverage detected