benjamine / jsondiffpatch

Diff & patch JavaScript objects
MIT License
4.86k stars 473 forks source link

Any plans to support ES6? #282

Open dvejmz opened 4 years ago

dvejmz commented 4 years ago

This issue in redux-devtools-extension, which depends on jsondiffpatch's to calculate diffs in Redux state, prompts me to ask whether there're any plans to support ES6 features in jsondiffpatch any time soon. The problem at the moment is that redux-devtools-extension will not pick up any differences effected against a Redux key of the ES6 Set type due to jsondiffpatch not recognising these.

Are there any plans to support this and/or any workarounds you can think of anyway (other than just using Arrays)? Thanks!