Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

convert all js var to let/const #7464

Merged
merged 3 commits into from
Jul 16, 2019
Merged

convert all js var to let/const #7464

merged 3 commits into from
Jul 16, 2019

Commits on Jul 14, 2019

  1. convert all js var to let/const

    Most of the work was done by `eslint --fix`, I fixed around 10 cases
    where it could not auto-convert.
    silverwind committed Jul 14, 2019
    Configuration menu
    Copy the full SHA
    6a19def View commit details
    Browse the repository at this point in the history

Commits on Jul 15, 2019

  1. Configuration menu
    Copy the full SHA
    59370c5 View commit details
    Browse the repository at this point in the history

Commits on Jul 16, 2019

  1. Configuration menu
    Copy the full SHA
    5d91cca View commit details
    Browse the repository at this point in the history