Skip to main content

Module incremental

Module incremental 

Source
Available on crate feature stream only.
Expand description

Incremental parsing integration with ass-core

Provides efficient incremental parsing by leveraging Script::parse_partial() to achieve <1ms edit times and <5ms reparse times. Tracks deltas for proper undo/redo integration and maintains consistency with the rope structure.

Structsยง

DocumentChange
Represents a change to the document with delta tracking
IncrementalParser
Manages incremental parsing state and delta accumulation