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
I think this is a low hanging fruit once you have objects and merging work right. Basically a { a: 2, ...obj } should be transformed to merge({ a: 2 }, obj) and there should be no comma after the spread operator
The text was updated successfully, but these errors were encountered:
I think this is a low hanging fruit once you have objects and merging work right. Basically a
{ a: 2, ...obj }
should be transformed tomerge({ a: 2 }, obj)
and there should be no comma after the spread operatorThe text was updated successfully, but these errors were encountered: