Fixed regenerator related fixtures

This commit is contained in:
Mateusz Burzyński
2017-08-16 00:50:31 +02:00
parent e08ff8e650
commit fffa604023
8 changed files with 32 additions and 14 deletions

View File

@@ -1,7 +1,9 @@
import _regeneratorRuntime from "babel-runtime/regenerator";
import _Symbol from "babel-runtime/core-js/symbol";
var _marked = [giveWord].map(_regeneratorRuntime.mark);
var _marked =
/*#__PURE__*/
_regeneratorRuntime.mark(giveWord);
import foo, * as bar from "someModule";
export const myWord = _Symbol("abc");
@@ -16,7 +18,7 @@ export function giveWord() {
case "end":
return _context.stop();
}
}, _marked[0], this);
}, _marked, this);
}
foo;
bar;