Revert moving _blockHoist after regenerator
This reverts commits81bec3e5c4and157f5c3304.
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
import foo, * as bar from "someModule";
|
||||
|
||||
export const myWord = Symbol("abc");
|
||||
function* giveWord () {
|
||||
export function* giveWord () {
|
||||
yield myWord;
|
||||
}
|
||||
|
||||
@@ -19,6 +19,7 @@ var giveWord = _regeneratorRuntime.mark(function giveWord() {
|
||||
}, giveWord, this);
|
||||
});
|
||||
|
||||
exports.giveWord = giveWord;
|
||||
var foo = _to5Runtime.interopRequire(require("someModule"));
|
||||
|
||||
var bar = _to5Runtime.interopRequireWildcard(require("someModule"));
|
||||
|
||||
Reference in New Issue
Block a user