Default to non-corejs helpers.

This commit is contained in:
Logan Smyth
2018-06-21 20:55:19 -07:00
parent 9c598a8e28
commit 3210a7a873
26 changed files with 113 additions and 130 deletions

View File

@@ -1,12 +1,11 @@
import _regeneratorRuntime from "@babel/runtime/regenerator";
import _Symbol from "@babel/runtime/core-js/symbol";
var _marked =
/*#__PURE__*/
_regeneratorRuntime.mark(giveWord);
import foo, * as bar from "someModule";
export const myWord = _Symbol("abc");
export const myWord = Symbol("abc");
export function giveWord() {
return _regeneratorRuntime.wrap(function giveWord$(_context) {
while (1) switch (_context.prev = _context.next) {