const github.com/evanw/esbuild/internal/js_ast.LLogicalOr

4 uses

	github.com/evanw/esbuild/internal/js_ast (current package)
		js_ast.go#L38: 	LLogicalOr
		js_ast.go#L218: 	{"||", LLogicalOr, false},

	github.com/evanw/esbuild/internal/js_parser
		js_parser.go#L3798: 			if level >= js_ast.LLogicalOr {
		js_parser.go#L3808: 			right := p.parseExpr(js_ast.LLogicalOr)