Closed hzoo closed 8 years ago
Anything similar to [].concat(...a).concat(b); -> [...a, ...b]
[].concat(...a).concat(b);
[...a, ...b]
Want to back this issue? Post a bounty on it! We accept bounties via Bountysource.
At this point only major and CST related bugs will be fixed.
Anything similar to
[].concat(...a).concat(b);
->[...a, ...b]
Want to back this issue? Post a bounty on it! We accept bounties via Bountysource.