pub fn parse<'a>( allocator: &'a Bump, source: &'a str, ) -> (RootNode<'a>, Vec<'a, CompilerError>)
Parse a Vue template