Function rslint_parser::parse_module_lossy[][src]

pub fn parse_module_lossy(text: &str, file_id: usize) -> Parse<Module>
Expand description

Same as parse_text_lossy but configures the parser to parse an ECMAScript module instead of a Script