Skip to content

http2: replace var with let/const - #30417

Closed
pc3b3r wants to merge 3 commits into
nodejs:masterfrom
pc3b3r:http2-const
Closed

http2: replace var with let/const#30417
pc3b3r wants to merge 3 commits into
nodejs:masterfrom
pc3b3r:http2-const

Conversation

@pc3b3r

Copy link
Copy Markdown
Contributor

Changed var to let and const on util. Keeping var on for loops.

Checklist
  • make -j4 test (UNIX), or vcbuild test (Windows) passes
  • tests and/or benchmarks are included
  • documentation is changed or added
  • commit message follows commit guidelines

@nodejs-github-botnodejs-github-bot added the http2 Issues or PRs related to the http2 subsystem. label Nov 12, 2019
@jasnelljasnell added the code-and-learn Issues related to the Code-and-Learn events and PRs submitted during the events. label Nov 12, 2019
Comment threadlib/internal/http2/util.js Outdated
Comment threadlib/internal/http2/util.js Outdated
Comment threadlib/internal/http2/util.js Outdated
Comment threadlib/internal/http2/util.js Outdated
Comment threadlib/internal/http2/util.js Outdated
Comment threadlib/internal/http2/util.js Outdated
Comment threadlib/internal/http2/util.js Outdated
Comment threadlib/internal/http2/util.js Outdated
Comment threadlib/internal/http2/util.js Outdated
Co-Authored-By: James M Snell <jasnell@gmail.com>
Comment threadlib/internal/http2/util.js Outdated
Co-Authored-By: James M Snell <jasnell@gmail.com>
@BridgeARBridgeAR added the author ready PRs that have at least one approval, no pending requests for changes, and a CI started. label Nov 13, 2019
@nodejs-github-bot

Copy link
Copy Markdown
Collaborator

@nodejs-github-bot

Copy link
Copy Markdown
Collaborator

@nodejs-github-bot

Copy link
Copy Markdown
Collaborator

Trott pushed a commit that referenced this pull request Nov 23, 2019
PR-URL: #30417
Reviewed-By: James M Snell <jasnell@gmail.com>
Reviewed-By: Trivikram Kamat <trivikr.dev@gmail.com>
Reviewed-By: Ruben Bridgewater <ruben@bridgewater.de>
Reviewed-By: Gireesh Punathil <gpunathi@in.ibm.com>
@Trott

Copy link
Copy Markdown
Member

Landed in 0271f1b.

Thanks for the contribution! 🎉

@TrottTrott closed this Nov 23, 2019
addaleax pushed a commit that referenced this pull request Nov 30, 2019
PR-URL: #30417
Reviewed-By: James M Snell <jasnell@gmail.com>
Reviewed-By: Trivikram Kamat <trivikr.dev@gmail.com>
Reviewed-By: Ruben Bridgewater <ruben@bridgewater.de>
Reviewed-By: Gireesh Punathil <gpunathi@in.ibm.com>
targos pushed a commit that referenced this pull request Dec 1, 2019
PR-URL: #30417
Reviewed-By: James M Snell <jasnell@gmail.com>
Reviewed-By: Trivikram Kamat <trivikr.dev@gmail.com>
Reviewed-By: Ruben Bridgewater <ruben@bridgewater.de>
Reviewed-By: Gireesh Punathil <gpunathi@in.ibm.com>
@BridgeARBridgeAR mentioned this pull request Dec 3, 2019
@BethGriggsBethGriggs mentioned this pull request Dec 9, 2019
MylesBorins pushed a commit that referenced this pull request Dec 17, 2019
PR-URL: #30417
Reviewed-By: James M Snell <jasnell@gmail.com>
Reviewed-By: Trivikram Kamat <trivikr.dev@gmail.com>
Reviewed-By: Ruben Bridgewater <ruben@bridgewater.de>
Reviewed-By: Gireesh Punathil <gpunathi@in.ibm.com>
@BethGriggsBethGriggs mentioned this pull request Dec 23, 2019
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

author readyPRs that have at least one approval, no pending requests for changes, and a CI started.code-and-learnIssues related to the Code-and-Learn events and PRs submitted during the events.http2Issues or PRs related to the http2 subsystem.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

7 participants

@pc3b3r@nodejs-github-bot@Trott@jasnell@gireeshpunathil@BridgeAR@trivikr