regenerator
https://facebook.github.io/regenerator/
https://github.com/facebook/regenerator
ES2015のgeneratorを古い構文で動くように変換するやつ
babelではこれがあるが、
https://babeljs.io/docs/plugins/transform-regenerator/
直接使うことはなさそう?
This plugin uses the regenerator module to transform async and generator functions. regeneratorRuntime is not included.