4 ms·
We're moving Koa to be ready for async functions. Does anyone know whether async functions will have an arrow function form? https://github.com/koajs/compose/p
by jongleberry 11y ago
We're moving Koa to be ready for async functions. Does anyone know whether async functions will have an arrow function form?
https://github.com/koajs/compose/pull/27#issuecomment-144868219 https://github.com/koajs/compose/pull/27#issuecomment-144868...
- hekul 11y agoYes - async functions do have an arrow form: http://tc39.github.io/ecmascript-asyncawait/#prod-AsyncArrowFunction http://tc39.github.io/ecmascript-asyncawait/#prod-AsyncArrow....