github.com/evanw/esbuild/internal/js_parser.parser.parseArrowBody (method)
5 uses
github.com/evanw/esbuild/internal/js_parser (current package)
js_parser.go#L2147: func (p *parser) parseArrowBody(args []js_ast.Arg, data fnOrArrowDataParse) *js_ast.EArrow {
js_parser.go#L2205: return js_ast.Expr{Loc: asyncRange.Loc, Data: p.parseArrowBody([]js_ast.Arg{arg}, fnOrArrowDataParse{})}
js_parser.go#L2217: arrow := p.parseArrowBody([]js_ast.Arg{arg}, fnOrArrowDataParse{allowAwait: true})
js_parser.go#L2413: arrow := p.parseArrowBody(args, fnOrArrowDataParse{allowAwait: opts.isAsync})
js_parser.go#L2738: return js_ast.Expr{Loc: loc, Data: p.parseArrowBody([]js_ast.Arg{arg}, fnOrArrowDataParse{})}
 |
The pages are generated with Golds v0.3.2-preview. (GOOS=darwin GOARCH=amd64)
Golds is a Go 101 project developed by Tapir Liu.
PR and bug reports are welcome and can be submitted to the issue list.
Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |