-
-
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
Implement Object.fromEntries #1660
Conversation
Test262 conformance changes:
Fixed tests (46):
|
One of the conformance tests, i.e. I created a file (here's the gist) containing the relevant files concatenated to replicate this behaviour. Unfortunately, I still can't figure out what went wrong for now, but I found out how to trigger/un-trigger the error condition. If we comment out this section of the file, it will run successfully. Otherwise, it will fail because Does anyone knows what might cause this? EDIT: I think this is caused by the usage of |
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.
I would say we merge this and open an issue for the one missing test. I have not looked in detail, but I agree that it is probably something separate from this implementation.
Sure! I will create an issue once this is merged. |
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 job! Let's merge this :)
This Pull Request fixes/closes #1580. It implements the final method described in that issue, i.e.
Object.fromEntries
.Changes:
Object.fromEntries
.Object.fromEntries
.