You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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`.
0 commit comments