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.

Replies