@visulima/pail 4.0.0-alpha.13 → 4.0.0-alpha.15

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (45) hide show
  1. package/CHANGELOG.md +16 -0
  2. package/LICENSE.md +30 -0
  3. package/dist/index.browser.js +1 -1
  4. package/dist/index.server.js +1 -1
  5. package/dist/middleware/elysia.d.ts +3 -3
  6. package/dist/middleware/express.d.ts +3 -3
  7. package/dist/middleware/fastify.d.ts +3 -3
  8. package/dist/middleware/hono.d.ts +3 -3
  9. package/dist/middleware/next/handler.d.ts +3 -3
  10. package/dist/middleware/sveltekit.d.ts +3 -3
  11. package/dist/packem_shared/AbstractJsonReporter-D_Pb6kpB.js +1 -0
  12. package/dist/packem_shared/AbstractJsonReporter-PVC4ONf2.js +1 -0
  13. package/dist/packem_shared/{JsonReporter-15ln04rX.js → JsonReporter-BEEmb0W4.js} +1 -1
  14. package/dist/packem_shared/{JsonReporter-CerNvhg-.js → JsonReporter-CE-lw7R0.js} +1 -1
  15. package/dist/packem_shared/PrettyReporter-N7FvHzl5.js +44 -0
  16. package/dist/packem_shared/{abstract-json-reporter.d-Bz3lZEDi.d.ts → abstract-json-reporter.d-BAgznjyU.d.ts} +1 -1
  17. package/dist/packem_shared/abstract-pretty-reporter-Bag7lQKf.js +33 -0
  18. package/dist/packem_shared/{create-middleware-logger.d-DeNLii5l.d.ts → create-middleware-logger.d-DheMh8q4.d.ts} +2 -2
  19. package/dist/packem_shared/{types.d-ByY2ZuYG.d.ts → types.d-BeLumqgD.d.ts} +1 -1
  20. package/dist/packem_shared/{wide-event.d-Ke44zirU.d.ts → wide-event.d-B-t8ZnhI.d.ts} +1 -1
  21. package/dist/processor/caller/caller-processor.d.ts +1 -1
  22. package/dist/processor/environment-processor.d.ts +1 -1
  23. package/dist/processor/message-formatter-processor.d.ts +1 -1
  24. package/dist/processor/opentelemetry-processor.d.ts +1 -1
  25. package/dist/processor/redact-processor.d.ts +1 -1
  26. package/dist/processor/sampling-processor.d.ts +1 -1
  27. package/dist/reporter/file/json-file-reporter.d.ts +2 -2
  28. package/dist/reporter/file/json-file-reporter.js +1 -1
  29. package/dist/reporter/http/abstract-http-reporter.d.ts +2 -2
  30. package/dist/reporter/http/abstract-http-reporter.js +1 -1
  31. package/dist/reporter/http/http-reporter.d.ts +2 -2
  32. package/dist/reporter/http/http-reporter.edge-light.js +2 -2
  33. package/dist/reporter/json/index.browser.js +1 -1
  34. package/dist/reporter/json/index.d.ts +2 -2
  35. package/dist/reporter/json/index.js +1 -1
  36. package/dist/reporter/pretty/index.d.ts +1 -1
  37. package/dist/reporter/pretty/index.js +1 -1
  38. package/dist/reporter/simple/simple-reporter.server.d.ts +1 -1
  39. package/dist/reporter/simple/simple-reporter.server.js +3 -3
  40. package/dist/wide-event.d.ts +2 -2
  41. package/package.json +3 -3
  42. package/dist/packem_shared/AbstractJsonReporter-BawNFYxI.js +0 -1
  43. package/dist/packem_shared/AbstractJsonReporter-Dt5-5x2R.js +0 -1
  44. package/dist/packem_shared/PrettyReporter-CgXnwIip.js +0 -44
  45. package/dist/packem_shared/abstract-pretty-reporter-BiHgKxG_.js +0 -33
package/CHANGELOG.md CHANGED
@@ -1,3 +1,19 @@
1
+ ## @visulima/pail [4.0.0-alpha.15](https://github.com/visulima/visulima/compare/@visulima/pail@4.0.0-alpha.14...@visulima/pail@4.0.0-alpha.15) (2026-05-07)
2
+
3
+
4
+ ### Dependencies
5
+
6
+ * **@visulima/error:** upgraded to 6.0.0-alpha.19
7
+ * **@visulima/redact:** upgraded to 3.0.0-alpha.11
8
+ * **@visulima/string:** upgraded to 3.0.0-alpha.12
9
+
10
+ ## @visulima/pail [4.0.0-alpha.14](https://github.com/visulima/visulima/compare/@visulima/pail@4.0.0-alpha.13...@visulima/pail@4.0.0-alpha.14) (2026-05-06)
11
+
12
+
13
+ ### Dependencies
14
+
15
+ * **@visulima/error:** upgraded to 6.0.0-alpha.17
16
+
1
17
  ## @visulima/pail [4.0.0-alpha.13](https://github.com/visulima/visulima/compare/@visulima/pail@4.0.0-alpha.12...@visulima/pail@4.0.0-alpha.13) (2026-05-06)
2
18
 
3
19
  ### Miscellaneous Chores
package/LICENSE.md CHANGED
@@ -57,11 +57,14 @@ Repository: git+https://github.com/visulima/visulima.git
57
57
  >
58
58
  >
59
59
  > # Licenses of bundled dependencies
60
+ >
60
61
  > The published @visulima/error artifact additionally contains code with the following licenses:
61
62
  > MIT
62
63
  >
63
64
  > # Bundled dependencies:
65
+ >
64
66
  > ## is-plain-obj
67
+ >
65
68
  > License: MIT
66
69
  > By: Sindre Sorhus
67
70
  > Repository: sindresorhus/is-plain-obj
@@ -75,6 +78,33 @@ Repository: git+https://github.com/visulima/visulima.git
75
78
  > > The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
76
79
  > >
77
80
  > > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
81
+ >
82
+ >
83
+ >
84
+ >
85
+ >
86
+ > # Licenses of bundled types
87
+ > The published @visulima/error artifact additionally contains code with the following licenses:
88
+ > Apache-2.0
89
+ >
90
+ > # Bundled types:
91
+ > ## ai
92
+ > License: Apache-2.0
93
+ > Repository: https://github.com/vercel/ai
94
+ >
95
+ > > Copyright 2023 Vercel, Inc.
96
+ > >
97
+ > > Licensed under the Apache License, Version 2.0 (the "License");
98
+ > > you may not use this file except in compliance with the License.
99
+ > > You may obtain a copy of the License at
100
+ > >
101
+ > > http://www.apache.org/licenses/LICENSE-2.0
102
+ > >
103
+ > > Unless required by applicable law or agreed to in writing, software
104
+ > > distributed under the License is distributed on an "AS IS" BASIS,
105
+ > > WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
106
+ > > See the License for the specific language governing permissions and
107
+ > > limitations under the License.
78
108
 
79
109
  ---------------------------------------
80
110
 
@@ -1,4 +1,4 @@
1
- var ce=Object.defineProperty;var u=(o,e)=>ce(o,"name",{value:e,configurable:!0});import{L as ue,a as ge,E as fe}from"./packem_shared/constants-DKfCaSUR.js";import{t as pe}from"./packem_shared/write-console-log-based-on-level-DfD64owL.js";import{s as se,G as he}from"./packem_shared/index-Bzp4LnJ5.js";import ye from"./packem_shared/JsonReporter-CerNvhg-.js";import{PailError as Ue,createPailError as We}from"./packem_shared/createPailError-53jAfQ-T.js";var me=Object.defineProperty,k=u((o,e)=>me(o,"name",{value:e,configurable:!0}),"t$2");function le(o){return o&&o.__esModule&&Object.prototype.hasOwnProperty.call(o,"default")?o.default:o}u(le,"getDefaultExportFromCjs");k(le,"getDefaultExportFromCjs");function de(o){return o&&Object.prototype.hasOwnProperty.call(o,"default")?o.default:o}u(de,"getDefaultExportFromNamespaceIfPresent");k(de,"getDefaultExportFromNamespaceIfPresent");function be(o){return o&&Object.prototype.hasOwnProperty.call(o,"default")&&Object.keys(o).length===1?o.default:o}u(be,"getDefaultExportFromNamespaceIfNotNamed");k(be,"getDefaultExportFromNamespaceIfNotNamed");function ve(o){if(Object.prototype.hasOwnProperty.call(o,"__esModule"))return o;var e=o.default;if(typeof e=="function"){var s=k(u(function r(){var a=!1;try{a=this instanceof r}catch{}return a?Reflect.construct(e,arguments,this.constructor):e.apply(this,arguments)},"a"),"a");s.prototype=e.prototype}else s={};return Object.defineProperty(s,"__esModule",{value:!0}),Object.keys(o).forEach(function(r){var a=Object.getOwnPropertyDescriptor(o,r);Object.defineProperty(s,r,a.get?a:{enumerable:!0,get:k(function(){return o[r]},"get")})}),s}u(ve,"getAugmentedNamespace");k(ve,"getAugmentedNamespace");var U={exports:{}},ie;function $e(){return ie||(ie=1,(function(o,e){var s=Object.defineProperty,r=u((i,n)=>s(i,"name",{value:n,configurable:!0}),"$");const{hasOwnProperty:a}=Object.prototype,v=Q();v.configure=Q,v.stringify=v,v.default=v,e.stringify=v,e.configure=Q,o.exports=v;const P=/[\u0000-\u001f\u0022\u005c\ud800-\udfff]/;function y(i){return i.length<5e3&&!P.test(i)?`"${i}"`:JSON.stringify(i)}u(y,"strEscape"),r(y,"strEscape");function L(i,n){if(i.length>200||n)return i.sort(n);for(let p=1;p<i.length;p++){const A=i[p];let j=p;for(;j!==0&&i[j-1]>A;)i[j]=i[j-1],j--;i[j]=A}return i}u(L,"sort"),r(L,"sort");const N=Object.getOwnPropertyDescriptor(Object.getPrototypeOf(Object.getPrototypeOf(new Int8Array)),Symbol.toStringTag).get;function I(i){return N.call(i)!==void 0&&i.length!==0}u(I,"isTypedArrayWithEntries"),r(I,"isTypedArrayWithEntries");function T(i,n,p){i.length<p&&(p=i.length);const A=n===","?"":" ";let j=`"0":${A}${i[0]}`;for(let q=1;q<p;q++)j+=`${n}"${q}":${A}${i[q]}`;return j}u(T,"stringifyTypedArray"),r(T,"stringifyTypedArray");function _(i){if(a.call(i,"circularValue")){const n=i.circularValue;if(typeof n=="string")return`"${n}"`;if(n==null)return n;if(n===Error||n===TypeError)return{toString(){throw new TypeError("Converting circular structure to JSON")}};throw new TypeError('The "circularValue" argument must be of type string or the value null or undefined')}return'"[Circular]"'}u(_,"getCircularValueOption"),r(_,"getCircularValueOption");function H(i){let n;if(a.call(i,"deterministic")&&(n=i.deterministic,typeof n!="boolean"&&typeof n!="function"))throw new TypeError('The "deterministic" argument must be of type boolean or comparator function');return n===void 0?!0:n}u(H,"getDeterministicOption"),r(H,"getDeterministicOption");function Z(i,n){let p;if(a.call(i,n)&&(p=i[n],typeof p!="boolean"))throw new TypeError(`The "${n}" argument must be of type boolean`);return p===void 0?!0:p}u(Z,"getBooleanOption"),r(Z,"getBooleanOption");function W(i,n){let p;if(a.call(i,n)){if(p=i[n],typeof p!="number")throw new TypeError(`The "${n}" argument must be of type number`);if(!Number.isInteger(p))throw new TypeError(`The "${n}" argument must be an integer`);if(p<1)throw new RangeError(`The "${n}" argument must be >= 1`)}return p===void 0?1/0:p}u(W,"getPositiveIntegerOption"),r(W,"getPositiveIntegerOption");function J(i){return i===1?"1 item":`${i} items`}u(J,"getItemCount"),r(J,"getItemCount");function ee(i){const n=new Set;for(const p of i)(typeof p=="string"||typeof p=="number")&&n.add(String(p));return n}u(ee,"getUniqueReplacerSet"),r(ee,"getUniqueReplacerSet");function te(i){if(a.call(i,"strict")){const n=i.strict;if(typeof n!="boolean")throw new TypeError('The "strict" argument must be of type boolean');if(n)return p=>{let A=`Object can not safely be stringified. Received type ${typeof p}`;throw typeof p!="function"&&(A+=` (${p.toString()})`),new Error(A)}}}u(te,"getStrictOption"),r(te,"getStrictOption");function Q(i){i={...i};const n=te(i);n&&(i.bigint===void 0&&(i.bigint=!1),"circularValue"in i||(i.circularValue=Error));const p=_(i),A=Z(i,"bigint"),j=H(i),q=typeof j=="function"?j:void 0,C=W(i,"maximumDepth"),$=W(i,"maximumBreadth");function z(x,t,l,h,g,m){let c=t[x];switch(typeof c=="object"&&c!==null&&typeof c.toJSON=="function"&&(c=c.toJSON(x)),c=h.call(t,x,c),typeof c){case"string":return y(c);case"object":{if(c===null)return"null";if(l.indexOf(c)!==-1)return p;let f="",w=",";const O=m;if(Array.isArray(c)){if(c.length===0)return"[]";if(C<l.length+1)return'"[Array]"';l.push(c),g!==""&&(m+=g,f+=`
1
+ var ce=Object.defineProperty;var u=(o,e)=>ce(o,"name",{value:e,configurable:!0});import{L as ue,a as ge,E as fe}from"./packem_shared/constants-DKfCaSUR.js";import{t as pe}from"./packem_shared/write-console-log-based-on-level-DfD64owL.js";import{s as se,G as he}from"./packem_shared/index-Bzp4LnJ5.js";import ye from"./packem_shared/JsonReporter-CE-lw7R0.js";import{PailError as Ue,createPailError as We}from"./packem_shared/createPailError-53jAfQ-T.js";var me=Object.defineProperty,k=u((o,e)=>me(o,"name",{value:e,configurable:!0}),"t$2");function le(o){return o&&o.__esModule&&Object.prototype.hasOwnProperty.call(o,"default")?o.default:o}u(le,"getDefaultExportFromCjs");k(le,"getDefaultExportFromCjs");function de(o){return o&&Object.prototype.hasOwnProperty.call(o,"default")?o.default:o}u(de,"getDefaultExportFromNamespaceIfPresent");k(de,"getDefaultExportFromNamespaceIfPresent");function be(o){return o&&Object.prototype.hasOwnProperty.call(o,"default")&&Object.keys(o).length===1?o.default:o}u(be,"getDefaultExportFromNamespaceIfNotNamed");k(be,"getDefaultExportFromNamespaceIfNotNamed");function ve(o){if(Object.prototype.hasOwnProperty.call(o,"__esModule"))return o;var e=o.default;if(typeof e=="function"){var s=k(u(function r(){var a=!1;try{a=this instanceof r}catch{}return a?Reflect.construct(e,arguments,this.constructor):e.apply(this,arguments)},"a"),"a");s.prototype=e.prototype}else s={};return Object.defineProperty(s,"__esModule",{value:!0}),Object.keys(o).forEach(function(r){var a=Object.getOwnPropertyDescriptor(o,r);Object.defineProperty(s,r,a.get?a:{enumerable:!0,get:k(function(){return o[r]},"get")})}),s}u(ve,"getAugmentedNamespace");k(ve,"getAugmentedNamespace");var U={exports:{}},ie;function $e(){return ie||(ie=1,(function(o,e){var s=Object.defineProperty,r=u((i,n)=>s(i,"name",{value:n,configurable:!0}),"$");const{hasOwnProperty:a}=Object.prototype,v=Q();v.configure=Q,v.stringify=v,v.default=v,e.stringify=v,e.configure=Q,o.exports=v;const P=/[\u0000-\u001f\u0022\u005c\ud800-\udfff]/;function y(i){return i.length<5e3&&!P.test(i)?`"${i}"`:JSON.stringify(i)}u(y,"strEscape"),r(y,"strEscape");function L(i,n){if(i.length>200||n)return i.sort(n);for(let p=1;p<i.length;p++){const A=i[p];let j=p;for(;j!==0&&i[j-1]>A;)i[j]=i[j-1],j--;i[j]=A}return i}u(L,"sort"),r(L,"sort");const N=Object.getOwnPropertyDescriptor(Object.getPrototypeOf(Object.getPrototypeOf(new Int8Array)),Symbol.toStringTag).get;function I(i){return N.call(i)!==void 0&&i.length!==0}u(I,"isTypedArrayWithEntries"),r(I,"isTypedArrayWithEntries");function T(i,n,p){i.length<p&&(p=i.length);const A=n===","?"":" ";let j=`"0":${A}${i[0]}`;for(let q=1;q<p;q++)j+=`${n}"${q}":${A}${i[q]}`;return j}u(T,"stringifyTypedArray"),r(T,"stringifyTypedArray");function _(i){if(a.call(i,"circularValue")){const n=i.circularValue;if(typeof n=="string")return`"${n}"`;if(n==null)return n;if(n===Error||n===TypeError)return{toString(){throw new TypeError("Converting circular structure to JSON")}};throw new TypeError('The "circularValue" argument must be of type string or the value null or undefined')}return'"[Circular]"'}u(_,"getCircularValueOption"),r(_,"getCircularValueOption");function H(i){let n;if(a.call(i,"deterministic")&&(n=i.deterministic,typeof n!="boolean"&&typeof n!="function"))throw new TypeError('The "deterministic" argument must be of type boolean or comparator function');return n===void 0?!0:n}u(H,"getDeterministicOption"),r(H,"getDeterministicOption");function Z(i,n){let p;if(a.call(i,n)&&(p=i[n],typeof p!="boolean"))throw new TypeError(`The "${n}" argument must be of type boolean`);return p===void 0?!0:p}u(Z,"getBooleanOption"),r(Z,"getBooleanOption");function W(i,n){let p;if(a.call(i,n)){if(p=i[n],typeof p!="number")throw new TypeError(`The "${n}" argument must be of type number`);if(!Number.isInteger(p))throw new TypeError(`The "${n}" argument must be an integer`);if(p<1)throw new RangeError(`The "${n}" argument must be >= 1`)}return p===void 0?1/0:p}u(W,"getPositiveIntegerOption"),r(W,"getPositiveIntegerOption");function J(i){return i===1?"1 item":`${i} items`}u(J,"getItemCount"),r(J,"getItemCount");function ee(i){const n=new Set;for(const p of i)(typeof p=="string"||typeof p=="number")&&n.add(String(p));return n}u(ee,"getUniqueReplacerSet"),r(ee,"getUniqueReplacerSet");function te(i){if(a.call(i,"strict")){const n=i.strict;if(typeof n!="boolean")throw new TypeError('The "strict" argument must be of type boolean');if(n)return p=>{let A=`Object can not safely be stringified. Received type ${typeof p}`;throw typeof p!="function"&&(A+=` (${p.toString()})`),new Error(A)}}}u(te,"getStrictOption"),r(te,"getStrictOption");function Q(i){i={...i};const n=te(i);n&&(i.bigint===void 0&&(i.bigint=!1),"circularValue"in i||(i.circularValue=Error));const p=_(i),A=Z(i,"bigint"),j=H(i),q=typeof j=="function"?j:void 0,C=W(i,"maximumDepth"),$=W(i,"maximumBreadth");function z(x,t,l,h,g,m){let c=t[x];switch(typeof c=="object"&&c!==null&&typeof c.toJSON=="function"&&(c=c.toJSON(x)),c=h.call(t,x,c),typeof c){case"string":return y(c);case"object":{if(c===null)return"null";if(l.indexOf(c)!==-1)return p;let f="",w=",";const O=m;if(Array.isArray(c)){if(c.length===0)return"[]";if(C<l.length+1)return'"[Array]"';l.push(c),g!==""&&(m+=g,f+=`
2
2
  ${m}`,w=`,
3
3
  ${m}`);const M=Math.min(c.length,$);let D=0;for(;D<M-1;D++){const Y=z(String(D),c,l,h,g,m);f+=Y!==void 0?Y:"null",f+=w}const F=z(String(D),c,l,h,g,m);if(f+=F!==void 0?F:"null",c.length-1>$){const Y=c.length-$-1;f+=`${w}"... ${J(Y)} not stringified"`}return g!==""&&(f+=`
4
4
  ${O}`),l.pop(),`[${f}]`}let b=Object.keys(c);const S=b.length;if(S===0)return"{}";if(C<l.length+1)return'"[Object]"';let d="",E="";g!==""&&(m+=g,w=`,
@@ -1,4 +1,4 @@
1
- var Ge=Object.defineProperty;var p=(t,e)=>Ge(t,"name",{value:e,configurable:!0});import{createRequire as ze}from"node:module";import{InteractiveManager as We,InteractiveStreamHook as Me}from"@visulima/interactive-manager";import{L as Ue,s as le,E as Ye,a as Se,p as ce,i as _e,A as Qe,u as Ke,O as Xe,b as Ze,o as ne,c as et,d as tt,B as rt,R as ge}from"./packem_shared/abstract-pretty-reporter-BiHgKxG_.js";import De from"@visulima/colorize";import{PailError as Vr,createPailError as Gr}from"./packem_shared/createPailError-53jAfQ-T.js";const Br=ze(import.meta.url),He=typeof globalThis<"u"&&typeof globalThis.process<"u"?globalThis.process:process,{stdout:$e,stderr:ve,env:se}=He,st="\x1B",M="\x1B[",Ce=";";var it=Object.defineProperty,ot=p((t,e)=>it(t,"name",{value:e,configurable:!0}),"t$3"),nt=Object.defineProperty,at=ot((t,e)=>nt(t,"name",{value:e,configurable:!0}),"t");const lt=typeof globalThis<"u"&&typeof globalThis.window=="object"&&globalThis.window.document!==void 0,ct=/^(?:msys|cygwin)$/,ft=!lt&&(process.platform==="win32"||ct.test(process.env.OSTYPE));var ut=Object.defineProperty,D=at((t,e)=>ut(t,"name",{value:e,configurable:!0}),"n");const gt=D((t=1)=>`${M}${String(t)}D`,"cursorBackward");D((t=1)=>`${M}${String(t)}B`,"cursorDown");D((t=1)=>`${M}${String(t)}C`,"cursorForward");const ht=`${M}G`;D((t=1)=>gt(t),"cursorLeft");const dt=D((t=1)=>`${M}${String(t)}G`,"cursorHorizontalAbsolute");D((t,e)=>{let r="";return t<0?r+=`${M}${String(-t)}D`:t>0&&(r+=`${M}${String(t)}C`),e<0?r+=`${M}${String(-e)}A`:e>0&&(r+=`${M}${String(e)}B`),r},"cursorMove");D((t=1)=>`${M}${String(t)}E`,"cursorNextLine");D((t=1)=>`${M}${String(t)}F`,"cursorPreviousLine");const pt=D((t,e)=>e===void 0?dt(t+1):`${M}${String(e+1)}${Ce}${String(t+1)}H`,"cursorTo");D((t,e)=>e===void 0?`${M}${String(t)}H`:`${M}${String(t)}${Ce}${String(e)}H`,"cursorPosition");D((t=1)=>`${M}${String(t)}I`,"cursorHorizontalForwardTab");D((t=1)=>`${M}${String(t)}Z`,"cursorBackwardTab");D((t=1)=>`${M}${String(t)}X`,"eraseCharacter");D((t=1)=>`${M}${String(t)}d`,"cursorVerticalAbsolute");const mt=D((t=1)=>`${M}${String(t)}A`,"cursorUp");var bt=(t=>(t[t.Default=0]="Default",t[t.BlinkingBlock=1]="BlinkingBlock",t[t.SteadyBlock=2]="SteadyBlock",t[t.BlinkingUnderline=3]="BlinkingUnderline",t[t.SteadyUnderline=4]="SteadyUnderline",t[t.BlinkingBar=5]="BlinkingBar",t[t.SteadyBar=6]="SteadyBar",t))(bt||{});D(t=>`${M}${String(t)} q`,"setCursorStyle");var yt=Object.defineProperty,$t=p((t,e)=>yt(t,"name",{value:e,configurable:!0}),"o$3"),vt=Object.defineProperty,St=$t((t,e)=>vt(t,"name",{value:e,configurable:!0}),"s"),wt=Object.defineProperty,we=St((t,e)=>wt(t,"name",{value:e,configurable:!0}),"o"),Z=(t=>(t[t.ToEnd=0]="ToEnd",t[t.ToBeginning=1]="ToBeginning",t[t.EntireScreen=2]="EntireScreen",t[t.EntireScreenAndScrollback=3]="EntireScreenAndScrollback",t))(Z||{});const U=we(t=>{const e=t>=0&&t<=3?t:0;return`${M}${e===0?"":String(e)}J`},"eraseDisplay");var Re=(t=>(t[t.ToEnd=0]="ToEnd",t[t.ToBeginning=1]="ToBeginning",t[t.EntireLine=2]="EntireLine",t))(Re||{});const ue=we(t=>{const e=t>=0&&t<=2?t:0;return`${M}${e===0?"":String(e)}K`},"eraseInLine");U(0);const xt=ue(2);ue(0);ue(1);we(t=>{if(t<=0)return"";let e="";for(let r=0;r<t;r+=1)e+=xt,r<t-1&&(e+=mt());return e+=ht,e},"eraseLines");U(2);U(1);U(3);pt(0,0)+U(Z.ToEnd);`${ue(Re.EntireLine)}${M}`;`${M}${U(Z.EntireScreen)}`;const Oe=ft?`${U(Z.EntireScreen)}${M}0f`:`${U(Z.EntireScreen)}${U(Z.EntireScreenAndScrollback)}${M}H${st}c`;var Lt=Object.defineProperty,ee=p((t,e)=>Lt(t,"name",{value:e,configurable:!0}),"t$2");function Ie(t){return t&&t.__esModule&&Object.prototype.hasOwnProperty.call(t,"default")?t.default:t}p(Ie,"getDefaultExportFromCjs");ee(Ie,"getDefaultExportFromCjs");function Tt(t){return t&&Object.prototype.hasOwnProperty.call(t,"default")?t.default:t}p(Tt,"getDefaultExportFromNamespaceIfPresent");ee(Tt,"getDefaultExportFromNamespaceIfPresent");function kt(t){return t&&Object.prototype.hasOwnProperty.call(t,"default")&&Object.keys(t).length===1?t.default:t}p(kt,"getDefaultExportFromNamespaceIfNotNamed");ee(kt,"getDefaultExportFromNamespaceIfNotNamed");function Mt(t){if(Object.prototype.hasOwnProperty.call(t,"__esModule"))return t;var e=t.default;if(typeof e=="function"){var r=ee(p(function s(){var i=!1;try{i=this instanceof s}catch{}return i?Reflect.construct(e,arguments,this.constructor):e.apply(this,arguments)},"a"),"a");r.prototype=e.prototype}else r={};return Object.defineProperty(r,"__esModule",{value:!0}),Object.keys(t).forEach(function(s){var i=Object.getOwnPropertyDescriptor(t,s);Object.defineProperty(r,s,i.get?i:{enumerable:!0,get:ee(function(){return t[s]},"get")})}),r}p(Mt,"getAugmentedNamespace");ee(Mt,"getAugmentedNamespace");var ae={exports:{}},je;function Ot(){return je||(je=1,(function(t,e){var r=Object.defineProperty,s=p((f,l)=>r(f,"name",{value:l,configurable:!0}),"$");const{hasOwnProperty:i}=Object.prototype,a=Q();a.configure=Q,a.stringify=a,a.default=a,e.stringify=a,e.configure=Q,t.exports=a;const u=/[\u0000-\u001f\u0022\u005c\ud800-\udfff]/;function n(f){return f.length<5e3&&!u.test(f)?`"${f}"`:JSON.stringify(f)}p(n,"strEscape"),s(n,"strEscape");function g(f,l){if(f.length>200||l)return f.sort(l);for(let $=1;$<f.length;$++){const N=f[$];let T=$;for(;T!==0&&f[T-1]>N;)f[T]=f[T-1],T--;f[T]=N}return f}p(g,"sort"),s(g,"sort");const y=Object.getOwnPropertyDescriptor(Object.getPrototypeOf(Object.getPrototypeOf(new Int8Array)),Symbol.toStringTag).get;function c(f){return y.call(f)!==void 0&&f.length!==0}p(c,"isTypedArrayWithEntries"),s(c,"isTypedArrayWithEntries");function d(f,l,$){f.length<$&&($=f.length);const N=l===","?"":" ";let T=`"0":${N}${f[0]}`;for(let P=1;P<$;P++)T+=`${l}"${P}":${N}${f[P]}`;return T}p(d,"stringifyTypedArray"),s(d,"stringifyTypedArray");function b(f){if(i.call(f,"circularValue")){const l=f.circularValue;if(typeof l=="string")return`"${l}"`;if(l==null)return l;if(l===Error||l===TypeError)return{toString(){throw new TypeError("Converting circular structure to JSON")}};throw new TypeError('The "circularValue" argument must be of type string or the value null or undefined')}return'"[Circular]"'}p(b,"getCircularValueOption"),s(b,"getCircularValueOption");function A(f){let l;if(i.call(f,"deterministic")&&(l=f.deterministic,typeof l!="boolean"&&typeof l!="function"))throw new TypeError('The "deterministic" argument must be of type boolean or comparator function');return l===void 0?!0:l}p(A,"getDeterministicOption"),s(A,"getDeterministicOption");function q(f,l){let $;if(i.call(f,l)&&($=f[l],typeof $!="boolean"))throw new TypeError(`The "${l}" argument must be of type boolean`);return $===void 0?!0:$}p(q,"getBooleanOption"),s(q,"getBooleanOption");function z(f,l){let $;if(i.call(f,l)){if($=f[l],typeof $!="number")throw new TypeError(`The "${l}" argument must be of type number`);if(!Number.isInteger($))throw new TypeError(`The "${l}" argument must be an integer`);if($<1)throw new RangeError(`The "${l}" argument must be >= 1`)}return $===void 0?1/0:$}p(z,"getPositiveIntegerOption"),s(z,"getPositiveIntegerOption");function R(f){return f===1?"1 item":`${f} items`}p(R,"getItemCount"),s(R,"getItemCount");function F(f){const l=new Set;for(const $ of f)(typeof $=="string"||typeof $=="number")&&l.add(String($));return l}p(F,"getUniqueReplacerSet"),s(F,"getUniqueReplacerSet");function Y(f){if(i.call(f,"strict")){const l=f.strict;if(typeof l!="boolean")throw new TypeError('The "strict" argument must be of type boolean');if(l)return $=>{let N=`Object can not safely be stringified. Received type ${typeof $}`;throw typeof $!="function"&&(N+=` (${$.toString()})`),new Error(N)}}}p(Y,"getStrictOption"),s(Y,"getStrictOption");function Q(f){f={...f};const l=Y(f);l&&(f.bigint===void 0&&(f.bigint=!1),"circularValue"in f||(f.circularValue=Error));const $=b(f),N=q(f,"bigint"),T=A(f),P=typeof T=="function"?T:void 0,J=z(f,"maximumDepth"),O=z(f,"maximumBreadth");function te(_,o,h,w,v,x){let m=o[_];switch(typeof m=="object"&&m!==null&&typeof m.toJSON=="function"&&(m=m.toJSON(_)),m=w.call(o,_,m),typeof m){case"string":return n(m);case"object":{if(m===null)return"null";if(h.indexOf(m)!==-1)return $;let S="",j=",";const E=x;if(Array.isArray(m)){if(m.length===0)return"[]";if(J<h.length+1)return'"[Array]"';h.push(m),v!==""&&(x+=v,S+=`
1
+ var Ge=Object.defineProperty;var p=(t,e)=>Ge(t,"name",{value:e,configurable:!0});import{createRequire as ze}from"node:module";import{InteractiveManager as We,InteractiveStreamHook as Me}from"@visulima/interactive-manager";import{L as Ue,s as le,E as Ye,a as Se,p as ce,i as _e,A as Qe,u as Ke,O as Xe,b as Ze,o as ne,c as et,d as tt,B as rt,G as ge}from"./packem_shared/abstract-pretty-reporter-Bag7lQKf.js";import De from"@visulima/colorize";import{PailError as Vr,createPailError as Gr}from"./packem_shared/createPailError-53jAfQ-T.js";const Br=ze(import.meta.url),He=typeof globalThis<"u"&&typeof globalThis.process<"u"?globalThis.process:process,{stdout:$e,stderr:ve,env:se}=He,st="\x1B",M="\x1B[",Ce=";";var it=Object.defineProperty,ot=p((t,e)=>it(t,"name",{value:e,configurable:!0}),"t$3"),nt=Object.defineProperty,at=ot((t,e)=>nt(t,"name",{value:e,configurable:!0}),"t");const lt=typeof globalThis<"u"&&typeof globalThis.window=="object"&&globalThis.window.document!==void 0,ct=/^(?:msys|cygwin)$/,ft=!lt&&(process.platform==="win32"||ct.test(process.env.OSTYPE));var ut=Object.defineProperty,D=at((t,e)=>ut(t,"name",{value:e,configurable:!0}),"n");const gt=D((t=1)=>`${M}${String(t)}D`,"cursorBackward");D((t=1)=>`${M}${String(t)}B`,"cursorDown");D((t=1)=>`${M}${String(t)}C`,"cursorForward");const ht=`${M}G`;D((t=1)=>gt(t),"cursorLeft");const dt=D((t=1)=>`${M}${String(t)}G`,"cursorHorizontalAbsolute");D((t,e)=>{let r="";return t<0?r+=`${M}${String(-t)}D`:t>0&&(r+=`${M}${String(t)}C`),e<0?r+=`${M}${String(-e)}A`:e>0&&(r+=`${M}${String(e)}B`),r},"cursorMove");D((t=1)=>`${M}${String(t)}E`,"cursorNextLine");D((t=1)=>`${M}${String(t)}F`,"cursorPreviousLine");const pt=D((t,e)=>e===void 0?dt(t+1):`${M}${String(e+1)}${Ce}${String(t+1)}H`,"cursorTo");D((t,e)=>e===void 0?`${M}${String(t)}H`:`${M}${String(t)}${Ce}${String(e)}H`,"cursorPosition");D((t=1)=>`${M}${String(t)}I`,"cursorHorizontalForwardTab");D((t=1)=>`${M}${String(t)}Z`,"cursorBackwardTab");D((t=1)=>`${M}${String(t)}X`,"eraseCharacter");D((t=1)=>`${M}${String(t)}d`,"cursorVerticalAbsolute");const mt=D((t=1)=>`${M}${String(t)}A`,"cursorUp");var bt=(t=>(t[t.Default=0]="Default",t[t.BlinkingBlock=1]="BlinkingBlock",t[t.SteadyBlock=2]="SteadyBlock",t[t.BlinkingUnderline=3]="BlinkingUnderline",t[t.SteadyUnderline=4]="SteadyUnderline",t[t.BlinkingBar=5]="BlinkingBar",t[t.SteadyBar=6]="SteadyBar",t))(bt||{});D(t=>`${M}${String(t)} q`,"setCursorStyle");var yt=Object.defineProperty,$t=p((t,e)=>yt(t,"name",{value:e,configurable:!0}),"o$3"),vt=Object.defineProperty,St=$t((t,e)=>vt(t,"name",{value:e,configurable:!0}),"s"),wt=Object.defineProperty,we=St((t,e)=>wt(t,"name",{value:e,configurable:!0}),"o"),Z=(t=>(t[t.ToEnd=0]="ToEnd",t[t.ToBeginning=1]="ToBeginning",t[t.EntireScreen=2]="EntireScreen",t[t.EntireScreenAndScrollback=3]="EntireScreenAndScrollback",t))(Z||{});const U=we(t=>{const e=t>=0&&t<=3?t:0;return`${M}${e===0?"":String(e)}J`},"eraseDisplay");var Re=(t=>(t[t.ToEnd=0]="ToEnd",t[t.ToBeginning=1]="ToBeginning",t[t.EntireLine=2]="EntireLine",t))(Re||{});const ue=we(t=>{const e=t>=0&&t<=2?t:0;return`${M}${e===0?"":String(e)}K`},"eraseInLine");U(0);const xt=ue(2);ue(0);ue(1);we(t=>{if(t<=0)return"";let e="";for(let r=0;r<t;r+=1)e+=xt,r<t-1&&(e+=mt());return e+=ht,e},"eraseLines");U(2);U(1);U(3);pt(0,0)+U(Z.ToEnd);`${ue(Re.EntireLine)}${M}`;`${M}${U(Z.EntireScreen)}`;const Oe=ft?`${U(Z.EntireScreen)}${M}0f`:`${U(Z.EntireScreen)}${U(Z.EntireScreenAndScrollback)}${M}H${st}c`;var Lt=Object.defineProperty,ee=p((t,e)=>Lt(t,"name",{value:e,configurable:!0}),"t$2");function Ie(t){return t&&t.__esModule&&Object.prototype.hasOwnProperty.call(t,"default")?t.default:t}p(Ie,"getDefaultExportFromCjs");ee(Ie,"getDefaultExportFromCjs");function Tt(t){return t&&Object.prototype.hasOwnProperty.call(t,"default")?t.default:t}p(Tt,"getDefaultExportFromNamespaceIfPresent");ee(Tt,"getDefaultExportFromNamespaceIfPresent");function kt(t){return t&&Object.prototype.hasOwnProperty.call(t,"default")&&Object.keys(t).length===1?t.default:t}p(kt,"getDefaultExportFromNamespaceIfNotNamed");ee(kt,"getDefaultExportFromNamespaceIfNotNamed");function Mt(t){if(Object.prototype.hasOwnProperty.call(t,"__esModule"))return t;var e=t.default;if(typeof e=="function"){var r=ee(p(function s(){var i=!1;try{i=this instanceof s}catch{}return i?Reflect.construct(e,arguments,this.constructor):e.apply(this,arguments)},"a"),"a");r.prototype=e.prototype}else r={};return Object.defineProperty(r,"__esModule",{value:!0}),Object.keys(t).forEach(function(s){var i=Object.getOwnPropertyDescriptor(t,s);Object.defineProperty(r,s,i.get?i:{enumerable:!0,get:ee(function(){return t[s]},"get")})}),r}p(Mt,"getAugmentedNamespace");ee(Mt,"getAugmentedNamespace");var ae={exports:{}},je;function Ot(){return je||(je=1,(function(t,e){var r=Object.defineProperty,s=p((f,l)=>r(f,"name",{value:l,configurable:!0}),"$");const{hasOwnProperty:i}=Object.prototype,a=Q();a.configure=Q,a.stringify=a,a.default=a,e.stringify=a,e.configure=Q,t.exports=a;const u=/[\u0000-\u001f\u0022\u005c\ud800-\udfff]/;function n(f){return f.length<5e3&&!u.test(f)?`"${f}"`:JSON.stringify(f)}p(n,"strEscape"),s(n,"strEscape");function g(f,l){if(f.length>200||l)return f.sort(l);for(let $=1;$<f.length;$++){const N=f[$];let T=$;for(;T!==0&&f[T-1]>N;)f[T]=f[T-1],T--;f[T]=N}return f}p(g,"sort"),s(g,"sort");const y=Object.getOwnPropertyDescriptor(Object.getPrototypeOf(Object.getPrototypeOf(new Int8Array)),Symbol.toStringTag).get;function c(f){return y.call(f)!==void 0&&f.length!==0}p(c,"isTypedArrayWithEntries"),s(c,"isTypedArrayWithEntries");function d(f,l,$){f.length<$&&($=f.length);const N=l===","?"":" ";let T=`"0":${N}${f[0]}`;for(let P=1;P<$;P++)T+=`${l}"${P}":${N}${f[P]}`;return T}p(d,"stringifyTypedArray"),s(d,"stringifyTypedArray");function b(f){if(i.call(f,"circularValue")){const l=f.circularValue;if(typeof l=="string")return`"${l}"`;if(l==null)return l;if(l===Error||l===TypeError)return{toString(){throw new TypeError("Converting circular structure to JSON")}};throw new TypeError('The "circularValue" argument must be of type string or the value null or undefined')}return'"[Circular]"'}p(b,"getCircularValueOption"),s(b,"getCircularValueOption");function A(f){let l;if(i.call(f,"deterministic")&&(l=f.deterministic,typeof l!="boolean"&&typeof l!="function"))throw new TypeError('The "deterministic" argument must be of type boolean or comparator function');return l===void 0?!0:l}p(A,"getDeterministicOption"),s(A,"getDeterministicOption");function q(f,l){let $;if(i.call(f,l)&&($=f[l],typeof $!="boolean"))throw new TypeError(`The "${l}" argument must be of type boolean`);return $===void 0?!0:$}p(q,"getBooleanOption"),s(q,"getBooleanOption");function z(f,l){let $;if(i.call(f,l)){if($=f[l],typeof $!="number")throw new TypeError(`The "${l}" argument must be of type number`);if(!Number.isInteger($))throw new TypeError(`The "${l}" argument must be an integer`);if($<1)throw new RangeError(`The "${l}" argument must be >= 1`)}return $===void 0?1/0:$}p(z,"getPositiveIntegerOption"),s(z,"getPositiveIntegerOption");function R(f){return f===1?"1 item":`${f} items`}p(R,"getItemCount"),s(R,"getItemCount");function F(f){const l=new Set;for(const $ of f)(typeof $=="string"||typeof $=="number")&&l.add(String($));return l}p(F,"getUniqueReplacerSet"),s(F,"getUniqueReplacerSet");function Y(f){if(i.call(f,"strict")){const l=f.strict;if(typeof l!="boolean")throw new TypeError('The "strict" argument must be of type boolean');if(l)return $=>{let N=`Object can not safely be stringified. Received type ${typeof $}`;throw typeof $!="function"&&(N+=` (${$.toString()})`),new Error(N)}}}p(Y,"getStrictOption"),s(Y,"getStrictOption");function Q(f){f={...f};const l=Y(f);l&&(f.bigint===void 0&&(f.bigint=!1),"circularValue"in f||(f.circularValue=Error));const $=b(f),N=q(f,"bigint"),T=A(f),P=typeof T=="function"?T:void 0,J=z(f,"maximumDepth"),O=z(f,"maximumBreadth");function te(_,o,h,w,v,x){let m=o[_];switch(typeof m=="object"&&m!==null&&typeof m.toJSON=="function"&&(m=m.toJSON(_)),m=w.call(o,_,m),typeof m){case"string":return n(m);case"object":{if(m===null)return"null";if(h.indexOf(m)!==-1)return $;let S="",j=",";const E=x;if(Array.isArray(m)){if(m.length===0)return"[]";if(J<h.length+1)return'"[Array]"';h.push(m),v!==""&&(x+=v,S+=`
2
2
  ${x}`,j=`,
3
3
  ${x}`);const I=Math.min(m.length,O);let H=0;for(;H<I-1;H++){const oe=te(String(H),m,h,w,v,x);S+=oe!==void 0?oe:"null",S+=j}const W=te(String(H),m,h,w,v,x);if(S+=W!==void 0?W:"null",m.length-1>O){const oe=m.length-O-1;S+=`${j}"... ${R(oe)} not stringified"`}return v!==""&&(S+=`
4
4
  ${E}`),h.pop(),`[${S}]`}let k=Object.keys(m);const B=k.length;if(B===0)return"{}";if(J<h.length+1)return'"[Object]"';let L="",C="";v!==""&&(x+=v,j=`,
@@ -1,7 +1,7 @@
1
- import { W as WideEvent } from "../packem_shared/wide-event.d-Ke44zirU.js";
2
- import { P as PailMiddlewareOptions } from "../packem_shared/create-middleware-logger.d-DeNLii5l.js";
1
+ import { W as WideEvent } from "../packem_shared/wide-event.d-B-t8ZnhI.js";
2
+ import { P as PailMiddlewareOptions } from "../packem_shared/create-middleware-logger.d-DheMh8q4.js";
3
3
  import 'safe-stable-stringify';
4
- import "../packem_shared/types.d-ByY2ZuYG.js";
4
+ import "../packem_shared/types.d-BeLumqgD.js";
5
5
  import '@visulima/colorize';
6
6
  import '@visulima/interactive-manager';
7
7
  /**
@@ -1,7 +1,7 @@
1
- import { W as WideEvent } from "../packem_shared/wide-event.d-Ke44zirU.js";
2
- import { P as PailMiddlewareOptions } from "../packem_shared/create-middleware-logger.d-DeNLii5l.js";
1
+ import { W as WideEvent } from "../packem_shared/wide-event.d-B-t8ZnhI.js";
2
+ import { P as PailMiddlewareOptions } from "../packem_shared/create-middleware-logger.d-DheMh8q4.js";
3
3
  import 'safe-stable-stringify';
4
- import "../packem_shared/types.d-ByY2ZuYG.js";
4
+ import "../packem_shared/types.d-BeLumqgD.js";
5
5
  import '@visulima/colorize';
6
6
  import '@visulima/interactive-manager';
7
7
  /**
@@ -1,7 +1,7 @@
1
- import { W as WideEvent } from "../packem_shared/wide-event.d-Ke44zirU.js";
2
- import { P as PailMiddlewareOptions } from "../packem_shared/create-middleware-logger.d-DeNLii5l.js";
1
+ import { W as WideEvent } from "../packem_shared/wide-event.d-B-t8ZnhI.js";
2
+ import { P as PailMiddlewareOptions } from "../packem_shared/create-middleware-logger.d-DheMh8q4.js";
3
3
  import 'safe-stable-stringify';
4
- import "../packem_shared/types.d-ByY2ZuYG.js";
4
+ import "../packem_shared/types.d-BeLumqgD.js";
5
5
  import '@visulima/colorize';
6
6
  import '@visulima/interactive-manager';
7
7
  /**
@@ -1,7 +1,7 @@
1
- import { W as WideEvent } from "../packem_shared/wide-event.d-Ke44zirU.js";
2
- import { P as PailMiddlewareOptions } from "../packem_shared/create-middleware-logger.d-DeNLii5l.js";
1
+ import { W as WideEvent } from "../packem_shared/wide-event.d-B-t8ZnhI.js";
2
+ import { P as PailMiddlewareOptions } from "../packem_shared/create-middleware-logger.d-DheMh8q4.js";
3
3
  import 'safe-stable-stringify';
4
- import "../packem_shared/types.d-ByY2ZuYG.js";
4
+ import "../packem_shared/types.d-BeLumqgD.js";
5
5
  import '@visulima/colorize';
6
6
  import '@visulima/interactive-manager';
7
7
  /**
@@ -1,7 +1,7 @@
1
- import { P as PailMiddlewareOptions } from "../../packem_shared/create-middleware-logger.d-DeNLii5l.js";
2
- import { W as WideEvent } from "../../packem_shared/wide-event.d-Ke44zirU.js";
1
+ import { P as PailMiddlewareOptions } from "../../packem_shared/create-middleware-logger.d-DheMh8q4.js";
2
+ import { W as WideEvent } from "../../packem_shared/wide-event.d-B-t8ZnhI.js";
3
3
  import 'node:async_hooks';
4
- import "../../packem_shared/types.d-ByY2ZuYG.js";
4
+ import "../../packem_shared/types.d-BeLumqgD.js";
5
5
  import '@visulima/colorize';
6
6
  import '@visulima/interactive-manager';
7
7
  import 'safe-stable-stringify';
@@ -1,7 +1,7 @@
1
- import { W as WideEvent } from "../packem_shared/wide-event.d-Ke44zirU.js";
2
- import { P as PailMiddlewareOptions } from "../packem_shared/create-middleware-logger.d-DeNLii5l.js";
1
+ import { W as WideEvent } from "../packem_shared/wide-event.d-B-t8ZnhI.js";
2
+ import { P as PailMiddlewareOptions } from "../packem_shared/create-middleware-logger.d-DheMh8q4.js";
3
3
  import 'safe-stable-stringify';
4
- import "../packem_shared/types.d-ByY2ZuYG.js";
4
+ import "../packem_shared/types.d-BeLumqgD.js";
5
5
  import '@visulima/colorize';
6
6
  import '@visulima/interactive-manager';
7
7
  /**
@@ -0,0 +1 @@
1
+ var d=Object.defineProperty;var f=(e,r)=>d(e,"name",{value:r,configurable:!0});import{E as y}from"./constants-DKfCaSUR.js";var j=Object.defineProperty,h=f((e,r)=>j(e,"name",{value:r,configurable:!0}),"f$1"),P=Object.defineProperty,S=h((e,r)=>P(e,"name",{value:r,configurable:!0}),"b");const w=Object.create({},{cause:{enumerable:!1,value:void 0,writable:!0},code:{enumerable:!0,value:void 0,writable:!0},errors:{enumerable:!1,value:void 0,writable:!0},message:{enumerable:!1,value:void 0,writable:!0},name:{enumerable:!1,value:void 0,writable:!0},stack:{enumerable:!1,value:void 0,writable:!0}});var N=Object.defineProperty,l=S((e,r)=>N(e,"name",{value:r,configurable:!0}),"i");const x=l(e=>{if(typeof e!="object"||e===null)return!1;const r=Object.getPrototypeOf(e);return r===null||r===Object.prototype||Object.getPrototypeOf(r)===null},"isPlainObject"),m=new WeakSet,g=l(e=>{const r=Object.getOwnPropertyNames(e);for(const a of r){const t=Object.getOwnPropertyDescriptor(e,a);t&&(t.enumerable||Object.defineProperty(e,a,{...t,enumerable:!0}),t.value&&typeof t.value=="object"&&!Array.isArray(t.value)&&(Object.getPrototypeOf(t.value)===Object.prototype||Object.getPrototypeOf(t.value)===null)&&g(t.value))}},"makePropertiesEnumerable"),E=l(e=>{m.add(e);const r=e.toJSON();return m.delete(e),Object.isExtensible(r)&&g(r),r},"toJSON"),O=l((e,r,a,t)=>{if(e&&e instanceof Uint8Array&&e.constructor.name==="Buffer")return"[object Buffer]";if(e!==null&&typeof e=="object"&&"pipe"in e&&typeof e.pipe=="function")return"[object Stream]";if(e instanceof Error)return r.has(e)?"[Circular]":(a+=1,b(e,t,r,a));if(t.useToJSON&&e!==null&&typeof e=="object"&&"toJSON"in e&&typeof e.toJSON=="function")return e.toJSON();if(e instanceof Date)return e.toISOString();if(typeof e=="function")return`[Function: ${e.name||"anonymous"}]`;if(typeof e=="bigint")return`${String(e)}n`;if(x(e)){if(t.maxDepth!==void 0&&t.maxDepth!==Number.POSITIVE_INFINITY&&a+1>=t.maxDepth)return{};a+=1;const o={};for(const i in e)o[i]=O(e[i],r,a,t);return o}try{return e}catch{return"[Not Available]"}},"serializeValue"),b=l((e,r,a,t)=>{if(a.add(e),r.maxDepth===0)return{};if(r.useToJSON&&typeof e.toJSON=="function"&&!m.has(e))return E(e);const o=Object.create(w);if(Object.defineProperty(o,"name",{configurable:!0,enumerable:!0,value:Object.prototype.toString.call(e.constructor)==="[object Function]"?e.constructor.name:e.name,writable:!0}),Object.defineProperty(o,"message",{configurable:!0,enumerable:!0,value:e.message,writable:!0}),Object.defineProperty(o,"stack",{configurable:!0,enumerable:!0,value:e.stack,writable:!0}),Array.isArray(e.errors)){const n=[];for(const u of e.errors){if(!(u instanceof Error))throw new TypeError("All errors in the 'errors' property must be instances of Error");if(a.has(u))return Object.defineProperty(o,"errors",{configurable:!0,enumerable:!0,value:[],writable:!0}),o;n.push(b(u,r,a,t))}Object.defineProperty(o,"errors",{configurable:!0,enumerable:!0,value:n,writable:!0})}const i=e.cause;if(i!=null)if(i instanceof Error)a.has(i)?Object.defineProperty(o,"cause",{configurable:!0,enumerable:!0,value:"[Circular]",writable:!0}):Object.defineProperty(o,"cause",{configurable:!0,enumerable:!0,value:b(i,r,a,t),writable:!0});else{const n=O(i,a,t,r);Object.defineProperty(o,"cause",{configurable:!0,enumerable:!0,value:n,writable:!0})}for(const n in e){if(n==="name"||n==="message"||n==="stack"||n==="cause"||n==="errors")continue;const u=e[n],c=O(u,a,t,r);Object.defineProperty(o,n,{configurable:!0,enumerable:!0,value:c,writable:!0})}if(Array.isArray(r.exclude)&&r.exclude.length>0)for(const n of r.exclude)try{delete o[n]}catch{}return o},"_serialize"),v=l((e,r={})=>b(e,{exclude:r.exclude??[],maxDepth:r.maxDepth??Number.POSITIVE_INFINITY,useToJSON:r.useToJSON??!1},new Set,0),"serialize");var J=Object.defineProperty,A=f((e,r)=>J(e,"name",{value:r,configurable:!0}),"f");class D{static{f(this,"AbstractJsonReporter")}static{A(this,"AbstractJsonReporter")}stringify;errorOptions;constructor(r={}){this.errorOptions=r.error??{}}setStringify(r){this.stringify=r}log(r){const{context:a,error:t,file:o,message:i,type:n,...u}=r;if(u.label&&(u.label=u.label.trim()),o&&(u.file=`${o.name??""}:${String(o.line)}${o.column?`:${String(o.column)}`:""}`),u.message=i===y?void 0:i,t&&(u.error=v(t,this.errorOptions)),a){const c=[];for(let p=0;p<a.length;p+=1){const s=a[p];s!==y&&(s instanceof Error?c.push(v(s,this.errorOptions)):c.push(s))}u.context=c}this._log(this.stringify(u),n.level)}}export{D as AbstractJsonReporter};
@@ -0,0 +1 @@
1
+ var d=Object.defineProperty;var f=(e,r)=>d(e,"name",{value:r,configurable:!0});import{E as y}from"./constants-ep2nsfdy.js";var j=Object.defineProperty,h=f((e,r)=>j(e,"name",{value:r,configurable:!0}),"f$1"),P=Object.defineProperty,S=h((e,r)=>P(e,"name",{value:r,configurable:!0}),"b");const w=Object.create({},{cause:{enumerable:!1,value:void 0,writable:!0},code:{enumerable:!0,value:void 0,writable:!0},errors:{enumerable:!1,value:void 0,writable:!0},message:{enumerable:!1,value:void 0,writable:!0},name:{enumerable:!1,value:void 0,writable:!0},stack:{enumerable:!1,value:void 0,writable:!0}});var N=Object.defineProperty,l=S((e,r)=>N(e,"name",{value:r,configurable:!0}),"i");const x=l(e=>{if(typeof e!="object"||e===null)return!1;const r=Object.getPrototypeOf(e);return r===null||r===Object.prototype||Object.getPrototypeOf(r)===null},"isPlainObject"),m=new WeakSet,g=l(e=>{const r=Object.getOwnPropertyNames(e);for(const a of r){const t=Object.getOwnPropertyDescriptor(e,a);t&&(t.enumerable||Object.defineProperty(e,a,{...t,enumerable:!0}),t.value&&typeof t.value=="object"&&!Array.isArray(t.value)&&(Object.getPrototypeOf(t.value)===Object.prototype||Object.getPrototypeOf(t.value)===null)&&g(t.value))}},"makePropertiesEnumerable"),E=l(e=>{m.add(e);const r=e.toJSON();return m.delete(e),Object.isExtensible(r)&&g(r),r},"toJSON"),O=l((e,r,a,t)=>{if(e&&e instanceof Uint8Array&&e.constructor.name==="Buffer")return"[object Buffer]";if(e!==null&&typeof e=="object"&&"pipe"in e&&typeof e.pipe=="function")return"[object Stream]";if(e instanceof Error)return r.has(e)?"[Circular]":(a+=1,b(e,t,r,a));if(t.useToJSON&&e!==null&&typeof e=="object"&&"toJSON"in e&&typeof e.toJSON=="function")return e.toJSON();if(e instanceof Date)return e.toISOString();if(typeof e=="function")return`[Function: ${e.name||"anonymous"}]`;if(typeof e=="bigint")return`${String(e)}n`;if(x(e)){if(t.maxDepth!==void 0&&t.maxDepth!==Number.POSITIVE_INFINITY&&a+1>=t.maxDepth)return{};a+=1;const o={};for(const i in e)o[i]=O(e[i],r,a,t);return o}try{return e}catch{return"[Not Available]"}},"serializeValue"),b=l((e,r,a,t)=>{if(a.add(e),r.maxDepth===0)return{};if(r.useToJSON&&typeof e.toJSON=="function"&&!m.has(e))return E(e);const o=Object.create(w);if(Object.defineProperty(o,"name",{configurable:!0,enumerable:!0,value:Object.prototype.toString.call(e.constructor)==="[object Function]"?e.constructor.name:e.name,writable:!0}),Object.defineProperty(o,"message",{configurable:!0,enumerable:!0,value:e.message,writable:!0}),Object.defineProperty(o,"stack",{configurable:!0,enumerable:!0,value:e.stack,writable:!0}),Array.isArray(e.errors)){const n=[];for(const u of e.errors){if(!(u instanceof Error))throw new TypeError("All errors in the 'errors' property must be instances of Error");if(a.has(u))return Object.defineProperty(o,"errors",{configurable:!0,enumerable:!0,value:[],writable:!0}),o;n.push(b(u,r,a,t))}Object.defineProperty(o,"errors",{configurable:!0,enumerable:!0,value:n,writable:!0})}const i=e.cause;if(i!=null)if(i instanceof Error)a.has(i)?Object.defineProperty(o,"cause",{configurable:!0,enumerable:!0,value:"[Circular]",writable:!0}):Object.defineProperty(o,"cause",{configurable:!0,enumerable:!0,value:b(i,r,a,t),writable:!0});else{const n=O(i,a,t,r);Object.defineProperty(o,"cause",{configurable:!0,enumerable:!0,value:n,writable:!0})}for(const n in e){if(n==="name"||n==="message"||n==="stack"||n==="cause"||n==="errors")continue;const u=e[n],c=O(u,a,t,r);Object.defineProperty(o,n,{configurable:!0,enumerable:!0,value:c,writable:!0})}if(Array.isArray(r.exclude)&&r.exclude.length>0)for(const n of r.exclude)try{delete o[n]}catch{}return o},"_serialize"),v=l((e,r={})=>b(e,{exclude:r.exclude??[],maxDepth:r.maxDepth??Number.POSITIVE_INFINITY,useToJSON:r.useToJSON??!1},new Set,0),"serialize");var J=Object.defineProperty,A=f((e,r)=>J(e,"name",{value:r,configurable:!0}),"f");class D{static{f(this,"AbstractJsonReporter")}static{A(this,"AbstractJsonReporter")}stringify;errorOptions;constructor(r={}){this.errorOptions=r.error??{}}setStringify(r){this.stringify=r}log(r){const{context:a,error:t,file:o,message:i,type:n,...u}=r;if(u.label&&(u.label=u.label.trim()),o&&(u.file=`${o.name??""}:${String(o.line)}${o.column?`:${String(o.column)}`:""}`),u.message=i===y?void 0:i,t&&(u.error=v(t,this.errorOptions)),a){const c=[];for(let p=0;p<a.length;p+=1){const s=a[p];s!==y&&(s instanceof Error?c.push(v(s,this.errorOptions)):c.push(s))}u.context=c}this._log(this.stringify(u),n.level)}}export{D as AbstractJsonReporter};
@@ -1,2 +1,2 @@
1
- var i=Object.defineProperty;var s=(t,e)=>i(t,"name",{value:e,configurable:!0});import{createRequire as c}from"node:module";import{i as p}from"./write-stream-Dd4_PTcm.js";import{AbstractJsonReporter as l}from"./AbstractJsonReporter-BawNFYxI.js";const _=c(import.meta.url),a=typeof globalThis<"u"&&typeof globalThis.process<"u"?globalThis.process:process,{stdout:n,stderr:u}=a;var d=Object.defineProperty,f=s((t,e)=>d(t,"name",{value:e,configurable:!0}),"r");class j extends l{static{s(this,"m")}static{f(this,"JsonReporter")}#e;#t;constructor(e={}){super(e),this.#e=n,this.#t=u}setStdout(e){this.#e=e}setStderr(e){this.#t=e}_log(e,r){const o=["error","warn"].includes(r)?this.#t:this.#e;p(`${e}
1
+ var i=Object.defineProperty;var s=(t,e)=>i(t,"name",{value:e,configurable:!0});import{createRequire as c}from"node:module";import{i as p}from"./write-stream-Dd4_PTcm.js";import{AbstractJsonReporter as l}from"./AbstractJsonReporter-PVC4ONf2.js";const _=c(import.meta.url),a=typeof globalThis<"u"&&typeof globalThis.process<"u"?globalThis.process:process,{stdout:n,stderr:u}=a;var d=Object.defineProperty,f=s((t,e)=>d(t,"name",{value:e,configurable:!0}),"r");class j extends l{static{s(this,"m")}static{f(this,"JsonReporter")}#e;#t;constructor(e={}){super(e),this.#e=n,this.#t=u}setStdout(e){this.#e=e}setStderr(e){this.#t=e}_log(e,r){const o=["error","warn"].includes(r)?this.#t:this.#e;p(`${e}
2
2
  `,o)}}export{j as default};
@@ -1 +1 @@
1
- var s=Object.defineProperty;var t=(e,r)=>s(e,"name",{value:r,configurable:!0});import{AbstractJsonReporter as a}from"./AbstractJsonReporter-Dt5-5x2R.js";import{t as p}from"./write-console-log-based-on-level-DfD64owL.js";var c=Object.defineProperty,n=t((e,r)=>c(e,"name",{value:r,configurable:!0}),"e");class l extends a{static{t(this,"p")}static{n(this,"JsonReporter")}constructor(r={}){super(r)}_log(r,o){p(o)(r)}}export{l as default};
1
+ var s=Object.defineProperty;var t=(e,r)=>s(e,"name",{value:r,configurable:!0});import{AbstractJsonReporter as a}from"./AbstractJsonReporter-D_Pb6kpB.js";import{t as p}from"./write-console-log-based-on-level-DfD64owL.js";var c=Object.defineProperty,n=t((e,r)=>c(e,"name",{value:r,configurable:!0}),"e");class l extends a{static{t(this,"p")}static{n(this,"JsonReporter")}constructor(r={}){super(r)}_log(r,o){p(o)(r)}}export{l as default};
@@ -0,0 +1,44 @@
1
+ var Qt=Object.defineProperty;var $=(e,t)=>Qt(e,"name",{value:t,configurable:!0});import{createRequire as Zt}from"node:module";import de from"@visulima/colorize";import{L as sr,E as ar}from"./constants-ep2nsfdy.js";import{i as or}from"./write-stream-Dd4_PTcm.js";const Xt=Zt(import.meta.url),q=typeof globalThis<"u"&&typeof globalThis.process<"u"?globalThis.process:process,fe=$(e=>{if(typeof q<"u"&&q.versions&&q.versions.node){const[t,r]=q.versions.node.split(".").map(Number);if(t>22||t===22&&r>=3||t===20&&r>=16)return q.getBuiltinModule(e)}return Xt(e)},"__cjs_getBuiltinModule"),B=q,{stdout:er,stderr:tr}=B,{createRequire:rr}=fe("node:module"),{execFileSync:nr}=fe("node:child_process"),J=fe("node:fs"),ir=fe("node:tty");var lr=Object.defineProperty,ur=$((e,t)=>lr(e,"name",{value:t,configurable:!0}),"A$4"),cr=Object.defineProperty,Be=ur((e,t)=>cr(e,"name",{value:t,configurable:!0}),"$"),fr=Object.defineProperty,dr=Be((e,t)=>fr(e,"name",{value:t,configurable:!0}),"r$1");const pr=dr(e=>e.replaceAll(/\r\n|\r(?!\n)|\n/gu,`
2
+ `),"normalizeLF"),gr=globalThis.process??Object.create(null),De={versions:{}},Ge=new Proxy(gr,{get(e,t){if(t in e)return e[t];if(t in De)return De[t]}});var hr=Object.defineProperty,mr=Be((e,t)=>hr(e,"name",{value:t,configurable:!0}),"b");const $r=mr((e,t,r,n)=>{const i={column:0,line:-1,...e.start},s={...i,...e.end},a=i.line,o=i.column,l=s.line,u=s.column;let c=Math.max(a-(r+1),0),f=Math.min(t.length,l+n);a===-1&&(c=0),l===-1&&(f=t.length);const p=l-a,d={};if(p)for(let g=0;g<=p;g++){const h=g+a;if(!o)d[h]=!0;else if(g===0){const m=t[h-1]?.length;d[h]=[o,(m??0)-o+1]}else if(g===p)d[h]=[0,u];else{const m=t[h-g]?.length;d[h]=[0,m]}}else o===u?d[a]=o?[o,0]:!0:d[a]=[o,(u??0)-(o??0)];return{end:f,markerLines:d,start:c}},"getMarkerLines");var br=Object.defineProperty,re=Be((e,t)=>br(e,"name",{value:t,configurable:!0}),"t");const vr=Ge.platform==="win32"&&!Ge.env?.WT_SESSION?">":"❯",yr=re((e,t,r)=>{const n={linesAbove:2,linesBelow:3,prefix:"",showGutter:!0,tabWidth:4,...r,color:{gutter:re(g=>g,"gutter"),marker:re(g=>g,"marker"),message:re(g=>g,"message"),...r?.color}},i=typeof t.start.column=="number";let s=pr(e).split(`
3
+ `);typeof n.tabWidth=="number"&&(s=s.map(g=>g.replaceAll(" "," ".repeat(n.tabWidth))));const{end:a,markerLines:o,start:l}=$r(t,s,n.linesAbove,n.linesBelow),u=String(a).length,{gutter:c,marker:f,message:p}=n.color;let d=s.slice(l,a).map((g,h)=>{const m=l+1+h,y=o[m],A=` ${String(m)}`.slice(-u),I=!o[m+1],x=` ${A}${n.showGutter?" |":""}`;if(y){let b="";if(Array.isArray(y)){const C=g.replaceAll(/[^\t]/g," ").slice(0,Math.max(y[0]-1,0)),k=y[1]||1;b=[`
4
+ `,n.prefix+c(x.replaceAll(/\d/g," "))," ",C,f("^").repeat(k)].join(""),I&&n.message&&(b+=` ${p(n.message)}`)}return[n.prefix+f(vr),c(x),g.length>0?` ${g}`:"",b].join("")}return`${n.prefix} ${c(x)}${g.length>0?` ${g}`:""}`}).join(`
5
+ `);return n.message&&!i&&(d=`${n.prefix+" ".repeat(u+1)+n.message}
6
+ ${d}`),d},"codeFrame");var wr=Object.defineProperty,Sr=$((e,t)=>wr(e,"name",{value:t,configurable:!0}),"x$4"),Or=Object.defineProperty,xr=Sr((e,t)=>Or(e,"name",{value:t,configurable:!0}),"x"),jr=Object.defineProperty,W=xr((e,t)=>jr(e,"name",{value:t,configurable:!0}),"u");const L=W((e,...t)=>{process.env.DEBUG&&process.env.DEBUG==="true"&&console.debug(`error:parse-stacktrace: ${e}`,...t)},"debugLog"),z="<unknown>",Ar=/^.*?\s*at\s(?:(.+?\)(?:\s\[.+\])?|\(?.*?)\s?\((?:address\sat\s)?)?(?:async\s)?((?:<anonymous>|[-a-z]+:|.*bundle|\/)?.*?)(?::(\d+))?(?::(\d+))?\)?\s*$/i,Er=/\((\S+)\),\s(<[^>]+>)?:(\d+)?:(\d+)?\)?/,Nr=/(.*?):(\d+):(\d+)(?:\s<-\s.+:\d+:\d+)?/,Ir=/eval\sat\s(<anonymous>)\s\((.*)\)?:(\d+)?:(\d+)\),\s*<anonymous>?:(\d+)?:(\d+)/,Pr=/^\s*in\s(?:([^\\/]+(?:\s\[as\s\S+\])?)\s\(?)?\(at?\s?(.*?):(\d+)(?::(\d+))?\)?\s*$/,kr=/in\s(.*)\s\(at\s(.+)\)\sat/,Tr=/^(?:.*@)?(.*):(\d+):(\d+)$/,Wr=/^\s*(.*?)(?:\((.*?)\))?(?:^|@)?((?:[-a-z]+)?:\/.*?|\[native code\]|[^@]*(?:bundle|\d+\.js)|\/[\w\-. \/=]+)(?::(\d+))?(?::(\d+))?\s*$/i,Br=/(\S+) line (\d+)(?: > eval line \d+)* > eval/i,Fr=/(\S[^\s[]*\[.*\]|.*?)@(.*):(\d+):(\d+)/,Ye=/\(error: (.*)\)/,Mr=/at\s/,_r=/^(\S+):(\d+):(\d+)$|^(\S+):(\d+)$/,Cr=/^\s+|\s+$/g,Rr=/\S*(?:Error: |AggregateError:)/,ct=/^Anonymous function$/,Lr=/^\s*in\s.*/,zr=/^.*?\s*at\s.*/,Vr=/^.*?\s*@.*|\[native code\]/,ft=W((e,t)=>{const r=e.includes("safari-extension"),n=e.includes("safari-web-extension");return r||n?[e.includes("@")?e.split("@")[0]:z,r?`safari-extension:${t}`:`safari-web-extension:${t}`]:[e,t]},"extractSafariExtensionDetails"),dt=W((e,t)=>{const r=Nr.exec(t);r&&(e.file=r[1],e.line=+r[2],e.column=+r[3])},"parseMapped"),Hr=W(e=>{const t=kr.exec(e);if(t){L(`parse nested node error stack line: "${e}"`,`found: ${JSON.stringify(t)}`);const n=t[2].split(":");return{column:n[2]?+n[2]:void 0,file:n[0],line:n[1]?+n[1]:void 0,methodName:t[1]??z,raw:e,type:void 0}}const r=Pr.exec(e);if(r){L(`parse node error stack line: "${e}"`,`found: ${JSON.stringify(r)}`);const n={column:r[4]?+r[4]:void 0,file:r[2]?r[2].replace(Mr,""):void 0,line:r[3]?+r[3]:void 0,methodName:r[1]??z,raw:e,type:e.startsWith("internal")?"internal":void 0};return dt(n,`${r[2]}:${r[3]}:${r[4]}`),n}},"parseNode"),qr=W(e=>{const t=Ar.exec(e);if(t){L(`parse chrome error stack line: "${e}"`,`found: ${JSON.stringify(t)}`);const r=t[2]?.startsWith("native"),n=t[2]?.startsWith("eval")||t[1]?.startsWith("eval");let i,s;if(n){const u=Er.exec(e);if(u){const c=_r.exec(u[1]);c?(t[2]=c[4]??c[1],t[3]=c[5]??c[2],t[4]=c[3]):u[2]&&(t[2]=u[1]),u[2]&&(i={column:u[4]?+u[4]:void 0,file:u[2],line:u[3]?+u[3]:void 0,methodName:"eval",raw:e,type:"eval"})}else{const c=Ir.exec(e);c&&(s={column:c[4]?+c[4]:void 0,file:c[2],line:c[3]?+c[3]:void 0},i={column:c[6]?+c[6]:void 0,file:c[1],line:c[5]?+c[5]:void 0,methodName:"eval",raw:c[0],type:"eval"})}}const[a,o]=ft(t[1]?t[1].replace(ct,"<anonymous>"):z,t[2]),l={column:t[4]?+t[4]:void 0,evalOrigin:i,file:o,line:t[3]?+t[3]:void 0,methodName:a,raw:e,type:n?"eval":r?"native":void 0};return s?(l.column=s.column,l.file=s.file,l.line=s.line):dt(l,`${o}:${t[3]}:${t[4]}`),l}},"parseChromium"),Dr=W((e,t)=>{const r=Wr.exec(e);if(r){L(`parse gecko error stack line: "${e}"`,`found: ${JSON.stringify(r)}`);const n=r[3]?.includes(" > eval"),i=n&&r[3]&&Br.exec(r[3]);let s;n&&i&&(r[3]=i[1],s={column:r[5]?+r[5]:void 0,file:r[3],line:r[4]?+r[4]:void 0,methodName:"eval",raw:e,type:"eval"},r[4]=i[2]);const[a,o]=ft(r[1]?r[1].replace(ct,"<anonymous>"):z,r[3]);let l;(t?.type==="safari"||!n&&t?.type==="firefox")&&t.column?l=t.column:!n&&r[5]&&(l=+r[5]);let u;return(t?.type==="safari"||!n&&t?.type==="firefox")&&t.line?u=t.line:r[4]&&(u=+r[4]),{column:l,evalOrigin:s,file:o,line:u,methodName:a,raw:e,type:n?"eval":o.includes("[native code]")?"native":void 0}}},"parseGecko"),Gr=W((e,t)=>{const r=Fr.exec(e);if(!(r&&r[2].includes(" > eval"))&&r)return L(`parse firefox error stack line: "${e}"`,`found: ${JSON.stringify(r)}`),{column:r[4]?+r[4]:t?.column??void 0,file:r[2],line:r[3]?+r[3]:t?.line??void 0,methodName:r[1]||z,raw:e,type:void 0}},"parseFirefox"),Yr=W(e=>{const t=Tr.exec(e);if(t)return L(`parse react android native error stack line: "${e}"`,`found: ${JSON.stringify(t)}`),{column:t[3]?+t[3]:void 0,file:t[1],line:t[2]?+t[2]:void 0,methodName:z,raw:e,type:void 0}},"parseReactAndroidNative"),pt=W((e,{filter:t,frameLimit:r=50}={})=>{const n=e;let i=(typeof n.stacktrace=="string"?n.stacktrace:e.stack??"").split(`
7
+ `).map(s=>(Ye.test(s)?s.replace(Ye,"$1"):s).replaceAll(Cr,"")).filter(s=>!Rr.test(s)&&s!=="eval code");return t&&(i=i.filter(s=>t(s))),i=i.slice(0,r),i.reduce((s,a,o)=>{if(!a||a.length>1024)return s;let l;if(Lr.test(a))l=Hr(a);else if(zr.test(a))l=qr(a);else if(Vr.test(a)){let u;if(o===0){const c=e,f=c.columnNumber,p=c.lineNumber,d=c.line,g=c.column;f||p?u={column:f,line:p,type:"firefox"}:(d||g)&&(u={column:g,line:d,type:"safari"})}l=Gr(a,u)??Dr(a,u)}else l=Yr(a);return l?s.push(l):L(`parse error stack line: "${a}"`,"not parser found"),s},[])},"parseStacktrace");var Ur=Object.defineProperty,Jr=$((e,t)=>Ur(e,"name",{value:t,configurable:!0}),"p$6"),Kr=Object.defineProperty,gt=Jr((e,t)=>Kr(e,"name",{value:t,configurable:!0}),"m");const Qr=rr(import.meta.url),D=typeof globalThis<"u"&&typeof globalThis.process<"u"?globalThis.process:process,Fe=gt(e=>{if(typeof D<"u"&&D.versions&&D.versions.node){const[t,r]=D.versions.node.split(".").map(Number);if(t>22||t===22&&r>=3||t===20&&r>=16)return D.getBuiltinModule(e)}return Qr(e)},"__cjs_getBuiltinModule"),{existsSync:Zr,readFileSync:Xr}=Fe("node:fs"),{relative:en}=Fe("node:path"),{cwd:tn}=D,{fileURLToPath:rn}=Fe("node:url");var nn=Object.defineProperty,w=gt((e,t)=>nn(e,"name",{value:t,configurable:!0}),"o");const G=w((e,t,r)=>r===0?e:t===" "?e+" ".repeat(r):e+" ".repeat(t*r),"getPrefix"),sn=w((e,t)=>{const r=e.replace("async file:","file:");return en(t,r.startsWith("file:")?rn(r):r)},"getRelativePath"),an=w((e,t,r)=>{if(t)return r.title(e.message);const n=e.message?`: ${e.message}`:"";return r.title(e.name+n)},"getTitleText"),ht=w((e,{color:t,hideErrorTitle:r,indentation:n,prefix:i},s)=>`${G(i,n,s)}${an(e,r,t)}
8
+ `,"getMessage"),mt=w((e,{color:t,indentation:r,prefix:n},i)=>{if(e.hint===void 0)return;const s=G(n,r,i);let a="";if(Array.isArray(e.hint))for(const o of e.hint)a+=`${s+o}
9
+ `;else a+=s+e.hint;return t.hint(a)},"getHint"),Me=w((e,{color:t,cwd:r,displayShortPath:n,indentation:i,prefix:s},a=0)=>{const o=n?sn(e.file,r):e.file,{fileLine:l,method:u}=t;return`${G(s,i,a)}at ${e.methodName?`${u(e.methodName)} `:""}${l(o)}:${l(e.line?.toString()??"")}`},"getMainFrame"),$t=w((e,{color:t,indentation:r,linesAbove:n,linesBelow:i,prefix:s,showGutter:a,showLineNumbers:o,tabWidth:l},u)=>{if(e.file===void 0)return;const c=e.file.replace("file://","");if(!Zr(c))return;const f=Xr(c,"utf8");return yr(f,{start:{column:e.column,line:e.line}},{color:t,linesAbove:n,linesBelow:i,prefix:G(s,r,u),showGutter:a,showLineNumbers:o,tabWidth:l})},"getCode"),bt=w((e,t,r)=>{if(e.errors.length===0)return;let n=`${G(t.prefix,t.indentation,r)}Errors:
10
+
11
+ `,i=!0;for(const s of e.errors)i?i=!1:n+=`
12
+
13
+ `,n+=yt(s,{...t,framesMaxLimit:1,hideErrorCodeView:t.hideErrorErrorsCodeView},r+1);return`
14
+ ${n}`},"getErrors"),vt=w((e,t,r)=>{let n=`${G(t.prefix,t.indentation,r)}Caused by:
15
+
16
+ `;const i=e.cause;n+=ht(i,t,r);const s=pt(i).shift(),a=mt(i,t,r);if(a&&(n+=`${a}
17
+ `),s&&(n+=Me(s,t,r),!t.hideErrorCauseCodeView)){const o=$t(s,t,r);o!==void 0&&(n+=`
18
+ ${o}`)}if(i.cause)n+=`
19
+ ${vt(i,t,r+1)}`;else if(i instanceof AggregateError){const o=bt(i,t,r);o!==void 0&&(n+=`
20
+ ${o}`)}return`
21
+ ${n}`},"getCause"),on=w((e,t)=>(e.length>0?`
22
+ `:"")+e.map(r=>Me(r,t)).join(`
23
+ `),"getStacktrace"),yt=w((e,t,r)=>{const n={cwd:tn(),displayShortPath:!1,filterStacktrace:void 0,framesMaxLimit:Number.POSITIVE_INFINITY,hideErrorCauseCodeView:!1,hideErrorCodeView:!1,hideErrorErrorsCodeView:!1,hideErrorTitle:!1,hideMessage:!1,indentation:4,linesAbove:2,linesBelow:3,prefix:"",showGutter:!0,showLineNumbers:!0,tabWidth:4,...t,color:{fileLine:w(a=>a,"fileLine"),gutter:w(a=>a,"gutter"),hint:w(a=>a,"hint"),marker:w(a=>a,"marker"),message:w(a=>a,"message"),method:w(a=>a,"method"),title:w(a=>a,"title"),...t.color}},i=pt(e,{filter:t.filterStacktrace,frameLimit:n.framesMaxLimit}),s=i.shift();return[t.hideMessage?void 0:ht(e,n,r),mt(e,n,r),s?Me(s,n,r):void 0,s&&!n.hideErrorCodeView?$t(s,n,r):void 0,e instanceof AggregateError?bt(e,n,r):void 0,e.cause===void 0?void 0:vt(e,n,r),i.length>0?on(i,n):void 0].filter(Boolean).join(`
24
+ `).replaceAll("\\","/")},"internalRenderError"),xe=w((e,t={})=>{if(t.framesMaxLimit!==void 0&&t.framesMaxLimit<=0)throw new RangeError("The 'framesMaxLimit' option must be a positive number");return yt(e,t,0)},"renderError");var ln=Object.defineProperty,wt=$((e,t)=>ln(e,"name",{value:t,configurable:!0}),"T$2"),un=Object.defineProperty,v=wt((e,t)=>un(e,"name",{value:t,configurable:!0}),"l"),cn=Object.defineProperty,fn=v((e,t)=>cn(e,"name",{value:t,configurable:!0}),"L");const N=fn((e,t,r,n,i,s=", ")=>{const a=e.length;if(a===0)return"";let o=n;i!==void 0&&(o=i);const l=r.truncate;let u="",c="",f="";for(let p=0;p<a;p+=1){const d=p+1===e.length,g=p+2===e.length;f=`…(${String(e.length-p)})`;let h=e[p];r.truncate=l-u.length-(d?0:s.length);const m=c||o(h,t,r,n)+(d?"":s),y=u.length+m.length,A=y+f.length;if(d&&y>l&&u.length+f.length<=l||!d&&!g&&A>l)break;h=e[p+1];const I=g?"":s;if(d?c="":c=o(h,t,r,n)+I,!d&&g&&A>l&&y+c.length>l)break;if(u+=m,!d&&!g&&y+c.length>=l){f=`…(${String(e.length-p-1)})`;break}f=""}return`${u}${f}`},"inspectList");var dn=Object.defineProperty,pe=v((e,t)=>dn(e,"name",{value:t,configurable:!0}),"s$6");const pn=pe(([e,t],r,n)=>(n.truncate-=3,t?`${n.stylize(String(e),"yellow")}=${n.stylize(`"${t}"`,"string")}`:n.stylize(String(e),"yellow")),"inspectAttribute"),gn=pe((e,t,r)=>{switch(e.nodeType){case 1:return St(e,e,r,t);case 3:return t(e.data,t,r);default:return t(e,t,r)}},"inspectNode"),Pe=pe((e,t,r,n)=>N(e,e,t,r,gn,`
25
+ `),"inspectNodeCollection"),St=pe((e,t,r,n)=>{const i=e.getAttributeNames(),s=e.tagName.toLowerCase(),a=r.stylize(`<${s}`,"special"),o=r.stylize(">","special"),l=r.stylize(`</${s}>`,"special");r.truncate-=s.length*2+5;let u="";i.length>0&&(u+=" ",u+=N(i.map(p=>[p,e.getAttribute(p)]),t,r,n,pn," ")),r.truncate-=u.length;const{truncate:c}=r;let f=Pe(e.children,r,n,void 0);return f&&f.length>c&&(f=`…(${String(e.children.length)})`),`${a}${u}${o}${f}${l}`},"inspectHTMLElement");var hn=Object.defineProperty,mn=v((e,t)=>hn(e,"name",{value:t,configurable:!0}),"n$4");const $n=mn((e,t,r)=>e.length===0?"Arguments []":(t.truncate-=13,`Arguments [ ${N(e,e,t,r)} ]`),"inspectArguments");var bn=Object.defineProperty,Ot=v((e,t)=>bn(e,"name",{value:t,configurable:!0}),"r$3");const vn=Ot((e,t)=>{let r;if(e===" ")r=" ";else if(typeof e=="number"&&e>0)r=Array.from({length:e+1}).join(" ");else return;return{base:r,prev:`
26
+ ${Array.from({length:t+1}).join(r)}`}},"getIndent"),ge=Ot((e,t)=>{if(e.length===0)return"";const r=t.prev+t.base;return r+e.split(", ").join(`,${r}`)+t.prev},"indentedJoin");var yn=Object.defineProperty,xt=v((e,t)=>yn(e,"name",{value:t,configurable:!0}),"i$5");const wn=/^[a-z_]\w*$/i,Sn=/^"|"$/g,On=xt((e,t)=>{if(wn.test(e))return e;const r=JSON.stringify(e);return t.quoteStyle==="double"?r.replaceAll('"',String.raw`\"`):r.replaceAll("'",String.raw`\'`).replaceAll(String.raw`\"`,'"').replaceAll(Sn,"'")},"quoteComplexKey"),Q=xt(([e,t],r,n,i)=>{n.truncate-=2;let s;typeof e=="string"?s=On(e,n):typeof e=="number"?s=String(e):s=`[${i(e,r,n)}]`,n.truncate-=s.length;const a=i(t,r,n);return`${s}: ${a}`},"inspectProperty");var xn=Object.defineProperty,jt=v((e,t)=>xn(e,"name",{value:t,configurable:!0}),"p$4");const jn=jt(e=>{for(const t of e)if(Array.isArray(t)||typeof t=="object"&&t!==null)return!0;return!1},"multiLineValues"),An=jt((e,t,r,n)=>{const i=Object.keys(e).slice(e.length);if(e.length===0&&i.length===0)return"[]";t.truncate-=4;let s=N(e,e,t,r);t.truncate-=s.length;let a="";i.length>0&&(a=N(i.map(l=>[l,e[l]]),e,t,r,Q));const o=n&&jn(e);return o&&(s=ge(s,n)),`[${o?"":" "}${s}${a?`, ${a}`:""}${o?"":" "}]`},"inspectArray");var En=Object.defineProperty,Nn=v((e,t)=>En(e,"name",{value:t,configurable:!0}),"o$7");const Ue=/\d(?=(?:\d{3})+(?!\d))/g,In=/\d{3}/g,Pn=/_$/,At=Nn((e,t)=>{if(e===Number.POSITIVE_INFINITY||e===Number.NEGATIVE_INFINITY||t.includes("e"))return t;if(typeof e=="number"){const r=e<0?-Math.floor(-e):Math.floor(e);if(r!==e){const n=String(r),i=t.slice(n.length+1);return`${n.replace(Ue,"$&_")}.${i.replace(In,"$&_").replace(Pn,"")}`}}return t.replace(Ue,"$&_")},"addNumericSeparator");var kn=Object.defineProperty,Et=v((e,t)=>kn(e,"name",{value:t,configurable:!0}),"i$4");const Tn=Et(e=>e>="\uD800"&&e<="\uDBFF","isHighSurrogate"),M=Et((e,t,r="…")=>{e=String(e);const n=r.length,i=e.length;if(n>t&&i>n)return r;if(i>t&&i>n){let s=t-n;return s>0&&Tn(e[s-1])&&(s-=1),`${e.slice(0,s)}${r}`}return e},"truncate");var Wn=Object.defineProperty,Bn=v((e,t)=>Wn(e,"name",{value:t,configurable:!0}),"e$4");const Je=Bn((e,t)=>{let r=M(e.toString(),t.truncate-1);return r!=="…"&&(r+="n"),t.stylize(t.numericSeparator?At(e,r):r,"bigint")},"inspectBigInt");var Fn=Object.defineProperty,Mn=v((e,t)=>Fn(e,"name",{value:t,configurable:!0}),"y");const _n=(typeof Reflect=="function"?Reflect.getPrototypeOf:Object.getPrototypeOf)||([].__proto__===Array.prototype?function(e){return e.__proto__}:void 0),se=Mn((e,t,r,n)=>{if("window"in globalThis&&e===globalThis)return"{ [object Window] }";if(e===globalThis||"global"in globalThis&&e===globalThis)return"{ [object globalThis] }";const i=Object.getOwnPropertyNames(e),s=Object.getOwnPropertySymbols(e),a=_n(e)===Object.prototype||e.constructor===Object,o=e instanceof Object?"":"null prototype";let l;!a&&Symbol.toStringTag in e?l=e[Symbol.toStringTag]:l=o?"Object":"";const u=l||o?`[${[l,o].filter(Boolean).join(": ")}] `:"";if(i.length===0&&s.length===0)return`${u}{}`;t.truncate-=4;const c=N(i.map(d=>[d,e[d]]),e,t,r,Q),f=N(s.map(d=>[d,e[d]]),e,t,r,Q);let p="";return c&&f&&(p=", "),n?`${u}{${ge(c+p+f,n)}}`:`${u}{ ${c}${p}${f} }`},"inspectObject");var Cn=Object.defineProperty,Rn=v((e,t)=>Cn(e,"name",{value:t,configurable:!0}),"s$3");const Ln=Rn((e,t,r,n)=>{let i="";return i=i||e.constructor.name,(!i||i==="_class")&&(i="<Anonymous Class>"),t.truncate-=i.length,`${i} ${se(e,t,r,n)}`},"inspectClass");var zn=Object.defineProperty,Vn=v((e,t)=>zn(e,"name",{value:t,configurable:!0}),"i$3");const Hn=Vn((e,t)=>{const r=e.toJSON();if(r===null)return"Invalid Date";const n=r.split("T"),i=n[0];return t.stylize(`${i}T${M(n[1],t.truncate-i.length-1)}`,"date")},"inspectDate");var qn=Object.defineProperty,Dn=v((e,t)=>qn(e,"name",{value:t,configurable:!0}),"c$4");const Gn=new Set(["column","columnNumber","description","fileName","line","lineNumber","message","name","number","stack"]),Yn=Dn((e,t,r)=>{const n=Object.getOwnPropertyNames(e).filter(o=>!Gn.has(o)),{name:i}=e;t.truncate-=i.length;let s="";typeof e.message=="string"?s=M(e.message,t.truncate):n.unshift("message"),s=s?`: ${s}`:"",t.truncate-=s.length+5;const a=N(n.map(o=>[o,e[o]]),e,t,r,Q);return`${i}${s}${a?` { ${a} }`:""}`},"inspectObject");var Un=Object.defineProperty,Jn=v((e,t)=>Un(e,"name",{value:t,configurable:!0}),"c$3");const Ke=Jn((e,t)=>{const r=e[Symbol.toStringTag]||"Function",n=e.toString();if(n.length<t.truncate-12)return t.stylize(`[${r}: ${n}]`,"special");const{name:i}=e;return i?t.stylize(`[${r} ${M(i,t.truncate-11)}]`,"special"):t.stylize(`[${r}]`,"special")},"inspectFunction");var Kn=Object.defineProperty,Nt=v((e,t)=>Kn(e,"name",{value:t,configurable:!0}),"p$3");const Qn=Nt(([e,t],r,n,i)=>(n.truncate-=4,e=i(e,r,n),n.truncate-=e.length,`${e} => ${i(t,r,n)}`),"inspectMapEntry"),Zn=Nt((e,t,r,n)=>{if(e.size<=0)return"Map (0) {}";t.truncate-=7;let i=N([...e.entries()],e,t,r,Qn);return n&&(i=ge(i,n)),`Map (${String(e.size)}) {${n?"":" "}${i}${n?"":" "}}`},"inspectMap");var Xn=Object.defineProperty,ei=v((e,t)=>Xn(e,"name",{value:t,configurable:!0}),"e$3");function Z(e,t){return Number.isNaN(e)?t.stylize("NaN","number"):e===Number.POSITIVE_INFINITY?t.stylize("Infinity","number"):e===Number.NEGATIVE_INFINITY?t.stylize("-Infinity","number"):e===0?t.stylize(1/e===Number.POSITIVE_INFINITY?"+0":"-0","number"):t.stylize(M(t.numericSeparator?At(e,e.toString()):e.toString(),t.truncate),"number")}$(Z,"j$2");wt(Z,"P");v(Z,"u$3");ei(Z,"inspectNumber");var ti=Object.defineProperty,ri=v((e,t)=>ti(e,"name",{value:t,configurable:!0}),"e$2");const ni=ri(()=>"Promise{…}","getPromiseValue");var ii=Object.defineProperty,si=v((e,t)=>ii(e,"name",{value:t,configurable:!0}),"p$1");const ai=si((e,t)=>{const r=t.truncate-(2+e.flags.length);return t.stylize(`/${M(e.source,r)}/${e.flags}`,"regexp")},"inspectRegExp");var oi=Object.defineProperty,li=v((e,t)=>oi(e,"name",{value:t,configurable:!0}),"i$1");const ui=li((e,t,r,n)=>{if(e.size===0)return"Set (0) {}";t.truncate-=7;let i=N([...e],e,t,r);return n&&(i=ge(i,n)),`Set (${String(e.size)}) {${n?"":" "}${i}${n?"":" "}}`},"inspectSet");var ci=Object.defineProperty,fi=v((e,t)=>ci(e,"name",{value:t,configurable:!0}),"l");const di=fi((e,t)=>{const r=t.quoteStyle==="double"?'"':"'";return t.quoteStyle==="double"&&(e=e.replaceAll('"','"')),r+e+r},"wrapQuotes");var pi=Object.defineProperty,It=v((e,t)=>pi(e,"name",{value:t,configurable:!0}),"e$1");const Qe=new RegExp(String.raw`['\0-\u001f\u007f-\u009f\u00ad\u0600-\u0604\u070f\u17b4\u17b5`+String.raw`\u200c-\u200f\u2028-\u202f\u2060-\u206f\ufeff\ufff0-\uffff]`,"g"),gi={" ":String.raw`\t`,"\n":String.raw`\n`,"\f":String.raw`\f`,"\r":String.raw`\r`,"\b":String.raw`\b`,"'":String.raw`\'`,"\\":"\\\\"},hi=16,mi=It(e=>gi[e]||String.raw`\u${`0000${e.codePointAt(0).toString(hi)}`.slice(-4)}`,"escape"),Ze=It((e,t)=>(Qe.test(e)&&(e=e.replaceAll(Qe,mi)),t.stylize(di(M(e,t.truncate-2),t),"string")),"inspectString");var $i=Object.defineProperty,bi=v((e,t)=>$i(e,"name",{value:t,configurable:!0}),"o");const Xe=bi(e=>"description"in Symbol.prototype?e.description?`Symbol(${e.description})`:"Symbol()":e.toString(),"inspectSymbol");var vi=Object.defineProperty,Pt=v((e,t)=>vi(e,"name",{value:t,configurable:!0}),"f");const yi=Pt(e=>typeof Buffer=="function"&&e instanceof Buffer?"Buffer":e[Symbol.toStringTag],"getArrayName"),T=Pt((e,t,r)=>{const n=yi(e);t.truncate-=n.length+4;const i=Object.keys(e).slice(e.length);if(e.length===0&&i.length===0)return`${n}[]`;let s="";for(let o=0;o<e.length;o++){const l=`${t.stylize(M(e[o],t.truncate),"number")}${o===e.length-1?"":", "}`;if(t.truncate-=l.length,e[o]!==e.length&&t.truncate<=3){s+=`…(${String(e.length-e[o]+1)})`;break}s+=l}let a="";return i.length>0&&(a=N(i.map(o=>[o,e[o]]),e,t,r,Q)),`${n}[ ${s}${a?`, ${a}`:""} ]`},"inspectTypedArray");var wi=Object.defineProperty,S=v((e,t)=>wi(e,"name",{value:t,configurable:!0}),"r");const ue=new WeakMap,ke={},Si={Arguments:$n,Array:An,ArrayBuffer:S(()=>"","ArrayBuffer"),BigInt:Je,bigint:Je,Boolean:S((e,t)=>t.stylize(String(e),"boolean"),"Boolean"),boolean:S((e,t)=>t.stylize(String(e),"boolean"),"boolean"),DataView:S(()=>"","DataView"),Date:Hn,Error:Yn,Float32Array:T,Float64Array:T,Function:Ke,function:Ke,Generator:S(()=>"","Generator"),HTMLCollection:Pe,Int8Array:T,Int16Array:T,Int32Array:T,Map:Zn,NodeList:Pe,null:S((e,t)=>t.stylize("null","null"),"null"),Number:Z,number:Z,Promise:ni,RegExp:ai,Set:ui,String:Ze,string:Ze,Symbol:Xe,symbol:Xe,Uint8Array:T,Uint8ClampedArray:T,Uint16Array:T,Uint32Array:T,undefined:S((e,t)=>t.stylize("undefined","undefined"),"undefined"),WeakMap:S((e,t)=>t.stylize("WeakMap{…}","special"),"WeakMap"),WeakSet:S((e,t)=>t.stylize("WeakSet{…}","special"),"WeakSet")},et=Symbol.for("nodejs.util.inspect.custom"),Oi=S((e,t,r,n)=>{if(!("window"in globalThis)&&typeof e[et]=="function")return e[et](n,t);if("inspect"in e&&typeof e.inspect=="function")return e.inspect(n,t);if("constructor"in e&&ue.has(e.constructor))return ue.get(e.constructor)?.(e,t)??"unknown";const i=ke[r];return i?i(e,t):""},"inspectCustom"),kt=S((e,t,r,n)=>{if(n.includes(e))return"[Circular]";if(r>=t.depth&&t.depth>0&&typeof e=="object")return Array.isArray(e)?"[Array]":"[Object]";const i=S((u,c,f)=>(c&&(n=[...n,c]),kt(u,f,r+1,n)),"inspect"),s=t.indent?vn(t.indent,r):void 0;let a=e===null?"null":typeof e;a==="object"&&(a=Object.prototype.toString.call(e).slice(8,-1));const o=Si[a];if(o!==void 0)return o(e,t,i,s);if(t.customInspect&&e){const u=Oi(e,t,a,t.depth-r);if(u)return typeof u=="string"?u:i(u,e,t)}const l=e?Object.getPrototypeOf(e):!1;return l===Object.prototype||l===null?se(e,t,i,s):e&&typeof HTMLElement=="function"&&e instanceof HTMLElement?St(e,e,t,i):"constructor"in e?e.constructor!==Object?Ln(e,t,i,s):se(e,t,i,s):e===Object(e)?se(e,t,i,s):t.stylize(String(e),a)},"internalInspect"),tt=S((e,t={})=>{const r={breakLength:Number.POSITIVE_INFINITY,customInspect:!0,depth:5,indent:void 0,maxArrayLength:Number.POSITIVE_INFINITY,numericSeparator:!0,quoteStyle:"single",showHidden:!1,showProxy:!1,stylize:S(n=>n,"stylize"),truncate:Number.POSITIVE_INFINITY,...t};if(r.indent!==void 0&&r.indent!==" "&&!(Number.parseInt(r.indent,10)===r.indent&&r.indent>0))throw new TypeError('option "indent" must be "\\t", an integer > 0, or `undefined`');return kt(e,r,0,[])},"inspect");S((e,t)=>ue.has(e)?!1:(ue.set(e,t),!0),"registerConstructor");S((e,t)=>e in ke?!1:(ke[e]=t,!0),"registerStringTag");var xi=Object.defineProperty,_e=$((e,t)=>xi(e,"name",{value:t,configurable:!0}),"s$4"),ji=Object.defineProperty,he=_e((e,t)=>ji(e,"name",{value:t,configurable:!0}),"l");const Ce=[161,161,164,164,167,168,170,170,173,174,176,180,182,186,188,191,198,198,208,208,215,216,222,225,230,230,232,234,236,237,240,240,242,243,247,250,252,252,254,254,257,257,273,273,275,275,283,283,294,295,299,299,305,307,312,312,319,322,324,324,328,331,333,333,338,339,358,359,363,363,462,462,464,464,466,466,468,468,470,470,472,472,474,474,476,476,593,593,609,609,708,708,711,711,713,715,717,717,720,720,728,731,733,733,735,735,768,879,913,929,931,937,945,961,963,969,1025,1025,1040,1103,1105,1105,8208,8208,8211,8214,8216,8217,8220,8221,8224,8226,8228,8231,8240,8240,8242,8243,8245,8245,8251,8251,8254,8254,8308,8308,8319,8319,8321,8324,8364,8364,8451,8451,8453,8453,8457,8457,8467,8467,8470,8470,8481,8482,8486,8486,8491,8491,8531,8532,8539,8542,8544,8555,8560,8569,8585,8585,8592,8601,8632,8633,8658,8658,8660,8660,8679,8679,8704,8704,8706,8707,8711,8712,8715,8715,8719,8719,8721,8721,8725,8725,8730,8730,8733,8736,8739,8739,8741,8741,8743,8748,8750,8750,8756,8759,8764,8765,8776,8776,8780,8780,8786,8786,8800,8801,8804,8807,8810,8811,8814,8815,8834,8835,8838,8839,8853,8853,8857,8857,8869,8869,8895,8895,8978,8978,9312,9449,9451,9547,9552,9587,9600,9615,9618,9621,9632,9633,9635,9641,9650,9651,9654,9655,9660,9661,9664,9665,9670,9672,9675,9675,9678,9681,9698,9701,9711,9711,9733,9734,9737,9737,9742,9743,9756,9756,9758,9758,9792,9792,9794,9794,9824,9825,9827,9829,9831,9834,9836,9837,9839,9839,9886,9887,9919,9919,9926,9933,9935,9939,9941,9953,9955,9955,9960,9961,9963,9969,9972,9972,9974,9977,9979,9980,9982,9983,10045,10045,10102,10111,11094,11097,12872,12879,57344,63743,65024,65039,65533,65533,127232,127242,127248,127277,127280,127337,127344,127373,127375,127376,127387,127404,917760,917999,983040,1048573,1048576,1114109],Re=[12288,12288,65281,65376,65504,65510],Le=[8361,8361,65377,65470,65474,65479,65482,65487,65490,65495,65498,65500,65512,65518],ze=[32,126,162,163,165,166,172,172,175,175,10214,10221,10629,10630],me=[4352,4447,8986,8987,9001,9002,9193,9196,9200,9200,9203,9203,9725,9726,9748,9749,9776,9783,9800,9811,9855,9855,9866,9871,9875,9875,9889,9889,9898,9899,9917,9918,9924,9925,9934,9934,9940,9940,9962,9962,9970,9971,9973,9973,9978,9978,9981,9981,9989,9989,9994,9995,10024,10024,10060,10060,10062,10062,10067,10069,10071,10071,10133,10135,10160,10160,10175,10175,11035,11036,11088,11088,11093,11093,11904,11929,11931,12019,12032,12245,12272,12287,12289,12350,12353,12438,12441,12543,12549,12591,12593,12686,12688,12773,12783,12830,12832,12871,12880,42124,42128,42182,43360,43388,44032,55203,63744,64255,65040,65049,65072,65106,65108,65126,65128,65131,94176,94180,94192,94198,94208,101589,101631,101662,101760,101874,110576,110579,110581,110587,110589,110590,110592,110882,110898,110898,110928,110930,110933,110933,110948,110951,110960,111355,119552,119638,119648,119670,126980,126980,127183,127183,127374,127374,127377,127386,127488,127490,127504,127547,127552,127560,127568,127569,127584,127589,127744,127776,127789,127797,127799,127868,127870,127891,127904,127946,127951,127955,127968,127984,127988,127988,127992,128062,128064,128064,128066,128252,128255,128317,128331,128334,128336,128359,128378,128378,128405,128406,128420,128420,128507,128591,128640,128709,128716,128716,128720,128722,128725,128728,128732,128735,128747,128748,128756,128764,128992,129003,129008,129008,129292,129338,129340,129349,129351,129535,129648,129660,129664,129674,129678,129734,129736,129736,129741,129756,129759,129770,129775,129784,131072,196605,196608,262141];var Ai=Object.defineProperty,Ei=he((e,t)=>Ai(e,"name",{value:t,configurable:!0}),"r$1");const X=Ei((e,t)=>{let r=0,n=Math.floor(e.length/2)-1;for(;r<=n;){const i=Math.floor((r+n)/2),s=i*2;if(t<e[s])n=i-1;else if(t>e[s+1])r=i+1;else return!0}return!1},"isInRange");var Ni=Object.defineProperty,V=he((e,t)=>Ni(e,"name",{value:t,configurable:!0}),"r");const Ii=Ce[0],Pi=Ce.at(-1),ki=Re[0],Ti=Re.at(-1),Wi=Le[0],Bi=Le.at(-1),Fi=ze[0],Mi=ze.at(-1),_i=me[0],Ci=me.at(-1),rt=19968,[Ri,Li]=$e(me);function $e(e){let t=e[0],r=e[1];for(let n=0;n<e.length;n+=2){const i=e[n],s=e[n+1];if(rt>=i&&rt<=s)return[i,s];s-i>r-t&&(t=i,r=s)}return[t,r]}$($e,"b$2");_e($e,"b");he($e,"N");V($e,"findWideFastPathRange");const Tt=V(e=>e<Ii||e>Pi?!1:X(Ce,e),"isAmbiguous"),Wt=V(e=>e<ki||e>Ti?!1:X(Re,e),"isFullWidth"),zi=V(e=>e<Wi||e>Bi?!1:X(Le,e),"isHalfWidth"),Vi=V(e=>e<Fi||e>Mi?!1:X(ze,e),"isNarrow"),Bt=V(e=>e>=Ri&&e<=Li?!0:e<_i||e>Ci?!1:X(me,e),"isWide");function be(e){return Tt(e)?"ambiguous":Wt(e)?"fullwidth":zi(e)?"halfwidth":Vi(e)?"narrow":Bt(e)?"wide":"neutral"}$(be,"v$2");_e(be,"q");he(be,"getCategory");V(be,"getCategory");var Hi=Object.defineProperty,ve=$((e,t)=>Hi(e,"name",{value:t,configurable:!0}),"i$4"),qi=Object.defineProperty,ye=ve((e,t)=>qi(e,"name",{value:t,configurable:!0}),"a"),Di=Object.defineProperty,Ve=ye((e,t)=>Di(e,"name",{value:t,configurable:!0}),"e");function ee(e){if(!Number.isSafeInteger(e))throw new TypeError(`Expected a code point, got \`${typeof e}\`.`)}$(ee,"s$3");ve(ee,"s");ye(ee,"r");Ve(ee,"validate");function te(e){return ee(e),be(e)}$(te,"r$5");ve(te,"p");ye(te,"eastAsianWidthType");Ve(te,"eastAsianWidthType");function He(e,{ambiguousAsWide:t=!1}={}){return ee(e),Wt(e)||Bt(e)||t&&Tt(e)?2:1}$(He,"o$6");ve(He,"W");ye(He,"eastAsianWidth");Ve(He,"eastAsianWidth");var Gi=Object.defineProperty,Yi=$((e,t)=>Gi(e,"name",{value:t,configurable:!0}),"p$3"),Ui=Object.defineProperty,Ft=Yi((e,t)=>Ui(e,"name",{value:t,configurable:!0}),"e"),Ji=Object.defineProperty,Ki=Ft((e,t)=>Ji(e,"name",{value:t,configurable:!0}),"E");const Mt=String.raw,nt=Mt`\p{Emoji}(?:\p{EMod}|[\u{E0020}-\u{E007E}]+\u{E007F}|\uFE0F?\u20E3?)`,Qi=Ki(()=>new RegExp(Mt`\p{RI}{2}|(?![#*\d](?!\uFE0F?\u20E3))${nt}(?:\u200D${nt})*`,"gu"),"default");var Zi=Object.defineProperty,Xi=Ft((e,t)=>Zi(e,"name",{value:t,configurable:!0}),"p");const Y=new Set(["\x1B","›"]),we="\x07",_t="[",qe="m",ce="]8;;",es=39,ts=/[\u200B\uFEFF\u2060-\u2064]/g,rs=new RegExp(`(?:\\${_t}(?<code>\\d+)m|\\${ce}(?<uri>.*)${we})`),ns=Object.freeze(new Map([[0,0],[1,22],[2,22],[3,23],[4,24],[7,27],[8,28],[9,29],[30,39],[31,39],[32,39],[33,39],[34,39],[35,39],[36,39],[37,39],[40,49],[41,49],[42,49],[43,49],[44,49],[45,49],[46,49],[47,49],[90,39]])),U=/[\u001B\u009B](?:[[()#;?]{0,10}(?:\d{1,4}(?:;\d{0,4})*)?[0-9A-ORZcf-nqry=><]|\]8;;[^\u0007\u001B]{0,100}(?:\u0007|\u001B\\))/g,ne=/[\u0000-\u0008\n-\u001F\u007F-\u009F]{1,1000}/y,ae=Qi();Xi(e=>e.replace(ae,""),"stripEmoji");var is=Object.defineProperty,ss=$((e,t)=>is(e,"name",{value:t,configurable:!0}),"E"),as=Object.defineProperty,os=ss((e,t)=>as(e,"name",{value:t,configurable:!0}),"A"),ls=Object.defineProperty,Se=os((e,t)=>ls(e,"name",{value:t,configurable:!0}),"d");const it=new Map,ie=/(?:[\u0020-\u007E\u00A0-\u00FF](?!\uFE0F)){1,1000}/y,oe=Se(e=>e>=32&&e<=126?"latin":e===8203||e===8204||e===8205||e===8288?"zero":e<=31||e>=127&&e<=159?"control":e>=160&&e<=255||e>=9472&&e<=9599?"latin":e>=4352&&e<=4607||e>=11904&&e<=40959||e>=44032&&e<=55215||e>=63744&&e<=64255||e>=65280&&e<=65519&&!(e>=65377&&e<=65439)||e>=12352&&e<=12543?"wide":e===8230?"latin":"other","getCharType"),us=Se((e,t)=>{const r=Math.floor(e/65536),n=e%65536;let i=it.get(r);if(i||(i=new Map,it.set(r,i)),i.has(n))return i.get(n);let s;if(oe(e)==="latin")s=t.width.regular;else if(oe(e)==="control")s=t.width.control;else if(oe(e)==="wide")s=t.width.wide;else switch(te(e)){case"ambiguous":{s=t.width.ambiguousIsNarrow?t.width.regular:t.width.wide;break}case"fullwidth":{s=t.width.fullWidth;break}case"wide":{s=t.width.wide;break}default:s=t.width.regular}return i.set(n,s),s},"getCachedCharWidth"),cs=Se(e=>e>=768&&e<=879||e>=6832&&e<=6911||e>=7616&&e<=7679||e>=8400&&e<=8447||e>=65056&&e<=65071||e>=917760&&e<=917999||e>=65024&&e<=65039||e>=3633&&e<=3642||e>=3655&&e<=3662||e>=3761&&e<=3769||e>=3771&&e<=3772||e>=3784&&e<=3789||e>=2304&&e<=2307||e>=2362&&e<=2383||e>=2385&&e<=2391||e>=2402&&e<=2403||e>=2433&&e<=2435||e>=2492&&e<=2500||e>=2509&&e<=2509||e>=2561&&e<=2563||e>=2620&&e<=2637||e>=1611&&e<=1631||e>=1648&&e<=1648||e>=1750&&e<=1773||e>=2276&&e<=2302||e>=1425&&e<=1469||e>=1471&&e<=1471||e>=1473&&e<=1474||e>=1476&&e<=1477||e>=1479&&e<=1479||e>=3893&&e<=3893||e>=3895&&e<=3895||e>=3897&&e<=3897||e>=3953&&e<=3966||e>=3968&&e<=3972||e>=3974&&e<=3975?!0:e>=768&&e<=777||e>=803&&e<=803,"isCombiningCharacter"),Te=Se((e,t={})=>{if(!e||e.length===0)return{ellipsed:!1,index:0,truncated:!1,width:0};const r={truncation:{countAnsiEscapeCodes:t.countAnsiEscapeCodes??!1,ellipsis:t.ellipsis??"",ellipsisWidth:t.ellipsisWidth??(t.ellipsis?Te(t.ellipsis,{...t,ellipsis:"",ellipsisWidth:0,limit:Number.POSITIVE_INFINITY}).width:0),limit:t.limit??Number.POSITIVE_INFINITY},width:{ambiguousIsNarrow:t.ambiguousIsNarrow??!1,ansi:t.ansiWidth??0,control:t.controlWidth??0,emoji:t.emojiWidth??2,fullWidth:t.fullWidth??2,halfWidth:t.halfWidth??1,regular:t.regularWidth??1,tab:t.tabWidth??8,wide:t.wideWidth??2}},n=Math.max(0,r.truncation.limit-r.truncation.ellipsisWidth),{length:i}=e,s=i>1e4;let a=0,o=0,l=i,u=!1;const c=e.includes("\x1B")||e.includes("›");for(;a<i;){if(c&&(e[a]==="\x1B"||e[a]==="›")){if(e.startsWith("\x1B]8;;",a)){const m="\x1B]8;;\x07",y=m.length,A=e.indexOf("\x07",a+5);if(A!==-1){const I=e.indexOf(m,A+1);if(I!==-1){const x=I+y,b=e.slice(A+1,I).replace(U,""),C=Te(b,{ambiguousIsNarrow:r.width.ambiguousIsNarrow,ansiWidth:r.width.ansi,controlWidth:r.width.control,countAnsiEscapeCodes:!1,ellipsis:r.truncation.ellipsis,ellipsisWidth:r.truncation.ellipsisWidth,emojiWidth:r.width.emoji,fullWidth:r.width.fullWidth,halfWidth:r.width.halfWidth,limit:Math.max(0,n-o),regularWidth:r.width.regular,tabWidth:r.width.tab,wideWidth:r.width.wide}),k=C.width;if(C.truncated)u=!0,l=Math.min(l,a);else if(o+k>n&&(l=Math.min(l,a),u=!0,o+k>r.truncation.limit))break;if(o+=k,a=x,u&&o>=r.truncation.limit)break;continue}}}if(U.lastIndex=a,U.test(e)){const m=U.lastIndex-a,y=r.truncation.countAnsiEscapeCodes?m:r.width.ansi;if(o+y>n&&(l=Math.min(l,a),o+y>r.truncation.limit)){u=!0;break}o+=y,a=U.lastIndex;continue}}const d=e.codePointAt(a);if(d===8203||d===65279||d>=8288&&d<=8292){a+=1;continue}if(d===9){if(o+r.width.tab>n&&(l=Math.min(l,a),o+r.width.tab>r.truncation.limit)){u=!0;break}o+=r.width.tab,a+=1;continue}if(ie.lastIndex=a,ie.test(e)){const m=(ie.lastIndex-a)*r.width.regular;if(o+m>n){const y=Math.floor((n-o)/r.width.regular);if(l=Math.min(l,a+y),o+m>r.truncation.limit){u=!0;break}}o+=m,a=ie.lastIndex;continue}if((d<=31||d>=127&&d<=159)&&(ne.lastIndex=a,ne.test(e))){const m=(ne.lastIndex-a)*r.width.control;if(o+m>n&&(l=Math.min(l,a+Math.floor((n-o)/r.width.control)),o+m>r.truncation.limit)){u=!0;break}o+=m,a=ne.lastIndex;continue}if(ae.lastIndex=a,ae.test(e)){if(o+r.width.emoji>n&&(l=Math.min(l,a),o+r.width.emoji>r.truncation.limit)){u=!0;break}o+=r.width.emoji,a=ae.lastIndex;continue}const g=e.codePointAt(a)??0;if(cs(g)){a+=g>65535?2:1;continue}let h;if(s)h=us(g,r);else switch(oe(g)){case"control":{h=r.width.control;break}case"latin":{h=r.width.regular;break}case"wide":{h=r.width.wide;break}case"zero":{h=0;break}default:switch(te(g)){case"ambiguous":{h=r.width.ambiguousIsNarrow?r.width.regular:r.width.wide;break}case"fullwidth":{h=r.width.fullWidth;break}case"wide":{h=r.width.wide;break}default:h=r.width.regular}}if(o+h>n&&(l=Math.min(l,a),o+h>r.truncation.limit)){u=!0;break}o+=h,a+=g>65535?2:1}let f=o,p=!1;return u&&r.truncation.limit>=r.truncation.ellipsisWidth&&(f=r.truncation.limit,p=!0),{ellipsed:p,index:u?l:i,truncated:u,width:f}},"getStringTruncatedWidth");var fs=Object.defineProperty,ds=$((e,t)=>fs(e,"name",{value:t,configurable:!0}),"i$2"),ps=Object.defineProperty,gs=ds((e,t)=>ps(e,"name",{value:t,configurable:!0}),"e"),hs=Object.defineProperty,ms=gs((e,t)=>hs(e,"name",{value:t,configurable:!0}),"r");const j=ms((e,t={})=>Te(e,{...t,ellipsis:"",ellipsisWidth:0,limit:Number.POSITIVE_INFINITY}).width,"getStringWidth");var $s=Object.defineProperty,Ct=$((e,t)=>$s(e,"name",{value:t,configurable:!0}),"b"),bs=Object.defineProperty,H=Ct((e,t)=>bs(e,"name",{value:t,configurable:!0}),"d"),vs=Object.defineProperty,ys=H((e,t)=>vs(e,"name",{value:t,configurable:!0}),"a");const ws=/\x1B\[(\d+)m/;class Rt{static{$(this,"T")}static{Ct(this,"T")}static{H(this,"d")}static{ys(this,"AnsiStateTracker")}activeForeground=void 0;activeBackground=void 0;activeFormatting=[];processEscape(t){const r=ws.exec(t);if(!r)return;const n=Number.parseInt(r[1],10);switch(n){case 0:{this.activeForeground=void 0,this.activeBackground=void 0,this.activeFormatting=[];break}case 39:{this.activeForeground=void 0;break}case 49:{this.activeBackground=void 0;break}default:if(n>=30&&n<=37||n>=90&&n<=97)this.activeForeground=t;else if(n>=40&&n<=47||n>=100&&n<=107)this.activeBackground=t;else if([1,2,3,4,7,8,9].includes(n))this.activeFormatting.push(t);else if([22,23,24,27,28,29].includes(n)){const i={22:"[1m",23:"[3m",24:"[4m",27:"[7m",28:"[8m",29:"[9m"}[n];i&&(this.activeFormatting=this.activeFormatting.filter(s=>!s.includes(i)))}}}getStartEscapesForAllActiveAttributes(){return[this.activeBackground,this.activeForeground,...this.activeFormatting].filter(Boolean).join("")}getEndEscapesForAllActiveAttributes(){const t=[];if(this.activeFormatting.length>0){const r={"\x1B[1m":"\x1B[22m","\x1B[2m":"\x1B[22m","\x1B[3m":"\x1B[23m","\x1B[4m":"\x1B[24m","\x1B[7m":"\x1B[27m","\x1B[8m":"\x1B[28m","\x1B[9m":"\x1B[29m"};[...this.activeFormatting].toReversed().forEach(n=>{const i=r[n];i&&t.push(i)})}return this.activeForeground&&t.push("\x1B[39m"),this.activeBackground&&t.push("\x1B[49m"),t.join("")}}var Ss=Object.defineProperty,Lt=H((e,t)=>Ss(e,"name",{value:t,configurable:!0}),"o");const zt=Lt((e,t)=>{if(!Y.has(e[t]))return{isInsideEscape:!1,isInsideLinkEscape:!1};const r=!0,n=e.slice(t+1,t+1+ce.length).join("")===ce;return{isInsideEscape:r,isInsideLinkEscape:n}},"checkEscapeSequence"),Os=Lt((e,t={})=>{const r=new Rt;let n="",i=!1,s="",a="",o=!1;const l=[...e];for(let u=0;u<l.length;u++){const c=l[u];if(c&&Y.has(c)){if(n){const h=t.getWidth?.(n)??0,m={isEscapeSequence:!1,isGrapheme:!0,text:n,width:h};if(o&&(m.isHyperlink=!0,m.hyperlinkUrl=a),t.onSegment?.(m,r)===!1)return;n=""}i=!0,s=c;const d=zt(l,u),{isInsideLinkEscape:g}=d;if(g){let h=u+1;for(a="";h<l.length;){const y=l[h];if(y===we)break;a+=y,h+=1}a=a.slice(4);const m={hyperlinkUrl:a,isEscapeSequence:!0,isGrapheme:!1,isHyperlink:!0,isHyperlinkStart:!0,width:0};if(t.onSegment?.(m,r)===!1)return;u=h,o=!0,i=!1,s="";continue}if(u+1<l.length&&l[u+1]==="\\"&&o){const h={isEscapeSequence:!0,isGrapheme:!1,isHyperlink:!0,isHyperlinkEnd:!0,width:0};if(t.onSegment?.(h,r)===!1)return;o=!1,a="",u+=1,i=!1,s="";continue}}if(i){if(s!==c&&(s+=c),c===qe){i=!1,r.processEscape(s);const d={isEscapeSequence:!0,isGrapheme:!1,text:s,width:0};if(t.onSegment?.(d,r)===!1)return;s=""}continue}n+=c;const f=t.getWidth?.(n)??0,p={isEscapeSequence:!1,isGrapheme:!0,text:n,width:f};if(o&&(p.isHyperlink=!0,p.hyperlinkUrl=a),t.onSegment?.(p,r)===!1)return;n=""}if(n){const u=t.getWidth?.(n)??0,c={isEscapeSequence:!1,isGrapheme:!0,text:n,width:u};o&&(c.isHyperlink=!0,c.hyperlinkUrl=a),t.onSegment?.(c,r)}if(s){const u={isEscapeSequence:!0,isGrapheme:!1,text:s,width:0};t.onSegment?.(u,r)}},"processAnsiString");var xs=Object.defineProperty,js=H((e,t)=>xs(e,"name",{value:t,configurable:!0}),"t$1");const st=js(e=>`${Y.values().next().value}${_t}${String(e)}${qe}`,"wrapAnsiCode");var As=Object.defineProperty,Es=H((e,t)=>As(e,"name",{value:t,configurable:!0}),"s");const at=Es(e=>`${Y.values().next().value}${ce}${e}${we}`,"wrapAnsiHyperlink");var Ns=Object.defineProperty,Is=H((e,t)=>Ns(e,"name",{value:t,configurable:!0}),"l");const Ps=Is(e=>{if(e.length===0)return"";if(e.length===1)return e[0];let t="",r,n;const i=e.join(`
27
+ `),s=[...i];let a=0;for(const[o,l]of s.entries()){if(t+=l,Y.has(l)){const c=rs.exec(i.slice(a))?.groups??{};if(c.code!==void 0){const f=Number.parseFloat(c.code);r=f===es?void 0:f}else c.uri!==void 0&&(n=c.uri.length===0?void 0:c.uri)}const u=ns.get(Number(r));s[o+1]===`
28
+ `?(n&&(t+=at("")),r&&u&&(t+=st(u))):l===`
29
+ `&&(r&&u&&(t+=st(r)),n&&(t+=at(n))),a+=l.length}return t},"preserveAnsi");var ks=Object.defineProperty,F=H((e,t)=>ks(e,"name",{value:t,configurable:!0}),"f");const Vt=/(?=\s)|(?<=\s)/,Ht=/^\s+$/,je=F(e=>{if(!e.includes("\x1B"))return e;let t=e;return e.includes("\x1B[30m")&&(t+="\x1B[39m"),e.includes("\x1B[42m")&&(t+="\x1B[49m"),t},"resetAnsiAtLineBreak"),R=F(e=>{const t=e.split(" ");let r=t.length;for(;r>0&&j(t[r-1])===0;)r--;return r===t.length?e:t.slice(0,r).join(" ")+t.slice(r).join("")},"stringVisibleTrimSpacesRight"),qt=F((e,t,r)=>{if(e.length===0)return[""];if(t<=0)return[e];const n=[],i=new Rt;let s="",a=0,o=!1,l=!1,u="",c=0;for(;c<e.length;){const f=e[c];if(Y.has(f)){o=!0,u=f,s+=f,l=zt([...e],c).isInsideLinkEscape,c+=1;continue}if(o){u+=f,s+=f,l?f===we&&(o=l=!1):f===qe&&(o=!1,i.processEscape(u)),c+=1;continue}const p=j(f),d=f===" ";if(p===0){s+=f,c+=1;continue}if(a+p>t&&(s&&n.push(s+i.getEndEscapesForAllActiveAttributes()),s=i.getStartEscapesForAllActiveAttributes(),a=j(s),d&&r)){for(;c<e.length&&e[c]===" ";)c+=1;continue}if(s+=f,a+=p,a===t&&c<e.length-1&&(n.push(s+i.getEndEscapesForAllActiveAttributes()),s=i.getStartEscapesForAllActiveAttributes(),a=j(s),c+1<e.length&&e[c+1]===" "&&r)){for(c+=1;c<e.length&&e[c]===" ";)c+=1;continue}c+=1}return s&&n.push(s+i.getEndEscapesForAllActiveAttributes()),r?n.map(f=>R(f)):n},"wrapWithBreakAtWidth"),Ts=F((e,t,r)=>{if(e.length===0)return[];const n=r?e.trim():e;if(n.length===0)return[];const i=[];let s="",a=0;return Os(n,{getWidth:j,onSegment:F((o,l)=>{const u=o.text??"";if(o.isEscapeSequence)s+=u;else{const c=u===" ";if(o.width===0)return s+=u,!0;if(a+o.width>t&&(s&&i.push(s),s=l.getStartEscapesForAllActiveAttributes(),a=0,c))return r||i.push(l.getStartEscapesForAllActiveAttributes()+u),!0;s+=u,a+=o.width}return!0},"onSegment")}),s&&i.push(s),r?i.map(o=>R(o)):i},"wrapCharByChar"),Ws=F((e,t,r)=>{if(e.length===0)return[];const n=r?e.trim():e;if(n.length===0)return[];const i=n.split(Vt),s=[];let a="",o=0,l=0;for(;l<i.length;){const u=i[l],c=Ht.test(u),f=j(u);if(u.length===0){l+=1;continue}if(r&&c&&o===0){l+=1;continue}if(o+f>t&&o>0){r?s.push(R(a)):s.push(a),a="",o=0;continue}a+=u,o+=f,l+=1}return a&&(r?s.push(R(a)):s.push(a)),s},"wrapWithWordBoundaries"),Bs=F((e,t,r)=>{if(e.length===0)return[];const n=r?e.trim():e;if(n.length===0)return[];const i=n.split(Vt),s=[];let a="",o=0,l=0;for(;l<i.length;){const u=i[l],c=Ht.test(u),f=j(u);if(u.length===0){l+=1;continue}if(r&&c&&o===0){l+=1;continue}if(f>t){a&&s.push(je(r?R(a):a));const p=qt(u,t,r);if(p.length>0){for(let d=0;d<p.length-1;d+=1)s.push(p[d]);a=p.at(-1),o=j(a)}else a="",o=0;l+=1;continue}if(o+f>t&&o>0&&(s.push(je(r?R(a):a)),a="",o=0,r&&c)){l+=1;continue}a+=u,o+=f,l+=1}return a&&s.push(je(r?R(a):a)),s},"wrapAndBreakWords"),K={BREAK_AT_CHARACTERS:"BREAK_AT_CHARACTERS",BREAK_WORDS:"BREAK_WORDS",PRESERVE_WORDS:"PRESERVE_WORDS",STRICT_WIDTH:"STRICT_WIDTH"},Fs=F((e,t={})=>{const{removeZeroWidthCharacters:r=!0,trim:n=!0,width:i=80,wrapMode:s=K.PRESERVE_WORDS}=t;if(n&&e.trim()==="")return"";let a=e.normalize("NFC").replaceAll(`\r
30
+ `,`
31
+ `);return r&&(a=a.replaceAll(ts,"")),a.split(`
32
+ `).map(o=>{if(n&&o.trim()==="")return"";let l;switch(s){case K.BREAK_AT_CHARACTERS:{l=Ts(o,i,n);break}case K.BREAK_WORDS:{l=Bs(o,i,n);break}case K.STRICT_WIDTH:{l=qt(o,i,n);break}default:l=Ws(o,i,n)}return Ps(l)}).join(`
33
+ `)},"wordWrap");var Ms=Object.defineProperty,_=$((e,t)=>Ms(e,"name",{value:t,configurable:!0}),"n$2");const Dt=80,Gt=24,We=_((e,t,{shell:r,env:n}={})=>nr(e,t,{encoding:"utf8",stdio:["ignore","pipe","ignore"],timeout:500,shell:r,env:n}).trim(),"exec"),le=_((e,t)=>({columns:Number.parseInt(e,10),rows:Number.parseInt(t,10)}),"create"),Yt=_((e,t)=>{const{columns:r,rows:n}=le(e,t);if(!(Number.isNaN(r)||Number.isNaN(n))&&!(r===Dt&&n===Gt))return{columns:r,rows:n}},"createIfNotDefault"),_s=_(()=>{if(B.platform!=="linux")return!0;try{const e=J.readFileSync("/proc/self/stat","utf8"),t=e.lastIndexOf(") ");if(t===-1)return!1;const r=e.slice(t+2).trim().split(/\s+/),n=Number.parseInt(r[2],10),i=Number.parseInt(r[5],10);return Number.isNaN(n)||Number.isNaN(i)||i<=0?!1:n===i}catch{return!1}},"isForegroundProcess");function Ut(){const{env:e,stdout:t,stderr:r}=B;if(t?.columns&&t?.rows)return le(t.columns,t.rows);if(r?.columns&&r?.rows)return le(r.columns,r.rows);if(e.COLUMNS&&e.LINES)return le(e.COLUMNS,e.LINES);const n={columns:Dt,rows:Gt};return B.platform==="win32"?Ae()??n:B.platform==="darwin"?ot()??Ae()??n:ot()??Ae()??Cs()??n}$(Ut,"O$1");_(Ut,"terminalSize");const ot=_(()=>{try{const e=B.platform==="darwin"?J.constants.O_EVTONLY|J.constants.O_NONBLOCK:J.constants.O_NONBLOCK,{columns:t,rows:r}=ir.WriteStream(J.openSync("/dev/tty",e));return{columns:t,rows:r}}catch{}},"devTty"),Ae=_(()=>{try{const e=We("tput",["cols"],{env:{TERM:"dumb",...B.env}}),t=We("tput",["lines"],{env:{TERM:"dumb",...B.env}});if(e&&t)return Yt(e,t)}catch{}},"tput"),Cs=_(()=>{try{if(!_s())return;const e=We("resize",["-u"]).match(/\d+/g);if(e.length===2)return Yt(e[0],e[1])}catch{}},"resize");var Rs=Object.defineProperty,Ls=$((e,t)=>Rs(e,"name",{value:t,configurable:!0}),"r$2");const zs=Ls(e=>{const t=Object.keys(e).map(r=>e[r].badge??"");return t.length===0?"":t.reduce((r,n)=>r.length>n.length?r:n,"")},"getLongestBadge");var Vs=Object.defineProperty,Hs=$((e,t)=>Vs(e,"name",{value:t,configurable:!0}),"g$1");const qs=Hs(e=>{const t=Object.keys(e).map(r=>e[r].label??"");return t.length===0?"":t.reduce((r,n)=>r.length>n.length?r:n,"")},"getLongestLabel");var Ds=Object.defineProperty,Gs=$((e,t)=>Ds(e,"name",{value:t,configurable:!0}),"r$1");const{bold:Ys,cyan:Us,green:lt,grey:Js,magenta:Ks,red:Qs,yellow:Ee}=de,Zs={indent:2,quoteStyle:"single",stylize:Gs((e,t)=>{const r={bigint:Ee,boolean:Ee,date:Ks,null:Ys,number:Ee,regexp:Qs,special:Us,string:lt,symbol:lt,undefined:Js};return Object.hasOwn(r,t)?r[t](e):e},"stylize")};var Xs=Object.defineProperty,ea=$((e,t)=>Xs(e,"name",{value:t,configurable:!0}),"o$1");const{bold:ta,underline:ra}=de,na=ea((e,t)=>{let r=t.uppercase.label?e.toUpperCase():e;return r=t.underline.label?ra(r):r,t.bold.label&&(r=ta(r)),r},"formatLabel");var ia=Object.defineProperty,Jt=$((e,t)=>ia(e,"name",{value:t,configurable:!0}),"o");const sa=Jt(e=>[e.getHours(),e.getMinutes(),e.getSeconds()].map(t=>String(t).padStart(2,"0")).join(":"),"dateFormatter");class aa{static{$(this,"AbstractPrettyReporter")}static{Jt(this,"AbstractPrettyReporter")}styles;loggerTypes;constructor(t){this.styles={bold:{label:!1},dateFormatter:sa,underline:{label:!1,message:!1,prefix:!1,suffix:!1},uppercase:{label:!1},...t},this.loggerTypes=sr}setLoggerTypes(t){this.loggerTypes=t}}var oa=Object.defineProperty,Kt=$((e,t)=>oa(e,"name",{value:t,configurable:!0}),"M");const{bgGrey:la,cyan:ua,green:ca,greenBright:fa,grey:E,red:Ne,underline:ut,white:da}=de,pa=/[\\/]pail[\\/]dist/,Ie=Kt(e=>!pa.test(e),"pailFileFilter");class va extends aa{static{$(this,"PrettyReporter")}static{Kt(this,"PrettyReporter")}#t;#r;#n;#s=!1;#i;#e;constructor(t={}){const{error:r,inspect:n,...i}=t;super({uppercase:{label:!0,...i.uppercase},...i}),this.#i={...Zs,...n},this.#e={...r,color:{fileLine:ca,hint:ua,marker:Ne,message:Ne,method:fa,title:Ne}},this.#t=er,this.#r=tr}setStdout(t){this.#t=t}setStderr(t){this.#r=t}setInteractiveManager(t){this.#n=t}setIsInteractive(t){this.#s=t}log(t){this._log(this._formatMessage(t),t.type.level)}_formatMessage(t){const{columns:r}=Ut();let n=r;typeof this.styles.messageLength=="number"&&(n=this.styles.messageLength);const{badge:i,context:s,date:a,error:o,file:l,groups:u,label:c,message:f,prefix:p,repeated:d,scope:g,suffix:h,traceError:m,type:y}=t,{color:A}=this.loggerTypes[y.name],I=A?de[A]:da,x=u.map(()=>" ").join(""),b=[];if(u.length>0&&b.push(`${x+E(`[${u.at(-1)??""}]`)} `),a&&b.push(`${E(this.styles.dateFormatter(typeof a=="string"?new Date(a):a))} `),i)b.push(I(i));else{const O=zs(this.loggerTypes);O.length>0&&b.push(`${E(".".repeat(O.length))} `)}const C=qs(this.loggerTypes);if(c){const O=j(C),P=j(c);b.push(`${I(na(c,this.styles))} `,E(".".repeat(Math.max(0,O-P))))}else b.push(E(".".repeat(C.length+2)));d&&b.push(`${la.white(`[${String(d)}x]`)} `),Array.isArray(g)&&g.length>0&&b.push(` ${E(`[${g.join(" > ")}]`)} `),p&&b.push(`${E(`${Array.isArray(g)&&g.length>0?". ":" "}[${this.styles.underline.prefix?ut(p):p}]`)} `);const k=j(b.join(" "));if(l){const O=(l.name??"")+(l.line?`:${String(l.line)}`:""),P=j(O);if(P+k+2>n)b.push(E(` ${O}`));else{const Oe=Math.max(0,n-k-P-2);b.push(E(`${".".repeat(Oe)} ${O}`))}}else b.push(E(".".repeat(Math.max(0,n-k-1))));if(b.length>0&&b.push(`
34
+
35
+ `),f!==ar){const O=typeof f=="string"?f:tt(f,this.#i);b.push(x+Fs(O,{trim:!1,width:n-3,wrapMode:K.STRICT_WIDTH}))}if(s){let O=!1;b.push(...s.map(P=>{if(P instanceof Error)return O=!0,`
36
+
37
+ ${xe(P,{...this.#e,filterStacktrace:Ie,prefix:x})}`;if(typeof P=="object")return` ${tt(P,this.#i)}`;const Oe=(O?`
38
+
39
+ `:" ")+String(P);return O=!1,Oe}))}return o&&b.push(xe(o,{...this.#e,filterStacktrace:Ie,prefix:x})),m&&b.push(`
40
+
41
+ ${xe(m,{...this.#e,filterStacktrace:Ie,hideErrorCauseCodeView:!0,hideErrorCodeView:!0,hideErrorErrorsCodeView:!0,hideMessage:!0,prefix:x})}`),h&&b.push(`
42
+ `,x+E(this.styles.underline.suffix?ut(h):h)),b.join("")}_log(t,r){const n=["error","trace","warn"].includes(r)?"stderr":"stdout",i=n==="stderr"?this.#r:this.#t;this.#s&&this.#n!==void 0&&i.isTTY?this.#n.update(n,t.split(`
43
+ `),0):or(`${t}
44
+ `,i)}}export{va as PrettyReporter};
@@ -1,5 +1,5 @@
1
1
  import { stringify } from 'safe-stable-stringify';
2
- import { R as ReadonlyMeta, E as ExtendedRfc5424LogLevels, L as LiteralUnion, S as StringifyAwareReporter } from "./types.d-ByY2ZuYG.js";
2
+ import { R as ReadonlyMeta, E as ExtendedRfc5424LogLevels, L as LiteralUnion, S as StringifyAwareReporter } from "./types.d-BeLumqgD.js";
3
3
  /**
4
4
  * Options for configuring JSON reporters.
5
5
  */