puma
puma copied to clipboard
ECMA 6 - Implement Spread Operator
The runtime need to has the visitor for the spread operator.
var str = "foo";
var chars = [ ...str ]; // [ "f", "o", "o" ]