Skip to content

Conversation

@Trott
Copy link
Member

match and filter are declared twice with var in repl.js. Declare the variables only once.

`match` and `filter` are declared twice with `var` in `repl.js`. Declare the variables only once.
@TrottTrott added repl Issues and PRs related to the REPL subsystem. lts-watch-v4.x labels Jan 30, 2016
@mscdex
Copy link
Contributor

LGTM if CI is ok with it.

@Trott
Copy link
MemberAuthor

@jasnell
Copy link
Member

LGTM

jasnell pushed a commit that referenced this pull request Feb 1, 2016
`match` and `filter` are declared twice with `var` in `repl.js`. Declare the variables only once. PR-URL: #4977 Reviewed-By: Brian White <[email protected]> Reviewed-By: James M Snell <[email protected]>
@jasnell
Copy link
Member

Landed in ba81d15

@jasnelljasnell closed this Feb 1, 2016
rvagg pushed a commit that referenced this pull request Feb 8, 2016
`match` and `filter` are declared twice with `var` in `repl.js`. Declare the variables only once. PR-URL: #4977 Reviewed-By: Brian White <[email protected]> Reviewed-By: James M Snell <[email protected]>
MylesBorins pushed a commit that referenced this pull request Feb 17, 2016
`match` and `filter` are declared twice with `var` in `repl.js`. Declare the variables only once. PR-URL: #4977 Reviewed-By: Brian White <[email protected]> Reviewed-By: James M Snell <[email protected]>
MylesBorins pushed a commit that referenced this pull request Feb 18, 2016
`match` and `filter` are declared twice with `var` in `repl.js`. Declare the variables only once. PR-URL: #4977 Reviewed-By: Brian White <[email protected]> Reviewed-By: James M Snell <[email protected]>
@MylesBorinsMylesBorins mentioned this pull request Feb 18, 2016
MylesBorins pushed a commit that referenced this pull request Mar 2, 2016
`match` and `filter` are declared twice with `var` in `repl.js`. Declare the variables only once. PR-URL: #4977 Reviewed-By: Brian White <[email protected]> Reviewed-By: James M Snell <[email protected]>
scovetta pushed a commit to scovetta/node that referenced this pull request Apr 2, 2016
`match` and `filter` are declared twice with `var` in `repl.js`. Declare the variables only once. PR-URL: nodejs#4977 Reviewed-By: Brian White <[email protected]> Reviewed-By: James M Snell <[email protected]>
@TrottTrott deleted the repl-no-redeclare branch January 13, 2022 22:32
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

replIssues and PRs related to the REPL subsystem.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants

@Trott@mscdex@jasnell@MylesBorins