Function deno_ast::apply_text_changes

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

Applies the text changes to the given source text.