Brian Terlson (2015-06-26T21:16:49.000Z)
d at domenic.me (2015-07-07T01:55:18.231Z)
Yes, at least the current spec literally just calls Promise.resolve on any awaited value. See step 12: http://tc39.github.io/ecmascript-asyncawait/#abstract-ops-async-function-start. So it’s identical semantics to `Promise.resolve(thenable)`.