Skip to main content

Module state

Module state 

Source

Re-exports§

pub use ast_utils::compute_expression_end_pub;
pub use diagnostics::analyze;
pub use types::*;

Modules§

ast_utils
diagnostics
parsing
pretty
@pretty directive extraction, validation, and semantic token generation.
types

Structs§

DocumentState
Stored per-document: raw text + analyzed info + precomputed line index + cached AST.