Skip to content
This repository was archived by the owner on Feb 1, 2025. It is now read-only.

v0.3.0

Choose a tag to compare

@benjamn benjamn released this 03 Dec 17:07

As of #65 and #67, regenerator now supports rewriting let/const declarations as var declarations, thanks to the work of @termi and @olov's https://github.com/olov/defs library.

This contribution demonstrates the feasibility of mixing and matching regenerator with other single-purpose ES6 transforms.