pub fn span_to_range(source: &str, line_starts: &[u32], span: Span) -> Range
Convert a Span (byte-offset pair) to an LSP Range.
Span
Range