pub fn module_item_parser<'a, I>() -> impl Parser<'a, I, ModuleItem, ParserError<'a>>where I: ValueInput<'a, Token = Token<'a>, Span = ParserSpan>,