node-deep-equal
node-deep-equal copied to clipboard
breaking change in node 23
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.