pub fn lint_source(source: &str) -> Result<Vec<Diagnostic>, Error>
Parse and lint source, returning only the lint findings (no semantic analysis). // @skip(...) directives are honored.
source
// @skip(...)