mirror of
https://github.com/nodejs/node.git
synced 2024-11-30 15:30:56 +01:00
76e4a74377
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/5468 Reviewed-By: Brian White <mscdex@mscdex.net> |
||
---|---|---|
.. | ||
ee-add-remove.js | ||
ee-emit-multi-args.js | ||
ee-emit.js | ||
ee-listener-count-on-prototype.js | ||
ee-listeners-many.js | ||
ee-listeners.js |