Merge branch 'external-regenerator-runtime' into scoped-es6-runtime
This commit is contained in:
2
test/fixtures/transformation/optional-external-regenerator-runtime/basic/actual.js
vendored
Normal file
2
test/fixtures/transformation/optional-external-regenerator-runtime/basic/actual.js
vendored
Normal file
@@ -0,0 +1,2 @@
|
||||
void function* () {
|
||||
};
|
||||
13
test/fixtures/transformation/optional-external-regenerator-runtime/basic/expected.js
vendored
Normal file
13
test/fixtures/transformation/optional-external-regenerator-runtime/basic/expected.js
vendored
Normal 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);
|
||||
});
|
||||
Reference in New Issue
Block a user