Constants§
Functions§
- diagnostics_
from_ doc - Build LSP diagnostics from an already-parsed document. Separated from
parse_document_no_diagsso the workspace-scan path can skip the allocation entirely. - merge_
file_ diagnostics - Merge per-file diagnostic categories into one ordered Vec.
- parse_
document - Parse
sourceand return the (owned)ParsedDocplus any parse diagnostics. - parse_
document_ no_ diags - Parse
sourcewithout converting parse errors into LSPDiagnostics.