angus-c / just

A library of dependency-free JavaScript utilities that do just one thing.
https://anguscroll.com/just
MIT License
6.07k stars 209 forks source link

optimize just-diff path #541

Closed angus-c closed 1 year ago

angus-c commented 1 year ago

resolves https://github.com/angus-c/just/issues/505

a) Trims from left and right (recursively) and takes the shortest path b) If types for a sub-object are different always replaces at root instead of attempting nested diff.

Also includes work done in https://github.com/angus-c/just/pull/538