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

Adds support to diff object symbol-keys #136

Closed ioxua closed 6 years ago

ioxua commented 6 years ago

Here is a small fix that enables diff-ing objects that have symbols as keys. I have still not tested the changes (will be able to do so tomorrow) and I have to do a small cleanup on my commits (I had a small issue with conflits. No idea what caused them)

Tell me what do you think!