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

Method parseArgumentExpression

internal/parser/parser.go:5506–5508  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

5504}
5505
5506func (p *Parser) parseArgumentExpression() *ast.Expression {
5507 return doInContext(p, ast.NodeFlagsDisallowInContext|ast.NodeFlagsDecoratorContext, false, (*Parser).parseArgumentOrArrayLiteralElement)
5508}
5509
5510func (p *Parser) parseArgumentOrArrayLiteralElement() *ast.Expression {
5511 switch p.token {

Callers

nothing calls this directly

Calls 1

doInContextFunction · 0.85

Tested by

no test coverage detected