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)