rolldown_common/ecmascript/
module_idx.rs

1oxc_index::define_index_type! {
2    #[derive(Default)]
3    pub struct ModuleIdx = u32;
4}