Skip to main content

diff_asts

Function diff_asts 

Source
pub fn diff_asts(
    source: Option<&TypeSystemDocument>,
    target: Option<&TypeSystemDocument>,
) -> Vec<Change>
Expand description

Diff two already parsed ASTs. See diff() for the string based API.