nu_parser

Function parse_module_block

source
pub fn parse_module_block(
    working_set: &mut StateWorkingSet<'_>,
    span: Span,
    module_name: &[u8],
) -> (Block, Module, Vec<Span>)