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

lib: avoid for of loop and remove unnecessary variable in zlib #54258

Merged
merged 1 commit into from
Aug 12, 2024

Commits on Aug 7, 2024

  1. lib: avoid for of loop and remove unnecessary variable in zlib

    removed the unnecessary declaration of 'i' in the _final method scope
    and changed the for of loop to a for loop
    
    Refs: https://github.com/nodejs/node/blob/main/doc/contributing/primordials.md#unsafe-array-iteration
    MCprotein committed Aug 7, 2024
    Configuration menu
    Copy the full SHA
    5efae32 View commit details
    Browse the repository at this point in the history