republish transform-regenerator

This commit is contained in:
Henry Zhu 2016-01-14 17:03:39 -05:00
parent 3f2a445c9a
commit 4638f4db4d

View File

@ -132,7 +132,7 @@ exports.visitor = {
// Generators are processed in 'exit' handlers so that regenerator only has to run on
// an ES5 AST, but that means traversal will not pick up newly inserted references
// to things like 'regeneratorRuntime'. To avoid this, we explicitly re-queue.
// to things like 'regeneratorRuntime'. To avoid this, we explicitly requeue.
path.requeue();
}
}