pub fn parse_code_with_errors(
path: &PathBuf,
environment: Environment,
) -> ParseCodeResultExpand description
Parse code and return the AST along with any syntax errors collected
pub fn parse_code_with_errors(
path: &PathBuf,
environment: Environment,
) -> ParseCodeResultParse code and return the AST along with any syntax errors collected