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 _step.value access in for await #13491

Merged
merged 5 commits into from Jul 21, 2021

Commits on Jun 21, 2021

  1. Copy the full SHA
    dada137 View commit details
    Browse the repository at this point in the history
  2. Add test

    nicolo-ribaudo committed Jun 21, 2021
    Copy the full SHA
    78071a1 View commit details
    Browse the repository at this point in the history
  3. iteratorNormalCompletion -> iteratorAbruptCompletion

    Saves 3 bytes when minified, 1 when not minified.
    nicolo-ribaudo committed Jun 21, 2021
    Copy the full SHA
    a2d27bc View commit details
    Browse the repository at this point in the history
  4. Compile to generators

    nicolo-ribaudo committed Jun 21, 2021
    Copy the full SHA
    d452c97 View commit details
    Browse the repository at this point in the history
  5. Copy the full SHA
    0927c7e View commit details
    Browse the repository at this point in the history