From 33bb51c0d945ff9b0fb39a7dd57645112fd14d4e Mon Sep 17 00:00:00 2001 From: "Alex A. Naanou" Date: Mon, 26 Jul 2021 16:17:47 +0300 Subject: [PATCH] notes... Signed-off-by: Alex A. Naanou --- diff2.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/diff2.js b/diff2.js index 48349b5..5e447b3 100644 --- a/diff2.js +++ b/diff2.js @@ -831,9 +831,10 @@ function(A, B, cmp){ // with the original implementation and use diff(..) as a sub-tree // comparator... // XXX need: -// - skip unchanged subtrees +// - skip/clear unchanged subtrees when removed // - link comparison -- should support linking from both sides... // - item relative indexing (DONE) +// - ... (anything else???) var keyValueDiff = function(A, B, options={}){ return diffSections(