mirror of https://github.com/lukechilds/node.git
Browse Source
As per the `prefer-const` eslint rule, few instances of `let` have been identified to be better with `const`. This patch updates all those instances. Refer: https://github.com/nodejs/node/issues/3118 PR-URL: https://github.com/nodejs/node/pull/3152 Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: Сковорода Никита Андреевич <chalkerx@gmail.com> Reviewed-By: Roman Reiss <me@silverwind.io> Reviewed-By: Michaël Zasso <mic.besace@gmail.com>v5.x
Sakthipriyan Vairamani
9 years ago
committed by
Rod Vagg
10 changed files with 21 additions and 20 deletions
Loading…
Reference in new issue