aboutsummaryrefslogtreecommitdiff
path: root/src/js/out/modules/node/assert.js
diff options
context:
space:
mode:
authorGravatar Jarred Sumner <jarred@jarredsumner.com> 2023-06-25 19:48:56 -0700
committerGravatar GitHub <noreply@github.com> 2023-06-25 19:48:56 -0700
commit76626ac54b83a5a9a24abee1bc35f13a2196504d (patch)
tree0ad676a65b1629905a9b2cf7871f58409922f5d6 /src/js/out/modules/node/assert.js
parent116bcf424564a5f38ddf5f99f34453c175526fdc (diff)
downloadbun-76626ac54b83a5a9a24abee1bc35f13a2196504d.tar.gz
bun-76626ac54b83a5a9a24abee1bc35f13a2196504d.tar.zst
bun-76626ac54b83a5a9a24abee1bc35f13a2196504d.zip
Fix test failures in import.meta (#3403)
* Fix test failures in import.meta * regenerate * Use bound functions for `import.meta.require` and `import.meta.require.resolve` and `Module.createRequire` --------- Co-authored-by: Jarred Sumner <709451+Jarred-Sumner@users.noreply.github.com>
Diffstat (limited to 'src/js/out/modules/node/assert.js')
-rw-r--r--src/js/out/modules/node/assert.js84
1 files changed, 42 insertions, 42 deletions
diff --git a/src/js/out/modules/node/assert.js b/src/js/out/modules/node/assert.js
index 4086ef8d5..bdaa04547 100644
--- a/src/js/out/modules/node/assert.js
+++ b/src/js/out/modules/node/assert.js
@@ -1,53 +1,53 @@
-import X1 from"node:util";var D1=function(){throw new Error("CallTracker is not supported yet")},{Bun:$1}=globalThis[Symbol.for("Bun.lazy")]("primordials"),z1=$1.deepEquals,W1=(H,Q)=>function(){return Q||(0,H[Object.keys(H)[0]])((Q={exports:{}}).exports,Q),Q.exports},Y1=W1({"assert/build/internal/errors.js"(H,Q){function Z(G){return typeof Symbol=="function"&&typeof Symbol.iterator=="symbol"?Z=function(T){return typeof T}:Z=function(T){return T&&typeof Symbol=="function"&&T.constructor===Symbol&&T!==Symbol.prototype?"symbol":typeof T},Z(G)}function J(G,T){if(!(G instanceof T))throw new TypeError("Cannot call a class as a function")}function z(G,T){return T&&(Z(T)==="object"||typeof T=="function")?T:X(G)}function X(G){if(G===void 0)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return G}function U(G){return U=Object.setPrototypeOf?Object.getPrototypeOf:function(T){return T.__proto__||Object.getPrototypeOf(T)},U(G)}function $(G,T){if(typeof T!="function"&&T!==null)throw new TypeError("Super expression must either be null or a function");G.prototype=Object.create(T&&T.prototype,{constructor:{value:G,writable:!0,configurable:!0}}),T&&K(G,T)}function K(G,T){return K=Object.setPrototypeOf||function(w,O){return w.__proto__=O,w},K(G,T)}var W={},Y,B;function V(G,T,w){w||(w=Error);function O(N,I,P){return typeof T=="string"?T:T(N,I,P)}var F=function(N){$(I,N);function I(P,A,S){var j;return J(this,I),j=z(this,U(I).call(this,O(P,A,S))),j.code=G,j}return I}(w);W[G]=F}function D(G,T){if(Array.isArray(G)){var w=G.length;return G=G.map(function(O){return String(O)}),w>2?"one of ".concat(T," ").concat(G.slice(0,w-1).join(", "),", or ")+G[w-1]:w===2?"one of ".concat(T," ").concat(G[0]," or ").concat(G[1]):"of ".concat(T," ").concat(G[0])}else return"of ".concat(T," ").concat(String(G))}function M(G,T,w){return G.substr(!w||w<0?0:+w,T.length)===T}function q(G,T,w){return(w===void 0||w>G.length)&&(w=G.length),G.substring(w-T.length,w)===T}function v(G,T,w){return typeof w!="number"&&(w=0),w+T.length>G.length?!1:G.indexOf(T,w)!==-1}V("ERR_AMBIGUOUS_ARGUMENT",'The "%s" argument is ambiguous. %s',TypeError),V("ERR_INVALID_ARG_TYPE",function(G,T,w){Y===void 0&&(Y=U1()),Y(typeof G=="string","'name' must be a string");var O;typeof T=="string"&&M(T,"not ")?(O="must not be",T=T.replace(/^not /,"")):O="must be";var F;if(q(G," argument"))F="The ".concat(G," ").concat(O," ").concat(D(T,"type"));else{var N=v(G,".")?"property":"argument";F='The "'.concat(G,'" ').concat(N," ").concat(O," ").concat(D(T,"type"))}return F+=". Received type ".concat(Z(w)),F},TypeError),V("ERR_INVALID_ARG_VALUE",function(G,T){var w=arguments.length>2&&arguments[2]!==void 0?arguments[2]:"is invalid",O=B.inspect(T);return O.length>128&&(O="".concat(O.slice(0,128),"...")),"The argument '".concat(G,"' ").concat(w,". Received ").concat(O)},TypeError,RangeError),V("ERR_INVALID_RETURN_VALUE",function(G,T,w){var O;return w&&w.constructor&&w.constructor.name?O="instance of ".concat(w.constructor.name):O="type ".concat(Z(w)),"Expected ".concat(G,' to be returned from the "').concat(T,'"')+" function but got ".concat(O,".")},TypeError),V("ERR_MISSING_ARGS",function(){for(var G=arguments.length,T=new Array(G),w=0;w<G;w++)T[w]=arguments[w];Y===void 0&&(Y=U1()),Y(T.length>0,"At least one arg needs to be specified");var O="The ",F=T.length;switch(T=T.map(function(N){return'"'.concat(N,'"')}),F){case 1:O+="".concat(T[0]," argument");break;case 2:O+="".concat(T[0]," and ").concat(T[1]," arguments");break;default:O+=T.slice(0,F-1).join(", "),O+=", and ".concat(T[F-1]," arguments");break}return"".concat(O," must be specified")},TypeError),Q.exports.codes=W}}),B1=W1({"assert/build/internal/assert/assertion_error.js"(H,Q){function Z(L){for(var b=1;b<arguments.length;b++){var h=arguments[b]!=null?arguments[b]:{},k=Object.keys(h);typeof Object.getOwnPropertySymbols=="function"&&(k=k.concat(Object.getOwnPropertySymbols(h).filter(function(m){return Object.getOwnPropertyDescriptor(h,m).enumerable}))),k.forEach(function(m){J(L,m,h[m])})}return L}function J(L,b,h){return(b in L)?Object.defineProperty(L,b,{value:h,enumerable:!0,configurable:!0,writable:!0}):L[b]=h,L}function z(L,b){if(!(L instanceof b))throw new TypeError("Cannot call a class as a function")}function X(L,b){for(var h=0;h<b.length;h++){var k=b[h];k.enumerable=k.enumerable||!1,k.configurable=!0,("value"in k)&&(k.writable=!0),Object.defineProperty(L,k.key,k)}}function U(L,b,h){return b&&X(L.prototype,b),h&&X(L,h),L}function $(L,b){return b&&(v(b)==="object"||typeof b=="function")?b:K(L)}function K(L){if(L===void 0)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return L}function W(L,b){if(typeof b!="function"&&b!==null)throw new TypeError("Super expression must either be null or a function");L.prototype=Object.create(b&&b.prototype,{constructor:{value:L,writable:!0,configurable:!0}}),b&&M(L,b)}function Y(L){var b=typeof Map=="function"?new Map:void 0;return Y=function(h){if(h===null||!D(h))return h;if(typeof h!="function")throw new TypeError("Super expression must either be null or a function");if(typeof b!="undefined"){if(b.has(h))return b.get(h);b.set(h,k)}function k(){return V(h,arguments,q(this).constructor)}return k.prototype=Object.create(h.prototype,{constructor:{value:k,enumerable:!1,writable:!0,configurable:!0}}),M(k,h)},Y(L)}function B(){if(typeof Reflect=="undefined"||!Reflect.construct||Reflect.construct.sham)return!1;if(typeof Proxy=="function")return!0;try{return Date.prototype.toString.call(Reflect.construct(Date,[],function(){})),!0}catch{return!1}}function V(L,b,h){return B()?V=Reflect.construct:V=function(k,m,x){var y=[null];y.push.apply(y,m);var g=Function.bind.apply(k,y),d=new g;return x&&M(d,x.prototype),d},V.apply(null,arguments)}function D(L){return Function.toString.call(L).indexOf("[native code]")!==-1}function M(L,b){return M=Object.setPrototypeOf||function(h,k){return h.__proto__=k,h},M(L,b)}function q(L){return q=Object.setPrototypeOf?Object.getPrototypeOf:function(b){return b.__proto__||Object.getPrototypeOf(b)},q(L)}function v(L){return typeof Symbol=="function"&&typeof Symbol.iterator=="symbol"?v=function(b){return typeof b}:v=function(b){return b&&typeof Symbol=="function"&&b.constructor===Symbol&&b!==Symbol.prototype?"symbol":typeof b},v(L)}var G=X1.inspect,T=Y1(),w=T.codes.ERR_INVALID_ARG_TYPE;function O(L,b,h){return(h===void 0||h>L.length)&&(h=L.length),L.substring(h-b.length,h)===b}function F(L,b){if(b=Math.floor(b),L.length==0||b==0)return"";var h=L.length*b;for(b=Math.floor(Math.log(b)/Math.log(2));b;)L+=L,b--;return L+=L.substring(0,h-L.length),L}var N="",I="",P="",A="",S={deepStrictEqual:"Expected values to be strictly deep-equal:",strictEqual:"Expected values to be strictly equal:",strictEqualObject:'Expected "actual" to be reference-equal to "expected":',deepEqual:"Expected values to be loosely deep-equal:",equal:"Expected values to be loosely equal:",notDeepStrictEqual:'Expected "actual" not to be strictly deep-equal to:',notStrictEqual:'Expected "actual" to be strictly unequal to:',notStrictEqualObject:'Expected "actual" not to be reference-equal to "expected":',notDeepEqual:'Expected "actual" not to be loosely deep-equal to:',notEqual:'Expected "actual" to be loosely unequal to:',notIdentical:"Values identical but not reference-equal:"},j=10;function R(L){var b=Object.keys(L),h=Object.create(Object.getPrototypeOf(L));return b.forEach(function(k){h[k]=L[k]}),Object.defineProperty(h,"message",{value:L.message}),h}function f(L){return G(L,{compact:!1,customInspect:!1,depth:1000,maxArrayLength:Infinity,showHidden:!1,breakLength:Infinity,showProxy:!1,sorted:!0,getters:!0})}function C(L,b,h){var k="",m="",x=0,y="",g=!1,d=f(L),_=d.split(`
-`),u=f(b).split(`
-`),n=0,i="";if(h==="strictEqual"&&v(L)==="object"&&v(b)==="object"&&L!==null&&b!==null&&(h="strictEqualObject"),_.length===1&&u.length===1&&_[0]!==u[0]){var p=_[0].length+u[0].length;if(p<=j){if((v(L)!=="object"||L===null)&&(v(b)!=="object"||b===null)&&(L!==0||b!==0))return"".concat(S[h],`
+import U1 from"node:util";var w1=function(){throw new Error("CallTracker is not supported yet")},{Bun:K1}=globalThis[Symbol.for("Bun.lazy")]("primordials"),X1=K1.deepEquals,Y1=(b1,Z)=>function(){return Z||(0,b1[Object.keys(b1)[0]])((Z={exports:{}}).exports,Z),Z.exports},B1=Y1({"assert/build/internal/errors.js"(b1,Z){function J(T){return typeof Symbol=="function"&&typeof Symbol.iterator=="symbol"?J=function(w){return typeof w}:J=function(w){return w&&typeof Symbol=="function"&&w.constructor===Symbol&&w!==Symbol.prototype?"symbol":typeof w},J(T)}function z(T,w){if(!(T instanceof w))throw new TypeError("Cannot call a class as a function")}function X(T,w){return w&&(J(w)==="object"||typeof w=="function")?w:U(T)}function U(T){if(T===void 0)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return T}function $(T){return $=Object.setPrototypeOf?Object.getPrototypeOf:function(w){return w.__proto__||Object.getPrototypeOf(w)},$(T)}function K(T,w){if(typeof w!="function"&&w!==null)throw new TypeError("Super expression must either be null or a function");T.prototype=Object.create(w&&w.prototype,{constructor:{value:T,writable:!0,configurable:!0}}),w&&W(T,w)}function W(T,w){return W=Object.setPrototypeOf||function(O,F){return O.__proto__=F,O},W(T,w)}var Y={},B,V;function D(T,w,O){O||(O=Error);function F(I,P,A){return typeof w=="string"?w:w(I,P,A)}var N=function(I){K(P,I);function P(A,S,j){var R;return z(this,P),R=X(this,$(P).call(this,F(A,S,j))),R.code=T,R}return P}(O);Y[T]=N}function M(T,w){if(Array.isArray(T)){var O=T.length;return T=T.map(function(F){return String(F)}),O>2?"one of ".concat(w," ").concat(T.slice(0,O-1).join(", "),", or ")+T[O-1]:O===2?"one of ".concat(w," ").concat(T[0]," or ").concat(T[1]):"of ".concat(w," ").concat(T[0])}else return"of ".concat(w," ").concat(String(T))}function q(T,w,O){return T.substr(!O||O<0?0:+O,w.length)===w}function v(T,w,O){return(O===void 0||O>T.length)&&(O=T.length),T.substring(O-w.length,O)===w}function G(T,w,O){return typeof O!="number"&&(O=0),O+w.length>T.length?!1:T.indexOf(w,O)!==-1}D("ERR_AMBIGUOUS_ARGUMENT",'The "%s" argument is ambiguous. %s',TypeError),D("ERR_INVALID_ARG_TYPE",function(T,w,O){B===void 0&&(B=$1()),B(typeof T=="string","'name' must be a string");var F;typeof w=="string"&&q(w,"not ")?(F="must not be",w=w.replace(/^not /,"")):F="must be";var N;if(v(T," argument"))N="The ".concat(T," ").concat(F," ").concat(M(w,"type"));else{var I=G(T,".")?"property":"argument";N='The "'.concat(T,'" ').concat(I," ").concat(F," ").concat(M(w,"type"))}return N+=". Received type ".concat(J(O)),N},TypeError),D("ERR_INVALID_ARG_VALUE",function(T,w){var O=arguments.length>2&&arguments[2]!==void 0?arguments[2]:"is invalid",F=V.inspect(w);return F.length>128&&(F="".concat(F.slice(0,128),"...")),"The argument '".concat(T,"' ").concat(O,". Received ").concat(F)},TypeError,RangeError),D("ERR_INVALID_RETURN_VALUE",function(T,w,O){var F;return O&&O.constructor&&O.constructor.name?F="instance of ".concat(O.constructor.name):F="type ".concat(J(O)),"Expected ".concat(T,' to be returned from the "').concat(w,'"')+" function but got ".concat(F,".")},TypeError),D("ERR_MISSING_ARGS",function(){for(var T=arguments.length,w=new Array(T),O=0;O<T;O++)w[O]=arguments[O];B===void 0&&(B=$1()),B(w.length>0,"At least one arg needs to be specified");var F="The ",N=w.length;switch(w=w.map(function(I){return'"'.concat(I,'"')}),N){case 1:F+="".concat(w[0]," argument");break;case 2:F+="".concat(w[0]," and ").concat(w[1]," arguments");break;default:F+=w.slice(0,N-1).join(", "),F+=", and ".concat(w[N-1]," arguments");break}return"".concat(F," must be specified")},TypeError),Z.exports.codes=Y}}),G1=Y1({"assert/build/internal/assert/assertion_error.js"(b1,Z){function J(b){for(var h=1;h<arguments.length;h++){var k=arguments[h]!=null?arguments[h]:{},m=Object.keys(k);typeof Object.getOwnPropertySymbols=="function"&&(m=m.concat(Object.getOwnPropertySymbols(k).filter(function(x){return Object.getOwnPropertyDescriptor(k,x).enumerable}))),m.forEach(function(x){z(b,x,k[x])})}return b}function z(b,h,k){return(h in b)?Object.defineProperty(b,h,{value:k,enumerable:!0,configurable:!0,writable:!0}):b[h]=k,b}function X(b,h){if(!(b instanceof h))throw new TypeError("Cannot call a class as a function")}function U(b,h){for(var k=0;k<h.length;k++){var m=h[k];m.enumerable=m.enumerable||!1,m.configurable=!0,("value"in m)&&(m.writable=!0),Object.defineProperty(b,m.key,m)}}function $(b,h,k){return h&&U(b.prototype,h),k&&U(b,k),b}function K(b,h){return h&&(G(h)==="object"||typeof h=="function")?h:W(b)}function W(b){if(b===void 0)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return b}function Y(b,h){if(typeof h!="function"&&h!==null)throw new TypeError("Super expression must either be null or a function");b.prototype=Object.create(h&&h.prototype,{constructor:{value:b,writable:!0,configurable:!0}}),h&&q(b,h)}function B(b){var h=typeof Map=="function"?new Map:void 0;return B=function(k){if(k===null||!M(k))return k;if(typeof k!="function")throw new TypeError("Super expression must either be null or a function");if(typeof h!="undefined"){if(h.has(k))return h.get(k);h.set(k,m)}function m(){return D(k,arguments,v(this).constructor)}return m.prototype=Object.create(k.prototype,{constructor:{value:m,enumerable:!1,writable:!0,configurable:!0}}),q(m,k)},B(b)}function V(){if(typeof Reflect=="undefined"||!Reflect.construct||Reflect.construct.sham)return!1;if(typeof Proxy=="function")return!0;try{return Date.prototype.toString.call(Reflect.construct(Date,[],function(){})),!0}catch{return!1}}function D(b,h,k){return V()?D=Reflect.construct:D=function(m,x,y){var g=[null];g.push.apply(g,x);var d=Function.bind.apply(m,g),_=new d;return y&&q(_,y.prototype),_},D.apply(null,arguments)}function M(b){return Function.toString.call(b).indexOf("[native code]")!==-1}function q(b,h){return q=Object.setPrototypeOf||function(k,m){return k.__proto__=m,k},q(b,h)}function v(b){return v=Object.setPrototypeOf?Object.getPrototypeOf:function(h){return h.__proto__||Object.getPrototypeOf(h)},v(b)}function G(b){return typeof Symbol=="function"&&typeof Symbol.iterator=="symbol"?G=function(h){return typeof h}:G=function(h){return h&&typeof Symbol=="function"&&h.constructor===Symbol&&h!==Symbol.prototype?"symbol":typeof h},G(b)}var T=U1.inspect,w=B1(),O=w.codes.ERR_INVALID_ARG_TYPE;function F(b,h,k){return(k===void 0||k>b.length)&&(k=b.length),b.substring(k-h.length,k)===h}function N(b,h){if(h=Math.floor(h),b.length==0||h==0)return"";var k=b.length*h;for(h=Math.floor(Math.log(h)/Math.log(2));h;)b+=b,h--;return b+=b.substring(0,k-b.length),b}var I="",P="",A="",S="",j={deepStrictEqual:"Expected values to be strictly deep-equal:",strictEqual:"Expected values to be strictly equal:",strictEqualObject:'Expected "actual" to be reference-equal to "expected":',deepEqual:"Expected values to be loosely deep-equal:",equal:"Expected values to be loosely equal:",notDeepStrictEqual:'Expected "actual" not to be strictly deep-equal to:',notStrictEqual:'Expected "actual" to be strictly unequal to:',notStrictEqualObject:'Expected "actual" not to be reference-equal to "expected":',notDeepEqual:'Expected "actual" not to be loosely deep-equal to:',notEqual:'Expected "actual" to be loosely unequal to:',notIdentical:"Values identical but not reference-equal:"},R=10;function f(b){var h=Object.keys(b),k=Object.create(Object.getPrototypeOf(b));return h.forEach(function(m){k[m]=b[m]}),Object.defineProperty(k,"message",{value:b.message}),k}function C(b){return T(b,{compact:!1,customInspect:!1,depth:1000,maxArrayLength:Infinity,showHidden:!1,breakLength:Infinity,showProxy:!1,sorted:!0,getters:!0})}function E(b,h,k){var m="",x="",y=0,g="",d=!1,_=C(b),u=_.split(`
+`),n=C(h).split(`
+`),i=0,p="";if(k==="strictEqual"&&G(b)==="object"&&G(h)==="object"&&b!==null&&h!==null&&(k="strictEqualObject"),u.length===1&&n.length===1&&u[0]!==n[0]){var l=u[0].length+n[0].length;if(l<=R){if((G(b)!=="object"||b===null)&&(G(h)!=="object"||h===null)&&(b!==0||h!==0))return"".concat(j[k],`
-`)+"".concat(_[0]," !== ").concat(u[0],`
-`)}else if(h!=="strictEqualObject"){var l=process.stderr&&process.stderr.isTTY?process.stderr.columns:80;if(p<l){for(;_[0][n]===u[0][n];)n++;n>2&&(i=`
- `.concat(F(" ",n),"^"),n=0)}}}for(var c=_[_.length-1],o=u[u.length-1];c===o&&(n++<2?y=`
- `.concat(c).concat(y):k=c,_.pop(),u.pop(),!(_.length===0||u.length===0));)c=_[_.length-1],o=u[u.length-1];var a=Math.max(_.length,u.length);if(a===0){var t=d.split(`
-`);if(t.length>30)for(t[26]="".concat(N,"...").concat(A);t.length>27;)t.pop();return"".concat(S.notIdentical,`
+`)+"".concat(u[0]," !== ").concat(n[0],`
+`)}else if(k!=="strictEqualObject"){var c=process.stderr&&process.stderr.isTTY?process.stderr.columns:80;if(l<c){for(;u[0][i]===n[0][i];)i++;i>2&&(p=`
+ `.concat(N(" ",i),"^"),i=0)}}}for(var o=u[u.length-1],a=n[n.length-1];o===a&&(i++<2?g=`
+ `.concat(o).concat(g):m=o,u.pop(),n.pop(),!(u.length===0||n.length===0));)o=u[u.length-1],a=n[n.length-1];var t=Math.max(u.length,n.length);if(t===0){var r=_.split(`
+`);if(r.length>30)for(r[26]="".concat(I,"...").concat(S);r.length>27;)r.pop();return"".concat(j.notIdentical,`
-`).concat(t.join(`
+`).concat(r.join(`
`),`
-`)}n>3&&(y=`
-`.concat(N,"...").concat(A).concat(y),g=!0),k!==""&&(y=`
- `.concat(k).concat(y),k="");var r=0,s=S[h]+`
-`.concat(I,"+ actual").concat(A," ").concat(P,"- expected").concat(A),e=" ".concat(N,"...").concat(A," Lines skipped");for(n=0;n<a;n++){var H1=n-x;if(_.length<n+1)H1>1&&n>2&&(H1>4?(m+=`
-`.concat(N,"...").concat(A),g=!0):H1>3&&(m+=`
- `.concat(u[n-2]),r++),m+=`
- `.concat(u[n-1]),r++),x=n,k+=`
-`.concat(P,"-").concat(A," ").concat(u[n]),r++;else if(u.length<n+1)H1>1&&n>2&&(H1>4?(m+=`
-`.concat(N,"...").concat(A),g=!0):H1>3&&(m+=`
- `.concat(_[n-2]),r++),m+=`
- `.concat(_[n-1]),r++),x=n,m+=`
-`.concat(I,"+").concat(A," ").concat(_[n]),r++;else{var Q1=u[n],Z1=_[n],J1=Z1!==Q1&&(!O(Z1,",")||Z1.slice(0,-1)!==Q1);J1&&O(Q1,",")&&Q1.slice(0,-1)===Z1&&(J1=!1,Z1+=","),J1?(H1>1&&n>2&&(H1>4?(m+=`
-`.concat(N,"...").concat(A),g=!0):H1>3&&(m+=`
- `.concat(_[n-2]),r++),m+=`
- `.concat(_[n-1]),r++),x=n,m+=`
-`.concat(I,"+").concat(A," ").concat(Z1),k+=`
-`.concat(P,"-").concat(A," ").concat(Q1),r+=2):(m+=k,k="",(H1===1||n===0)&&(m+=`
- `.concat(Z1),r++))}if(r>20&&n<a-2)return"".concat(s).concat(e,`
-`).concat(m,`
-`).concat(N,"...").concat(A).concat(k,`
-`)+"".concat(N,"...").concat(A)}return"".concat(s).concat(g?e:"",`
-`).concat(m).concat(k).concat(y).concat(i)}var E=function(L){W(b,L);function b(h){var k;if(z(this,b),v(h)!=="object"||h===null)throw new w("options","Object",h);var{message:m,operator:x,stackStartFn:y,actual:g,expected:d}=h,_=Error.stackTraceLimit;if(Error.stackTraceLimit=0,m!=null)k=$(this,q(b).call(this,String(m)));else if(process.stderr&&process.stderr.isTTY&&(process.stderr&&process.stderr.getColorDepth&&process.stderr.getColorDepth()!==1?(N="",I="",A="",P=""):(N="",I="",A="",P="")),v(g)==="object"&&g!==null&&v(d)==="object"&&d!==null&&("stack"in g)&&g instanceof Error&&("stack"in d)&&d instanceof Error&&(g=R(g),d=R(d)),x==="deepStrictEqual"||x==="strictEqual")k=$(this,q(b).call(this,C(g,d,x)));else if(x==="notDeepStrictEqual"||x==="notStrictEqual"){var u=S[x],n=f(g).split(`
-`);if(x==="notStrictEqual"&&v(g)==="object"&&g!==null&&(u=S.notStrictEqualObject),n.length>30)for(n[26]="".concat(N,"...").concat(A);n.length>27;)n.pop();n.length===1?k=$(this,q(b).call(this,"".concat(u," ").concat(n[0]))):k=$(this,q(b).call(this,"".concat(u,`
+`)}i>3&&(g=`
+`.concat(I,"...").concat(S).concat(g),d=!0),m!==""&&(g=`
+ `.concat(m).concat(g),m="");var s=0,e=j[k]+`
+`.concat(P,"+ actual").concat(S," ").concat(A,"- expected").concat(S),H1=" ".concat(I,"...").concat(S," Lines skipped");for(i=0;i<t;i++){var Q1=i-y;if(u.length<i+1)Q1>1&&i>2&&(Q1>4?(x+=`
+`.concat(I,"...").concat(S),d=!0):Q1>3&&(x+=`
+ `.concat(n[i-2]),s++),x+=`
+ `.concat(n[i-1]),s++),y=i,m+=`
+`.concat(A,"-").concat(S," ").concat(n[i]),s++;else if(n.length<i+1)Q1>1&&i>2&&(Q1>4?(x+=`
+`.concat(I,"...").concat(S),d=!0):Q1>3&&(x+=`
+ `.concat(u[i-2]),s++),x+=`
+ `.concat(u[i-1]),s++),y=i,x+=`
+`.concat(P,"+").concat(S," ").concat(u[i]),s++;else{var Z1=n[i],J1=u[i],z1=J1!==Z1&&(!F(J1,",")||J1.slice(0,-1)!==Z1);z1&&F(Z1,",")&&Z1.slice(0,-1)===J1&&(z1=!1,J1+=","),z1?(Q1>1&&i>2&&(Q1>4?(x+=`
+`.concat(I,"...").concat(S),d=!0):Q1>3&&(x+=`
+ `.concat(u[i-2]),s++),x+=`
+ `.concat(u[i-1]),s++),y=i,x+=`
+`.concat(P,"+").concat(S," ").concat(J1),m+=`
+`.concat(A,"-").concat(S," ").concat(Z1),s+=2):(x+=m,m="",(Q1===1||i===0)&&(x+=`
+ `.concat(J1),s++))}if(s>20&&i<t-2)return"".concat(e).concat(H1,`
+`).concat(x,`
+`).concat(I,"...").concat(S).concat(m,`
+`)+"".concat(I,"...").concat(S)}return"".concat(e).concat(d?H1:"",`
+`).concat(x).concat(m).concat(g).concat(p)}var L=function(b){Y(h,b);function h(k){var m;if(X(this,h),G(k)!=="object"||k===null)throw new O("options","Object",k);var{message:x,operator:y,stackStartFn:g,actual:d,expected:_}=k,u=Error.stackTraceLimit;if(Error.stackTraceLimit=0,x!=null)m=K(this,v(h).call(this,String(x)));else if(process.stderr&&process.stderr.isTTY&&(process.stderr&&process.stderr.getColorDepth&&process.stderr.getColorDepth()!==1?(I="",P="",S="",A=""):(I="",P="",S="",A="")),G(d)==="object"&&d!==null&&G(_)==="object"&&_!==null&&("stack"in d)&&d instanceof Error&&("stack"in _)&&_ instanceof Error&&(d=f(d),_=f(_)),y==="deepStrictEqual"||y==="strictEqual")m=K(this,v(h).call(this,E(d,_,y)));else if(y==="notDeepStrictEqual"||y==="notStrictEqual"){var n=j[y],i=C(d).split(`
+`);if(y==="notStrictEqual"&&G(d)==="object"&&d!==null&&(n=j.notStrictEqualObject),i.length>30)for(i[26]="".concat(I,"...").concat(S);i.length>27;)i.pop();i.length===1?m=K(this,v(h).call(this,"".concat(n," ").concat(i[0]))):m=K(this,v(h).call(this,"".concat(n,`
-`).concat(n.join(`
+`).concat(i.join(`
`),`
-`)))}else{var i=f(g),p="",l=S[x];x==="notDeepEqual"||x==="notEqual"?(i="".concat(S[x],`
+`)))}else{var p=C(d),l="",c=j[y];y==="notDeepEqual"||y==="notEqual"?(p="".concat(j[y],`
-`).concat(i),i.length>1024&&(i="".concat(i.slice(0,1021),"..."))):(p="".concat(f(d)),i.length>512&&(i="".concat(i.slice(0,509),"...")),p.length>512&&(p="".concat(p.slice(0,509),"...")),x==="deepEqual"||x==="equal"?i="".concat(l,`
+`).concat(p),p.length>1024&&(p="".concat(p.slice(0,1021),"..."))):(l="".concat(C(_)),p.length>512&&(p="".concat(p.slice(0,509),"...")),l.length>512&&(l="".concat(l.slice(0,509),"...")),y==="deepEqual"||y==="equal"?p="".concat(c,`
-`).concat(i,`
+`).concat(p,`
should equal
-`):p=" ".concat(x," ").concat(p)),k=$(this,q(b).call(this,"".concat(i).concat(p)))}return Error.stackTraceLimit=_,k.generatedMessage=!m,Object.defineProperty(K(k),"name",{value:"AssertionError [ERR_ASSERTION]",enumerable:!1,writable:!0,configurable:!0}),k.code="ERR_ASSERTION",k.actual=g,k.expected=d,k.operator=x,Error.captureStackTrace&&Error.captureStackTrace(K(k),y),k.stack,k.name="AssertionError",$(k)}return U(b,[{key:"toString",value:function(){return"".concat(this.name," [").concat(this.code,"]: ").concat(this.message)}},{key:G.custom,value:function(h,k){return G(this,Z({},k,{customInspect:!1,depth:0}))}}]),b}(Y(Error));Q.exports=E}}),U1=W1({"assert/build/assert.js"(H,Q){function Z(x){return typeof Symbol=="function"&&typeof Symbol.iterator=="symbol"?Z=function(y){return typeof y}:Z=function(y){return y&&typeof Symbol=="function"&&y.constructor===Symbol&&y!==Symbol.prototype?"symbol":typeof y},Z(x)}function J(x,y){if(!(x instanceof y))throw new TypeError("Cannot call a class as a function")}var z=Y1(),X=z.codes,U=X.ERR_AMBIGUOUS_ARGUMENT,$=X.ERR_INVALID_ARG_TYPE,K=X.ERR_INVALID_ARG_VALUE,W=X.ERR_INVALID_RETURN_VALUE,Y=X.ERR_MISSING_ARGS,B=B1(),V=X1,D=V.inspect,M=X1.types,q=M.isPromise,v=M.isRegExp,G=Object.assign,T=Object.is,w=new Map,O=!1,F=Q.exports=S,N={};function I(x){throw x.message instanceof Error?x.message:new B(x)}function P(x,y,g,d,_){var u=arguments.length,n;if(u===0)n="Failed";else if(u===1)g=x,x=void 0;else{if(O===!1){O=!0;var i=process.emitWarning?process.emitWarning:console.warn.bind(console);i("assert.fail() with more than one argument is deprecated. Please use assert.strictEqual() instead or only pass a message.","DeprecationWarning","DEP0094")}u===2&&(d="!=")}if(g instanceof Error)throw g;var p={actual:x,expected:y,operator:d===void 0?"fail":d,stackStartFn:_||P};g!==void 0&&(p.message=g);var l=new B(p);throw n&&(l.message=n,l.generatedMessage=!0),l}F.fail=P,F.AssertionError=B;function A(x,y,g,d){if(!g){var _=!1;if(y===0)_=!0,d="No value argument passed to `assert.ok()`";else if(d instanceof Error)throw d;var u=new B({actual:g,expected:!0,message:d,operator:"==",stackStartFn:x});throw u.generatedMessage=_,u}}function S(){for(var x=arguments.length,y=new Array(x),g=0;g<x;g++)y[g]=arguments[g];A.apply(void 0,[S,y.length].concat(y))}F.ok=S,F.equal=function x(y,g,d){if(arguments.length<2)throw new Y("actual","expected");y!=g&&I({actual:y,expected:g,message:d,operator:"==",stackStartFn:x})},F.notEqual=function x(y,g,d){if(arguments.length<2)throw new Y("actual","expected");y==g&&I({actual:y,expected:g,message:d,operator:"!=",stackStartFn:x})},F.deepEqual=function x(y,g,d){if(arguments.length<2)throw new Y("actual","expected");z1(y,g,!1)||I({actual:y,expected:g,message:d,operator:"deepEqual",stackStartFn:x})},F.notDeepEqual=function x(y,g,d){if(arguments.length<2)throw new Y("actual","expected");z1(y,g,!1)&&I({actual:y,expected:g,message:d,operator:"notDeepEqual",stackStartFn:x})},F.deepStrictEqual=function x(y,g,d){if(arguments.length<2)throw new Y("actual","expected");z1(y,g,!0)||I({actual:y,expected:g,message:d,operator:"deepStrictEqual",stackStartFn:x})},F.notDeepStrictEqual=j;function j(x,y,g){if(arguments.length<2)throw new Y("actual","expected");z1(x,y,!0)&&I({actual:x,expected:y,message:g,operator:"notDeepStrictEqual",stackStartFn:j})}F.strictEqual=function x(y,g,d){if(arguments.length<2)throw new Y("actual","expected");T(y,g)||I({actual:y,expected:g,message:d,operator:"strictEqual",stackStartFn:x})},F.notStrictEqual=function x(y,g,d){if(arguments.length<2)throw new Y("actual","expected");T(y,g)&&I({actual:y,expected:g,message:d,operator:"notStrictEqual",stackStartFn:x})},F.match=function x(y,g,d){if(arguments.length<2)throw new Y("actual","expected");if(!v(g))throw new $("expected","RegExp",g);g.test(y)||I({actual:y,expected:g,message:d,operator:"match",stackStartFn:x})};var R=function x(y,g,d){var _=this;J(this,x),g.forEach(function(u){(u in y)&&(d!==void 0&&typeof d[u]=="string"&&v(y[u])&&y[u].test(d[u])?_[u]=d[u]:_[u]=y[u])})};function f(x,y,g,d,_,u){if(!(g in x)||!z1(x[g],y[g],!0)){if(!d){var n=new R(x,_),i=new R(y,_,x),p=new B({actual:n,expected:i,operator:"deepStrictEqual",stackStartFn:u});throw p.actual=x,p.expected=y,p.operator=u.name,p}I({actual:x,expected:y,message:d,operator:u.name,stackStartFn:u})}}function C(x,y,g,d){if(typeof y!="function"){if(v(y))return y.test(x);if(arguments.length===2)throw new $("expected",["Function","RegExp"],y);if(Z(x)!=="object"||x===null){var _=new B({actual:x,expected:y,message:g,operator:"deepStrictEqual",stackStartFn:d});throw _.operator=d.name,_}var u=Object.keys(y);if(y instanceof Error)u.push("name","message");else if(u.length===0)throw new K("error",y,"may not be an empty object");return u.forEach(function(n){return typeof x[n]=="string"&&v(y[n])&&y[n].test(x[n])||f(x,y,n,g,u,d)}),!0}return y.prototype!==void 0&&x instanceof y?!0:Error.isPrototypeOf(y)?!1:y.call({},x)===!0}function E(x){if(typeof x!="function")throw new $("fn","Function",x);try{x()}catch(y){return y}return N}function L(x){return q(x)||x!==null&&Z(x)==="object"&&typeof x.then=="function"&&typeof x.catch=="function"}function b(x){return Promise.resolve().then(function(){var y;if(typeof x=="function"){if(y=x(),!L(y))throw new W("instance of Promise","promiseFn",y)}else if(L(x))y=x;else throw new $("promiseFn",["Function","Promise"],x);return Promise.resolve().then(function(){return y}).then(function(){return N}).catch(function(g){return g})})}function h(x,y,g,d){if(typeof g=="string"){if(arguments.length===4)throw new $("error",["Object","Error","Function","RegExp"],g);if(Z(y)==="object"&&y!==null){if(y.message===g)throw new U("error/message",'The error message "'.concat(y.message,'" is identical to the message.'))}else if(y===g)throw new U("error/message",'The error "'.concat(y,'" is identical to the message.'));d=g,g=void 0}else if(g!=null&&Z(g)!=="object"&&typeof g!="function")throw new $("error",["Object","Error","Function","RegExp"],g);if(y===N){var _="";g&&g.name&&(_+=" (".concat(g.name,")")),_+=d?": ".concat(d):".";var u=x.name==="rejects"?"rejection":"exception";I({actual:void 0,expected:g,operator:x.name,message:"Missing expected ".concat(u).concat(_),stackStartFn:x})}if(g&&!C(y,g,d,x))throw y}function k(x,y,g,d){if(y!==N){if(typeof g=="string"&&(d=g,g=void 0),!g||C(y,g)){var _=d?": ".concat(d):".",u=x.name==="doesNotReject"?"rejection":"exception";I({actual:y,expected:g,operator:x.name,message:"Got unwanted ".concat(u).concat(_,`
-`)+'Actual message: "'.concat(y&&y.message,'"'),stackStartFn:x})}throw y}}F.throws=function x(y){for(var g=arguments.length,d=new Array(g>1?g-1:0),_=1;_<g;_++)d[_-1]=arguments[_];h.apply(void 0,[x,E(y)].concat(d))},F.rejects=function x(y){for(var g=arguments.length,d=new Array(g>1?g-1:0),_=1;_<g;_++)d[_-1]=arguments[_];return b(y).then(function(u){return h.apply(void 0,[x,u].concat(d))})},F.doesNotThrow=function x(y){for(var g=arguments.length,d=new Array(g>1?g-1:0),_=1;_<g;_++)d[_-1]=arguments[_];k.apply(void 0,[x,E(y)].concat(d))},F.doesNotReject=function x(y){for(var g=arguments.length,d=new Array(g>1?g-1:0),_=1;_<g;_++)d[_-1]=arguments[_];return b(y).then(function(u){return k.apply(void 0,[x,u].concat(d))})},F.ifError=function x(y){if(y!=null){var g="ifError got unwanted exception: ";Z(y)==="object"&&typeof y.message=="string"?y.message.length===0&&y.constructor?g+=y.constructor.name:g+=y.message:g+=D(y);var d=new B({actual:y,expected:null,operator:"ifError",message:g,stackStartFn:x}),_=y.stack;if(typeof _=="string"){var u=_.split(`
-`);u.shift();for(var n=d.stack.split(`
-`),i=0;i<u.length;i++){var p=n.indexOf(u[i]);if(p!==-1){n=n.slice(0,p);break}}d.stack="".concat(n.join(`
+`):l=" ".concat(y," ").concat(l)),m=K(this,v(h).call(this,"".concat(p).concat(l)))}return Error.stackTraceLimit=u,m.generatedMessage=!x,Object.defineProperty(W(m),"name",{value:"AssertionError [ERR_ASSERTION]",enumerable:!1,writable:!0,configurable:!0}),m.code="ERR_ASSERTION",m.actual=d,m.expected=_,m.operator=y,Error.captureStackTrace&&Error.captureStackTrace(W(m),g),m.stack,m.name="AssertionError",K(m)}return $(h,[{key:"toString",value:function(){return"".concat(this.name," [").concat(this.code,"]: ").concat(this.message)}},{key:T.custom,value:function(k,m){return T(this,J({},m,{customInspect:!1,depth:0}))}}]),h}(B(Error));Z.exports=L}}),$1=Y1({"assert/build/assert.js"(b1,Z){function J(y){return typeof Symbol=="function"&&typeof Symbol.iterator=="symbol"?J=function(g){return typeof g}:J=function(g){return g&&typeof Symbol=="function"&&g.constructor===Symbol&&g!==Symbol.prototype?"symbol":typeof g},J(y)}function z(y,g){if(!(y instanceof g))throw new TypeError("Cannot call a class as a function")}var X=B1(),U=X.codes,$=U.ERR_AMBIGUOUS_ARGUMENT,K=U.ERR_INVALID_ARG_TYPE,W=U.ERR_INVALID_ARG_VALUE,Y=U.ERR_INVALID_RETURN_VALUE,B=U.ERR_MISSING_ARGS,V=G1(),D=U1,M=D.inspect,q=U1.types,v=q.isPromise,G=q.isRegExp,T=Object.assign,w=Object.is,O=new Map,F=!1,N=Z.exports=j,I={};function P(y){throw y.message instanceof Error?y.message:new V(y)}function A(y,g,d,_,u){var n=arguments.length,i;if(n===0)i="Failed";else if(n===1)d=y,y=void 0;else{if(F===!1){F=!0;var p=process.emitWarning?process.emitWarning:console.warn.bind(console);p("assert.fail() with more than one argument is deprecated. Please use assert.strictEqual() instead or only pass a message.","DeprecationWarning","DEP0094")}n===2&&(_="!=")}if(d instanceof Error)throw d;var l={actual:y,expected:g,operator:_===void 0?"fail":_,stackStartFn:u||A};d!==void 0&&(l.message=d);var c=new V(l);throw i&&(c.message=i,c.generatedMessage=!0),c}N.fail=A,N.AssertionError=V;function S(y,g,d,_){if(!d){var u=!1;if(g===0)u=!0,_="No value argument passed to `assert.ok()`";else if(_ instanceof Error)throw _;var n=new V({actual:d,expected:!0,message:_,operator:"==",stackStartFn:y});throw n.generatedMessage=u,n}}function j(){for(var y=arguments.length,g=new Array(y),d=0;d<y;d++)g[d]=arguments[d];S.apply(void 0,[j,g.length].concat(g))}N.ok=j,N.equal=function y(g,d,_){if(arguments.length<2)throw new B("actual","expected");g!=d&&P({actual:g,expected:d,message:_,operator:"==",stackStartFn:y})},N.notEqual=function y(g,d,_){if(arguments.length<2)throw new B("actual","expected");g==d&&P({actual:g,expected:d,message:_,operator:"!=",stackStartFn:y})},N.deepEqual=function y(g,d,_){if(arguments.length<2)throw new B("actual","expected");X1(g,d,!1)||P({actual:g,expected:d,message:_,operator:"deepEqual",stackStartFn:y})},N.notDeepEqual=function y(g,d,_){if(arguments.length<2)throw new B("actual","expected");X1(g,d,!1)&&P({actual:g,expected:d,message:_,operator:"notDeepEqual",stackStartFn:y})},N.deepStrictEqual=function y(g,d,_){if(arguments.length<2)throw new B("actual","expected");X1(g,d,!0)||P({actual:g,expected:d,message:_,operator:"deepStrictEqual",stackStartFn:y})},N.notDeepStrictEqual=R;function R(y,g,d){if(arguments.length<2)throw new B("actual","expected");X1(y,g,!0)&&P({actual:y,expected:g,message:d,operator:"notDeepStrictEqual",stackStartFn:R})}N.strictEqual=function y(g,d,_){if(arguments.length<2)throw new B("actual","expected");w(g,d)||P({actual:g,expected:d,message:_,operator:"strictEqual",stackStartFn:y})},N.notStrictEqual=function y(g,d,_){if(arguments.length<2)throw new B("actual","expected");w(g,d)&&P({actual:g,expected:d,message:_,operator:"notStrictEqual",stackStartFn:y})},N.match=function y(g,d,_){if(arguments.length<2)throw new B("actual","expected");if(!G(d))throw new K("expected","RegExp",d);d.test(g)||P({actual:g,expected:d,message:_,operator:"match",stackStartFn:y})};var f=function y(g,d,_){var u=this;z(this,y),d.forEach(function(n){(n in g)&&(_!==void 0&&typeof _[n]=="string"&&G(g[n])&&g[n].test(_[n])?u[n]=_[n]:u[n]=g[n])})};function C(y,g,d,_,u,n){if(!(d in y)||!X1(y[d],g[d],!0)){if(!_){var i=new f(y,u),p=new f(g,u,y),l=new V({actual:i,expected:p,operator:"deepStrictEqual",stackStartFn:n});throw l.actual=y,l.expected=g,l.operator=n.name,l}P({actual:y,expected:g,message:_,operator:n.name,stackStartFn:n})}}function E(y,g,d,_){if(typeof g!="function"){if(G(g))return g.test(y);if(arguments.length===2)throw new K("expected",["Function","RegExp"],g);if(J(y)!=="object"||y===null){var u=new V({actual:y,expected:g,message:d,operator:"deepStrictEqual",stackStartFn:_});throw u.operator=_.name,u}var n=Object.keys(g);if(g instanceof Error)n.push("name","message");else if(n.length===0)throw new W("error",g,"may not be an empty object");return n.forEach(function(i){return typeof y[i]=="string"&&G(g[i])&&g[i].test(y[i])||C(y,g,i,d,n,_)}),!0}return g.prototype!==void 0&&y instanceof g?!0:Error.isPrototypeOf(g)?!1:g.call({},y)===!0}function L(y){if(typeof y!="function")throw new K("fn","Function",y);try{y()}catch(g){return g}return I}function b(y){return v(y)||y!==null&&J(y)==="object"&&typeof y.then=="function"&&typeof y.catch=="function"}function h(y){return Promise.resolve().then(function(){var g;if(typeof y=="function"){if(g=y(),!b(g))throw new Y("instance of Promise","promiseFn",g)}else if(b(y))g=y;else throw new K("promiseFn",["Function","Promise"],y);return Promise.resolve().then(function(){return g}).then(function(){return I}).catch(function(d){return d})})}function k(y,g,d,_){if(typeof d=="string"){if(arguments.length===4)throw new K("error",["Object","Error","Function","RegExp"],d);if(J(g)==="object"&&g!==null){if(g.message===d)throw new $("error/message",'The error message "'.concat(g.message,'" is identical to the message.'))}else if(g===d)throw new $("error/message",'The error "'.concat(g,'" is identical to the message.'));_=d,d=void 0}else if(d!=null&&J(d)!=="object"&&typeof d!="function")throw new K("error",["Object","Error","Function","RegExp"],d);if(g===I){var u="";d&&d.name&&(u+=" (".concat(d.name,")")),u+=_?": ".concat(_):".";var n=y.name==="rejects"?"rejection":"exception";P({actual:void 0,expected:d,operator:y.name,message:"Missing expected ".concat(n).concat(u),stackStartFn:y})}if(d&&!E(g,d,_,y))throw g}function m(y,g,d,_){if(g!==I){if(typeof d=="string"&&(_=d,d=void 0),!d||E(g,d)){var u=_?": ".concat(_):".",n=y.name==="doesNotReject"?"rejection":"exception";P({actual:g,expected:d,operator:y.name,message:"Got unwanted ".concat(n).concat(u,`
+`)+'Actual message: "'.concat(g&&g.message,'"'),stackStartFn:y})}throw g}}N.throws=function y(g){for(var d=arguments.length,_=new Array(d>1?d-1:0),u=1;u<d;u++)_[u-1]=arguments[u];k.apply(void 0,[y,L(g)].concat(_))},N.rejects=function y(g){for(var d=arguments.length,_=new Array(d>1?d-1:0),u=1;u<d;u++)_[u-1]=arguments[u];return h(g).then(function(n){return k.apply(void 0,[y,n].concat(_))})},N.doesNotThrow=function y(g){for(var d=arguments.length,_=new Array(d>1?d-1:0),u=1;u<d;u++)_[u-1]=arguments[u];m.apply(void 0,[y,L(g)].concat(_))},N.doesNotReject=function y(g){for(var d=arguments.length,_=new Array(d>1?d-1:0),u=1;u<d;u++)_[u-1]=arguments[u];return h(g).then(function(n){return m.apply(void 0,[y,n].concat(_))})},N.ifError=function y(g){if(g!=null){var d="ifError got unwanted exception: ";J(g)==="object"&&typeof g.message=="string"?g.message.length===0&&g.constructor?d+=g.constructor.name:d+=g.message:d+=M(g);var _=new V({actual:g,expected:null,operator:"ifError",message:d,stackStartFn:y}),u=g.stack;if(typeof u=="string"){var n=u.split(`
+`);n.shift();for(var i=_.stack.split(`
+`),p=0;p<n.length;p++){var l=i.indexOf(n[p]);if(l!==-1){i=i.slice(0,l);break}}_.stack="".concat(i.join(`
`),`
-`).concat(u.join(`
-`))}throw d}};function m(){for(var x=arguments.length,y=new Array(x),g=0;g<x;g++)y[g]=arguments[g];A.apply(void 0,[m,y.length].concat(y))}F.strict=G(m,F,{equal:F.strictEqual,deepEqual:F.deepStrictEqual,notEqual:F.notStrictEqual,notDeepEqual:F.notDeepStrictEqual}),F.strict.strict=F.strict}}),V1=U1();V1[Symbol.for("CommonJS")]=0;V1["CallTracker"]=D1;var{AssertionError:M1,assert:q1,deepEqual:v1,deepStrictEqual:G1,doesNotReject:T1,doesNotThrow:w1,equal:O1,fail:F1,ifError:N1,notDeepEqual:I1,notDeepStrictEqual:P1,notEqual:A1,notStrictEqual:S1,ok:j1,rejects:R1,strict:f1,strictEqual:C1,throws:E1}=V1,b1=V1;export{E1 as throws,C1 as strictEqual,f1 as strict,R1 as rejects,j1 as ok,S1 as notStrictEqual,A1 as notEqual,P1 as notDeepStrictEqual,I1 as notDeepEqual,N1 as ifError,F1 as fail,O1 as equal,w1 as doesNotThrow,T1 as doesNotReject,b1 as default,G1 as deepStrictEqual,v1 as deepEqual,q1 as assert,M1 as AssertionError};
+`).concat(n.join(`
+`))}throw _}};function x(){for(var y=arguments.length,g=new Array(y),d=0;d<y;d++)g[d]=arguments[d];S.apply(void 0,[x,g.length].concat(g))}N.strict=T(x,N,{equal:N.strictEqual,deepEqual:N.deepStrictEqual,notEqual:N.notStrictEqual,notDeepEqual:N.notDeepStrictEqual}),N.strict.strict=N.strict}}),T1=$1();T1[Symbol.for("CommonJS")]=0;T1["CallTracker"]=w1;var{AssertionError:O1,assert:V1,deepEqual:M1,deepStrictEqual:F1,doesNotReject:N1,doesNotThrow:I1,equal:P1,fail:A1,ifError:S1,notDeepEqual:j1,notDeepStrictEqual:R1,notEqual:f1,notStrictEqual:H,ok:C1,rejects:q1,strict:Q,strictEqual:D1,throws:E1}=T1,L1=T1;export{E1 as throws,D1 as strictEqual,Q as strict,q1 as rejects,C1 as ok,H as notStrictEqual,f1 as notEqual,R1 as notDeepStrictEqual,j1 as notDeepEqual,S1 as ifError,A1 as fail,P1 as equal,I1 as doesNotThrow,N1 as doesNotReject,L1 as default,F1 as deepStrictEqual,M1 as deepEqual,V1 as assert,O1 as AssertionError};