Echo JS 0.11.0

<~>
appz 2761 days ago. link parent 2 points
It is not currently implemented in any browser, and it has to be implemented by two browsers before it can be in the standard.

I'm not sure if that will be done before the January 2017 meeting (4 months away). Let's hope!

Replies

tracker1 2761 days ago. link 1 point
It looks like there's definitely a push to get the async bits all in time... I think object rest/spread and object props are both pretty important in terms of cleanliness and usability.
appz 2759 days ago. link 1 point
`async` spec is finalized and is implemented in Edge 14 (behind a flag) and Chrome 52 (52-54 behind a flag, 55 enabled by default).

We will have to see about object rest/spread. It just got upgraded to Stage 3, so the spec is considered complete, but may not have full test suites yet. Little work goes into implementation until the spec is complete.

https://tc39.github.io/process-document/