oxc_index::define_index_type!{pubstructModuleIdx = u32;}// Preserved module idx used for representing a module that is not in the module graph.
// e.g.
// create a module idx for `ImportRecord` for `require` ExpressionIdentifier
pubconstDUMMY_MODULE_IDX: ModuleIdx =ModuleIdx::from_usize_unchecked(u32::MAXasusize);