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
The text was updated successfully, but these errors were encountered:
flekschas
changed the title
Spread operator in combination a set is producing incorrect transpilation
Spread operator in combination with a set is incorrectly transpiled
Nov 30, 2018
The following statement...
...is unfortunately transpiled by Buble the code into:
But the statements are functionally not equivalent. I would expect Buble to either handle the spread operator correctly or throw a warning or error.
This is potentially related to #81
The text was updated successfully, but these errors were encountered: