Commits
Click on a commit to change the comparison rangerefactor(traverse): use `ArenaBox` alias (#9759)
In transformer, and similar places, our convention is to import `oxc_allocator::Box` as `ArenaBox` and `oxc_allocator::Vec` as `ArenaVec` - to help distinguish between `std`'s `Box` / `Vec`, and their arena-allocated equivalents.
Make that change in one place in `oxc_traverse`.10 months ago
by overlookmotel