pub fn apply_text_changes(source: &str, changes: Vec<TextChange>) -> String
Expand description

Applies the text changes to the given source text.