pub fn analyze(file: &File) -> Result<File, Diagnostics>
Expand description
Analyzer entry point, produces a new AST with annotations resulting from the analysis.
pub fn analyze(file: &File) -> Result<File, Diagnostics>
Analyzer entry point, produces a new AST with annotations resulting from the analysis.