Skip to main content

Module incremental_edit

Module incremental_edit 

Source
Expand description

Edit representation and application for incremental updates. Incremental parsing implementation and helpers. Enhanced edit structure for incremental parsing with text content

This module provides an extended Edit type that includes the new text being inserted, enabling efficient incremental parsing with subtree reuse.

Structs§

IncrementalEdit
Enhanced edit with text content for incremental parsing
IncrementalEditSet
Collection of incremental edits