rolldown_common 0.1.0

This crate is mostly for sharing code between rolldwon crates.
Documentation
1
2
3
4
oxc_index::define_index_type! {
    #[derive(Default)]
    pub struct ModuleIdx = u32;
}