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

Transform async functions with regenerator #332

Merged
merged 3 commits into from
Aug 2, 2016

Commits on Aug 2, 2016

  1. Transform async functions with regenerator

    Remove `transform-async-to-generator`, which to my understanding is meant
    to be used in environments that support generators natively.
    
    Because we're compiling generators to ES5 anyway, we can simply use
    `regenerator` to transform async functions too, which results in
    slightly simpler output and only uses the regenerator runtime instead
    regenerator runtime + _asyncToGenerator Babel helper.
    fson committed Aug 2, 2016
    Configuration menu
    Copy the full SHA
    cd184cd View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f918b60 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    6927a32 View commit details
    Browse the repository at this point in the history