Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

ECMA 6 - Implement Spread Operator #146

Open
pemattio opened this issue Jun 11, 2018 · 0 comments
Open

ECMA 6 - Implement Spread Operator #146

pemattio opened this issue Jun 11, 2018 · 0 comments

Comments

@pemattio
Copy link
Contributor

pemattio commented Jun 11, 2018

The runtime need to has the visitor for the spread operator.

var str = "foo";
var chars = [ ...str ]; // [ "f", "o", "o" ]
@pemattio pemattio changed the title Implement Spread Operator ECMA 6 - Implement Spread Operator Jun 11, 2018
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant