-
Notifications
You must be signed in to change notification settings - Fork 39
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
comparing a fake Map, Set, etc throws #99
Comments
Thanks for discovering and filing this issue. A PR would be great to see, thanks! |
ljharb
added a commit
to ljharb/deep-eql
that referenced
this issue
May 31, 2024
→ #100 |
keithamus
pushed a commit
that referenced
this issue
Jun 3, 2024
Thanks! I’d love to make a PR to v4, but i think there’d need to be a v4 branch created first. Are you willing to make a branch and publish a backport if I make the PR? |
Sure. |
ljharb
added a commit
to ljharb/deep-eql
that referenced
this issue
Jun 4, 2024
Thanks! → #101 |
keithamus
pushed a commit
that referenced
this issue
Jun 5, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
It seems like comparing anything that's a builtin that should have internal slots, that is only pretending to be that builtin, throws instead of returning false.
this should return false, but instead, it throws:
This bug is affecting v4 as well, so once fixed in v5, a backport would be appreciated.
I'd be happy to make a PR for both, if desired.
The text was updated successfully, but these errors were encountered: