Update regenerator-transform (#9558)
This commit is contained in:
@@ -40,7 +40,7 @@ function () {
|
||||
return _context.stop();
|
||||
}
|
||||
}
|
||||
}, _callee, this);
|
||||
}, _callee);
|
||||
}));
|
||||
|
||||
function bar() {
|
||||
@@ -86,7 +86,7 @@ function _foo() {
|
||||
return _context2.stop();
|
||||
}
|
||||
}
|
||||
}, _callee2, this);
|
||||
}, _callee2);
|
||||
}));
|
||||
return _bar2.apply(this, arguments);
|
||||
};
|
||||
@@ -100,7 +100,7 @@ function _foo() {
|
||||
return _context3.stop();
|
||||
}
|
||||
}
|
||||
}, _callee3, this);
|
||||
}, _callee3);
|
||||
}));
|
||||
return _foo.apply(this, arguments);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user