Create a new TreeCursor starting from the root of the tree.
()
| 274 | } |
| 275 | /** Create a new {@link TreeCursor} starting from the root of the tree. */ |
| 276 | walk() { |
| 277 | return this.rootNode.walk(); |
| 278 | } |
| 279 | /** |
| 280 | * Compare this old edited syntax tree to a new syntax tree representing |
| 281 | * the same document, returning a sequence of ranges whose syntactic |