pub fn parse_module_kind(
    handler: &Handler,
    src: Arc<str>,
    path: Option<Arc<PathBuf>>
) -> Result<ModuleKind, ErrorEmitted>