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.
pub fn diff_asts(
source: Option<&TypeSystemDocument>,
target: Option<&TypeSystemDocument>,
) -> Vec<Change>Diff two already parsed ASTs. See diff() for the string based API.