Skip to content

stream: change var to let/const in lib stream js files. - #32214

Closed
Saajan wants to merge 1 commit into
nodejs:masterfrom
Saajan:master
Closed

stream: change var to let/const in lib stream js files.#32214
Saajan wants to merge 1 commit into
nodejs:masterfrom
Saajan:master

Conversation

@Saajan

@SaajanSaajan commented Mar 11, 2020

Copy link
Copy Markdown
Contributor
Checklist
  • make -j4 test (UNIX), or vcbuild test (Windows) passes
  • commit message follows commit guidelines

@nodejs-github-botnodejs-github-bot added the stream Issues and PRs related to the stream subsystem. label Mar 11, 2020
@nodejs-github-bot

Copy link
Copy Markdown
Collaborator

@SaajanSaajan changed the title "var" in lib stream js files changed to "let" and "const".lib:"var" in lib stream js files changed to "let" and "const".Mar 12, 2020
@trivikr

Copy link
Copy Markdown
Member

@Saajan This needs rebase as _stream_writable.js was updated in #32037

Can you please update PR title to git commit message guidelines?
It can be stream: change var to let/const for example

@SaajanSaajan changed the title lib:"var" in lib stream js files changed to "let" and "const".stream: change var to let/const in lib stream js files.Mar 18, 2020
@Saajan

Copy link
Copy Markdown
ContributorAuthor

@Saajan This needs rebase as _stream_writable.js was updated in #32037

Can you please update PR title to git commit message guidelines?
It can be stream: change var to let/const for example

Thank you for the suggestions. I have done the changes you asked.

@Saajan
Saajan requested a review from ronagMarch 20, 2020 07:32
@addaleaxaddaleax added the author ready PRs that have at least one approval, no pending requests for changes, and a CI started. label Mar 29, 2020
@nodejs-github-bot

Copy link
Copy Markdown
Collaborator

@nodejs-github-bot

Copy link
Copy Markdown
Collaborator

@addaleax

Copy link
Copy Markdown
Member

Landed in 4fc13b0 🎉

addaleax pushed a commit that referenced this pull request Mar 30, 2020
PR-URL: #32214
Reviewed-By: Robert Nagy <ronagy@icloud.com>
Reviewed-By: Trivikram Kamat <trivikr.dev@gmail.com>
Reviewed-By: James M Snell <jasnell@gmail.com>
Reviewed-By: Anna Henningsen <anna@addaleax.net>
addaleax pushed a commit that referenced this pull request Mar 30, 2020
PR-URL: #32214
Reviewed-By: Robert Nagy <ronagy@icloud.com>
Reviewed-By: Trivikram Kamat <trivikr.dev@gmail.com>
Reviewed-By: James M Snell <jasnell@gmail.com>
Reviewed-By: Anna Henningsen <anna@addaleax.net>
@targostargos mentioned this pull request Apr 13, 2020
@targostargos added backport-blocked-v12.x and removed author ready PRs that have at least one approval, no pending requests for changes, and a CI started. labels Apr 22, 2020
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

streamIssues and PRs related to the stream subsystem.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

7 participants

@Saajan@nodejs-github-bot@trivikr@addaleax@jasnell@ronag@targos