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

Add missing parentheses to let in for..of loop #14044

Merged
merged 10 commits into from Dec 23, 2022
Merged

Commits on Dec 22, 2022

  1. Add tests

    fisker committed Dec 22, 2022
    Copy the full SHA
    1c6c6d1 View commit details
    Browse the repository at this point in the history
  2. Fix

    fisker committed Dec 22, 2022
    Copy the full SHA
    636c4c1 View commit details
    Browse the repository at this point in the history
  3. for await of

    fisker committed Dec 22, 2022
    Copy the full SHA
    8792fd1 View commit details
    Browse the repository at this point in the history
  4. Fix

    fisker committed Dec 22, 2022
    Copy the full SHA
    422e5f4 View commit details
    Browse the repository at this point in the history
  5. Linting

    fisker committed Dec 22, 2022
    Copy the full SHA
    f9bb4e4 View commit details
    Browse the repository at this point in the history
  6. Check parent type

    fisker committed Dec 22, 2022
    Copy the full SHA
    7ae3483 View commit details
    Browse the repository at this point in the history
  7. Don't check parent type

    fisker committed Dec 22, 2022
    Copy the full SHA
    707fe32 View commit details
    Browse the repository at this point in the history
  8. More tests

    fisker committed Dec 22, 2022
    Copy the full SHA
    f179110 View commit details
    Browse the repository at this point in the history
  9. Add PR number to change log

    fisker committed Dec 22, 2022
    Copy the full SHA
    89a0bbe View commit details
    Browse the repository at this point in the history
  10. Remove an unused line

    thorn0 committed Dec 22, 2022
    Copy the full SHA
    a05f885 View commit details
    Browse the repository at this point in the history