Requeue generators for re-traversal so we pick up regeneratorRuntime - fixes T6676
This commit is contained in:
@@ -7,7 +7,7 @@ import foo, * as bar from "someModule";
|
||||
|
||||
export const myWord = _Symbol("abc");
|
||||
export function giveWord() {
|
||||
return regeneratorRuntime.wrap(function giveWord$(_context) {
|
||||
return _regeneratorRuntime.wrap(function giveWord$(_context) {
|
||||
while (1) switch (_context.prev = _context.next) {
|
||||
case 0:
|
||||
_context.next = 2;
|
||||
|
||||
Reference in New Issue
Block a user