Skip to content
New issue

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

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

Already on GitHub? Sign in to your account

for loops should support destructuring #1

Open
charmander opened this issue Jul 2, 2019 · 1 comment
Open

for loops should support destructuring #1

charmander opened this issue Jul 2, 2019 · 1 comment

Comments

@charmander
Copy link
Owner

charmander commented Jul 2, 2019

With a possible replacement of

for x, i of array
    ⋮

by

for [i, x] of array.entries()
    ⋮
@charmander
Copy link
Owner Author

I think it’s best to consistently transform the entire for … line into for (…).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant