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
2976eb39b2
commit
33bb51c0d9
3
diff2.js
3
diff2.js
@ -831,9 +831,10 @@ function(A, B, cmp){
|
|||||||
// 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:
|
// XXX need:
|
||||||
// - skip unchanged subtrees
|
// - skip/clear unchanged subtrees when removed
|
||||||
// - link comparison -- should support linking from both sides...
|
// - link comparison -- should support linking from both sides...
|
||||||
// - item relative indexing (DONE)
|
// - item relative indexing (DONE)
|
||||||
|
// - ... (anything else???)
|
||||||
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