Echo JS 0.11.0

<~>
ben 2754 days ago. link 3 points
Thank foo this is now a proposal.

Replies

tracker1 2753 days ago. link 1 point
It's been in stage1-2 for quite a while now.... Hoping this makes it in for EcmaScript 2017 cutoff.
appz 2753 days ago. link 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!
tracker1 2753 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 2751 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/