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

Use fast-async for async/await support #366

Closed
wants to merge 1 commit into from
Closed

Use fast-async for async/await support #366

wants to merge 1 commit into from

Commits on Aug 4, 2016

  1. Swap out babel-plugin-syntax-async-functions for fast-async

    fast-async is based on nodent, a generator-optional implementation of async/await support.
    By default, it does not use generators, which saves the usage of regenerator if generator functions are not otherwise used.
    It is also significantly faster, with order-of-magnitude perf gains on mobile browsers in particular.
    It also reduces file size by 1.44KB in a simple test case.
    timdorr committed Aug 4, 2016
    Configuration menu
    Copy the full SHA
    9e8d828 View commit details
    Browse the repository at this point in the history