github.com/evanw/esbuild/internal/js_parser.fnOnlyDataVisit.isInsideAsyncArrowFn (field)
5 uses
github.com/evanw/esbuild/internal/js_parser (current package)
js_parser.go#L453: isInsideAsyncArrowFn bool
js_parser.go#L11414: oldInsideAsyncArrowFn := p.fnOnlyDataVisit.isInsideAsyncArrowFn
js_parser.go#L11416: p.fnOnlyDataVisit.isInsideAsyncArrowFn = true
js_parser.go#L11443: p.fnOnlyDataVisit.isInsideAsyncArrowFn = oldInsideAsyncArrowFn
js_parser.go#L11551: isInsideUnsupportedAsyncArrow := p.fnOnlyDataVisit.isInsideAsyncArrowFn && p.options.unsupportedJSFeatures.Has(compat.AsyncAwait)
![]() |
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. |