Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
refactor(isolated_declarations): do not copy
Vec
unnecessarily (#7332)
This function receives an owned `oxc_allocator::Vec`. No need to copy the contents to a new `Vec` with `AstBuilder::vec_from_iter`, can just use the original.
- Loading branch information