github.com/evanw/esbuild/internal/js_parser.fnOrArrowDataParse.allowYield (field)
10 uses
github.com/evanw/esbuild/internal/js_parser (current package)
js_parser.go#L389: allowYield bool
js_parser.go#L1843: if (p.fnOrArrowDataParse.allowAwait && name == "await") || (p.fnOrArrowDataParse.allowYield && name == "yield") {
js_parser.go#L1966: allowYield: opts.isGenerator,
js_parser.go#L2276: allowYield: isGenerator,
js_parser.go#L2707: if p.fnOrArrowDataParse.allowYield {
js_parser.go#L4468: if (p.fnOrArrowDataParse.allowAwait && name == "await") || (p.fnOrArrowDataParse.allowYield && name == "yield") {
js_parser.go#L4592: if data.allowAwait && data.allowYield {
js_parser.go#L4599: fn.IsGenerator = data.allowYield
js_parser.go#L4607: p.fnOrArrowDataParse.allowYield = false
js_parser.go#L4964: allowYield: isGenerator,
![]() |
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. |