github.com/evanw/esbuild/internal/js_parser.parser.markLoweredSyntaxFeature (method)
6 uses
github.com/evanw/esbuild/internal/js_parser (current package)
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_lower.go#L196: func (p *parser) markLoweredSyntaxFeature(feature compat.JSFeature, r logger.Range, loweredFeature compat.JSFeature) {
 |
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. |