github.com/evanw/esbuild/internal/js_parser.thenCatchChain.nextTarget (field)
7 uses
github.com/evanw/esbuild/internal/js_parser (current package)
js_parser.go#L256: nextTarget js_ast.E
js_parser.go#L10777: if isCallTarget && p.thenCatchChain.nextTarget == e {
js_parser.go#L10780: nextTarget: e.Target.Data,
js_parser.go#L10785: nextTarget: e.Target.Data,
js_parser.go#L11087: isThenCatchTarget := e == p.thenCatchChain.nextTarget && p.thenCatchChain.hasCatch
js_parser.go#L11183: nextTarget: e.Target.Data,
js_parser.go#L11185: hasCatch: p.thenCatchChain.nextTarget == e && p.thenCatchChain.hasCatch,
![]() |
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. |