flitbit / diff

Javascript utility for calculating deep difference, capturing changes, and applying changes across objects; for nodejs and the browser.
MIT License
2.99k stars 213 forks source link

Doesn't support Map/Set #133

Open jiayihu opened 6 years ago

jiayihu commented 6 years ago

When diffing ES6 Map/Set the diff is always undefined because they are objects, but without enumerable own properties

felixfbecker commented 5 years ago

Also have this problem. I could use arrays, but I don't want the order to matter...

AG-Labs commented 1 year ago

We are seeing this issue as well