const github.com/evanw/esbuild/internal/compat.AsyncAwait
12 uses
github.com/evanw/esbuild/internal/compat (current package)
js_table.go#L22: AsyncAwait
js_table.go#L83: AsyncAwait: {
github.com/evanw/esbuild/internal/js_parser
js_parser.go#L1818: p.markLoweredSyntaxFeature(compat.AsyncAwait, nameRange, compat.Generator)
js_parser.go#L2209: p.markLoweredSyntaxFeature(compat.AsyncAwait, asyncRange, compat.Generator)
js_parser.go#L2249: p.markLoweredSyntaxFeature(compat.AsyncAwait, asyncRange, compat.Generator)
js_parser.go#L2377: p.markLoweredSyntaxFeature(compat.AsyncAwait, opts.asyncRange, compat.Generator)
js_parser.go#L4922: p.markLoweredSyntaxFeature(compat.AsyncAwait, asyncRange, compat.Generator)
js_parser.go#L10895: if p.options.unsupportedJSFeatures.Has(compat.AsyncAwait) {
js_parser.go#L11551: isInsideUnsupportedAsyncArrow := p.fnOnlyDataVisit.isInsideAsyncArrowFn && p.options.unsupportedJSFeatures.Has(compat.AsyncAwait)
js_parser_lower.go#L80: case compat.AsyncAwait:
js_parser_lower.go#L289: if p.options.unsupportedJSFeatures.Has(compat.AsyncAwait) && *isAsync {
js_parser_lower.go#L2268: if p.fnOrArrowDataVisit.isAsync && 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. |