Remove old expected.{js,json} files (#7187)
This commit is contained in:
@@ -1,24 +0,0 @@
|
||||
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 function giveWord() {
|
||||
return _regeneratorRuntime.wrap(function giveWord$(_context) {
|
||||
while (1) switch (_context.prev = _context.next) {
|
||||
case 0:
|
||||
_context.next = 2;
|
||||
return myWord;
|
||||
|
||||
case 2:
|
||||
case "end":
|
||||
return _context.stop();
|
||||
}
|
||||
}, _marked, this);
|
||||
}
|
||||
foo;
|
||||
bar;
|
||||
Reference in New Issue
Block a user