const github.com/evanw/esbuild/internal/js_ast.LNullishCoalescing
10 uses
github.com/evanw/esbuild/internal/js_ast (current package)
js_ast.go#L37: LNullishCoalescing
js_ast.go#L217: {"??", LNullishCoalescing, false},
github.com/evanw/esbuild/internal/js_parser
js_parser.go#L3784: if level >= js_ast.LNullishCoalescing {
js_parser.go#L3788: left = js_ast.Expr{Loc: left.Loc, Data: &js_ast.EBinary{Op: js_ast.BinOpNullishCoalescing, Left: left, Right: p.parseExpr(js_ast.LNullishCoalescing)}}
js_parser.go#L3803: if level == js_ast.LNullishCoalescing {
js_parser.go#L3812: if level < js_ast.LNullishCoalescing {
js_parser.go#L3813: left = p.parseSuffix(left, js_ast.LNullishCoalescing+1, nil, flags)
js_parser.go#L3832: if level == js_ast.LNullishCoalescing {
js_parser.go#L3840: if level < js_ast.LNullishCoalescing {
js_parser.go#L3841: left = p.parseSuffix(left, js_ast.LNullishCoalescing+1, nil, flags)
 |
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. |