func github.com/evanw/esbuild/internal/js_parser.maybeJoinWithComma

15 uses

	github.com/evanw/esbuild/internal/js_parser (current package)
		js_parser.go#L8746: 			value = maybeJoinWithComma(value, js_ast.Assign(binding, *decl.Value))
		js_parser.go#L8748: 			value = maybeJoinWithComma(value, binding)
		js_parser.go#L8804: func maybeJoinWithComma(a js_ast.Expr, b js_ast.Expr) js_ast.Expr {
		js_parser.go#L10848: 						return maybeJoinWithComma(p.simplifyUnusedExpr(e.Test), e.Yes), exprOut{}
		js_parser.go#L10871: 						return maybeJoinWithComma(p.simplifyUnusedExpr(e.Test), e.No), exprOut{}
		js_parser.go#L12450: 			result = maybeJoinWithComma(result, p.simplifyUnusedExpr(item))
		js_parser.go#L12490: 				result = maybeJoinWithComma(result, js_ast.Expr{Loc: property.Key.Loc, Data: &js_ast.EBinary{
		js_parser.go#L12496: 			result = maybeJoinWithComma(result, p.simplifyUnusedExpr(*property.Value))
		js_parser.go#L12541: 			return maybeJoinWithComma(p.simplifyUnusedExpr(e.Left), p.simplifyUnusedExpr(e.Right))
		js_parser.go#L12549: 				return maybeJoinWithComma(p.simplifyUnusedExpr(e.Left), p.simplifyUnusedExpr(e.Right))
		js_parser.go#L12573: 				expr = maybeJoinWithComma(expr, p.simplifyUnusedExpr(arg))
		js_parser.go#L12583: 				expr = maybeJoinWithComma(expr, p.simplifyUnusedExpr(arg))
		js_parser_lower.go#L1206: 		expr = maybeJoinWithComma(expr, js_ast.Assign(left, right))
		js_parser_lower.go#L1724: 				computedPropertyCache = maybeJoinWithComma(computedPropertyCache, prop.Key)
		js_parser_lower.go#L1728: 				computedPropertyCache = maybeJoinWithComma(computedPropertyCache,