func github.com/evanw/esbuild/internal/js_ast.JoinWithComma

34 uses

	github.com/evanw/esbuild/internal/js_ast (current package)
		js_ast.go#L899: func JoinWithComma(a Expr, b Expr) Expr {
		js_ast.go#L906: 		result = JoinWithComma(result, value)

	github.com/evanw/esbuild/internal/js_parser
		js_parser.go#L6768: 					prevS.Value = js_ast.JoinWithComma(prevS.Value, s.Value)
		js_parser.go#L6779: 					s.Test = js_ast.JoinWithComma(prevS.Value, s.Test)
		js_parser.go#L6789: 					s.Test = js_ast.JoinWithComma(prevS.Value, s.Test)
		js_parser.go#L6892: 					value := js_ast.JoinWithComma(prevS.Value, *s.Value)
		js_parser.go#L6905: 					result[len(result)-1] = js_ast.Stmt{Loc: prevStmt.Loc, Data: &js_ast.SThrow{Value: js_ast.JoinWithComma(prevS.Value, s.Value)}}
		js_parser.go#L6926: 						s.Init = &js_ast.Stmt{Loc: prevStmt.Loc, Data: &js_ast.SExpr{Value: js_ast.JoinWithComma(prevS.Value, s2.Value)}}
		js_parser.go#L6991: 					lastValue := js_ast.JoinWithComma(prevS.Value, *lastReturn.Value)
		js_parser.go#L7032: 						lastValue := js_ast.JoinWithComma(prevS.Test, *left)
		js_parser.go#L7037: 							value := js_ast.JoinWithComma(comma.Left, p.mangleIfExpr(comma.Right.Loc, &js_ast.EIf{Test: comma.Right, Yes: *left, No: *right}))
		js_parser.go#L7065: 					lastThrow = &js_ast.SThrow{Value: js_ast.JoinWithComma(prevS.Value, lastThrow.Value)}
		js_parser.go#L7096: 						lastThrow = &js_ast.SThrow{Value: js_ast.JoinWithComma(comma.Left, p.mangleIfExpr(comma.Right.Loc, &js_ast.EIf{Test: comma.Right, Yes: left, No: right}))}
		js_parser.go#L7740: 		return js_ast.JoinWithComma(comma.Left, p.mangleIfExpr(comma.Right.Loc, &js_ast.EIf{
		js_parser.go#L7760: 		return js_ast.JoinWithComma(e.Test, e.Yes)
		js_parser.go#L7804: 		return js_ast.JoinWithComma(
		js_parser.go#L7812: 		return js_ast.JoinWithComma(
		js_parser.go#L8811: 	return js_ast.JoinWithComma(a, b)
		js_parser.go#L10086: 						return js_ast.JoinWithComma(js_ast.Expr{Loc: e.Left.Loc, Data: &js_ast.ENumber{}}, e.Right), exprOut{}
		js_parser.go#L10195: 						return js_ast.JoinWithComma(js_ast.Expr{Loc: e.Left.Loc, Data: &js_ast.ENumber{}}, e.Right), exprOut{}
		js_parser.go#L10223: 						return js_ast.JoinWithComma(js_ast.Expr{Loc: e.Left.Loc, Data: &js_ast.ENumber{}}, e.Right), exprOut{}
		js_parser.go#L10253: 						return js_ast.JoinWithComma(js_ast.Expr{Loc: e.Left.Loc, Data: &js_ast.ENumber{}}, e.Right), exprOut{}
		js_parser.go#L10482: 				return js_ast.JoinWithComma(comma.Left, js_ast.Expr{
		js_parser.go#L10600: 				e.Value = js_ast.JoinWithComma(js_ast.Expr{Loc: e.Value.Loc, Data: &js_ast.ENumber{}}, e.Value)
		js_parser.go#L10665: 				e.Value = js_ast.JoinWithComma(js_ast.Expr{Loc: e.Value.Loc, Data: &js_ast.ENumber{}}, e.Value)
		js_parser.go#L10731: 				return js_ast.JoinWithComma(comma.Left, js_ast.Expr{
		js_parser.go#L10855: 						return js_ast.JoinWithComma(js_ast.Expr{Loc: e.Test.Loc, Data: &js_ast.ENumber{}}, e.Yes), exprOut{}
		js_parser.go#L10878: 						return js_ast.JoinWithComma(js_ast.Expr{Loc: e.Test.Loc, Data: &js_ast.ENumber{}}, e.No), exprOut{}
		js_parser_lower.go#L1041: 		return js_ast.JoinWithComma(assign, valueFunc())
		js_parser_lower.go#L2061: 			expr = js_ast.JoinWithComma(expr, computedPropertyCache)
		js_parser_lower.go#L2064: 			expr = js_ast.JoinWithComma(expr, value)
		js_parser_lower.go#L2067: 			expr = js_ast.JoinWithComma(expr, value)
		js_parser_lower.go#L2070: 			expr = js_ast.JoinWithComma(expr, value)
		js_parser_lower.go#L2075: 			expr = js_ast.JoinWithComma(expr, nameToJoin)