github.com/evanw/esbuild/internal/js_parser.propertyOpts.isAsync (field)
10 uses
github.com/evanw/esbuild/internal/js_parser (current package)
js_parser.go#L1707: isAsync bool
js_parser.go#L1803: if !opts.isAsync && raw == name {
js_parser.go#L1809: if !opts.isAsync && raw == name {
js_parser.go#L1815: if !opts.isAsync && raw == name && !p.lexer.HasNewlineBefore {
js_parser.go#L1816: opts.isAsync = true
js_parser.go#L1823: if !opts.isStatic && !opts.isAsync && opts.isClass && raw == name {
js_parser.go#L1881: if opts.isClass && kind == js_ast.PropertyNormal && !opts.isAsync &&
js_parser.go#L1933: opts.isClass || opts.isAsync || opts.isGenerator {
js_parser.go#L1950: case opts.isAsync:
js_parser.go#L1965: allowAwait: opts.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. |