convert all js var to let/const (#7464)
Most of the work was done by `eslint --fix`, I fixed around 10 cases where it could not auto-convert.
Showing
+274 -273
This diff is collapsed.
Please register or sign in to comment
Most of the work was done by `eslint --fix`, I fixed around 10 cases where it could not auto-convert.