Files
babel/packages/babel-plugin-transform-runtime/test/fixtures/runtime/regenerator-runtime/expected.js
2017-08-16 10:02:33 +02:00

13 lines
340 B
JavaScript

import _regeneratorRuntime from "babel-runtime/regenerator";
void
/*#__PURE__*/
_regeneratorRuntime.mark(function _callee() {
return _regeneratorRuntime.wrap(function _callee$(_context) {
while (1) switch (_context.prev = _context.next) {
case 0:
case "end":
return _context.stop();
}
}, _callee, this);
});