pub fn parse_ftl_file_with_errors( ftl_path: &Path, ) -> Result<(Resource<String>, Vec<ParserError>)>
Parse an FTL file and return both the resource and any parse errors.