Echo JS 0.11.0

<~>

tracker1 2124 days ago. link 1 point
Also, async/await are not based on generators... they are functions that return a promise, the use of generators is an implementation detail for babel transforms.
tracker1 2124 days ago. link 1 point
Why would async/await be future?  All current/modern browsers support it, and you can shim (via babel etc) for IE.