pub fn parse_export_in_module(
    working_set: &mut StateWorkingSet<'_>,
    lite_command: &LiteCommand,
    module_name: &[u8]
) -> (Pipeline, Vec<Exportable>)