Fixed regenerator related fixtures
This commit is contained in:
@@ -7,7 +7,9 @@ var Example = function () {
|
||||
await Promise.resolve(2);
|
||||
};
|
||||
|
||||
Example.prototype.test2 = regeneratorRuntime.mark(function test2() {
|
||||
Example.prototype.test2 =
|
||||
/*#__PURE__*/
|
||||
regeneratorRuntime.mark(function test2() {
|
||||
return regeneratorRuntime.wrap(function test2$(_context) {
|
||||
while (1) {
|
||||
switch (_context.prev = _context.next) {
|
||||
|
||||
Reference in New Issue
Block a user