Closed
Description
Will implement this sometime unless someone wants to have some fun before me!
- fetch list of middleware etc from npm
- transform gen functions to async functions
- transform yields to awaits
- warn on use of co-isms (
yield {}
,yield []
, etc) - send pull-request for 2.x support
This doesn't need to really perform the PRs any time soon, but ideally we're ready for it when the time comes.
Related: #621