github.com/evanw/esbuild/internal/js_ast.Fn.IsAsync (field)
9 uses
github.com/evanw/esbuild/internal/js_ast (current package)
js_ast.go#L319: IsAsync bool
github.com/evanw/esbuild/internal/js_parser
js_parser.go#L4598: fn.IsAsync = data.allowAwait
js_parser.go#L11452: IsAsync: e.IsAsync,
js_parser.go#L11634: isAsync: fn.IsAsync,
js_parser.go#L11657: p.lowerFunction(&fn.IsAsync, &fn.Args, fn.Body.Loc, &fn.Body.Stmts, nil, &fn.HasRestArg, false /* isArrow */)
github.com/evanw/esbuild/internal/js_printer
js_printer.go#L1110: if fn.Fn.IsAsync {
js_printer.go#L1677: if e.Fn.IsAsync {
js_printer.go#L2511: if s.Fn.IsAsync {
js_printer.go#L2557: if s2.Fn.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. |