mirror of
https://github.com/DanielnetoDotCom/YouPHPTube
synced 2025-10-04 10:19:24 +02:00
Libs updates and new version with option to pin videos on channel
This commit is contained in:
parent
e1f2188de0
commit
1beab3b1c0
8565 changed files with 149805 additions and 165674 deletions
61
node_modules/@babel/runtime/helpers/usingCtx.js
generated
vendored
61
node_modules/@babel/runtime/helpers/usingCtx.js
generated
vendored
|
@ -1,41 +1,56 @@
|
|||
function _usingCtx() {
|
||||
var r = "function" == typeof SuppressedError ? SuppressedError : function (r, n) {
|
||||
var e = Error();
|
||||
return e.name = "SuppressedError", e.suppressed = n, e.error = r, e;
|
||||
var r = "function" == typeof SuppressedError ? SuppressedError : function (r, e) {
|
||||
var n = Error();
|
||||
return n.name = "SuppressedError", n.error = r, n.suppressed = e, n;
|
||||
},
|
||||
n = {},
|
||||
e = [];
|
||||
function using(r, n) {
|
||||
if (null != n) {
|
||||
if (Object(n) !== n) throw new TypeError("using declarations can only be used with objects, functions, null, or undefined.");
|
||||
if (r) var o = n[Symbol.asyncDispose || Symbol["for"]("Symbol.asyncDispose")];
|
||||
if (null == o && (o = n[Symbol.dispose || Symbol["for"]("Symbol.dispose")]), "function" != typeof o) throw new TypeError("Property [Symbol.dispose] is not a function.");
|
||||
e.push({
|
||||
v: n,
|
||||
e = {},
|
||||
n = [];
|
||||
function using(r, e) {
|
||||
if (null != e) {
|
||||
if (Object(e) !== e) throw new TypeError("using declarations can only be used with objects, functions, null, or undefined.");
|
||||
if (r) var o = e[Symbol.asyncDispose || Symbol["for"]("Symbol.asyncDispose")];
|
||||
if (void 0 === o && (o = e[Symbol.dispose || Symbol["for"]("Symbol.dispose")], r)) var t = o;
|
||||
if ("function" != typeof o) throw new TypeError("Object is not disposable.");
|
||||
t && (o = function o() {
|
||||
try {
|
||||
t.call(e);
|
||||
} catch (r) {
|
||||
return Promise.reject(r);
|
||||
}
|
||||
}), n.push({
|
||||
v: e,
|
||||
d: o,
|
||||
a: r
|
||||
});
|
||||
}
|
||||
return n;
|
||||
} else r && n.push({
|
||||
d: e,
|
||||
a: r
|
||||
});
|
||||
return e;
|
||||
}
|
||||
return {
|
||||
e: n,
|
||||
e: e,
|
||||
u: using.bind(null, !1),
|
||||
a: using.bind(null, !0),
|
||||
d: function d() {
|
||||
var o = this.e;
|
||||
var o,
|
||||
t = this.e,
|
||||
s = 0;
|
||||
function next() {
|
||||
for (; r = e.pop();) try {
|
||||
var r,
|
||||
t = r.d.call(r.v);
|
||||
if (r.a) return Promise.resolve(t).then(next, err);
|
||||
for (; o = n.pop();) try {
|
||||
if (!o.a && 1 === s) return s = 0, n.push(o), Promise.resolve().then(next);
|
||||
if (o.d) {
|
||||
var r = o.d.call(o.v);
|
||||
if (o.a) return s |= 2, Promise.resolve(r).then(next, err);
|
||||
} else s |= 1;
|
||||
} catch (r) {
|
||||
return err(r);
|
||||
}
|
||||
if (o !== n) throw o;
|
||||
if (1 === s) return t !== e ? Promise.reject(t) : Promise.resolve();
|
||||
if (t !== e) throw t;
|
||||
}
|
||||
function err(e) {
|
||||
return o = o !== n ? new r(o, e) : e, next();
|
||||
function err(n) {
|
||||
return t = t !== e ? new r(n, t) : n, next();
|
||||
}
|
||||
return next();
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue