Function esr::parse

source ·
pub fn parse<'src, 'ast>(source: &'src str) -> Result<Module<'ast>, Vec<Error>>
Expand description

Parse the JavaScript source &str and produce an Abstract Syntax Tree Module.