Closed arphen closed 7 years ago
@arphen Which version of node are you using?
Maybe we could simply compile async function to generator: https://github.com/leebyron/async-to-gen
Maybe add engines
into package.json to remind user only run this under node > 8.0.0?
engines
in the package.json
, so I am going to close this issue. And we will support node v6 using async-to-gen
in the future.