This repository was archived by the owner on Mar 25, 2025. It is now read-only.
Release 0.14.0
- Replaced generator rework with fast-async (inspired by @jdalton). (7008808)
- Disabled regenerator in babel. Don't use async/await and generators if your target browser does not support it. These reworks are pretty complex in replacement code. (24a64f8)
- Added support for dynamic import() syntax (parsing only) + Replaced Babel-Preset-Latest with Babel-Preset-Env and added docs. (b15b04d)