-
-
Notifications
You must be signed in to change notification settings - Fork 402
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
Fix spread in new and call expressions #1021
Conversation
Codecov Report
@@ Coverage Diff @@
## master #1021 +/- ##
==========================================
+ Coverage 60.10% 60.14% +0.04%
==========================================
Files 167 167
Lines 11142 11156 +14
==========================================
+ Hits 6697 6710 +13
- Misses 4445 4446 +1
Continue to review full report at Codecov.
|
Test262 conformance changes:
|
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.
Thanks! Looks good :)
This Pull Request fixes spread in new and call expressions:
It changes the following: