mirror of
https://github.com/flynx/diff.js.git
synced 2025-10-29 02:50:10 +00:00
notes...
Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
This commit is contained in:
parent
222ee9c7ea
commit
9df2108cb8
5
diff.js
5
diff.js
@ -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...
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user