From 076d05ba7a498d025ec4736eef242d6f85d95020 Mon Sep 17 00:00:00 2001 From: "Alex A. Naanou" Date: Thu, 11 Oct 2018 11:27:01 +0300 Subject: [PATCH] notes... Signed-off-by: Alex A. Naanou --- diff.js | 3 +++ 1 file changed, 3 insertions(+) diff --git a/diff.js b/diff.js index 3ca62cb..2d5919b 100644 --- a/diff.js +++ b/diff.js @@ -1509,6 +1509,9 @@ module.Types = { // XXX Q: will this blow up on recursive objects??? // I think no... (needs testing) // ...do we need a tree/recursive format to support object recursion??? + // might be good idea to add an option to do two diff outputs: + // - recursive + // - flat _diff: function(A, B, options, context){ options = options || {} var that = this