Skip to main content

leekscript_lsp/
lib.rs

1//! Library surface for leekscript-lsp (used by integration tests and potentially other tools).
2//!
3//! The main binary is in `main.rs`; this crate re-exports types needed for testing the
4//! parse/reparse + analysis pipeline.
5
6pub use leekscript_rs::{parse, reparse, reparse_or_parse, DocumentAnalysis, TextEdit};