-
-
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 LabelledStatement
#2349
Conversation
Test262 conformance changes
Fixed tests (1):
|
Codecov Report
@@ Coverage Diff @@
## main #2349 +/- ##
==========================================
- Coverage 40.14% 39.88% -0.26%
==========================================
Files 241 243 +2
Lines 22966 23286 +320
==========================================
+ Hits 9219 9288 +69
- Misses 13747 13998 +251
Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. |
Co-authored-by: Iban Eguia Moraza <[email protected]>
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, thanks!
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 great!
bors r+ |
This Pull Request changes the following: - Implements the `LabelledStatement` Parse node. - Removes `label` from all label-able items (switch, blocks and loop statements). - Adjusts parsing to the new AST. #2295 isn't fixed by this, but with this change it should be easier to fix.
Pull request successfully merged into main. Build succeeded: |
LabelledStatement
LabelledStatement
This Pull Request changes the following:
LabelledStatement
Parse node.label
from all label-able items (switch, blocks and loop statements).#2295 isn't fixed by this, but with this change it should be easier to fix.