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

Fix additional let/var init bugs #4177

Merged
merged 4 commits into from Jul 15, 2021
Merged

Fix additional let/var init bugs #4177

merged 4 commits into from Jul 15, 2021

Commits on Jul 12, 2021

  1. Fix additional variable state change bugs

    including blockless if statement `var` declarations
    and let/var use before declaration within same function
    kzc committed Jul 12, 2021
    Copy the full SHA
    e2f3542 View commit details
    Browse the repository at this point in the history

Commits on Jul 14, 2021

  1. Replace negative example

    lukastaegert committed Jul 14, 2021
    Copy the full SHA
    82e4acc View commit details
    Browse the repository at this point in the history

Commits on Jul 15, 2021

  1. Improve wording

    lukastaegert committed Jul 15, 2021
    Copy the full SHA
    e8b749c View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    ff8a078 View commit details
    Browse the repository at this point in the history