Skip to main content

parse_source_file

Function parse_source_file 

Source
pub fn parse_source_file(
    path: &Path,
    source: &str,
    format: &str,
    parser_hint: Option<&str>,
) -> Result<Vec<CanonicalEvent>>