changedRanges

actual external fun changedRanges(newTree: Tree): List<Range>(source)

Compare an old edited syntax tree to a new syntax tree representing the same document.

For this to work correctly, this tree must have been edited such that its ranges match up to the new tree.

Return

A list of ranges whose syntactic structure has changed.

expect fun changedRanges(newTree: Tree): List<Range>(source)

Compare an old edited syntax tree to a new syntax tree representing the same document.

For this to work correctly, this tree must have been edited such that its ranges match up to the new tree.

Return

A list of ranges whose syntactic structure has changed.

actual external fun changedRanges(newTree: Tree): List<Range>(source)

Compare an old edited syntax tree to a new syntax tree representing the same document.

For this to work correctly, this tree must have been edited such that its ranges match up to the new tree.

Return

A list of ranges whose syntactic structure has changed.

actual fun changedRanges(newTree: Tree): List<Range>(source)

Compare an old edited syntax tree to a new syntax tree representing the same document.

For this to work correctly, this tree must have been edited such that its ranges match up to the new tree.

Return

A list of ranges whose syntactic structure has changed.