Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

refactor(isolated_declarations): do not copy Vec unnecessarily #7332

Commits on Nov 18, 2024

  1. 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.
    overlookmotel committed Nov 18, 2024
    Configuration menu
    Copy the full SHA
    1938a1d View commit details
    Browse the repository at this point in the history