This repository was archived by the owner on Feb 1, 2025. It is now read-only.
v0.6.1
Pull request #101 has been merged at last! The master branch now provides full support for async functions and await expressions! This is huge!
The public API of the package now obeys more of the conventions that have emerged for AST-driven transformation projects. Most notably, require("regenerator").compile(source, options).code is now the preferred way to do what require("regenerator")(source, options) used to do.