mirror of
https://github.com/DanielnetoDotCom/YouPHPTube
synced 2025-10-04 18:29:39 +02:00
npm update
This commit is contained in:
parent
0cdd3e9fee
commit
4696ba952f
1437 changed files with 32727 additions and 1248226 deletions
17
node_modules/@babel/runtime/helpers/regeneratorRuntime.js
generated
vendored
17
node_modules/@babel/runtime/helpers/regeneratorRuntime.js
generated
vendored
|
@ -106,7 +106,10 @@ function _regeneratorRuntime() {
|
|||
if ("executing" === state) throw new Error("Generator is already running");
|
||||
if ("completed" === state) {
|
||||
if ("throw" === method) throw arg;
|
||||
return doneResult();
|
||||
return {
|
||||
value: void 0,
|
||||
done: !0
|
||||
};
|
||||
}
|
||||
for (context.method = method, context.arg = arg;;) {
|
||||
var delegate = context.delegate;
|
||||
|
@ -159,7 +162,7 @@ function _regeneratorRuntime() {
|
|||
}], tryLocsList.forEach(pushTryEntry, this), this.reset(!0);
|
||||
}
|
||||
function values(iterable) {
|
||||
if (iterable) {
|
||||
if (iterable || "" === iterable) {
|
||||
var iteratorMethod = iterable[iteratorSymbol];
|
||||
if (iteratorMethod) return iteratorMethod.call(iterable);
|
||||
if ("function" == typeof iterable.next) return iterable;
|
||||
|
@ -172,15 +175,7 @@ function _regeneratorRuntime() {
|
|||
return next.next = next;
|
||||
}
|
||||
}
|
||||
return {
|
||||
next: doneResult
|
||||
};
|
||||
}
|
||||
function doneResult() {
|
||||
return {
|
||||
value: undefined,
|
||||
done: !0
|
||||
};
|
||||
throw new TypeError(_typeof(iterable) + " is not iterable");
|
||||
}
|
||||
return GeneratorFunction.prototype = GeneratorFunctionPrototype, defineProperty(Gp, "constructor", {
|
||||
value: GeneratorFunctionPrototype,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue