Skip to main content

apply_document_changes

Function apply_document_changes 

Source
pub(crate) fn apply_document_changes(
    encoding: PositionEncoding,
    file_contents: &str,
    content_changes: Vec<TextDocumentContentChangeEvent>,
) -> String