node-deep-equal icon indicating copy to clipboard operation
node-deep-equal copied to clipboard

breaking change in node 23

Open ljharb opened this issue 5 months ago • 0 comments

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.

ljharb avatar Sep 06 '24 19:09 ljharb