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

remove for-of syntax from rules #419

Merged
merged 3 commits into from
Jul 8, 2016
Merged

remove for-of syntax from rules #419

merged 3 commits into from
Jul 8, 2016

Conversation

benmosher
Copy link
Member

@benmosher benmosher commented Jul 6, 2016

There appear to be complications due to pollution of global scope with Symbol polyfill on Node 0.10.

Seems like the gentle thing is to fix it in 1.x, since 2.x will (a) be released soon and (b) support Node LTSs >= 4.

tasks

  • remove for .. of loops from everywhere (replace with #forEach)
  • jettison es6-symbol

(fixes #415, hopefully)

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

Successfully merging this pull request may close these issues.

1.10.1 breaks ESLint 2.13.1 and Node < 4
2 participants