mirror of https://github.com/lukechilds/node.git
Browse Source
In order to comply with linting rules used in the rest of the code base, eliminate redeclared variables. A conservative approach is used so as to avoid unintentional performance issues (for example, as might be seen in some situations when using `let` instead of `var`). PR-URL: https://github.com/nodejs/node/pull/5773 Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Myles Borins <myles.borins@gmail.com>v4.x
Rich Trott
9 years ago
committed by
Myles Borins
10 changed files with 59 additions and 42 deletions
Loading…
Reference in new issue