-
-
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] - Recognize Directive Prologues correctly #2521
Conversation
Test262 conformance changes
Fixed tests (3):
|
Codecov Report
@@ Coverage Diff @@
## main #2521 +/- ##
==========================================
- Coverage 51.13% 50.20% -0.94%
==========================================
Files 374 377 +3
Lines 36374 37006 +632
==========================================
- Hits 18601 18579 -22
- Misses 17773 18427 +654
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 great!
4f74bd7
to
390d7c0
Compare
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.
All good then!
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+ |
This Pull Request changes the following: - Recognize the `"use strict"` directive prologue correctly. - Refactor parsers to remove a setter function.
Pull request successfully merged into main. Build succeeded: |
This Pull Request changes the following:
"use strict"
directive prologue correctly.