Skip to content

Latest commit

 

History

History
10 lines (9 loc) · 751 Bytes

TODO.md

File metadata and controls

10 lines (9 loc) · 751 Bytes

TODO

  • Support diffing, but ensure it's in sync with the equality-check algorithm. Some libraries under consideration include:
  • Optinoal deep comparison of array items before merging
  • Examine using wild-wild-utils' own merge function instead of deepmerge-ts.
    • Support for Records, Sets, and a number of other ugly edge cases is super handy; it'd be a shame to miss it.