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 {