-
-
Notifications
You must be signed in to change notification settings - Fork 413
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] - Fix yield
expression to end on line terminator
#2232
Conversation
Test262 conformance changesVM implementation
Fixed tests (18):
|
Codecov Report
@@ Coverage Diff @@
## main #2232 +/- ##
==========================================
- Coverage 41.99% 41.98% -0.02%
==========================================
Files 231 231
Lines 21530 21536 +6
==========================================
Hits 9042 9042
- Misses 12488 12494 +6
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 :) just a couple of comments that could improve the code.
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 to me! :)
bors r+ |
Pull request successfully merged into main. Build succeeded: |
yield
expression to end on line terminatoryield
expression to end on line terminator
This Pull Request changes the following:
yield
expression to end on line terminator