mirror of
https://github.com/danbulant/oxc
synced 2026-05-24 20:32:10 +00:00
5 lines
92 B
Rust
5 lines
92 B
Rust
use oxc_index::define_index_type;
|
|
|
|
define_index_type! {
|
|
pub struct ReferenceId = u32;
|
|
}
|