You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The fast-async package provides a leaner/faster result than regenerator (let's not use regenerator), and I think it can be further optimized because when I convert async functions to Promise-based equivalents manually, they always come out with the leanest result. The new Promise.finally will help with this.
This may require a Promise polyfill to be supplied by the user, and that should be documented.
The text was updated successfully, but these errors were encountered:
trusktr
changed the title
Support for async functions.
[feature request] Support for async functions.
Jan 5, 2018
It would be useful to transpile async functions, they're a valid part of the language.
See here for previous discussion: https://gitlab.com/Rich-Harris/buble/issues/71
The
fast-async
package provides a leaner/faster result than regenerator (let's not use regenerator), and I think it can be further optimized because when I convert async functions to Promise-based equivalents manually, they always come out with the leanest result. The newPromise.finally
will help with this.This may require a Promise polyfill to be supplied by the user, and that should be documented.
The text was updated successfully, but these errors were encountered: