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

Pass Promise as a parameter to regeneratorRuntime.async() #383

Merged
merged 4 commits into from
Feb 20, 2020

Commits on Jan 14, 2020

  1. Pass Promise as a parameter to regeneratorRuntime.async()

    This makes it possible to run @babel/plugin-transform-runtime on
    regenerator's output to provide a Promise polyfill in old browsers.
    nicolo-ribaudo committed Jan 14, 2020
    Configuration menu
    Copy the full SHA
    650e313 View commit details
    Browse the repository at this point in the history
  2. Add comment

    nicolo-ribaudo committed Jan 14, 2020
    Configuration menu
    Copy the full SHA
    484b0e1 View commit details
    Browse the repository at this point in the history
  3. Fix after rebase

    nicolo-ribaudo committed Jan 14, 2020
    Configuration menu
    Copy the full SHA
    0b6e891 View commit details
    Browse the repository at this point in the history

Commits on Feb 19, 2020

  1. Update packages/regenerator-runtime/runtime.js

    Co-Authored-By: Ben Newman <ben@benjamn.com>
    nicolo-ribaudo and benjamn committed Feb 19, 2020
    Configuration menu
    Copy the full SHA
    f71cde7 View commit details
    Browse the repository at this point in the history