Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
This commit is contained in:
Alex A. Naanou 2021-07-25 20:06:17 +03:00
parent 699cfc279f
commit 2976eb39b2

View File

@ -830,6 +830,10 @@ function(A, B, cmp){
// XXX one different approach that could also be used is to combine this
// with the original implementation and use diff(..) as a sub-tree
// comparator...
// XXX need:
// - skip unchanged subtrees
// - link comparison -- should support linking from both sides...
// - item relative indexing (DONE)
var keyValueDiff =
function(A, B, options={}){
return diffSections(