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.
This commit is contained in:
Reference in New Issue
Block a user
Most of the work was done by `eslint --fix`, I fixed around 10 cases where it could not auto-convert.