pub fn check(
source: &str,
loader: Option<&dyn LibraryLoader>,
) -> Result<Vec<Diagnostic>, Error>Expand description
The diagnostics from analyze.
pub fn check(
source: &str,
loader: Option<&dyn LibraryLoader>,
) -> Result<Vec<Diagnostic>, Error>The diagnostics from analyze.