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

Switch all 'for..of' loops to assume they iterating only arrays #2099

Merged
merged 1 commit into from Aug 20, 2019

Conversation

IvanGoncharov
Copy link
Member

Fixes #2092

@IvanGoncharov IvanGoncharov merged commit fb06d0b into graphql:master Aug 20, 2019
@IvanGoncharov IvanGoncharov added PR: bug fix 🐞 requires increase of "patch" version number and removed bug labels Aug 20, 2019
IvanGoncharov added a commit to IvanGoncharov/graphql-js that referenced this pull request Aug 20, 2019
Since graphql#2099 makes it zero-cost to use 'for..of' it's better to improve
code readability and consistency
IvanGoncharov added a commit that referenced this pull request Aug 20, 2019
Since #2099 makes it zero-cost to use 'for..of' it's better to improve
code readability and consistency
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
PR: bug fix 🐞 requires increase of "patch" version number
Projects
None yet
Development

Successfully merging this pull request may close these issues.

IE not working with for...of
1 participant