Releases: leebyron/async-to-gen
Releases · leebyron/async-to-gen
v1.1.0
New:
- Async generator functions and
for-await
loops! (#18)
Fixes:
- Fix case where referring to
arguments
in an async function could return an incorrect value (#17)
v1.0.6
Fixes:
async-node
now works with existing require.extensions
usage such as babel-register
(#16)
v1.0.4
New:
async-node -v
to get the version being used.
v1.0.3
Fixes:
- Correct precedence rules for
await
when translated to yield
(#10)
v1.0.2
Fixes:
- Support for
super
expressions.
- Fix bug where
this
is used within a nested arrow function.
- Fix bug where interior comments could cause edits to be incorrect.