-
-
Notifications
You must be signed in to change notification settings - Fork 411
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
[Merged by Bors] - Implement for await...of
loops
#2286
Conversation
VM implementation
|
Codecov Report
@@ Coverage Diff @@
## main #2286 +/- ##
==========================================
- Coverage 41.58% 41.52% -0.07%
==========================================
Files 235 235
Lines 22093 22140 +47
==========================================
+ Hits 9188 9193 +5
- Misses 12905 12947 +42
Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good!
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Great work! And incredible improvement in tests for around 120 new lines :) thank you!
I think this could go in 0.16, feel free to change the milestone and merge it.
bors r+ |
Pull request successfully merged into main. Build succeeded: |
for await...of
loopsfor await...of
loops
This Pull Request changes the following:
for await...of
loop parsingfor await...of
execution