flitbit / diff

Javascript utility for calculating deep difference, capturing changes, and applying changes across objects; for nodejs and the browser.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Doesn't support Map/Set

jiayihu opened this issue · comments

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

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

We are seeing this issue as well