From 9df2108cb8821f56ec378c31d14b90995878a306 Mon Sep 17 00:00:00 2001 From: "Alex A. Naanou" Date: Tue, 17 Jul 2018 03:15:53 +0300 Subject: [PATCH] notes... Signed-off-by: Alex A. Naanou --- diff.js | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/diff.js b/diff.js index 358b252..26466d1 100644 --- a/diff.js +++ b/diff.js @@ -316,7 +316,7 @@ var partHandlers = { //--------------------------------------------------------------------- // -// Format: +// Format can be one of: // - no difference... // null // @@ -415,8 +415,11 @@ Types.handle = function(type, obj, ...args){ return obj } +// Build a diff between A and B... // // NOTE: this will include direct links to items. +// NOTE: for format info see doc for Types... +// // XXX do we need to differentiate things like: new Number(123) vs. 123??? // XXX check seen -- avoid recursion... // XXX support Map(..) and other new-style types...