pub fn parse_file(path: &Path, source: &str) -> Result<ParseOutput>Expand description
Parse a single file, auto-detecting the language from its extension.
pub fn parse_file(path: &Path, source: &str) -> Result<ParseOutput>Parse a single file, auto-detecting the language from its extension.