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

14 uses

	github.com/evanw/esbuild/internal/js_ast (current package)
		js_ast.go#L52: 	LCall

	github.com/evanw/esbuild/internal/js_parser
		js_parser.go#L2626: 			if level < js_ast.LCall && p.fnOrArrowDataParse.allowSuperCall {
		js_parser.go#L3258: 	if level > js_ast.LCall {
		js_parser.go#L3299: 	if hadPureCommentBefore && level < js_ast.LCall {
		js_parser.go#L3300: 		expr = p.parseSuffix(expr, js_ast.LCall-1, errors, flags)
		js_parser.go#L3405: 				if level >= js_ast.LCall {
		js_parser.go#L3423: 				if level >= js_ast.LCall {
		js_parser.go#L3517: 			if level >= js_ast.LCall {

	github.com/evanw/esbuild/internal/js_printer
		js_printer.go#L1403: 		wrap := level >= js_ast.LCall
		js_printer.go#L2073: 				leftLevel = js_ast.LCall
		js_printer.go#L2075: 				leftLevel = js_ast.LCall
		js_printer.go#L2078: 				leftLevel = js_ast.LCall
		js_printer.go#L2081: 				leftLevel = js_ast.LCall
		js_printer.go#L2085: 					leftLevel = js_ast.LCall