inspect-js / inspect-js/node-deep-equal
breaking change in node 23
Open
- Dominant language
- JavaScript
- Stars
- 792
- Forks
- 106
- PR merge metrics
- No merged PRs in 30d
Description
WeakMaps and WeakSets, in node 23+, will not be considered equal unless they're `===`.
See https://github.com/nodejs/node/pull/53495
We may or may not want to do this, since this is strictly less useful behavior imo.
Contributor guide
Assessment
This issue has not been assessed yet.