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

Method parseParameter

internal/parser/parser.go:3316–3318  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

3314}
3315
3316func (p *Parser) parseParameter() *ast.Node {
3317 return p.parseParameterEx(false /*inOuterAwaitContext*/, true /*allowAmbiguity*/)
3318}
3319
3320func (p *Parser) parseParameterEx(inOuterAwaitContext bool, allowAmbiguity bool) *ast.Node {
3321 pos := p.nodePos()

Callers

nothing calls this directly

Calls 1

parseParameterExMethod · 0.95

Tested by

no test coverage detected