Expand description
provides diffing algorithm which returns patches
Functionsยง
- diff
- Return the patches needed for
old_node
to have the same DOM asnew_node
- diff_
recursive - diff the nodes recursively
provides diffing algorithm which returns patches
old_node
to have the same DOM as new_node