Skip to main content

parse_ftl_file_with_errors

Function parse_ftl_file_with_errors 

Source
pub fn parse_ftl_file_with_errors(
    ftl_path: &Path,
) -> Result<(Resource<String>, Vec<ParserError>)>
Expand description

Parse an FTL file and return both the resource and any parse errors.