Skip to content

lib: scope loop variables

Refactor instances in lib where a loop variable is redeclared in the same scope with var. In these cases, let can be used to scope the variable declarations more precisely.

Merge request reports

Loading