tgriesser / immutable-diff

Hi-Fi diffing for Immutable.js data structures, forked from immutablediff
MIT License
12 stars 2 forks source link

immutable-diff patch #2

Closed azproduction closed 8 years ago

azproduction commented 8 years ago

Hi,

If I got it correctly patch is just a combination of updateIn, setIn, deleteIn?

tgriesser commented 8 years ago

Not sure the question, but patch is defined here https://tools.ietf.org/html/rfc6902 and is required to be a string, which doesn't work without some extra parsing if some of the keys in your immutable maps are numbers.

azproduction commented 8 years ago

@tgriesser thanks!