Update regenerator-transform (#9558)

This commit is contained in:
Nicolò Ribaudo
2019-02-21 23:24:31 +01:00
committed by GitHub
parent 879a59085b
commit b8d045f5cf
20 changed files with 28 additions and 28 deletions

View File

@@ -18,7 +18,7 @@ export function giveWord() {
case "end":
return _context.stop();
}
}, _marked, this);
}, _marked);
}
foo;
bar;

View File

@@ -9,5 +9,5 @@ _regeneratorRuntime.mark(function _callee() {
case "end":
return _context.stop();
}
}, _callee, this);
}, _callee);
});