We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
join()
1 parent 1170fdd commit 28eb1abCopy full SHA for 28eb1ab
expr_sema.go
@@ -142,14 +142,6 @@ var BuiltinFuncSignatures = map[string][]*FuncSignature{
142
StringType{},
143
},
144
145
- {
146
- Name: "join",
147
- Ret: StringType{},
148
- Params: []ExprType{
149
- StringType{},
150
151
- },
152
153
// When the second parameter is omitted, values are concatenated with ','.
154
{
155
Name: "join",
@@ -158,13 +150,6 @@ var BuiltinFuncSignatures = map[string][]*FuncSignature{
158
&ArrayType{Elem: StringType{}},
159
160
161
162
163
164
165
166
167
168
169
"tojson": {{
170
Name: "toJSON",
0 commit comments