1 2 3 4 5
use oxc_index::IndexVec; use crate::chunk::{Chunk, ChunkIdx}; pub type IndexChunks<'text> = IndexVec<ChunkIdx, Chunk<'text>>;