Update regenerator-transform (#9558)

This commit is contained in:
Nicolò Ribaudo
2019-02-21 23:24:31 +01:00
committed by GitHub
parent 879a59085b
commit b8d045f5cf
20 changed files with 28 additions and 28 deletions

View File

@@ -29,7 +29,7 @@ function () {
return _context.stop();
}
}
}, _callee, this);
}, _callee);
}));
function test1() {
@@ -54,7 +54,7 @@ function () {
return _context2.stop();
}
}
}, test2, this);
}, test2);
});
return Example;
}();