github.com/evanw/esbuild/internal/js_ast.EArrow.IsAsync (field)
8 uses
github.com/evanw/esbuild/internal/js_ast (current package)
js_ast.go#L499: IsAsync bool
github.com/evanw/esbuild/internal/js_parser
js_parser.go#L2218: arrow.IsAsync = true
js_parser.go#L2414: arrow.IsAsync = opts.isAsync
js_parser.go#L11407: isAsync: e.IsAsync,
js_parser.go#L11415: if e.IsAsync {
js_parser.go#L11428: p.lowerFunction(&e.IsAsync, &e.Args, e.Body.Loc, &e.Body.Stmts, &e.PreferExpr, &e.HasRestArg, true /* isArrow */)
js_parser.go#L11452: IsAsync: e.IsAsync,
github.com/evanw/esbuild/internal/js_printer
js_printer.go#L1644: if e.IsAsync {
![]() |
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. |