From 8bcf8a29301e076aa987df62a36a16c0accc9f55 Mon Sep 17 00:00:00 2001 From: "Alex A. Naanou" Date: Mon, 21 Jun 2021 02:25:48 +0300 Subject: [PATCH] notes... Signed-off-by: Alex A. Naanou --- diff2.js | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/diff2.js b/diff2.js index b89a4a1..2e2d53f 100644 --- a/diff2.js +++ b/diff2.js @@ -747,6 +747,10 @@ function(A, B, cmp){ // ...this is already tracked by diffSections(..) but after // handler(..) arrays are more like hashes, and we need to // account for this.... +// XXX yet another approach to this is to work in two stages: +// 1) diff ignoring keys... +// 2) selectively match keys... +// ...need to test how complex this will be... // var diff = function(A, B){