`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/
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!
Very interested in the Class Free topic. Would something like _.extend be appropriate for the other_constructor rather than selecting specific properties to include?