mirror of
https://github.com/flynx/diff.js.git
synced 2025-10-29 11:00:12 +00:00
notes...
Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
This commit is contained in:
parent
699cfc279f
commit
2976eb39b2
4
diff2.js
4
diff2.js
@ -830,6 +830,10 @@ function(A, B, cmp){
|
|||||||
// XXX one different approach that could also be used is to combine this
|
// XXX one different approach that could also be used is to combine this
|
||||||
// with the original implementation and use diff(..) as a sub-tree
|
// with the original implementation and use diff(..) as a sub-tree
|
||||||
// comparator...
|
// comparator...
|
||||||
|
// XXX need:
|
||||||
|
// - skip unchanged subtrees
|
||||||
|
// - link comparison -- should support linking from both sides...
|
||||||
|
// - item relative indexing (DONE)
|
||||||
var keyValueDiff =
|
var keyValueDiff =
|
||||||
function(A, B, options={}){
|
function(A, B, options={}){
|
||||||
return diffSections(
|
return diffSections(
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user