Merge branch 'external-regenerator-runtime' into scoped-es6-runtime

This commit is contained in:
Aluísio Augusto Silva Gonçalves
2015-01-18 20:02:48 -02:00
5 changed files with 36 additions and 2 deletions

View File

@@ -0,0 +1,2 @@
void function* () {
};

View File

@@ -0,0 +1,13 @@
"use strict";
var _regeneratorRuntime = require("regenerator/runtime-module");
void _regeneratorRuntime.mark(function callee$0$0() {
return _regeneratorRuntime.wrap(function callee$0$0$(context$1$0) {
while (1) switch (context$1$0.prev = context$1$0.next) {
case 0:
case "end":
return context$1$0.stop();
}
}, callee$0$0, this);
});