Update regenerator-transform (#9558)
This commit is contained in:
@@ -18,7 +18,7 @@ export function giveWord() {
|
||||
case "end":
|
||||
return _context.stop();
|
||||
}
|
||||
}, _marked, this);
|
||||
}, _marked);
|
||||
}
|
||||
foo;
|
||||
bar;
|
||||
|
||||
@@ -9,5 +9,5 @@ _regeneratorRuntime.mark(function _callee() {
|
||||
case "end":
|
||||
return _context.stop();
|
||||
}
|
||||
}, _callee, this);
|
||||
}, _callee);
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user