Collected sources and patterns will appear here. Add from search, explore, or the patterns library.
(SyntaxTree, List<TextEdit>) -> SyntaxTree
Update an existing syntax tree using a list of edit offsets instead of re-parsing the entire file.
Problem it solves
Re-parsing large source files on every keystroke introduces prohibitive latency in text editors.
Consumes
Emits
The real projects this mechanism was found in. Attribution is the point — this is how the best teams actually do it.