Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
This commit is contained in:
Alex A. Naanou 2018-07-17 03:15:53 +03:00
parent 222ee9c7ea
commit 9df2108cb8

View File

@ -316,7 +316,7 @@ var partHandlers = {
//--------------------------------------------------------------------- //---------------------------------------------------------------------
// //
// Format: // Format can be one of:
// - no difference... // - no difference...
// null // null
// //
@ -415,8 +415,11 @@ Types.handle = function(type, obj, ...args){
return obj return obj
} }
// Build a diff between A and B...
// //
// NOTE: this will include direct links to items. // 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 do we need to differentiate things like: new Number(123) vs. 123???
// XXX check seen -- avoid recursion... // XXX check seen -- avoid recursion...
// XXX support Map(..) and other new-style types... // XXX support Map(..) and other new-style types...