Uh oh!
There was an error while loading. Please reload this page.
debugger: remove variable redeclarations - #4633
Conversation
cjihrig
commented
Jan 12, 2016
I didn't look at the entire file. Would any of these changes work as |
Trott
commented
Jan 12, 2016
I dismissed |
cjihrig
commented
Jan 12, 2016
We're using |
jasnell
commented
Jan 12, 2016
LGTM if CI and @cjihrig are happy :-) |
Trott
commented
Jan 13, 2016
OK, definitely an option for a |
jasnell
commented
Jan 13, 2016
Still LGTM |
cjihrig
commented
Jan 13, 2016
LGTM too. |
Trott
commented
Jan 16, 2016
Some variables are declared with var more than once in the same scope. This change reduces the declarations to one per scope. PR-URL: nodejs#4633 Reviewed-By: jasnell - James M Snell <jasnell@gmail.com> Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
Trott
commented
Jan 16, 2016
Landed in 66b9c0d |
Some variables are declared with var more than once in the same scope. This change reduces the declarations to one per scope. PR-URL: #4633 Reviewed-By: jasnell - James M Snell <jasnell@gmail.com> Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
Some variables are declared with var more than once in the same scope. This change reduces the declarations to one per scope. PR-URL: #4633 Reviewed-By: jasnell - James M Snell <jasnell@gmail.com> Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
Some variables are declared with var more than once in the same scope. This change reduces the declarations to one per scope. PR-URL: #4633 Reviewed-By: jasnell - James M Snell <jasnell@gmail.com> Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
Some variables are declared with var more than once in the same scope. This change reduces the declarations to one per scope. PR-URL: nodejs#4633 Reviewed-By: jasnell - James M Snell <jasnell@gmail.com> Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
Some variables are declared with var more than once in the same scope. This change reduces the declarations to one per scope. PR-URL: nodejs#4633 Reviewed-By: jasnell - James M Snell <jasnell@gmail.com> Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
Some variables are declared with var more than once in the same scope. This change reduces the declarations to one per scope. PR-URL: nodejs#4633 Reviewed-By: jasnell - James M Snell <jasnell@gmail.com> Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
Some variables are declared with
varmore than once in the same scope. This change reduces the declarations to one per scope.