-
Notifications
You must be signed in to change notification settings - Fork 30.3k
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
src: replace var for (let|const) in utilities module #18814
Conversation
Update Utilities module to replace var for let or const
Light-CI https://ci.nodejs.org/job/node-test-commit-light/278/ (this should be enough for this PR) |
Code changes like this really ought to have a full CI run.. https://ci.nodejs.org/job/node-test-pull-request/13223/ ... it's likely overkill but still preferable. |
Hey @jasnell first thanks for taking the time to read and review this PR. |
Landed in ca79fc5 🎉 |
Update Utilities module to replace var for let or const PR-URL: nodejs#18814 Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Ruben Bridgewater <ruben@bridgewater.de> Reviewed-By: Matheus Marchini <matheus@sthima.com>
Update Utilities module to replace var for let or const PR-URL: #18814 Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Ruben Bridgewater <ruben@bridgewater.de> Reviewed-By: Matheus Marchini <matheus@sthima.com>
Update Utilities module to replace var for let or const PR-URL: nodejs#18814 Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Ruben Bridgewater <ruben@bridgewater.de> Reviewed-By: Matheus Marchini <matheus@sthima.com>
Update Utilities module to replace var for let or const depending on the case.
Checklist
make -j4 test
(UNIX), orvcbuild test
(Windows) passesAffected core subsystem(s)
utils