You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
return { nodes=nodes, filter=queryLib.filter, replace=queryLib.replace, map=queryLib.map } -- LUAUFIX: queryLib.map has generics quantified at a different level than expected
166
+
return {
167
+
nodes=nodes,
168
+
filter=queryLib.filter,
169
+
replace=queryLib.replace,
170
+
map=queryLib.map,
171
+
forEach=queryLib.forEach,
172
+
} -- LUAUFIX: queryLib.map has generics quantified at a different level than expected
0 commit comments