Allow parsing of async generator functions
Allows users to use generators in order to write common functions that can be both sync or async.
Turn async functions into ES2015 generators
Helper function to remap async functions to generators
Turn async generator functions into ES2015 generators