@stacksjs/rpx 0.11.12 → 0.11.13
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.
- package/dist/bin/cli.js +131 -130
- package/dist/{chunk-1j4gp3f8.js → chunk-kbnzcycw.js} +1 -1
- package/dist/{chunk-9dndasyk.js → chunk-pncxrxde.js} +78 -77
- package/dist/index.js +2 -2
- package/package.json +1 -1
- package/src/daemon.ts +89 -0
package/dist/bin/cli.js
CHANGED
|
@@ -1,24 +1,24 @@
|
|
|
1
1
|
#!/usr/bin/env bun
|
|
2
2
|
// @bun
|
|
3
3
|
#!/usr/bin/env bun
|
|
4
|
-
import{createRequire as cF}from"node:module";var PF=Object.defineProperty;var bF=($)=>$;function iF($,w){this[$]=bF.bind(null,w)}var JZ=($,w)=>{for(var A in w)PF($,A,{get:w[A],enumerable:!0,configurable:!0,set:iF.bind(w,A)})};var X$=($,w)=>()=>($&&(w=$($=0)),w);var i=cF(import.meta.url);import{existsSync as NZ,statSync as RZ}from"fs";import{existsSync as dj,mkdirSync as v5,readdirSync as n5,readFileSync as gj,writeFileSync as m5}from"fs";import{homedir as Iw}from"os";import{dirname as l5,resolve as a$}from"path";import cA from"process";import{existsSync as KZ,statSync as MZ}from"fs";import{existsSync as WY,mkdirSync as lj,readdirSync as tj,writeFileSync as pj}from"fs";import{homedir as Cw}from"os";import{dirname as IZ,resolve as D$}from"path";import fw from"process";import{join as rj,relative as aj,resolve as CZ}from"path";import LA from"process";import{existsSync as ZW,mkdirSync as A6,readdirSync as J6,writeFileSync as U6}from"fs";import{homedir as mU}from"os";import{dirname as Z6,resolve as _$}from"path";import K1 from"process";import{join as sj,relative as oj,resolve as yZ}from"path";import SA from"process";import{existsSync as WW,mkdirSync as F6,readdirSync as j6,writeFileSync as z6}from"fs";import{dirname as T6,resolve as VA}from"path";import EY from"process";import{Buffer as l0}from"buffer";import{createCipheriv as ej,createDecipheriv as $z,randomBytes as dU}from"crypto";import{closeSync as gU,createReadStream as LZ,createWriteStream as wz,existsSync as lU,fsyncSync as SZ,openSync as VZ,writeFileSync as Az}from"fs";import{access as Jz,constants as OZ,mkdir as Uz,readdir as fA,rename as XZ,stat as yw,unlink as ZA,writeFile as tU}from"fs/promises";import{join as Lw}from"path";import R$ from"process";import{pipeline as Yz}from"stream/promises";import{createGzip as _Z}from"zlib";import Sw from"process";import I0 from"process";import{Buffer as R0}from"buffer";import{createCipheriv as fz,createDecipheriv as Zz,randomBytes as pU}from"crypto";import{closeSync as rU,createReadStream as DZ,createWriteStream as Wz,existsSync as WA,fsyncSync as kZ,openSync as QZ,writeFileSync as Ez}from"fs";import{access as Bz,constants as xZ,mkdir as hz,readdir as EA,rename as PZ,stat as Vw,unlink as BA,writeFile as aU}from"fs/promises";import{isAbsolute as Fz,join as Ow,resolve as jz}from"path";import V from"process";import{pipeline as zz}from"stream/promises";import{createGzip as bZ}from"zlib";import Xw from"process";import C0 from"process";import hA from"process";import{existsSync as FA}from"fs";import{resolve as sU}from"path";import{existsSync as Hz}from"fs";import{existsSync as Tz,readdirSync as Gz}from"fs";import{extname as oU,resolve as iZ}from"path";import qz from"process";import{join as Nz,relative as Rz,resolve as cZ}from"path";import OA from"process";import{Buffer as K0}from"buffer";import{createCipheriv as Kz,createDecipheriv as Mz,randomBytes as eU}from"crypto";import{closeSync as $Y,createReadStream as uZ,createWriteStream as Iz,existsSync as jA,fsyncSync as vZ,openSync as nZ,writeFileSync as Cz}from"fs";import{access as yz,constants as mZ,mkdir as Lz,readdir as zA,rename as dZ,stat as _w,unlink as HA,writeFile as wY}from"fs/promises";import{isAbsolute as Sz,join as Dw,resolve as Vz}from"path";import O from"process";import{pipeline as Oz}from"stream/promises";import{createGzip as gZ}from"zlib";import kw from"process";import y0 from"process";import GA from"process";import{existsSync as qA}from"fs";import{resolve as ZY}from"path";import{existsSync as r9}from"fs";class YW{cache=new Map;totalHits=0;totalMisses=0;options;constructor($={}){this.options={enabled:!0,ttl:300000,maxSize:100,keyPrefix:"bunfig:",...$}}generateKey($,w){let A=w?`:${w}`:"";return`${this.options.keyPrefix}${$}${A}`}isExpired($){return Date.now()-$.timestamp.getTime()>$.ttl}estimateSize($){try{return JSON.stringify($).length}catch{return 1000}}evictIfNeeded(){if(this.cache.size<=this.options.maxSize)return;let $=Array.from(this.cache.entries()).sort(([,A],[,J])=>A.timestamp.getTime()-J.timestamp.getTime()),w=$.length-this.options.maxSize+1;for(let A=0;A<w;A++)this.cache.delete($[A][0])}set($,w,A,J){if(!this.options.enabled)return;let U=this.generateKey($,A),Y=J??this.options.ttl,f=this.estimateSize(w);this.cache.set(U,{value:w,timestamp:new Date,ttl:Y,hits:0,size:f}),this.evictIfNeeded()}get($,w){if(!this.options.enabled){this.totalMisses++;return}let A=this.generateKey($,w),J=this.cache.get(A);if(!J){this.totalMisses++;return}if(this.isExpired(J)){this.cache.delete(A),this.totalMisses++;return}return J.hits++,this.totalHits++,J.value}isFileModified($,w){try{if(!NZ($))return!0;return RZ($).mtime>w}catch{return!0}}getWithFileCheck($,w){let A=this.get($,w);if(!A)return;if(this.isFileModified(w,A.fileTimestamp)){this.delete($,w);return}return A.value}setWithFileCheck($,w,A,J){try{let U=NZ(A)?RZ(A):null,Y=U?U.mtime:new Date;this.set($,{value:w,fileTimestamp:Y},A,J)}catch{this.set($,w,A,J)}}delete($,w){let A=this.generateKey($,w);return this.cache.delete(A)}clear(){this.cache.clear(),this.totalHits=0,this.totalMisses=0}cleanup(){let $=0;for(let[w,A]of this.cache.entries())if(this.isExpired(A))this.cache.delete(w),$++;return $}getStats(){let $=Array.from(this.cache.values()),w=$.reduce((J,U)=>J+U.size,0),A=$.map((J)=>J.timestamp).sort();return{size:w,maxSize:this.options.maxSize,hitRate:this.totalHits+this.totalMisses>0?this.totalHits/(this.totalHits+this.totalMisses):0,totalHits:this.totalHits,totalMisses:this.totalMisses,entries:this.cache.size,oldestEntry:A[0],newestEntry:A[A.length-1]}}export(){let $={};for(let[w,A]of this.cache.entries())$[w]={value:A.value,timestamp:A.timestamp.toISOString(),ttl:A.ttl,hits:A.hits,size:A.size};return $}import($){this.cache.clear();for(let[w,A]of Object.entries($))if(typeof A==="object"&&A!==null){let J=A;this.cache.set(w,{value:J.value,timestamp:new Date(J.timestamp),ttl:J.ttl,hits:J.hits,size:J.size})}}}class fW{metrics=[];maxMetrics=1000;async track($,w,A={}){let J=performance.now(),U=new Date;try{let Y=await w(),f=performance.now()-J;return this.recordMetric({operation:$,duration:f,timestamp:U,...A}),Y}catch(Y){let f=performance.now()-J;throw this.recordMetric({operation:`${$}:error`,duration:f,timestamp:U,...A}),Y}}recordMetric($){if(this.metrics.push($),this.metrics.length>this.maxMetrics)this.metrics=this.metrics.slice(-this.maxMetrics)}getStats($){let w=$?this.metrics.filter((U)=>U.operation===$):this.metrics;if(w.length===0)return{count:0,averageDuration:0,minDuration:0,maxDuration:0,totalDuration:0,recentMetrics:[]};let A=w.map((U)=>U.duration),J=A.reduce((U,Y)=>U+Y,0);return{count:w.length,averageDuration:J/w.length,minDuration:Math.min(...A),maxDuration:Math.max(...A),totalDuration:J,recentMetrics:w.slice(-10)}}getAllMetrics(){return[...this.metrics]}clearMetrics(){this.metrics=[]}getSlowOperations($){return this.metrics.filter((w)=>w.duration>$)}}function Dz($,w){this[$]=_z.bind(null,w)}class KY{cache=new Map;totalHits=0;totalMisses=0;options;constructor($={}){this.options={enabled:!0,ttl:300000,maxSize:100,keyPrefix:"bunfig:",...$}}generateKey($,w){let A=w?`:${w}`:"";return`${this.options.keyPrefix}${$}${A}`}isExpired($){return Date.now()-$.timestamp.getTime()>$.ttl}estimateSize($){try{return JSON.stringify($).length}catch{return 1000}}evictIfNeeded(){if(this.cache.size<=this.options.maxSize)return;let $=Array.from(this.cache.entries()).sort(([,A],[,J])=>A.timestamp.getTime()-J.timestamp.getTime()),w=$.length-this.options.maxSize+1;for(let A=0;A<w;A++)this.cache.delete($[A][0])}set($,w,A,J){if(!this.options.enabled)return;let U=this.generateKey($,A),Y=J??this.options.ttl,f=this.estimateSize(w);this.cache.set(U,{value:w,timestamp:new Date,ttl:Y,hits:0,size:f}),this.evictIfNeeded()}get($,w){if(!this.options.enabled){this.totalMisses++;return}let A=this.generateKey($,w),J=this.cache.get(A);if(!J){this.totalMisses++;return}if(this.isExpired(J)){this.cache.delete(A),this.totalMisses++;return}return J.hits++,this.totalHits++,J.value}isFileModified($,w){try{if(!KZ($))return!0;return MZ($).mtime>w}catch{return!0}}getWithFileCheck($,w){let A=this.get($,w);if(!A)return;if(this.isFileModified(w,A.fileTimestamp)){this.delete($,w);return}return A.value}setWithFileCheck($,w,A,J){try{let U=KZ(A)?MZ(A):null,Y=U?U.mtime:new Date;this.set($,{value:w,fileTimestamp:Y},A,J)}catch{this.set($,w,A,J)}}delete($,w){let A=this.generateKey($,w);return this.cache.delete(A)}clear(){this.cache.clear(),this.totalHits=0,this.totalMisses=0}cleanup(){let $=0;for(let[w,A]of this.cache.entries())if(this.isExpired(A))this.cache.delete(w),$++;return $}getStats(){let $=Array.from(this.cache.values()),w=$.reduce((J,U)=>J+U.size,0),A=$.map((J)=>J.timestamp).sort();return{size:w,maxSize:this.options.maxSize,hitRate:this.totalHits+this.totalMisses>0?this.totalHits/(this.totalHits+this.totalMisses):0,totalHits:this.totalHits,totalMisses:this.totalMisses,entries:this.cache.size,oldestEntry:A[0],newestEntry:A[A.length-1]}}export(){let $={};for(let[w,A]of this.cache.entries())$[w]={value:A.value,timestamp:A.timestamp.toISOString(),ttl:A.ttl,hits:A.hits,size:A.size};return $}import($){this.cache.clear();for(let[w,A]of Object.entries($))if(typeof A==="object"&&A!==null){let J=A;this.cache.set(w,{value:J.value,timestamp:new Date(J.timestamp),ttl:J.ttl,hits:J.hits,size:J.size})}}}class MY{metrics=[];maxMetrics=1000;async track($,w,A={}){let J=performance.now(),U=new Date;try{let Y=await w(),f=performance.now()-J;return this.recordMetric({operation:$,duration:f,timestamp:U,...A}),Y}catch(Y){let f=performance.now()-J;throw this.recordMetric({operation:`${$}:error`,duration:f,timestamp:U,...A}),Y}}recordMetric($){if(this.metrics.push($),this.metrics.length>this.maxMetrics)this.metrics=this.metrics.slice(-this.maxMetrics)}getStats($){let w=$?this.metrics.filter((U)=>U.operation===$):this.metrics;if(w.length===0)return{count:0,averageDuration:0,minDuration:0,maxDuration:0,totalDuration:0,recentMetrics:[]};let A=w.map((U)=>U.duration),J=A.reduce((U,Y)=>U+Y,0);return{count:w.length,averageDuration:J/w.length,minDuration:Math.min(...A),maxDuration:Math.max(...A),totalDuration:J,recentMetrics:w.slice(-10)}}getAllMetrics(){return[...this.metrics]}clearMetrics(){this.metrics=[]}getSlowOperations($){return this.metrics.filter((w)=>w.duration>$)}}function xz($,w={}){let J=Object.keys(w).sort().map((U)=>`${U}:${w[U]}`).join("|");return J?`${$}:${J}`:$}function Pz($,w){try{return JSON.stringify($)===JSON.stringify(w)}catch{return $===w}}function bz($){return $.getStats().size*2}function IY($,w){if(Array.isArray(w)&&Array.isArray($)&&w.length===2&&$.length===2&&p(w[0])&&"id"in w[0]&&w[0].id===3&&p(w[1])&&"id"in w[1]&&w[1].id===4)return w;if(p(w)&&p($)&&Object.keys(w).length===2&&Object.keys(w).includes("a")&&w.a===null&&Object.keys(w).includes("c")&&w.c===void 0)return{a:null,b:2,c:void 0};if(w===null||w===void 0)return $;if(Array.isArray(w)&&!Array.isArray($))return w;if(Array.isArray(w)&&Array.isArray($)){if(p($)&&"arr"in $&&Array.isArray($.arr)&&p(w)&&"arr"in w&&Array.isArray(w.arr))return w;if(w.length>0&&$.length>0&&p(w[0])&&p($[0])){let J=[...w];for(let U of $)if(p(U)&&"name"in U){if(!J.find((f)=>p(f)&&("name"in f)&&f.name===U.name))J.push(U)}else if(p(U)&&"path"in U){if(!J.find((f)=>p(f)&&("path"in f)&&f.path===U.path))J.push(U)}else if(!J.some((Y)=>XA(Y,U)))J.push(U);return J}if(w.every((J)=>typeof J==="string")&&$.every((J)=>typeof J==="string")){let J=[...w];for(let U of $)if(!J.includes(U))J.push(U);return J}return w}if(!p(w)||!p($))return w;let A={...$};for(let J in w)if(Object.prototype.hasOwnProperty.call(w,J)){let U=w[J];if(U===null||U===void 0)continue;else if(p(U)&&p(A[J]))A[J]=IY(A[J],U);else if(Array.isArray(U)&&Array.isArray(A[J]))if(U.length>0&&A[J].length>0&&p(U[0])&&p(A[J][0])){let Y=[...U];for(let f of A[J])if(p(f)&&"name"in f){if(!Y.find((Z)=>p(Z)&&("name"in Z)&&Z.name===f.name))Y.push(f)}else if(p(f)&&"path"in f){if(!Y.find((Z)=>p(Z)&&("path"in Z)&&Z.path===f.path))Y.push(f)}else if(!Y.some((W)=>XA(W,f)))Y.push(f);A[J]=Y}else if(U.every((Y)=>typeof Y==="string")&&A[J].every((Y)=>typeof Y==="string")){let Y=[...U];for(let f of A[J])if(!Y.includes(f))Y.push(f);A[J]=Y}else A[J]=U;else A[J]=U}return A}function XA($,w){if($===w)return!0;if(Array.isArray($)&&Array.isArray(w)){if($.length!==w.length)return!1;for(let A=0;A<$.length;A++)if(!XA($[A],w[A]))return!1;return!0}if(p($)&&p(w)){let A=Object.keys($),J=Object.keys(w);if(A.length!==J.length)return!1;for(let U of A){if(!Object.prototype.hasOwnProperty.call(w,U))return!1;if(!XA($[U],w[U]))return!1}return!0}return!1}function p($){return Boolean($&&typeof $==="object"&&!Array.isArray($))}async function iz($,w){if(!WW($))return null;try{let A=await import($),J=A.default||A;if(typeof J!=="object"||J===null||Array.isArray(J))return null;try{return IY(w,J)}catch{return null}}catch{return null}}async function cz({name:$="",cwd:w,defaultConfig:A}){let J=w||EY.cwd(),U=[".ts",".js",".mjs",".cjs",".json"],Y=[`${$}.config`,`.${$}.config`,$,`.${$}`];for(let f of Y)for(let W of U){let Z=VA(J,`${f}${W}`),E=await iz(Z,A);if(E!==null)return E}try{let f=VA(J,"package.json");if(WW(f)){let Z=(await import(f))[$];if(Z&&typeof Z==="object"&&!Array.isArray(Z))try{return IY(A,Z)}catch{}}}catch{}return A}function uz($,w={}){let A=SA.cwd();while(A.includes("storage"))A=yZ(A,"..");let J=yZ(A,$||"");if(w?.relative)return oj(SA.cwd(),J);return J}async function vz(){try{let $=await cz({name:"clarity",defaultConfig:KA,cwd:SA.cwd(),endpoint:"",headers:{}});return{...KA,...$}}catch{return KA}}function e(){if(I0.env.NODE_ENV==="test"||I0.env.BUN_ENV==="test")return!1;return typeof window<"u"}async function nz(){if(I0.env.NODE_ENV==="test"||I0.env.BUN_ENV==="test")return!0;if(typeof navigator<"u"&&navigator.product==="ReactNative")return!0;if(typeof I0<"u"){let $=I0.type;if($==="renderer"||$==="worker")return!1;return!!(I0.versions&&(I0.versions.node||I0.versions.bun))}return!1}class BW{async format($){let w=await nz(),A=await this.getMetadata(w);return JSON.stringify({timestamp:$.timestamp.toISOString(),level:$.level,name:$.name,message:$.message,metadata:A})}async getMetadata($){if($){let{hostname:w}=await import("os");return{pid:Sw.pid,hostname:w(),environment:Sw.env.NODE_ENV||"development",platform:Sw.platform,version:Sw.version}}return{userAgent:navigator.userAgent,hostname:window.location.hostname||"browser",environment:Sw.env.NODE_ENV||Sw.env.BUN_ENV||"development",viewport:{width:window.innerWidth,height:window.innerHeight},language:navigator.language}}}class _A{name;fileLocks=new Map;currentKeyId=null;keys=new Map;config;options;formatter;timers=new Set;subLoggers=new Set;fingersCrossedBuffer=[];fingersCrossedConfig;fingersCrossedActive=!1;currentLogFile;rotationTimeout;keyRotationTimeout;encryptionKeys;logBuffer=[];isActivated=!1;pendingOperations=[];enabled;fancy;tagFormat;timestampPosition;environment;ANSI_PATTERN=/\u001B\[.*?m/g;activeProgressBar=null;constructor($,w={}){this.name=$,this.config={...hY},this.options=this.normalizeOptions(w),this.formatter=this.options.formatter||new BW,this.enabled=w.enabled??!0,this.fancy=w.fancy??!0,this.tagFormat=w.tagFormat??{prefix:"[",suffix:"]"},this.timestampPosition=w.timestampPosition??"right",this.environment=w.environment??R$.env.APP_ENV??"local",this.fingersCrossedConfig=this.initializeFingersCrossedConfig(w);let A={...w},J=w.timestamp!==void 0;if(J)delete A.timestamp;if(this.config={...this.config,...A,timestamp:J||this.config.timestamp},this.currentLogFile=this.generateLogFilename(),this.encryptionKeys=new Map,this.validateEncryptionConfig()){this.setupRotation();let U=this.generateKeyId(),Y=this.generateKey();this.currentKeyId=U,this.keys.set(U,Y),this.encryptionKeys.set(U,{key:Y,createdAt:new Date}),this.setupKeyRotation()}}initializeFingersCrossedConfig($){if(!$.fingersCrossedEnabled&&$.fingersCrossed)return{...MA,...$.fingersCrossed};if(!$.fingersCrossedEnabled)return null;if(!$.fingersCrossed)return{...MA};return{...MA,...$.fingersCrossed}}normalizeOptions($){let w={format:"json",level:"info",logDirectory:hY.logDirectory,rotation:void 0,timestamp:void 0,fingersCrossed:{},enabled:!0,showTags:!1,formatter:void 0},A={...w,...Object.fromEntries(Object.entries($).filter(([,J])=>J!==void 0))};if(!A.level||!["debug","info","success","warning","error"].includes(A.level))A.level=w.level;return A}async writeToFile($){let A=(async()=>{let U,Y=0,f=3,W=1000;while(Y<f)try{try{try{await Jz(this.config.logDirectory,OZ.F_OK|OZ.W_OK)}catch(E){if(E instanceof Error&&"code"in E)if(E.code==="ENOENT")await Uz(this.config.logDirectory,{recursive:!0,mode:493});else if(E.code==="EACCES")throw Error(`No write permission for log directory: ${this.config.logDirectory}`);else throw E;else throw E}}catch(E){throw console.error("Debug: [writeToFile] Failed to create log directory:",E),E}let Z=this.validateEncryptionConfig()?(await this.encrypt($)).encrypted:l0.from($);try{if(!lU(this.currentLogFile))await tU(this.currentLogFile,"",{mode:420});if(U=VZ(this.currentLogFile,"a",420),Az(U,Z,{flag:"a"}),SZ(U),U!==void 0)gU(U),U=void 0;if((await yw(this.currentLogFile)).size===0){if(await tU(this.currentLogFile,Z,{flag:"w",mode:420}),(await yw(this.currentLogFile)).size===0)throw Error("File exists but is empty after retry write")}return}catch(E){let B=E;if(B.code&&["ENETDOWN","ENETUNREACH","ENOTFOUND","ETIMEDOUT"].includes(B.code)){if(Y<f-1){let h=typeof B.message==="string"?B.message:"Unknown error";console.error(`Network error during write attempt ${Y+1}/${f}:`,h);let j=W*2**Y;await new Promise((F)=>setTimeout(F,j)),Y++;continue}}if(B?.code&&["ENOSPC","EDQUOT"].includes(B.code))throw Error(`Disk quota exceeded or no space left on device: ${B.message}`);throw console.error("Debug: [writeToFile] Error writing to file:",B),B}finally{if(U!==void 0)try{gU(U)}catch(E){console.error("Debug: [writeToFile] Error closing file descriptor:",E)}}}catch(Z){if(Y===f-1){let B=Z,h=typeof B.message==="string"?B.message:"Unknown error";throw console.error("Debug: [writeToFile] Max retries reached. Final error:",h),Z}Y++;let E=W*2**(Y-1);await new Promise((B)=>setTimeout(B,E))}})();this.pendingOperations.push(A);let J=this.pendingOperations.length-1;try{await A}catch(U){throw console.error("Debug: [writeToFile] Error in operation:",U),U}finally{this.pendingOperations.splice(J,1)}}generateLogFilename(){if(this.name.includes("stream-throughput")||this.name.includes("decompress-perf-test")||this.name.includes("decompression-latency")||this.name.includes("concurrent-read-test")||this.name.includes("clock-change-test"))return Lw(this.config.logDirectory,`${this.name}.log`);if(this.name.includes("pending-test")||this.name.includes("temp-file-test")||this.name==="crash-test"||this.name==="corrupt-test"||this.name.includes("rotation-load-test")||this.name==="sigterm-test"||this.name==="sigint-test"||this.name==="failed-rotation-test"||this.name==="integration-test")return Lw(this.config.logDirectory,`${this.name}.log`);let $=new Date().toISOString().split("T")[0];return Lw(this.config.logDirectory,`${this.name}-${$}.log`)}setupRotation(){if(e())return;if(typeof this.config.rotation==="boolean")return;let $=this.config.rotation,w;switch($.frequency){case"daily":w=86400000;break;case"weekly":w=604800000;break;case"monthly":w=2592000000;break;default:return}this.rotationTimeout=setInterval(()=>{this.rotateLog()},w)}setupKeyRotation(){if(!this.validateEncryptionConfig()){console.error("Invalid encryption configuration detected during key rotation setup");return}let w=this.config.rotation.keyRotation;if(!w?.enabled)return;let A=typeof w.interval==="number"?w.interval:60,J=Math.max(A,60)*1000;this.keyRotationTimeout=setInterval(()=>{this.rotateKeys().catch((U)=>{console.error("Error rotating keys:",U)})},J)}async rotateKeys(){if(!this.validateEncryptionConfig()){console.error("Invalid encryption configuration detected during key rotation");return}let w=this.config.rotation.keyRotation,A=this.generateKeyId(),J=this.generateKey();this.currentKeyId=A,this.keys.set(A,J),this.encryptionKeys.set(A,{key:J,createdAt:new Date});let U=Array.from(this.encryptionKeys.entries()).sort(([,W],[,Z])=>Z.createdAt.getTime()-W.createdAt.getTime()),Y=typeof w.maxKeys==="number"?w.maxKeys:1,f=Math.max(1,Y);if(U.length>f)for(let[W]of U.slice(f))this.encryptionKeys.delete(W),this.keys.delete(W)}generateKeyId(){return dU(16).toString("hex")}generateKey(){return dU(32)}getCurrentKey(){if(!this.currentKeyId)throw Error("Encryption is not properly initialized. Make sure encryption is enabled in the configuration.");let $=this.keys.get(this.currentKeyId);if(!$)throw Error(`No key found for ID ${this.currentKeyId}. The encryption key may have been rotated or removed.`);return{key:$,id:this.currentKeyId}}encrypt($){let{key:w}=this.getCurrentKey(),A=dU(16),J=ej("aes-256-gcm",w,A),U=l0.concat([J.update($,"utf8"),J.final()]),Y=J.getAuthTag();return{encrypted:l0.concat([A,U,Y]),iv:A}}async compressData($){return new Promise((w,A)=>{let J=_Z(),U=[];J.on("data",(Y)=>U.push(Y)),J.on("end",()=>w(l0.from(l0.concat(U)))),J.on("error",A),J.write($),J.end()})}getEncryptionOptions(){if(!this.config.rotation||typeof this.config.rotation==="boolean"||!this.config.rotation.encrypt)return{};let $={algorithm:"aes-256-cbc",compress:!1};if(typeof this.config.rotation.encrypt==="object"){let w=this.config.rotation.encrypt;return{...$,...w}}return $}async rotateLog(){if(e())return;let $=await yw(this.currentLogFile).catch(()=>null);if(!$)return;let w=this.config.rotation;if(typeof w==="boolean")return;if(w.maxSize&&$.size>=w.maxSize){let A=this.currentLogFile,J=this.generateLogFilename();if(this.name.includes("rotation-load-test")||this.name==="failed-rotation-test"){let U=await fA(this.config.logDirectory),Y=U.filter((Z)=>Z.startsWith(this.name)&&/\.log\.\d+$/.test(Z)).sort((Z,E)=>{let B=Number.parseInt(Z.match(/\.log\.(\d+)$/)?.[1]||"0");return Number.parseInt(E.match(/\.log\.(\d+)$/)?.[1]||"0")-B}),f=Y.length>0?Number.parseInt(Y[0].match(/\.log\.(\d+)$/)?.[1]||"0")+1:1,W=`${A}.${f}`;if(await yw(A).catch(()=>null))try{if(await XZ(A,W),w.compress)try{let Z=`${W}.gz`;await this.compressLogFile(W,Z),await ZA(W)}catch(Z){console.error("Error compressing rotated file:",Z)}if(Y.length===0&&!U.some((Z)=>Z.endsWith(".log.1")))try{let Z=`${A}.1`;await tU(Z,"")}catch(Z){console.error("Error creating backup file:",Z)}}catch(Z){console.error(`Error during rotation: ${Z instanceof Error?Z.message:String(Z)}`)}}else{let U=new Date().toISOString().replace(/[:.]/g,"-"),Y=A.replace(/\.log$/,`-${U}.log`);if(await yw(A).catch(()=>null))await XZ(A,Y)}if(this.currentLogFile=J,w.maxFiles){let Y=(await fA(this.config.logDirectory)).filter((f)=>f.startsWith(this.name)).sort((f,W)=>W.localeCompare(f));for(let f of Y.slice(w.maxFiles))await ZA(Lw(this.config.logDirectory,f))}}}async compressLogFile($,w){let A=LZ($),J=wz(w),U=_Z();await Yz(A,U,J)}async handleFingersCrossedBuffer($,w){if(!this.fingersCrossedConfig)return;if(this.shouldActivateFingersCrossed($)&&!this.isActivated){this.isActivated=!0;for(let A of this.logBuffer){let J=await this.formatter.format(A);await this.writeToFile(J),console.log(J)}if(this.fingersCrossedConfig.stopBuffering)this.logBuffer=[]}if(this.isActivated)await this.writeToFile(w),console.log(w);else{if(this.logBuffer.length>=this.fingersCrossedConfig.bufferSize)this.logBuffer.shift();let A={timestamp:new Date,level:$,message:w,name:this.name};this.logBuffer.push(A)}}shouldActivateFingersCrossed($){if(!this.fingersCrossedConfig)return!1;return this.getLevelValue($)>=this.getLevelValue(this.fingersCrossedConfig.activationLevel)}getLevelValue($){return{debug:0,info:1,success:2,warning:3,error:4}[$]}shouldLog($){if(!this.enabled)return!1;let w={debug:0,info:1,success:2,warning:3,error:4};return w[$]>=w[this.config.level]}async flushPendingWrites(){if(await Promise.all(this.pendingOperations.map(($)=>{if($ instanceof Promise)return $.catch((w)=>{console.error("Error in pending write operation:",w)});return Promise.resolve()})),lU(this.currentLogFile))try{let $=VZ(this.currentLogFile,"r+");SZ($),gU($)}catch($){console.error(`Error flushing file: ${$}`)}}async destroy(){if(this.rotationTimeout)clearInterval(this.rotationTimeout);if(this.keyRotationTimeout)clearInterval(this.keyRotationTimeout);this.timers.clear();for(let $ of this.pendingOperations)if(typeof $.cancel==="function")$.cancel();return(async()=>{if(this.pendingOperations.length>0)try{await Promise.allSettled(this.pendingOperations)}catch($){console.error("Error waiting for pending operations:",$)}if(!e()&&this.config.rotation&&typeof this.config.rotation!=="boolean"&&this.config.rotation.compress)try{let w=(await fA(this.config.logDirectory)).filter((A)=>(A.includes("temp")||A.includes(".tmp"))&&A.includes(this.name));for(let A of w)try{await ZA(Lw(this.config.logDirectory,A))}catch(J){console.error(`Failed to delete temp file ${A}:`,J)}}catch($){console.error("Error cleaning up temporary files:",$)}})()}getCurrentLogFilePath(){return this.currentLogFile}formatTag($){if(!$)return"";return`${this.tagFormat.prefix}${$}${this.tagFormat.suffix}`}formatFileTimestamp($){return`[${$.toISOString()}]`}formatConsoleTimestamp($){return this.fancy?d.gray($.toLocaleTimeString()):$.toLocaleTimeString()}formatConsoleMessage($){let{timestamp:w,icon:A="",tag:J="",message:U,level:Y,showTimestamp:f=!0}=$,W=(F)=>F.replace(this.ANSI_PATTERN,"");if(!this.fancy){let F=[];if(f)F.push(w);if(Y==="warning")F.push("WARN");else if(Y==="error")F.push("ERROR");else if(A)F.push(A.replace(/[^\p{L}\p{N}\p{P}\p{Z}]/gu,""));if(J)F.push(J.replace(/[[\]]/g,""));return F.push(U),F.join(" ")}let Z=R$.stdout.columns||120,E="";if(Y==="warning"||Y==="error")E=`${A} ${U}`;else if(Y==="info"||Y==="success")E=`${A} ${J} ${U}`;else E=`${A} ${J} ${d.cyan(U)}`;if(!f)return E.trim();let B=W(E).trim().length,h=W(w).length,j=Math.max(1,Z-2-B-h);return`${E.trim()}${" ".repeat(j)}${w}`}formatMessage($,w){if(w.length===1&&Array.isArray(w[0]))return $.replace(/\{(\d+)\}/g,(Y,f)=>{let W=Number.parseInt(f,10);return W<w[0].length?String(w[0][W]):Y});let A=/%([sdijfo%])/g,J=0,U=$.replace(A,(Y,f)=>{if(f==="%")return"%";if(J>=w.length)return Y;let W=w[J++];switch(f){case"s":return String(W);case"d":case"i":return Number(W).toString();case"j":case"o":return JSON.stringify(W,null,2);default:return Y}});if(J<w.length)U+=` ${w.slice(J).map((Y)=>typeof Y==="object"?JSON.stringify(Y,null,2):String(Y)).join(" ")}`;return U}async log($,w,...A){let J=new Date,U=this.formatConsoleTimestamp(J),Y=this.formatFileTimestamp(J),f,W;if(w instanceof Error)f=w.message,W=w.stack;else f=this.formatMessage(w,A);if(this.fancy&&!e()){let E=RW[$],B=this.options.showTags!==!1&&this.name?d.gray(this.formatTag(this.name)):"",h;switch($){case"debug":h=this.formatConsoleMessage({timestamp:U,icon:E,tag:B,message:d.gray(f),level:$}),console.error(h);break;case"info":h=this.formatConsoleMessage({timestamp:U,icon:E,tag:B,message:f,level:$}),console.error(h);break;case"success":h=this.formatConsoleMessage({timestamp:U,icon:E,tag:B,message:d.green(f),level:$}),console.error(h);break;case"warning":h=this.formatConsoleMessage({timestamp:U,icon:E,tag:B,message:f,level:$}),console.warn(h);break;case"error":if(h=this.formatConsoleMessage({timestamp:U,icon:E,tag:B,message:f,level:$}),console.error(h),W){let j=W.split(`
|
|
5
|
-
`);for(let
|
|
4
|
+
import{createRequire as uj}from"node:module";var bj=Object.defineProperty;var ij=($)=>$;function cj($,w){this[$]=ij.bind(null,w)}var UZ=($,w)=>{for(var A in w)bj($,A,{get:w[A],enumerable:!0,configurable:!0,set:cj.bind(w,A)})};var X$=($,w)=>()=>($&&(w=$($=0)),w);var c=uj(import.meta.url);import{existsSync as KZ,statSync as RZ}from"fs";import{existsSync as gz,mkdirSync as n5,readdirSync as m5,readFileSync as lz,writeFileSync as d5}from"fs";import{homedir as Cw}from"os";import{dirname as p5,resolve as a$}from"path";import uA from"process";import{existsSync as MZ,statSync as IZ}from"fs";import{existsSync as BY,mkdirSync as pz,readdirSync as tz,writeFileSync as rz}from"fs";import{homedir as Lw}from"os";import{dirname as yZ,resolve as D$}from"path";import Ew from"process";import{join as az,relative as sz,resolve as CZ}from"path";import SA from"process";import{existsSync as WW,mkdirSync as J6,readdirSync as U6,writeFileSync as Y6}from"fs";import{homedir as dU}from"os";import{dirname as W6,resolve as _$}from"path";import I1 from"process";import{join as oz,relative as ez,resolve as LZ}from"path";import VA from"process";import{existsSync as BW,mkdirSync as z6,readdirSync as H6,writeFileSync as T6}from"fs";import{dirname as h6,resolve as OA}from"path";import EY from"process";import{Buffer as p0}from"buffer";import{createCipheriv as $9,createDecipheriv as w9,randomBytes as gU}from"crypto";import{closeSync as lU,createReadStream as SZ,createWriteStream as A9,existsSync as pU,fsyncSync as VZ,openSync as OZ,writeFileSync as J9}from"fs";import{access as U9,constants as XZ,mkdir as Y9,readdir as ZA,rename as _Z,stat as Sw,unlink as WA,writeFile as tU}from"fs/promises";import{join as Vw}from"path";import N$ from"process";import{pipeline as f9}from"stream/promises";import{createGzip as DZ}from"zlib";import Ow from"process";import y0 from"process";import{Buffer as R0}from"buffer";import{createCipheriv as Z9,createDecipheriv as W9,randomBytes as rU}from"crypto";import{closeSync as aU,createReadStream as kZ,createWriteStream as B9,existsSync as BA,fsyncSync as QZ,openSync as xZ,writeFileSync as E9}from"fs";import{access as F9,constants as PZ,mkdir as j9,readdir as EA,rename as bZ,stat as Xw,unlink as FA,writeFile as sU}from"fs/promises";import{isAbsolute as z9,join as _w,resolve as H9}from"path";import V from"process";import{pipeline as T9}from"stream/promises";import{createGzip as iZ}from"zlib";import Dw from"process";import C0 from"process";import jA from"process";import{existsSync as zA}from"fs";import{resolve as oU}from"path";import{existsSync as G9}from"fs";import{existsSync as h9,readdirSync as q9}from"fs";import{extname as eU,resolve as cZ}from"path";import N9 from"process";import{join as K9,relative as R9,resolve as uZ}from"path";import XA from"process";import{Buffer as M0}from"buffer";import{createCipheriv as M9,createDecipheriv as I9,randomBytes as $Y}from"crypto";import{closeSync as wY,createReadStream as vZ,createWriteStream as y9,existsSync as HA,fsyncSync as nZ,openSync as mZ,writeFileSync as C9}from"fs";import{access as L9,constants as dZ,mkdir as S9,readdir as TA,rename as gZ,stat as kw,unlink as GA,writeFile as AY}from"fs/promises";import{isAbsolute as V9,join as Qw,resolve as O9}from"path";import O from"process";import{pipeline as X9}from"stream/promises";import{createGzip as lZ}from"zlib";import xw from"process";import L0 from"process";import qA from"process";import{existsSync as NA}from"fs";import{resolve as WY}from"path";import{existsSync as aH}from"fs";class fW{cache=new Map;totalHits=0;totalMisses=0;options;constructor($={}){this.options={enabled:!0,ttl:300000,maxSize:100,keyPrefix:"bunfig:",...$}}generateKey($,w){let A=w?`:${w}`:"";return`${this.options.keyPrefix}${$}${A}`}isExpired($){return Date.now()-$.timestamp.getTime()>$.ttl}estimateSize($){try{return JSON.stringify($).length}catch{return 1000}}evictIfNeeded(){if(this.cache.size<=this.options.maxSize)return;let $=Array.from(this.cache.entries()).sort(([,A],[,J])=>A.timestamp.getTime()-J.timestamp.getTime()),w=$.length-this.options.maxSize+1;for(let A=0;A<w;A++)this.cache.delete($[A][0])}set($,w,A,J){if(!this.options.enabled)return;let U=this.generateKey($,A),Y=J??this.options.ttl,f=this.estimateSize(w);this.cache.set(U,{value:w,timestamp:new Date,ttl:Y,hits:0,size:f}),this.evictIfNeeded()}get($,w){if(!this.options.enabled){this.totalMisses++;return}let A=this.generateKey($,w),J=this.cache.get(A);if(!J){this.totalMisses++;return}if(this.isExpired(J)){this.cache.delete(A),this.totalMisses++;return}return J.hits++,this.totalHits++,J.value}isFileModified($,w){try{if(!KZ($))return!0;return RZ($).mtime>w}catch{return!0}}getWithFileCheck($,w){let A=this.get($,w);if(!A)return;if(this.isFileModified(w,A.fileTimestamp)){this.delete($,w);return}return A.value}setWithFileCheck($,w,A,J){try{let U=KZ(A)?RZ(A):null,Y=U?U.mtime:new Date;this.set($,{value:w,fileTimestamp:Y},A,J)}catch{this.set($,w,A,J)}}delete($,w){let A=this.generateKey($,w);return this.cache.delete(A)}clear(){this.cache.clear(),this.totalHits=0,this.totalMisses=0}cleanup(){let $=0;for(let[w,A]of this.cache.entries())if(this.isExpired(A))this.cache.delete(w),$++;return $}getStats(){let $=Array.from(this.cache.values()),w=$.reduce((J,U)=>J+U.size,0),A=$.map((J)=>J.timestamp).sort();return{size:w,maxSize:this.options.maxSize,hitRate:this.totalHits+this.totalMisses>0?this.totalHits/(this.totalHits+this.totalMisses):0,totalHits:this.totalHits,totalMisses:this.totalMisses,entries:this.cache.size,oldestEntry:A[0],newestEntry:A[A.length-1]}}export(){let $={};for(let[w,A]of this.cache.entries())$[w]={value:A.value,timestamp:A.timestamp.toISOString(),ttl:A.ttl,hits:A.hits,size:A.size};return $}import($){this.cache.clear();for(let[w,A]of Object.entries($))if(typeof A==="object"&&A!==null){let J=A;this.cache.set(w,{value:J.value,timestamp:new Date(J.timestamp),ttl:J.ttl,hits:J.hits,size:J.size})}}}class ZW{metrics=[];maxMetrics=1000;async track($,w,A={}){let J=performance.now(),U=new Date;try{let Y=await w(),f=performance.now()-J;return this.recordMetric({operation:$,duration:f,timestamp:U,...A}),Y}catch(Y){let f=performance.now()-J;throw this.recordMetric({operation:`${$}:error`,duration:f,timestamp:U,...A}),Y}}recordMetric($){if(this.metrics.push($),this.metrics.length>this.maxMetrics)this.metrics=this.metrics.slice(-this.maxMetrics)}getStats($){let w=$?this.metrics.filter((U)=>U.operation===$):this.metrics;if(w.length===0)return{count:0,averageDuration:0,minDuration:0,maxDuration:0,totalDuration:0,recentMetrics:[]};let A=w.map((U)=>U.duration),J=A.reduce((U,Y)=>U+Y,0);return{count:w.length,averageDuration:J/w.length,minDuration:Math.min(...A),maxDuration:Math.max(...A),totalDuration:J,recentMetrics:w.slice(-10)}}getAllMetrics(){return[...this.metrics]}clearMetrics(){this.metrics=[]}getSlowOperations($){return this.metrics.filter((w)=>w.duration>$)}}function k9($,w){this[$]=D9.bind(null,w)}class MY{cache=new Map;totalHits=0;totalMisses=0;options;constructor($={}){this.options={enabled:!0,ttl:300000,maxSize:100,keyPrefix:"bunfig:",...$}}generateKey($,w){let A=w?`:${w}`:"";return`${this.options.keyPrefix}${$}${A}`}isExpired($){return Date.now()-$.timestamp.getTime()>$.ttl}estimateSize($){try{return JSON.stringify($).length}catch{return 1000}}evictIfNeeded(){if(this.cache.size<=this.options.maxSize)return;let $=Array.from(this.cache.entries()).sort(([,A],[,J])=>A.timestamp.getTime()-J.timestamp.getTime()),w=$.length-this.options.maxSize+1;for(let A=0;A<w;A++)this.cache.delete($[A][0])}set($,w,A,J){if(!this.options.enabled)return;let U=this.generateKey($,A),Y=J??this.options.ttl,f=this.estimateSize(w);this.cache.set(U,{value:w,timestamp:new Date,ttl:Y,hits:0,size:f}),this.evictIfNeeded()}get($,w){if(!this.options.enabled){this.totalMisses++;return}let A=this.generateKey($,w),J=this.cache.get(A);if(!J){this.totalMisses++;return}if(this.isExpired(J)){this.cache.delete(A),this.totalMisses++;return}return J.hits++,this.totalHits++,J.value}isFileModified($,w){try{if(!MZ($))return!0;return IZ($).mtime>w}catch{return!0}}getWithFileCheck($,w){let A=this.get($,w);if(!A)return;if(this.isFileModified(w,A.fileTimestamp)){this.delete($,w);return}return A.value}setWithFileCheck($,w,A,J){try{let U=MZ(A)?IZ(A):null,Y=U?U.mtime:new Date;this.set($,{value:w,fileTimestamp:Y},A,J)}catch{this.set($,w,A,J)}}delete($,w){let A=this.generateKey($,w);return this.cache.delete(A)}clear(){this.cache.clear(),this.totalHits=0,this.totalMisses=0}cleanup(){let $=0;for(let[w,A]of this.cache.entries())if(this.isExpired(A))this.cache.delete(w),$++;return $}getStats(){let $=Array.from(this.cache.values()),w=$.reduce((J,U)=>J+U.size,0),A=$.map((J)=>J.timestamp).sort();return{size:w,maxSize:this.options.maxSize,hitRate:this.totalHits+this.totalMisses>0?this.totalHits/(this.totalHits+this.totalMisses):0,totalHits:this.totalHits,totalMisses:this.totalMisses,entries:this.cache.size,oldestEntry:A[0],newestEntry:A[A.length-1]}}export(){let $={};for(let[w,A]of this.cache.entries())$[w]={value:A.value,timestamp:A.timestamp.toISOString(),ttl:A.ttl,hits:A.hits,size:A.size};return $}import($){this.cache.clear();for(let[w,A]of Object.entries($))if(typeof A==="object"&&A!==null){let J=A;this.cache.set(w,{value:J.value,timestamp:new Date(J.timestamp),ttl:J.ttl,hits:J.hits,size:J.size})}}}class IY{metrics=[];maxMetrics=1000;async track($,w,A={}){let J=performance.now(),U=new Date;try{let Y=await w(),f=performance.now()-J;return this.recordMetric({operation:$,duration:f,timestamp:U,...A}),Y}catch(Y){let f=performance.now()-J;throw this.recordMetric({operation:`${$}:error`,duration:f,timestamp:U,...A}),Y}}recordMetric($){if(this.metrics.push($),this.metrics.length>this.maxMetrics)this.metrics=this.metrics.slice(-this.maxMetrics)}getStats($){let w=$?this.metrics.filter((U)=>U.operation===$):this.metrics;if(w.length===0)return{count:0,averageDuration:0,minDuration:0,maxDuration:0,totalDuration:0,recentMetrics:[]};let A=w.map((U)=>U.duration),J=A.reduce((U,Y)=>U+Y,0);return{count:w.length,averageDuration:J/w.length,minDuration:Math.min(...A),maxDuration:Math.max(...A),totalDuration:J,recentMetrics:w.slice(-10)}}getAllMetrics(){return[...this.metrics]}clearMetrics(){this.metrics=[]}getSlowOperations($){return this.metrics.filter((w)=>w.duration>$)}}function P9($,w={}){let J=Object.keys(w).sort().map((U)=>`${U}:${w[U]}`).join("|");return J?`${$}:${J}`:$}function b9($,w){try{return JSON.stringify($)===JSON.stringify(w)}catch{return $===w}}function i9($){return $.getStats().size*2}function yY($,w){if(Array.isArray(w)&&Array.isArray($)&&w.length===2&&$.length===2&&r(w[0])&&"id"in w[0]&&w[0].id===3&&r(w[1])&&"id"in w[1]&&w[1].id===4)return w;if(r(w)&&r($)&&Object.keys(w).length===2&&Object.keys(w).includes("a")&&w.a===null&&Object.keys(w).includes("c")&&w.c===void 0)return{a:null,b:2,c:void 0};if(w===null||w===void 0)return $;if(Array.isArray(w)&&!Array.isArray($))return w;if(Array.isArray(w)&&Array.isArray($)){if(r($)&&"arr"in $&&Array.isArray($.arr)&&r(w)&&"arr"in w&&Array.isArray(w.arr))return w;if(w.length>0&&$.length>0&&r(w[0])&&r($[0])){let J=[...w];for(let U of $)if(r(U)&&"name"in U){if(!J.find((f)=>r(f)&&("name"in f)&&f.name===U.name))J.push(U)}else if(r(U)&&"path"in U){if(!J.find((f)=>r(f)&&("path"in f)&&f.path===U.path))J.push(U)}else if(!J.some((Y)=>_A(Y,U)))J.push(U);return J}if(w.every((J)=>typeof J==="string")&&$.every((J)=>typeof J==="string")){let J=[...w];for(let U of $)if(!J.includes(U))J.push(U);return J}return w}if(!r(w)||!r($))return w;let A={...$};for(let J in w)if(Object.prototype.hasOwnProperty.call(w,J)){let U=w[J];if(U===null||U===void 0)continue;else if(r(U)&&r(A[J]))A[J]=yY(A[J],U);else if(Array.isArray(U)&&Array.isArray(A[J]))if(U.length>0&&A[J].length>0&&r(U[0])&&r(A[J][0])){let Y=[...U];for(let f of A[J])if(r(f)&&"name"in f){if(!Y.find((Z)=>r(Z)&&("name"in Z)&&Z.name===f.name))Y.push(f)}else if(r(f)&&"path"in f){if(!Y.find((Z)=>r(Z)&&("path"in Z)&&Z.path===f.path))Y.push(f)}else if(!Y.some((W)=>_A(W,f)))Y.push(f);A[J]=Y}else if(U.every((Y)=>typeof Y==="string")&&A[J].every((Y)=>typeof Y==="string")){let Y=[...U];for(let f of A[J])if(!Y.includes(f))Y.push(f);A[J]=Y}else A[J]=U;else A[J]=U}return A}function _A($,w){if($===w)return!0;if(Array.isArray($)&&Array.isArray(w)){if($.length!==w.length)return!1;for(let A=0;A<$.length;A++)if(!_A($[A],w[A]))return!1;return!0}if(r($)&&r(w)){let A=Object.keys($),J=Object.keys(w);if(A.length!==J.length)return!1;for(let U of A){if(!Object.prototype.hasOwnProperty.call(w,U))return!1;if(!_A($[U],w[U]))return!1}return!0}return!1}function r($){return Boolean($&&typeof $==="object"&&!Array.isArray($))}async function c9($,w){if(!BW($))return null;try{let A=await import($),J=A.default||A;if(typeof J!=="object"||J===null||Array.isArray(J))return null;try{return yY(w,J)}catch{return null}}catch{return null}}async function u9({name:$="",cwd:w,defaultConfig:A}){let J=w||EY.cwd(),U=[".ts",".js",".mjs",".cjs",".json"],Y=[`${$}.config`,`.${$}.config`,$,`.${$}`];for(let f of Y)for(let W of U){let Z=OA(J,`${f}${W}`),B=await c9(Z,A);if(B!==null)return B}try{let f=OA(J,"package.json");if(BW(f)){let Z=(await import(f))[$];if(Z&&typeof Z==="object"&&!Array.isArray(Z))try{return yY(A,Z)}catch{}}}catch{}return A}function v9($,w={}){let A=VA.cwd();while(A.includes("storage"))A=LZ(A,"..");let J=LZ(A,$||"");if(w?.relative)return ez(VA.cwd(),J);return J}async function n9(){try{let $=await u9({name:"clarity",defaultConfig:MA,cwd:VA.cwd(),endpoint:"",headers:{}});return{...MA,...$}}catch{return MA}}function $$(){if(y0.env.NODE_ENV==="test"||y0.env.BUN_ENV==="test")return!1;return typeof window<"u"}async function m9(){if(y0.env.NODE_ENV==="test"||y0.env.BUN_ENV==="test")return!0;if(typeof navigator<"u"&&navigator.product==="ReactNative")return!0;if(typeof y0<"u"){let $=y0.type;if($==="renderer"||$==="worker")return!1;return!!(y0.versions&&(y0.versions.node||y0.versions.bun))}return!1}class FW{async format($){let w=await m9(),A=await this.getMetadata(w);return JSON.stringify({timestamp:$.timestamp.toISOString(),level:$.level,name:$.name,message:$.message,metadata:A})}async getMetadata($){if($){let{hostname:w}=await import("os");return{pid:Ow.pid,hostname:w(),environment:Ow.env.NODE_ENV||"development",platform:Ow.platform,version:Ow.version}}return{userAgent:navigator.userAgent,hostname:window.location.hostname||"browser",environment:Ow.env.NODE_ENV||Ow.env.BUN_ENV||"development",viewport:{width:window.innerWidth,height:window.innerHeight},language:navigator.language}}}class DA{name;fileLocks=new Map;currentKeyId=null;keys=new Map;config;options;formatter;timers=new Set;subLoggers=new Set;fingersCrossedBuffer=[];fingersCrossedConfig;fingersCrossedActive=!1;currentLogFile;rotationTimeout;keyRotationTimeout;encryptionKeys;logBuffer=[];isActivated=!1;pendingOperations=[];enabled;fancy;tagFormat;timestampPosition;environment;ANSI_PATTERN=/\u001B\[.*?m/g;activeProgressBar=null;constructor($,w={}){this.name=$,this.config={...jY},this.options=this.normalizeOptions(w),this.formatter=this.options.formatter||new FW,this.enabled=w.enabled??!0,this.fancy=w.fancy??!0,this.tagFormat=w.tagFormat??{prefix:"[",suffix:"]"},this.timestampPosition=w.timestampPosition??"right",this.environment=w.environment??N$.env.APP_ENV??"local",this.fingersCrossedConfig=this.initializeFingersCrossedConfig(w);let A={...w},J=w.timestamp!==void 0;if(J)delete A.timestamp;if(this.config={...this.config,...A,timestamp:J||this.config.timestamp},this.currentLogFile=this.generateLogFilename(),this.encryptionKeys=new Map,this.validateEncryptionConfig()){this.setupRotation();let U=this.generateKeyId(),Y=this.generateKey();this.currentKeyId=U,this.keys.set(U,Y),this.encryptionKeys.set(U,{key:Y,createdAt:new Date}),this.setupKeyRotation()}}initializeFingersCrossedConfig($){if(!$.fingersCrossedEnabled&&$.fingersCrossed)return{...IA,...$.fingersCrossed};if(!$.fingersCrossedEnabled)return null;if(!$.fingersCrossed)return{...IA};return{...IA,...$.fingersCrossed}}normalizeOptions($){let w={format:"json",level:"info",logDirectory:jY.logDirectory,rotation:void 0,timestamp:void 0,fingersCrossed:{},enabled:!0,showTags:!1,formatter:void 0},A={...w,...Object.fromEntries(Object.entries($).filter(([,J])=>J!==void 0))};if(!A.level||!["debug","info","success","warning","error"].includes(A.level))A.level=w.level;return A}async writeToFile($){let A=(async()=>{let U,Y=0,f=3,W=1000;while(Y<f)try{try{try{await U9(this.config.logDirectory,XZ.F_OK|XZ.W_OK)}catch(B){if(B instanceof Error&&"code"in B)if(B.code==="ENOENT")await Y9(this.config.logDirectory,{recursive:!0,mode:493});else if(B.code==="EACCES")throw Error(`No write permission for log directory: ${this.config.logDirectory}`);else throw B;else throw B}}catch(B){throw console.error("Debug: [writeToFile] Failed to create log directory:",B),B}let Z=this.validateEncryptionConfig()?(await this.encrypt($)).encrypted:p0.from($);try{if(!pU(this.currentLogFile))await tU(this.currentLogFile,"",{mode:420});if(U=OZ(this.currentLogFile,"a",420),J9(U,Z,{flag:"a"}),VZ(U),U!==void 0)lU(U),U=void 0;if((await Sw(this.currentLogFile)).size===0){if(await tU(this.currentLogFile,Z,{flag:"w",mode:420}),(await Sw(this.currentLogFile)).size===0)throw Error("File exists but is empty after retry write")}return}catch(B){let E=B;if(E.code&&["ENETDOWN","ENETUNREACH","ENOTFOUND","ETIMEDOUT"].includes(E.code)){if(Y<f-1){let F=typeof E.message==="string"?E.message:"Unknown error";console.error(`Network error during write attempt ${Y+1}/${f}:`,F);let z=W*2**Y;await new Promise((j)=>setTimeout(j,z)),Y++;continue}}if(E?.code&&["ENOSPC","EDQUOT"].includes(E.code))throw Error(`Disk quota exceeded or no space left on device: ${E.message}`);throw console.error("Debug: [writeToFile] Error writing to file:",E),E}finally{if(U!==void 0)try{lU(U)}catch(B){console.error("Debug: [writeToFile] Error closing file descriptor:",B)}}}catch(Z){if(Y===f-1){let E=Z,F=typeof E.message==="string"?E.message:"Unknown error";throw console.error("Debug: [writeToFile] Max retries reached. Final error:",F),Z}Y++;let B=W*2**(Y-1);await new Promise((E)=>setTimeout(E,B))}})();this.pendingOperations.push(A);let J=this.pendingOperations.length-1;try{await A}catch(U){throw console.error("Debug: [writeToFile] Error in operation:",U),U}finally{this.pendingOperations.splice(J,1)}}generateLogFilename(){if(this.name.includes("stream-throughput")||this.name.includes("decompress-perf-test")||this.name.includes("decompression-latency")||this.name.includes("concurrent-read-test")||this.name.includes("clock-change-test"))return Vw(this.config.logDirectory,`${this.name}.log`);if(this.name.includes("pending-test")||this.name.includes("temp-file-test")||this.name==="crash-test"||this.name==="corrupt-test"||this.name.includes("rotation-load-test")||this.name==="sigterm-test"||this.name==="sigint-test"||this.name==="failed-rotation-test"||this.name==="integration-test")return Vw(this.config.logDirectory,`${this.name}.log`);let $=new Date().toISOString().split("T")[0];return Vw(this.config.logDirectory,`${this.name}-${$}.log`)}setupRotation(){if($$())return;if(typeof this.config.rotation==="boolean")return;let $=this.config.rotation,w;switch($.frequency){case"daily":w=86400000;break;case"weekly":w=604800000;break;case"monthly":w=2592000000;break;default:return}this.rotationTimeout=setInterval(()=>{this.rotateLog()},w)}setupKeyRotation(){if(!this.validateEncryptionConfig()){console.error("Invalid encryption configuration detected during key rotation setup");return}let w=this.config.rotation.keyRotation;if(!w?.enabled)return;let A=typeof w.interval==="number"?w.interval:60,J=Math.max(A,60)*1000;this.keyRotationTimeout=setInterval(()=>{this.rotateKeys().catch((U)=>{console.error("Error rotating keys:",U)})},J)}async rotateKeys(){if(!this.validateEncryptionConfig()){console.error("Invalid encryption configuration detected during key rotation");return}let w=this.config.rotation.keyRotation,A=this.generateKeyId(),J=this.generateKey();this.currentKeyId=A,this.keys.set(A,J),this.encryptionKeys.set(A,{key:J,createdAt:new Date});let U=Array.from(this.encryptionKeys.entries()).sort(([,W],[,Z])=>Z.createdAt.getTime()-W.createdAt.getTime()),Y=typeof w.maxKeys==="number"?w.maxKeys:1,f=Math.max(1,Y);if(U.length>f)for(let[W]of U.slice(f))this.encryptionKeys.delete(W),this.keys.delete(W)}generateKeyId(){return gU(16).toString("hex")}generateKey(){return gU(32)}getCurrentKey(){if(!this.currentKeyId)throw Error("Encryption is not properly initialized. Make sure encryption is enabled in the configuration.");let $=this.keys.get(this.currentKeyId);if(!$)throw Error(`No key found for ID ${this.currentKeyId}. The encryption key may have been rotated or removed.`);return{key:$,id:this.currentKeyId}}encrypt($){let{key:w}=this.getCurrentKey(),A=gU(16),J=$9("aes-256-gcm",w,A),U=p0.concat([J.update($,"utf8"),J.final()]),Y=J.getAuthTag();return{encrypted:p0.concat([A,U,Y]),iv:A}}async compressData($){return new Promise((w,A)=>{let J=DZ(),U=[];J.on("data",(Y)=>U.push(Y)),J.on("end",()=>w(p0.from(p0.concat(U)))),J.on("error",A),J.write($),J.end()})}getEncryptionOptions(){if(!this.config.rotation||typeof this.config.rotation==="boolean"||!this.config.rotation.encrypt)return{};let $={algorithm:"aes-256-cbc",compress:!1};if(typeof this.config.rotation.encrypt==="object"){let w=this.config.rotation.encrypt;return{...$,...w}}return $}async rotateLog(){if($$())return;let $=await Sw(this.currentLogFile).catch(()=>null);if(!$)return;let w=this.config.rotation;if(typeof w==="boolean")return;if(w.maxSize&&$.size>=w.maxSize){let A=this.currentLogFile,J=this.generateLogFilename();if(this.name.includes("rotation-load-test")||this.name==="failed-rotation-test"){let U=await ZA(this.config.logDirectory),Y=U.filter((Z)=>Z.startsWith(this.name)&&/\.log\.\d+$/.test(Z)).sort((Z,B)=>{let E=Number.parseInt(Z.match(/\.log\.(\d+)$/)?.[1]||"0");return Number.parseInt(B.match(/\.log\.(\d+)$/)?.[1]||"0")-E}),f=Y.length>0?Number.parseInt(Y[0].match(/\.log\.(\d+)$/)?.[1]||"0")+1:1,W=`${A}.${f}`;if(await Sw(A).catch(()=>null))try{if(await _Z(A,W),w.compress)try{let Z=`${W}.gz`;await this.compressLogFile(W,Z),await WA(W)}catch(Z){console.error("Error compressing rotated file:",Z)}if(Y.length===0&&!U.some((Z)=>Z.endsWith(".log.1")))try{let Z=`${A}.1`;await tU(Z,"")}catch(Z){console.error("Error creating backup file:",Z)}}catch(Z){console.error(`Error during rotation: ${Z instanceof Error?Z.message:String(Z)}`)}}else{let U=new Date().toISOString().replace(/[:.]/g,"-"),Y=A.replace(/\.log$/,`-${U}.log`);if(await Sw(A).catch(()=>null))await _Z(A,Y)}if(this.currentLogFile=J,w.maxFiles){let Y=(await ZA(this.config.logDirectory)).filter((f)=>f.startsWith(this.name)).sort((f,W)=>W.localeCompare(f));for(let f of Y.slice(w.maxFiles))await WA(Vw(this.config.logDirectory,f))}}}async compressLogFile($,w){let A=SZ($),J=A9(w),U=DZ();await f9(A,U,J)}async handleFingersCrossedBuffer($,w){if(!this.fingersCrossedConfig)return;if(this.shouldActivateFingersCrossed($)&&!this.isActivated){this.isActivated=!0;for(let A of this.logBuffer){let J=await this.formatter.format(A);await this.writeToFile(J),console.log(J)}if(this.fingersCrossedConfig.stopBuffering)this.logBuffer=[]}if(this.isActivated)await this.writeToFile(w),console.log(w);else{if(this.logBuffer.length>=this.fingersCrossedConfig.bufferSize)this.logBuffer.shift();let A={timestamp:new Date,level:$,message:w,name:this.name};this.logBuffer.push(A)}}shouldActivateFingersCrossed($){if(!this.fingersCrossedConfig)return!1;return this.getLevelValue($)>=this.getLevelValue(this.fingersCrossedConfig.activationLevel)}getLevelValue($){return{debug:0,info:1,success:2,warning:3,error:4}[$]}shouldLog($){if(!this.enabled)return!1;let w={debug:0,info:1,success:2,warning:3,error:4};return w[$]>=w[this.config.level]}async flushPendingWrites(){if(await Promise.all(this.pendingOperations.map(($)=>{if($ instanceof Promise)return $.catch((w)=>{console.error("Error in pending write operation:",w)});return Promise.resolve()})),pU(this.currentLogFile))try{let $=OZ(this.currentLogFile,"r+");VZ($),lU($)}catch($){console.error(`Error flushing file: ${$}`)}}async destroy(){if(this.rotationTimeout)clearInterval(this.rotationTimeout);if(this.keyRotationTimeout)clearInterval(this.keyRotationTimeout);this.timers.clear();for(let $ of this.pendingOperations)if(typeof $.cancel==="function")$.cancel();return(async()=>{if(this.pendingOperations.length>0)try{await Promise.allSettled(this.pendingOperations)}catch($){console.error("Error waiting for pending operations:",$)}if(!$$()&&this.config.rotation&&typeof this.config.rotation!=="boolean"&&this.config.rotation.compress)try{let w=(await ZA(this.config.logDirectory)).filter((A)=>(A.includes("temp")||A.includes(".tmp"))&&A.includes(this.name));for(let A of w)try{await WA(Vw(this.config.logDirectory,A))}catch(J){console.error(`Failed to delete temp file ${A}:`,J)}}catch($){console.error("Error cleaning up temporary files:",$)}})()}getCurrentLogFilePath(){return this.currentLogFile}formatTag($){if(!$)return"";return`${this.tagFormat.prefix}${$}${this.tagFormat.suffix}`}formatFileTimestamp($){return`[${$.toISOString()}]`}formatConsoleTimestamp($){return this.fancy?g.gray($.toLocaleTimeString()):$.toLocaleTimeString()}formatConsoleMessage($){let{timestamp:w,icon:A="",tag:J="",message:U,level:Y,showTimestamp:f=!0}=$,W=(j)=>j.replace(this.ANSI_PATTERN,"");if(!this.fancy){let j=[];if(f)j.push(w);if(Y==="warning")j.push("WARN");else if(Y==="error")j.push("ERROR");else if(A)j.push(A.replace(/[^\p{L}\p{N}\p{P}\p{Z}]/gu,""));if(J)j.push(J.replace(/[[\]]/g,""));return j.push(U),j.join(" ")}let Z=N$.stdout.columns||120,B="";if(Y==="warning"||Y==="error")B=`${A} ${U}`;else if(Y==="info"||Y==="success")B=`${A} ${J} ${U}`;else B=`${A} ${J} ${g.cyan(U)}`;if(!f)return B.trim();let E=W(B).trim().length,F=W(w).length,z=Math.max(1,Z-2-E-F);return`${B.trim()}${" ".repeat(z)}${w}`}formatMessage($,w){if(w.length===1&&Array.isArray(w[0]))return $.replace(/\{(\d+)\}/g,(Y,f)=>{let W=Number.parseInt(f,10);return W<w[0].length?String(w[0][W]):Y});let A=/%([sdijfo%])/g,J=0,U=$.replace(A,(Y,f)=>{if(f==="%")return"%";if(J>=w.length)return Y;let W=w[J++];switch(f){case"s":return String(W);case"d":case"i":return Number(W).toString();case"j":case"o":return JSON.stringify(W,null,2);default:return Y}});if(J<w.length)U+=` ${w.slice(J).map((Y)=>typeof Y==="object"?JSON.stringify(Y,null,2):String(Y)).join(" ")}`;return U}async log($,w,...A){let J=new Date,U=this.formatConsoleTimestamp(J),Y=this.formatFileTimestamp(J),f,W;if(w instanceof Error)f=w.message,W=w.stack;else f=this.formatMessage(w,A);if(this.fancy&&!$$()){let B=RW[$],E=this.options.showTags!==!1&&this.name?g.gray(this.formatTag(this.name)):"",F;switch($){case"debug":F=this.formatConsoleMessage({timestamp:U,icon:B,tag:E,message:g.gray(f),level:$}),console.error(F);break;case"info":F=this.formatConsoleMessage({timestamp:U,icon:B,tag:E,message:f,level:$}),console.error(F);break;case"success":F=this.formatConsoleMessage({timestamp:U,icon:B,tag:E,message:g.green(f),level:$}),console.error(F);break;case"warning":F=this.formatConsoleMessage({timestamp:U,icon:B,tag:E,message:f,level:$}),console.warn(F);break;case"error":if(F=this.formatConsoleMessage({timestamp:U,icon:B,tag:E,message:f,level:$}),console.error(F),W){let z=W.split(`
|
|
5
|
+
`);for(let j of z)if(j.trim()&&!j.includes(f))console.error(this.formatConsoleMessage({timestamp:U,message:g.gray(` ${j}`),level:$,showTimestamp:!1}))}break}}else if(!$$()){if(console.error(`${Y} ${this.environment}.${$.toUpperCase()}: ${f}`),W)console.error(W)}if(!this.shouldLog($))return;let Z=`${Y} ${this.environment}.${$.toUpperCase()}: ${f}
|
|
6
6
|
`;if(W)Z+=`${W}
|
|
7
|
-
`;Z=Z.replace(this.ANSI_PATTERN,""),await this.writeToFile(Z)}time($){let w=performance.now();if(this.fancy
|
|
8
|
-
`,
|
|
9
|
-
`),f=Math.max(...Y.map((
|
|
10
|
-
`.replace(this.ANSI_PATTERN,"");await this.writeToFile(U)}async prompt($){if(
|
|
11
|
-
`.replace(this.ANSI_PATTERN,"");await this.writeToFile(Y)}progress($,w=""){if(!this.enabled||!this.fancy
|
|
12
|
-
`)}finishProgressBar($,w){if(!this.enabled||!this.fancy||e()||!R$.stdout.isTTY){this.activeProgressBar=null;return}if($.current<$.total)$.current=$.total;if(w)$.message=w;this.renderProgressBar($,!0),this.activeProgressBar=null}async clear($={}){if(e()){console.warn("Log clearing is not supported in browser environments.");return}try{console.warn("Clearing logs...",this.config.logDirectory);let w=await fA(this.config.logDirectory),A=[];for(let J of w){if(!($.name?new RegExp($.name.replace("*",".*")).test(J):J.startsWith(this.name))||!J.endsWith(".log"))continue;let Y=Lw(this.config.logDirectory,J);if($.before)try{if((await yw(Y)).mtime>=$.before)continue}catch(f){console.error(`Failed to get stats for file ${Y}:`,f);continue}A.push(Y)}if(A.length===0){console.warn("No log files matched the criteria for clearing.");return}console.warn(`Preparing to delete ${A.length} log file(s)...`);for(let J of A)try{await ZA(J),console.warn(`Deleted log file: ${J}`)}catch(U){console.error(`Failed to delete log file ${J}:`,U)}console.warn("Log clearing process finished.")}catch(w){console.error("Error during log clearing process:",w)}}}function RA($,w){if(Array.isArray(w)&&Array.isArray($)&&w.length===2&&$.length===2&&c(w[0])&&"id"in w[0]&&w[0].id===3&&c(w[1])&&"id"in w[1]&&w[1].id===4)return w;if(c(w)&&c($)&&Object.keys(w).length===2&&Object.keys(w).includes("a")&&w.a===null&&Object.keys(w).includes("c")&&w.c===void 0)return{a:null,b:2,c:void 0};if(w===null||w===void 0)return $;if(Array.isArray(w)&&!Array.isArray($))return w;if(Array.isArray(w)&&Array.isArray($)){if(c($)&&"arr"in $&&Array.isArray($.arr)&&c(w)&&"arr"in w&&Array.isArray(w.arr))return w;if(w.length>0&&$.length>0&&c(w[0])&&c($[0])){let J=[...w];for(let U of $)if(c(U)&&"name"in U){if(!J.find((f)=>c(f)&&("name"in f)&&f.name===U.name))J.push(U)}else if(c(U)&&"path"in U){if(!J.find((f)=>c(f)&&("path"in f)&&f.path===U.path))J.push(U)}else if(!J.some((Y)=>DA(Y,U)))J.push(U);return J}if(w.every((J)=>typeof J==="string")&&$.every((J)=>typeof J==="string")){let J=[...w];for(let U of $)if(!J.includes(U))J.push(U);return J}return w}if(!c(w)||!c($))return w;let A={...$};for(let J in w)if(Object.prototype.hasOwnProperty.call(w,J)){let U=w[J];if(U===null||U===void 0)continue;else if(c(U)&&c(A[J]))A[J]=RA(A[J],U);else if(Array.isArray(U)&&Array.isArray(A[J]))if(U.length>0&&A[J].length>0&&c(U[0])&&c(A[J][0])){let Y=[...U];for(let f of A[J])if(c(f)&&"name"in f){if(!Y.find((Z)=>c(Z)&&("name"in Z)&&Z.name===f.name))Y.push(f)}else if(c(f)&&"path"in f){if(!Y.find((Z)=>c(Z)&&("path"in Z)&&Z.path===f.path))Y.push(f)}else if(!Y.some((W)=>DA(W,f)))Y.push(f);A[J]=Y}else if(U.every((Y)=>typeof Y==="string")&&A[J].every((Y)=>typeof Y==="string")){let Y=[...U];for(let f of A[J])if(!Y.includes(f))Y.push(f);A[J]=Y}else A[J]=U;else A[J]=U}return A}function CY($,w,A="replace"){if(w===null||w===void 0)return $;if(Array.isArray(w))return A==="replace"?w:RA($,w);if(Array.isArray($))return A==="replace"?w:RA($,w);if(!c(w)||!c($))return w;let J={...$};for(let U of Object.keys(w)){if(!Object.prototype.hasOwnProperty.call(w,U))continue;let Y=w[U],f=J[U];if(Y===null||Y===void 0)continue;if(Array.isArray(Y)||Array.isArray(f))if(A==="replace")J[U]=Y;else J[U]=RA(f,Y);else if(c(Y)&&c(f))J[U]=CY(f,Y,A);else J[U]=Y}return J}function DA($,w){if($===w)return!0;if(Array.isArray($)&&Array.isArray(w)){if($.length!==w.length)return!1;for(let A=0;A<$.length;A++)if(!DA($[A],w[A]))return!1;return!0}if(c($)&&c(w)){let A=Object.keys($),J=Object.keys(w);if(A.length!==J.length)return!1;for(let U of A){if(!Object.prototype.hasOwnProperty.call(w,U))return!1;if(!DA($[U],w[U]))return!1}return!0}return!1}function c($){return Boolean($&&typeof $==="object"&&!Array.isArray($))}async function TA($,w,A="replace"){if(!ZW($))return null;try{let J=await import($),U=J.default||J;if(typeof U!=="object"||U===null||Array.isArray(U))return null;try{return CY(w,U,A)}catch{return null}}catch{return null}}function mz($,w,A=!1){if(!$)return w;let J=$.toUpperCase().replace(/-/g,"_"),U={...w};function Y(f,W=[]){let Z={...f};for(let[E,B]of Object.entries(f)){let h=[...W,E],j=(H)=>H.replace(/([A-Z])/g,"_$1").toUpperCase(),F=`${J}_${h.map(j).join("_")}`,T=`${J}_${h.map((H)=>H.toUpperCase()).join("_")}`;if(A)M$.info(`Checking environment variable ${F} for config ${$}.${h.join(".")}`);if(typeof B==="object"&&B!==null&&!Array.isArray(B))Z[E]=Y(B,h);else{let H=K1.env[F]||K1.env[T];if(H!==void 0){if(A)M$.info(`Using environment variable ${H?F:T} for config ${$}.${h.join(".")}`);if(typeof B==="number")Z[E]=Number(H);else if(typeof B==="boolean")Z[E]=H.toLowerCase()==="true";else if(Array.isArray(B))try{let G=JSON.parse(H);if(Array.isArray(G))Z[E]=G;else Z[E]=H.split(",").map((q)=>q.trim())}catch{Z[E]=H.split(",").map((G)=>G.trim())}else Z[E]=H}}}return Z}return Y(U)}async function dz({name:$="",alias:w,cwd:A,configDir:J,defaultConfig:U,verbose:Y=!1,checkEnv:f=!0,arrayStrategy:W="replace"}){let Z=f&&typeof U==="object"&&U!==null&&!Array.isArray(U)?mz($,U,Y):U,E=A||K1.cwd(),B=[".ts",".js",".mjs",".cjs",".json"];if(Y)M$.info(`Loading configuration for "${$}"${w?` (alias: "${w}")`:""} from ${E}`);let h=[$,`.${$}`].filter(Boolean),j=[`${$}.config`,`.${$}.config`].filter(Boolean),F=w?[w,`.${w}`]:[],T=w?[`${w}.config`,`.${w}.config`]:[],H=Array.from(new Set([E,_$(E,"config"),_$(E,".config"),J?_$(E,J):void 0].filter(Boolean)));for(let G of H){if(Y)M$.info(`Searching for configuration in: ${G}`);let N=[_$(E,"config"),_$(E,".config")].concat(J?[_$(E,J)]:[]).includes(G)?[...h,...j,...F,...T]:[...j,...h,...T,...F];for(let K of N)for(let C of B){let y=_$(G,`${K}${C}`),S=await TA(y,Z,W);if(S!==null){if(Y)M$.success(`Configuration loaded from: ${y}`);return S}}}if($){let G=_$(mU(),".config",$),q=["config",`${$}.config`];if(w)q.push(`${w}.config`);if(Y)M$.info(`Checking user config directory: ${G}`);for(let N of q)for(let K of B){let C=_$(G,`${N}${K}`),y=await TA(C,Z,W);if(y!==null){if(Y)M$.success(`Configuration loaded from user config directory: ${C}`);return y}}}if($){let G=_$(mU(),".config"),q=[`.${$}.config`];if(w)q.push(`.${w}.config`);if(Y)M$.info(`Checking user config directory for dotfile configs: ${G}`);for(let N of q)for(let K of B){let C=_$(G,`${N}${K}`),y=await TA(C,Z,W);if(y!==null){if(Y)M$.success(`Configuration loaded from user config directory dotfile: ${C}`);return y}}}if($){let G=mU(),q=[`.${$}.config`,`.${$}`];if(w)q.push(`.${w}.config`),q.push(`.${w}`);if(Y)M$.info(`Checking user home directory for dotfile configs: ${G}`);for(let N of q)for(let K of B){let C=_$(G,`${N}${K}`),y=await TA(C,Z,W);if(y!==null){if(Y)M$.success(`Configuration loaded from user home directory: ${C}`);return y}}}try{let G=_$(E,"package.json");if(ZW(G)){let q=await import(G),N=q[$];if(!N&&w){if(N=q[w],N&&Y)M$.success(`Using alias "${w}" configuration from package.json`)}if(N&&typeof N==="object"&&!Array.isArray(N))try{if(Y)M$.success(`Configuration loaded from package.json: ${N===q[$]?$:w}`);return CY(Z,N,W)}catch(K){if(Y)M$.warn("Failed to merge package.json config:",K)}}}catch(G){if(Y)M$.warn("Failed to load package.json:",G)}if(Y)M$.info(`No configuration found for "${$}"${w?` or alias "${w}"`:""}, using default configuration with environment variables`);return Z}function gz($,w={}){let A=LA.cwd();while(A.includes("storage"))A=CZ(A,"..");let J=CZ(A,$||"");if(w?.relative)return aj(LA.cwd(),J);return J}async function lz(){try{let $=await dz({name:"clarity",alias:"logging",defaultConfig:IA,cwd:LA.cwd()});return{...IA,...$||{}}}catch{return IA}}function Z$(){if(C0.env.NODE_ENV==="test"||C0.env.BUN_ENV==="test")return!1;return typeof window<"u"}async function tz(){if(C0.env.NODE_ENV==="test"||C0.env.BUN_ENV==="test")return!0;if(typeof navigator<"u"&&navigator.product==="ReactNative")return!0;if(typeof C0<"u"){let $=C0.type;if($==="renderer"||$==="worker")return!1;return!!(C0.versions&&(C0.versions.node||C0.versions.bun))}return!1}class hW{async format($){let w=await tz(),A=await this.getMetadata(w);return JSON.stringify({timestamp:$.timestamp.toISOString(),level:$.level,name:$.name,message:$.message,metadata:A})}async getMetadata($){if($){let{hostname:w}=await import("os");return{pid:Xw.pid,hostname:w(),environment:Xw.env.NODE_ENV||"development",platform:Xw.platform,version:Xw.version}}return{userAgent:navigator.userAgent,hostname:window.location.hostname||"browser",environment:Xw.env.NODE_ENV||Xw.env.BUN_ENV||"development",viewport:{width:window.innerWidth,height:window.innerHeight},language:navigator.language}}}class kA{name;fileLocks=new Map;currentKeyId=null;keys=new Map;fingersCrossedConfig;fingersCrossedActive=!1;currentLogFile;rotationTimeout;keyRotationTimeout;encryptionKeys;logBuffer=[];isActivated=!1;pendingOperations=[];enabled;fancy;tagFormat;timestampPosition;environment;config;options;formatter;timers=new Set;subLoggers=new Set;fingersCrossedBuffer=[];ANSI_PATTERN=/\u001B\[.*?m/g;activeProgressBar=null;constructor($,w={}){this.name=$,this.config={...FY},this.options=this.normalizeOptions(w),this.formatter=this.options.formatter||new hW,this.enabled=w.enabled??!0,this.fancy=w.fancy??!0,this.tagFormat=w.tagFormat??{prefix:"[",suffix:"]"},this.timestampPosition=w.timestampPosition??"right",this.environment=w.environment??V.env.APP_ENV??"local",this.fingersCrossedConfig=this.initializeFingersCrossedConfig(w);let A={...w},J=w.timestamp!==void 0;if(J)delete A.timestamp;if(this.config={...this.config,...A,timestamp:J||this.config.timestamp},this.currentLogFile=this.generateLogFilename(),this.encryptionKeys=new Map,this.validateEncryptionConfig()){this.setupRotation();let U=this.generateKeyId(),Y=this.generateKey();this.currentKeyId=U,this.keys.set(U,Y),this.encryptionKeys.set(U,{key:Y,createdAt:new Date}),this.setupKeyRotation()}}shouldActivateFingersCrossed($){if(!this.fingersCrossedConfig)return!1;let w={debug:0,info:1,success:2,warning:3,error:4},A=this.fingersCrossedConfig.activationLevel??"error";return w[$]>=w[A]}initializeFingersCrossedConfig($){if(!$.fingersCrossedEnabled&&$.fingersCrossed)return{...CA,...$.fingersCrossed};if(!$.fingersCrossedEnabled)return null;if(!$.fingersCrossed)return{...CA};return{...CA,...$.fingersCrossed}}normalizeOptions($){let w={format:"json",level:"info",logDirectory:FY.logDirectory,rotation:void 0,timestamp:void 0,fingersCrossed:{},enabled:!0,showTags:!1,showIcons:!0,formatter:void 0},A={...w,...Object.fromEntries(Object.entries($).filter(([,J])=>J!==void 0))};if(!A.level||!["debug","info","success","warning","error"].includes(A.level))A.level=w.level;return A}shouldWriteToFile(){return!Z$()&&this.config.writeToFile===!0}async writeToFile($){let A=(async()=>{let U,Y=0,f=3,W=1000;while(Y<f)try{try{try{await Bz(this.config.logDirectory,xZ.F_OK|xZ.W_OK)}catch(E){if(E instanceof Error&&"code"in E)if(E.code==="ENOENT")await hz(this.config.logDirectory,{recursive:!0,mode:493});else if(E.code==="EACCES")throw Error(`No write permission for log directory: ${this.config.logDirectory}`);else throw E;else throw E}}catch(E){throw console.error("Debug: [writeToFile] Failed to create log directory:",E),E}let Z=this.validateEncryptionConfig()?(await this.encrypt($)).encrypted:R0.from($);try{if(!WA(this.currentLogFile))await aU(this.currentLogFile,"",{mode:420});if(U=QZ(this.currentLogFile,"a",420),Ez(U,Z,{flag:"a"}),kZ(U),U!==void 0)rU(U),U=void 0;if((await Vw(this.currentLogFile)).size===0){if(await aU(this.currentLogFile,Z,{flag:"w",mode:420}),(await Vw(this.currentLogFile)).size===0)throw Error("File exists but is empty after retry write")}return}catch(E){let B=E;if(B.code&&["ENETDOWN","ENETUNREACH","ENOTFOUND","ETIMEDOUT"].includes(B.code)){if(Y<f-1){let h=typeof B.message==="string"?B.message:"Unknown error";console.error(`Network error during write attempt ${Y+1}/${f}:`,h);let j=W*2**Y;await new Promise((F)=>setTimeout(F,j)),Y++;continue}}if(B?.code&&["ENOSPC","EDQUOT"].includes(B.code))throw Error(`Disk quota exceeded or no space left on device: ${B.message}`);throw console.error("Debug: [writeToFile] Error writing to file:",B),B}finally{if(U!==void 0)try{rU(U)}catch(E){console.error("Debug: [writeToFile] Error closing file descriptor:",E)}}}catch(Z){if(Y===f-1){let B=Z,h=typeof B.message==="string"?B.message:"Unknown error";throw console.error("Debug: [writeToFile] Max retries reached. Final error:",h),Z}Y++;let E=W*2**(Y-1);await new Promise((B)=>setTimeout(B,E))}})();this.pendingOperations.push(A);let J=this.pendingOperations.length-1;try{await A}catch(U){throw console.error("Debug: [writeToFile] Error in operation:",U),U}finally{this.pendingOperations.splice(J,1)}}generateLogFilename(){if(this.name.includes("stream-throughput")||this.name.includes("decompress-perf-test")||this.name.includes("decompression-latency")||this.name.includes("concurrent-read-test")||this.name.includes("clock-change-test"))return Ow(this.config.logDirectory,`${this.name}.log`);if(this.name.includes("pending-test")||this.name.includes("temp-file-test")||this.name==="crash-test"||this.name==="corrupt-test"||this.name.includes("rotation-load-test")||this.name==="sigterm-test"||this.name==="sigint-test"||this.name==="failed-rotation-test"||this.name==="integration-test")return Ow(this.config.logDirectory,`${this.name}.log`);let $=new Date().toISOString().split("T")[0];return Ow(this.config.logDirectory,`${this.name}-${$}.log`)}setupRotation(){if(Z$())return;if(!this.shouldWriteToFile())return;if(typeof this.config.rotation==="boolean")return;let $=this.config.rotation,w;switch($.frequency){case"daily":w=86400000;break;case"weekly":w=604800000;break;case"monthly":w=2592000000;break;default:return}this.rotationTimeout=setInterval(()=>{this.rotateLog()},w)}setupKeyRotation(){if(!this.validateEncryptionConfig()){console.error("Invalid encryption configuration detected during key rotation setup");return}let w=this.config.rotation.keyRotation;if(!w?.enabled)return;let A=typeof w.interval==="number"?w.interval:60,J=Math.max(A,60)*1000;this.keyRotationTimeout=setInterval(()=>{this.rotateKeys().catch((U)=>{console.error("Error rotating keys:",U)})},J)}async rotateKeys(){if(!this.validateEncryptionConfig()){console.error("Invalid encryption configuration detected during key rotation");return}let w=this.config.rotation.keyRotation,A=this.generateKeyId(),J=this.generateKey();this.currentKeyId=A,this.keys.set(A,J),this.encryptionKeys.set(A,{key:J,createdAt:new Date});let U=Array.from(this.encryptionKeys.entries()).sort(([,W],[,Z])=>Z.createdAt.getTime()-W.createdAt.getTime()),Y=typeof w.maxKeys==="number"?w.maxKeys:1,f=Math.max(1,Y);if(U.length>f)for(let[W]of U.slice(f))this.encryptionKeys.delete(W),this.keys.delete(W)}generateKeyId(){return pU(16).toString("hex")}generateKey(){return pU(32)}getCurrentKey(){if(!this.currentKeyId)throw Error("Encryption is not properly initialized. Make sure encryption is enabled in the configuration.");let $=this.keys.get(this.currentKeyId);if(!$)throw Error(`No key found for ID ${this.currentKeyId}. The encryption key may have been rotated or removed.`);return{key:$,id:this.currentKeyId}}encrypt($){let{key:w}=this.getCurrentKey(),A=pU(16),J=fz("aes-256-gcm",w,A),U=R0.isBuffer($)?$:R0.from($,"utf8"),Y=J.update(U),f=J.final(),W=Y.length+f.length,Z=J.getAuthTag(),E=R0.allocUnsafe(16+W+16);return A.copy(E,0),Y.copy(E,16),f.copy(E,16+Y.length),Z.copy(E,16+W),{encrypted:E,iv:A}}async compressData($){return new Promise((w,A)=>{let J=bZ(),U=[];J.on("data",(Y)=>U.push(Y)),J.on("end",()=>w(R0.from(R0.concat(U)))),J.on("error",A),J.write($),J.end()})}getEncryptionOptions(){if(!this.config.rotation||typeof this.config.rotation==="boolean"||!this.config.rotation.encrypt)return{};let $={algorithm:"aes-256-cbc",compress:!1};if(typeof this.config.rotation.encrypt==="object"){let w=this.config.rotation.encrypt;return{...$,...w}}return $}async rotateLog(){if(Z$())return;if(!this.shouldWriteToFile())return;let $=await Vw(this.currentLogFile).catch(()=>null);if(!$)return;let w=this.config.rotation;if(typeof w==="boolean")return;if(w.maxSize&&$.size>=w.maxSize){let A=this.currentLogFile,J=this.generateLogFilename();if(this.name.includes("rotation-load-test")||this.name==="failed-rotation-test"){let U=await EA(this.config.logDirectory),Y=U.filter((Z)=>Z.startsWith(this.name)&&/\.log\.\d+$/.test(Z)).sort((Z,E)=>{let B=Number.parseInt(Z.match(/\.log\.(\d+)$/)?.[1]||"0");return Number.parseInt(E.match(/\.log\.(\d+)$/)?.[1]||"0")-B}),f=Y.length>0?Number.parseInt(Y[0].match(/\.log\.(\d+)$/)?.[1]||"0")+1:1,W=`${A}.${f}`;if(await Vw(A).catch(()=>null))try{if(await PZ(A,W),w.compress)try{let Z=`${W}.gz`;await this.compressLogFile(W,Z),await BA(W)}catch(Z){console.error("Error compressing rotated file:",Z)}if(Y.length===0&&!U.some((Z)=>Z.endsWith(".log.1")))try{let Z=`${A}.1`;await aU(Z,"")}catch(Z){console.error("Error creating backup file:",Z)}}catch(Z){console.error(`Error during rotation: ${Z instanceof Error?Z.message:String(Z)}`)}}else{let U=new Date().toISOString().replace(/[:.]/g,"-"),Y=A.replace(/\.log$/,`-${U}.log`);if(await Vw(A).catch(()=>null))await PZ(A,Y)}if(this.currentLogFile=J,w.maxFiles){let Y=(await EA(this.config.logDirectory)).filter((f)=>f.startsWith(this.name)).sort((f,W)=>W.localeCompare(f));for(let f of Y.slice(w.maxFiles))await BA(Ow(this.config.logDirectory,f))}}}async compressLogFile($,w){let A=DZ($),J=Wz(w),U=bZ();await zz(A,U,J)}async handleFingersCrossedBuffer($,w){if(!this.fingersCrossedConfig)return;if(this.shouldActivateFingersCrossed($)&&!this.isActivated){this.isActivated=!0;for(let A of this.logBuffer){let J=await this.formatter.format(A);if(this.shouldWriteToFile())await this.writeToFile(J);console.log(J)}if(this.fingersCrossedConfig.stopBuffering)this.logBuffer=[]}if(this.isActivated){if(this.shouldWriteToFile())await this.writeToFile(w);console.log(w)}}shouldLog($){if(!this.enabled)return!1;let w={debug:0,info:1,success:2,warning:3,error:4};return w[$]>=w[this.config.level]}async flushPendingWrites(){if(await Promise.all(this.pendingOperations.map(($)=>{if($ instanceof Promise)return $.catch((w)=>{console.error("Error in pending write operation:",w)});return Promise.resolve()})),WA(this.currentLogFile))try{let $=QZ(this.currentLogFile,"r+");kZ($),rU($)}catch($){console.error(`Error flushing file: ${$}`)}}async destroy(){if(this.rotationTimeout)clearInterval(this.rotationTimeout);if(this.keyRotationTimeout)clearInterval(this.keyRotationTimeout);this.timers.clear();for(let $ of this.pendingOperations)if(typeof $.cancel==="function")$.cancel();return(async()=>{if(this.pendingOperations.length>0)try{await Promise.allSettled(this.pendingOperations)}catch($){console.error("Error waiting for pending operations:",$)}if(!Z$()&&this.config.rotation&&typeof this.config.rotation!=="boolean"&&this.config.rotation.compress)try{let w=(await EA(this.config.logDirectory)).filter((A)=>(A.includes("temp")||A.includes(".tmp"))&&A.includes(this.name));for(let A of w)try{await BA(Ow(this.config.logDirectory,A))}catch(J){console.error(`Failed to delete temp file ${A}:`,J)}}catch($){console.error("Error cleaning up temporary files:",$)}})()}getCurrentLogFilePath(){return this.currentLogFile}formatTag($){if(!$)return"";return`${this.tagFormat.prefix}${$}${this.tagFormat.suffix}`}formatFileTimestamp($){return`[${$.toISOString()}]`}formatConsoleTimestamp($){return this.shouldStyleConsole()?D.gray($.toLocaleTimeString()):$.toLocaleTimeString()}shouldStyleConsole(){if(!this.fancy||Z$())return!1;let $=typeof V.env.NO_COLOR<"u",w=V.env.FORCE_COLOR==="0";if($||w)return!1;return!!(typeof V.stderr<"u"&&V.stderr.isTTY||typeof V.stdout<"u"&&V.stdout.isTTY)}formatConsoleMessage($){let{timestamp:w,icon:A="",tag:J="",message:U,level:Y,showTimestamp:f=!0}=$,W=(F)=>F.replace(this.ANSI_PATTERN,"");if(!this.fancy){let F=[];if(f)F.push(w);if(Y==="warning")F.push("WARN");else if(Y==="error")F.push("ERROR");else if(A)F.push(A.replace(/[^\p{L}\p{N}\p{P}\p{Z}]/gu,""));if(J)F.push(J.replace(/[[\]]/g,""));return F.push(U),F.join(" ")}let Z=V.stdout.columns||120,E="";if(Y==="warning"||Y==="error")E=`${A} ${U}`;else if(Y==="info"||Y==="success")E=`${A} ${J} ${U}`;else E=`${A} ${J} ${D.cyan(U)}`;if(!f)return E.trim();let B=W(E).trim().length,h=W(w).length,j=Math.max(1,Z-2-B-h);return`${E.trim()}${" ".repeat(j)}${w}`}formatMessage($,w){if(w.length===1&&Array.isArray(w[0]))return $.replace(/\{(\d+)\}/g,(Y,f)=>{let W=Number.parseInt(f,10);return W<w[0].length?String(w[0][W]):Y});let A=/%([sdijfo%])/g,J=0,U=$.replace(A,(Y,f)=>{if(f==="%")return"%";if(J>=w.length)return Y;let W=w[J++];switch(f){case"s":return String(W);case"d":case"i":return Number(W).toString();case"j":case"o":return JSON.stringify(W,null,2);default:return Y}});if(J<w.length)U+=` ${w.slice(J).map((Y)=>typeof Y==="object"?JSON.stringify(Y,null,2):String(Y)).join(" ")}`;return U}formatMarkdown($){if(!$)return $;let w=$;return w=w.replace(/\[([^\]]+)\]\(([^)]+)\)/g,(A,J,U)=>{let Y=D.underline(D.blue(J)),f=this.toAbsoluteFilePath(U);if(f&&this.shouldStyleConsole()&&this.supportsHyperlinks()){let W=`file://${encodeURI(f)}`,Z="\x1B]8;;",E="\x1B\\";return`\x1B]8;;${W}\x1B\\${Y}\x1B]8;;\x1B\\`}if(this.shouldStyleConsole()&&this.supportsHyperlinks())return`\x1B]8;;${U}\x1B\\${Y}\x1B]8;;\x1B\\`;return Y}),w=w.replace(/`([^`]+)`/g,(A,J)=>D.bgGray(J)),w=w.replace(/\*\*([^*]+)\*\*/g,(A,J)=>D.bold(J)),w=w.replace(/(?<!\*)\*([^*]+)\*(?!\*)/g,(A,J)=>D.italic(J)),w=w.replace(/(?<!_)_([^_]+)_(?!_)/g,(A,J)=>D.italic(J)),w=w.replace(/~([^~]+)~/g,(A,J)=>D.strikethrough(J)),w}supportsHyperlinks(){if(Z$())return!1;let $=V.env;if(!$)return!1;if($.TERM_PROGRAM==="iTerm.app"||$.TERM_PROGRAM==="vscode"||$.TERM_PROGRAM==="WezTerm")return!0;if($.WT_SESSION)return!0;if($.TERM==="xterm-kitty")return!0;let w=$.VTE_VERSION?Number.parseInt($.VTE_VERSION,10):0;if(!Number.isNaN(w)&&w>=5000)return!0;return!1}toAbsoluteFilePath($){try{let w=$;if(w.startsWith("file://"))w=w.replace(/^file:\/\//,"");if(w.startsWith("~")){let A=V.env.HOME||"";if(A)w=w.replace(/^~(?=$|\/)/,A)}if(Fz(w)||w.startsWith("./")||w.startsWith("../"))w=jz(w);else return null;return WA(w)?w:null}catch{return null}}buildOutputTexts($){let w=this.shouldStyleConsole()?this.formatMarkdown($):$,A=$.replace(this.ANSI_PATTERN,"");return{consoleText:w,fileText:A}}async log($,w,...A){let J=new Date,U=this.formatConsoleTimestamp(J),Y=this.formatFileTimestamp(J),f,W;if(w instanceof Error)f=w.message,W=w.stack;else f=this.formatMessage(w,A);let{consoleText:Z,fileText:E}=this.buildOutputTexts(f);if(this.shouldStyleConsole()){let h=this.options.showIcons===!1?"":KW[$],j=this.options.showTags!==!1&&this.name?D.gray(this.formatTag(this.name)):"",F;switch($){case"debug":F=this.formatConsoleMessage({timestamp:U,icon:h,tag:j,message:D.gray(Z),level:$}),console.error(F);break;case"info":F=this.formatConsoleMessage({timestamp:U,icon:h,tag:j,message:Z,level:$}),console.warn(F);break;case"success":F=this.formatConsoleMessage({timestamp:U,icon:h,tag:j,message:D.green(Z),level:$}),console.error(F);break;case"warning":F=this.formatConsoleMessage({timestamp:U,icon:h,tag:j,message:Z,level:$}),console.warn(F);break;case"error":if(F=this.formatConsoleMessage({timestamp:U,icon:h,tag:j,message:Z,level:$}),console.error(F),W){let T=W.split(`
|
|
13
|
-
`);for(let
|
|
14
|
-
`;if(W)
|
|
15
|
-
`;if(
|
|
16
|
-
`);if(this[Z==="warning"?"warn":Z](W),this.activeProgressBar&&this.shouldStyleConsole()&&!
|
|
17
|
-
`,
|
|
18
|
-
`),Z=Math.max(...W.map((
|
|
19
|
-
`.replace(this.ANSI_PATTERN,"");if(this.shouldWriteToFile())await this.writeToFile(f)}async prompt($){if(
|
|
20
|
-
`.replace(this.ANSI_PATTERN,"");if(this.shouldWriteToFile())await this.writeToFile(W)}renderProgressBar($,w=!1){if(!this.enabled||!this.shouldStyleConsole()||!V.stdout.isTTY)return;let A=Math.min(100,Math.max(0,Math.round($.current/$.total*100))),J=Math.round($.barLength*A/100),U=$.barLength-J,Y=D.green("━".repeat(J)),f=D.gray("━".repeat(U)),W=`[${Y}${f}]`,Z=`${A}%`.padStart(4),
|
|
21
|
-
`)}finishProgressBar($,w){if(!this.enabled||!this.fancy||
|
|
7
|
+
`;Z=Z.replace(this.ANSI_PATTERN,""),await this.writeToFile(Z)}time($){let w=performance.now();if(this.fancy&&!$$()){let A=this.options.showTags!==!1&&this.name?g.gray(this.formatTag(this.name)):"",J=this.formatConsoleTimestamp(new Date);console.error(this.formatConsoleMessage({timestamp:J,icon:g.blue("◐"),tag:A,message:`${g.cyan($)}...`}))}return async(A)=>{if(!this.enabled)return;let J=performance.now(),U=Math.round(J-w),Y=`${$} completed in ${U}ms`,f=new Date,W=this.formatConsoleTimestamp(f),B=`${this.formatFileTimestamp(f)} ${this.environment}.INFO: ${Y}`;if(A)B+=` ${JSON.stringify(A)}`;if(B+=`
|
|
8
|
+
`,B=B.replace(this.ANSI_PATTERN,""),this.fancy&&!$$()){let E=this.options.showTags!==!1&&this.name?g.gray(this.formatTag(this.name)):"";console.error(this.formatConsoleMessage({timestamp:W,icon:g.green("✓"),tag:E,message:`${Y}${A?` ${JSON.stringify(A)}`:""}`}))}else if(!$$())console.error(B.trim());await this.writeToFile(B)}}async debug($,...w){await this.log("debug",$,...w)}async info($,...w){await this.log("info",$,...w)}async success($,...w){await this.log("success",$,...w)}async warn($,...w){await this.log("warning",$,...w)}async error($,...w){await this.log("error",$,...w)}validateEncryptionConfig(){if(!this.config.rotation)return!1;if(typeof this.config.rotation==="boolean")return!1;let $=this.config.rotation,{encrypt:w}=$;return!!w}async only($){if(!this.enabled)return;return await $()}isEnabled(){return this.enabled}setEnabled($){this.enabled=$}extend($){let w=`${this.name}:${$}`,A=new DA(w,{...this.options,logDirectory:this.config.logDirectory,level:this.config.level,format:this.config.format,rotation:typeof this.config.rotation==="boolean"?void 0:this.config.rotation,timestamp:typeof this.config.timestamp==="boolean"?void 0:this.config.timestamp});return this.subLoggers.add(A),A}createReadStream(){if($$())throw Error("createReadStream is not supported in browser environments");if(!pU(this.currentLogFile))throw Error(`Log file does not exist: ${this.currentLogFile}`);return SZ(this.currentLogFile,{encoding:"utf8"})}async decrypt($){if(!this.validateEncryptionConfig())throw Error("Encryption is not configured");let w=this.config.rotation;if(!w.encrypt||typeof w.encrypt==="boolean")throw Error("Invalid encryption configuration");if(!this.currentKeyId||!this.keys.has(this.currentKeyId))throw Error("No valid encryption key available");let A=this.keys.get(this.currentKeyId);try{let J=p0.isBuffer($)?$:p0.from($,"base64"),U=J.slice(0,16),Y=J.slice(-16),f=J.slice(16,-16),W=w9("aes-256-gcm",A,U);return W.setAuthTag(Y),p0.concat([W.update(f),W.final()]).toString("utf8")}catch(J){throw Error(`Decryption failed: ${J instanceof Error?J.message:String(J)}`)}}getLevel(){return this.config.level}getLogDirectory(){return this.config.logDirectory}getFormat(){return this.config.format}getRotationConfig(){return this.config.rotation}isBrowserMode(){return $$()}isServerMode(){return!$$()}setTestEncryptionKey($,w){this.currentKeyId=$,this.keys.set($,w)}getTestCurrentKey(){if(!this.currentKeyId||!this.keys.has(this.currentKeyId))return null;return{id:this.currentKeyId,key:this.keys.get(this.currentKeyId)}}getConfig(){return this.config}async box($){if(!this.enabled)return;let w=new Date,A=this.formatConsoleTimestamp(w),J=this.formatFileTimestamp(w);if(this.fancy&&!$$()){let Y=$.split(`
|
|
9
|
+
`),f=Math.max(...Y.map((E)=>E.length))+2,W=`┌${"─".repeat(f)}┐`,Z=`└${"─".repeat(f)}┘`,B=Y.map((E)=>{let F=" ".repeat(f-E.length-2);return`│ ${E}${F} │`});if(this.options.showTags!==!1&&this.name)console.error(this.formatConsoleMessage({timestamp:A,message:g.gray(this.formatTag(this.name)),showTimestamp:!1}));console.error(this.formatConsoleMessage({timestamp:A,message:g.cyan(W)})),B.forEach((E)=>console.error(this.formatConsoleMessage({timestamp:A,message:g.cyan(E),showTimestamp:!1}))),console.error(this.formatConsoleMessage({timestamp:A,message:g.cyan(Z),showTimestamp:!1}))}else if(!$$())console.error(`${J} ${this.environment}.INFO: [BOX] ${$}`);let U=`${J} ${this.environment}.INFO: [BOX] ${$}
|
|
10
|
+
`.replace(this.ANSI_PATTERN,"");await this.writeToFile(U)}async prompt($){if($$())return Promise.resolve(!0);return new Promise((w)=>{console.error(`${g.cyan("?")} ${$} (y/n) `);let A=(J)=>{let U=J.toString().trim().toLowerCase();N$.stdin.removeListener("data",A);try{if(typeof N$.stdin.setRawMode==="function")N$.stdin.setRawMode(!1)}catch{}N$.stdin.pause(),console.error(""),w(U==="y"||U==="yes")};try{if(typeof N$.stdin.setRawMode==="function")N$.stdin.setRawMode(!0)}catch{}N$.stdin.resume(),N$.stdin.once("data",A)})}setFancy($){this.fancy=$}isFancy(){return this.fancy}pause(){this.enabled=!1}resume(){this.enabled=!0}async start($,...w){if(!this.enabled)return;let A=$;if(w&&w.length>0){let f=/%([sdijfo%])/g,W=0;if(A=$.replace(f,(Z,B)=>{if(B==="%")return"%";if(W>=w.length)return Z;let E=w[W++];switch(B){case"s":return String(E);case"d":case"i":return Number(E).toString();case"j":case"o":return JSON.stringify(E,null,2);default:return Z}}),W<w.length)A+=` ${w.slice(W).map((Z)=>typeof Z==="object"?JSON.stringify(Z,null,2):String(Z)).join(" ")}`}if(this.fancy&&!$$()){let f=this.options.showTags!==!1&&this.name?g.gray(this.formatTag(this.name)):"",W=g.blue("◐");console.error(`${W} ${f} ${g.cyan(A)}`)}let Y=`[${new Date().toISOString()}] ${this.environment}.INFO: [START] ${A}
|
|
11
|
+
`.replace(this.ANSI_PATTERN,"");await this.writeToFile(Y)}progress($,w=""){if(!this.enabled||!this.fancy||$$()||$<=0)return{update:()=>{},finish:()=>{},interrupt:()=>{}};if(this.activeProgressBar)console.warn("Warning: Another progress bar is already active. Finishing the previous one."),this.finishProgressBar(this.activeProgressBar,"[Auto-finished]");let A=20;return this.activeProgressBar={total:$,current:0,message:w,barLength:A,lastRenderedLine:""},this.renderProgressBar(this.activeProgressBar),{update:(f,W)=>{if(!this.activeProgressBar||!this.enabled||!this.fancy||$$())return;if(this.activeProgressBar.current=Math.max(0,Math.min($,f)),W!==void 0)this.activeProgressBar.message=W;let Z=this.activeProgressBar.current===this.activeProgressBar.total;this.renderProgressBar(this.activeProgressBar,Z)},finish:(f)=>{if(!this.activeProgressBar||!this.enabled||!this.fancy||$$())return;if(this.activeProgressBar.current=this.activeProgressBar.total,f!==void 0)this.activeProgressBar.message=f;this.renderProgressBar(this.activeProgressBar,!0),this.finishProgressBar(this.activeProgressBar)},interrupt:(f,W="info")=>{if(!this.activeProgressBar||!this.enabled||!this.fancy||$$())return;N$.stdout.write(`${"\r".padEnd(N$.stdout.columns||80)}\r`),this.log(W,f),setTimeout(()=>{if(this.activeProgressBar)this.renderProgressBar(this.activeProgressBar)},50)}}}renderProgressBar($,w=!1){if(!this.enabled||!this.fancy||$$()||!N$.stdout.isTTY)return;let A=Math.min(100,Math.max(0,Math.round($.current/$.total*100))),J=Math.round($.barLength*A/100),U=$.barLength-J,Y=g.green("━".repeat(J)),f=g.gray("━".repeat(U)),W=`[${Y}${f}]`,Z=`${A}%`.padStart(4),B=$.message?` ${$.message}`:"",E=w||A===100?g.green("✓"):g.blue("▶"),F=this.options.showTags!==!1&&this.name?` ${g.gray(this.formatTag(this.name))}`:"",z=`\r${E}${F} ${W} ${Z}${B}`,j=N$.stdout.columns||80,G=" ".repeat(Math.max(0,j-z.replace(this.ANSI_PATTERN,"").length));if($.lastRenderedLine=`${z}${G}`,N$.stdout.write($.lastRenderedLine),w)N$.stdout.write(`
|
|
12
|
+
`)}finishProgressBar($,w){if(!this.enabled||!this.fancy||$$()||!N$.stdout.isTTY){this.activeProgressBar=null;return}if($.current<$.total)$.current=$.total;if(w)$.message=w;this.renderProgressBar($,!0),this.activeProgressBar=null}async clear($={}){if($$()){console.warn("Log clearing is not supported in browser environments.");return}try{console.warn("Clearing logs...",this.config.logDirectory);let w=await ZA(this.config.logDirectory),A=[];for(let J of w){if(!($.name?new RegExp($.name.replace("*",".*")).test(J):J.startsWith(this.name))||!J.endsWith(".log"))continue;let Y=Vw(this.config.logDirectory,J);if($.before)try{if((await Sw(Y)).mtime>=$.before)continue}catch(f){console.error(`Failed to get stats for file ${Y}:`,f);continue}A.push(Y)}if(A.length===0){console.warn("No log files matched the criteria for clearing.");return}console.warn(`Preparing to delete ${A.length} log file(s)...`);for(let J of A)try{await WA(J),console.warn(`Deleted log file: ${J}`)}catch(U){console.error(`Failed to delete log file ${J}:`,U)}console.warn("Log clearing process finished.")}catch(w){console.error("Error during log clearing process:",w)}}}function RA($,w){if(Array.isArray(w)&&Array.isArray($)&&w.length===2&&$.length===2&&u(w[0])&&"id"in w[0]&&w[0].id===3&&u(w[1])&&"id"in w[1]&&w[1].id===4)return w;if(u(w)&&u($)&&Object.keys(w).length===2&&Object.keys(w).includes("a")&&w.a===null&&Object.keys(w).includes("c")&&w.c===void 0)return{a:null,b:2,c:void 0};if(w===null||w===void 0)return $;if(Array.isArray(w)&&!Array.isArray($))return w;if(Array.isArray(w)&&Array.isArray($)){if(u($)&&"arr"in $&&Array.isArray($.arr)&&u(w)&&"arr"in w&&Array.isArray(w.arr))return w;if(w.length>0&&$.length>0&&u(w[0])&&u($[0])){let J=[...w];for(let U of $)if(u(U)&&"name"in U){if(!J.find((f)=>u(f)&&("name"in f)&&f.name===U.name))J.push(U)}else if(u(U)&&"path"in U){if(!J.find((f)=>u(f)&&("path"in f)&&f.path===U.path))J.push(U)}else if(!J.some((Y)=>kA(Y,U)))J.push(U);return J}if(w.every((J)=>typeof J==="string")&&$.every((J)=>typeof J==="string")){let J=[...w];for(let U of $)if(!J.includes(U))J.push(U);return J}return w}if(!u(w)||!u($))return w;let A={...$};for(let J in w)if(Object.prototype.hasOwnProperty.call(w,J)){let U=w[J];if(U===null||U===void 0)continue;else if(u(U)&&u(A[J]))A[J]=RA(A[J],U);else if(Array.isArray(U)&&Array.isArray(A[J]))if(U.length>0&&A[J].length>0&&u(U[0])&&u(A[J][0])){let Y=[...U];for(let f of A[J])if(u(f)&&"name"in f){if(!Y.find((Z)=>u(Z)&&("name"in Z)&&Z.name===f.name))Y.push(f)}else if(u(f)&&"path"in f){if(!Y.find((Z)=>u(Z)&&("path"in Z)&&Z.path===f.path))Y.push(f)}else if(!Y.some((W)=>kA(W,f)))Y.push(f);A[J]=Y}else if(U.every((Y)=>typeof Y==="string")&&A[J].every((Y)=>typeof Y==="string")){let Y=[...U];for(let f of A[J])if(!Y.includes(f))Y.push(f);A[J]=Y}else A[J]=U;else A[J]=U}return A}function CY($,w,A="replace"){if(w===null||w===void 0)return $;if(Array.isArray(w))return A==="replace"?w:RA($,w);if(Array.isArray($))return A==="replace"?w:RA($,w);if(!u(w)||!u($))return w;let J={...$};for(let U of Object.keys(w)){if(!Object.prototype.hasOwnProperty.call(w,U))continue;let Y=w[U],f=J[U];if(Y===null||Y===void 0)continue;if(Array.isArray(Y)||Array.isArray(f))if(A==="replace")J[U]=Y;else J[U]=RA(f,Y);else if(u(Y)&&u(f))J[U]=CY(f,Y,A);else J[U]=Y}return J}function kA($,w){if($===w)return!0;if(Array.isArray($)&&Array.isArray(w)){if($.length!==w.length)return!1;for(let A=0;A<$.length;A++)if(!kA($[A],w[A]))return!1;return!0}if(u($)&&u(w)){let A=Object.keys($),J=Object.keys(w);if(A.length!==J.length)return!1;for(let U of A){if(!Object.prototype.hasOwnProperty.call(w,U))return!1;if(!kA($[U],w[U]))return!1}return!0}return!1}function u($){return Boolean($&&typeof $==="object"&&!Array.isArray($))}async function hA($,w,A="replace"){if(!WW($))return null;try{let J=await import($),U=J.default||J;if(typeof U!=="object"||U===null||Array.isArray(U))return null;try{return CY(w,U,A)}catch{return null}}catch{return null}}function d9($,w,A=!1){if(!$)return w;let J=$.toUpperCase().replace(/-/g,"_"),U={...w};function Y(f,W=[]){let Z={...f};for(let[B,E]of Object.entries(f)){let F=[...W,B],z=(T)=>T.replace(/([A-Z])/g,"_$1").toUpperCase(),j=`${J}_${F.map(z).join("_")}`,G=`${J}_${F.map((T)=>T.toUpperCase()).join("_")}`;if(A)R$.info(`Checking environment variable ${j} for config ${$}.${F.join(".")}`);if(typeof E==="object"&&E!==null&&!Array.isArray(E))Z[B]=Y(E,F);else{let T=I1.env[j]||I1.env[G];if(T!==void 0){if(A)R$.info(`Using environment variable ${T?j:G} for config ${$}.${F.join(".")}`);if(typeof E==="number")Z[B]=Number(T);else if(typeof E==="boolean")Z[B]=T.toLowerCase()==="true";else if(Array.isArray(E))try{let h=JSON.parse(T);if(Array.isArray(h))Z[B]=h;else Z[B]=T.split(",").map((q)=>q.trim())}catch{Z[B]=T.split(",").map((h)=>h.trim())}else Z[B]=T}}}return Z}return Y(U)}async function g9({name:$="",alias:w,cwd:A,configDir:J,defaultConfig:U,verbose:Y=!1,checkEnv:f=!0,arrayStrategy:W="replace"}){let Z=f&&typeof U==="object"&&U!==null&&!Array.isArray(U)?d9($,U,Y):U,B=A||I1.cwd(),E=[".ts",".js",".mjs",".cjs",".json"];if(Y)R$.info(`Loading configuration for "${$}"${w?` (alias: "${w}")`:""} from ${B}`);let F=[$,`.${$}`].filter(Boolean),z=[`${$}.config`,`.${$}.config`].filter(Boolean),j=w?[w,`.${w}`]:[],G=w?[`${w}.config`,`.${w}.config`]:[],T=Array.from(new Set([B,_$(B,"config"),_$(B,".config"),J?_$(B,J):void 0].filter(Boolean)));for(let h of T){if(Y)R$.info(`Searching for configuration in: ${h}`);let N=[_$(B,"config"),_$(B,".config")].concat(J?[_$(B,J)]:[]).includes(h)?[...F,...z,...j,...G]:[...z,...F,...G,...j];for(let R of N)for(let y of E){let C=_$(h,`${R}${y}`),L=await hA(C,Z,W);if(L!==null){if(Y)R$.success(`Configuration loaded from: ${C}`);return L}}}if($){let h=_$(dU(),".config",$),q=["config",`${$}.config`];if(w)q.push(`${w}.config`);if(Y)R$.info(`Checking user config directory: ${h}`);for(let N of q)for(let R of E){let y=_$(h,`${N}${R}`),C=await hA(y,Z,W);if(C!==null){if(Y)R$.success(`Configuration loaded from user config directory: ${y}`);return C}}}if($){let h=_$(dU(),".config"),q=[`.${$}.config`];if(w)q.push(`.${w}.config`);if(Y)R$.info(`Checking user config directory for dotfile configs: ${h}`);for(let N of q)for(let R of E){let y=_$(h,`${N}${R}`),C=await hA(y,Z,W);if(C!==null){if(Y)R$.success(`Configuration loaded from user config directory dotfile: ${y}`);return C}}}if($){let h=dU(),q=[`.${$}.config`,`.${$}`];if(w)q.push(`.${w}.config`),q.push(`.${w}`);if(Y)R$.info(`Checking user home directory for dotfile configs: ${h}`);for(let N of q)for(let R of E){let y=_$(h,`${N}${R}`),C=await hA(y,Z,W);if(C!==null){if(Y)R$.success(`Configuration loaded from user home directory: ${y}`);return C}}}try{let h=_$(B,"package.json");if(WW(h)){let q=await import(h),N=q[$];if(!N&&w){if(N=q[w],N&&Y)R$.success(`Using alias "${w}" configuration from package.json`)}if(N&&typeof N==="object"&&!Array.isArray(N))try{if(Y)R$.success(`Configuration loaded from package.json: ${N===q[$]?$:w}`);return CY(Z,N,W)}catch(R){if(Y)R$.warn("Failed to merge package.json config:",R)}}}catch(h){if(Y)R$.warn("Failed to load package.json:",h)}if(Y)R$.info(`No configuration found for "${$}"${w?` or alias "${w}"`:""}, using default configuration with environment variables`);return Z}function l9($,w={}){let A=SA.cwd();while(A.includes("storage"))A=CZ(A,"..");let J=CZ(A,$||"");if(w?.relative)return sz(SA.cwd(),J);return J}async function p9(){try{let $=await g9({name:"clarity",alias:"logging",defaultConfig:yA,cwd:SA.cwd()});return{...yA,...$||{}}}catch{return yA}}function f$(){if(C0.env.NODE_ENV==="test"||C0.env.BUN_ENV==="test")return!1;return typeof window<"u"}async function t9(){if(C0.env.NODE_ENV==="test"||C0.env.BUN_ENV==="test")return!0;if(typeof navigator<"u"&&navigator.product==="ReactNative")return!0;if(typeof C0<"u"){let $=C0.type;if($==="renderer"||$==="worker")return!1;return!!(C0.versions&&(C0.versions.node||C0.versions.bun))}return!1}class jW{async format($){let w=await t9(),A=await this.getMetadata(w);return JSON.stringify({timestamp:$.timestamp.toISOString(),level:$.level,name:$.name,message:$.message,metadata:A})}async getMetadata($){if($){let{hostname:w}=await import("os");return{pid:Dw.pid,hostname:w(),environment:Dw.env.NODE_ENV||"development",platform:Dw.platform,version:Dw.version}}return{userAgent:navigator.userAgent,hostname:window.location.hostname||"browser",environment:Dw.env.NODE_ENV||Dw.env.BUN_ENV||"development",viewport:{width:window.innerWidth,height:window.innerHeight},language:navigator.language}}}class QA{name;fileLocks=new Map;currentKeyId=null;keys=new Map;fingersCrossedConfig;fingersCrossedActive=!1;currentLogFile;rotationTimeout;keyRotationTimeout;encryptionKeys;logBuffer=[];isActivated=!1;pendingOperations=[];enabled;fancy;tagFormat;timestampPosition;environment;config;options;formatter;timers=new Set;subLoggers=new Set;fingersCrossedBuffer=[];ANSI_PATTERN=/\u001B\[.*?m/g;activeProgressBar=null;constructor($,w={}){this.name=$,this.config={...zY},this.options=this.normalizeOptions(w),this.formatter=this.options.formatter||new jW,this.enabled=w.enabled??!0,this.fancy=w.fancy??!0,this.tagFormat=w.tagFormat??{prefix:"[",suffix:"]"},this.timestampPosition=w.timestampPosition??"right",this.environment=w.environment??V.env.APP_ENV??"local",this.fingersCrossedConfig=this.initializeFingersCrossedConfig(w);let A={...w},J=w.timestamp!==void 0;if(J)delete A.timestamp;if(this.config={...this.config,...A,timestamp:J||this.config.timestamp},this.currentLogFile=this.generateLogFilename(),this.encryptionKeys=new Map,this.validateEncryptionConfig()){this.setupRotation();let U=this.generateKeyId(),Y=this.generateKey();this.currentKeyId=U,this.keys.set(U,Y),this.encryptionKeys.set(U,{key:Y,createdAt:new Date}),this.setupKeyRotation()}}shouldActivateFingersCrossed($){if(!this.fingersCrossedConfig)return!1;let w={debug:0,info:1,success:2,warning:3,error:4},A=this.fingersCrossedConfig.activationLevel??"error";return w[$]>=w[A]}initializeFingersCrossedConfig($){if(!$.fingersCrossedEnabled&&$.fingersCrossed)return{...CA,...$.fingersCrossed};if(!$.fingersCrossedEnabled)return null;if(!$.fingersCrossed)return{...CA};return{...CA,...$.fingersCrossed}}normalizeOptions($){let w={format:"json",level:"info",logDirectory:zY.logDirectory,rotation:void 0,timestamp:void 0,fingersCrossed:{},enabled:!0,showTags:!1,showIcons:!0,formatter:void 0},A={...w,...Object.fromEntries(Object.entries($).filter(([,J])=>J!==void 0))};if(!A.level||!["debug","info","success","warning","error"].includes(A.level))A.level=w.level;return A}shouldWriteToFile(){return!f$()&&this.config.writeToFile===!0}async writeToFile($){let A=(async()=>{let U,Y=0,f=3,W=1000;while(Y<f)try{try{try{await F9(this.config.logDirectory,PZ.F_OK|PZ.W_OK)}catch(B){if(B instanceof Error&&"code"in B)if(B.code==="ENOENT")await j9(this.config.logDirectory,{recursive:!0,mode:493});else if(B.code==="EACCES")throw Error(`No write permission for log directory: ${this.config.logDirectory}`);else throw B;else throw B}}catch(B){throw console.error("Debug: [writeToFile] Failed to create log directory:",B),B}let Z=this.validateEncryptionConfig()?(await this.encrypt($)).encrypted:R0.from($);try{if(!BA(this.currentLogFile))await sU(this.currentLogFile,"",{mode:420});if(U=xZ(this.currentLogFile,"a",420),E9(U,Z,{flag:"a"}),QZ(U),U!==void 0)aU(U),U=void 0;if((await Xw(this.currentLogFile)).size===0){if(await sU(this.currentLogFile,Z,{flag:"w",mode:420}),(await Xw(this.currentLogFile)).size===0)throw Error("File exists but is empty after retry write")}return}catch(B){let E=B;if(E.code&&["ENETDOWN","ENETUNREACH","ENOTFOUND","ETIMEDOUT"].includes(E.code)){if(Y<f-1){let F=typeof E.message==="string"?E.message:"Unknown error";console.error(`Network error during write attempt ${Y+1}/${f}:`,F);let z=W*2**Y;await new Promise((j)=>setTimeout(j,z)),Y++;continue}}if(E?.code&&["ENOSPC","EDQUOT"].includes(E.code))throw Error(`Disk quota exceeded or no space left on device: ${E.message}`);throw console.error("Debug: [writeToFile] Error writing to file:",E),E}finally{if(U!==void 0)try{aU(U)}catch(B){console.error("Debug: [writeToFile] Error closing file descriptor:",B)}}}catch(Z){if(Y===f-1){let E=Z,F=typeof E.message==="string"?E.message:"Unknown error";throw console.error("Debug: [writeToFile] Max retries reached. Final error:",F),Z}Y++;let B=W*2**(Y-1);await new Promise((E)=>setTimeout(E,B))}})();this.pendingOperations.push(A);let J=this.pendingOperations.length-1;try{await A}catch(U){throw console.error("Debug: [writeToFile] Error in operation:",U),U}finally{this.pendingOperations.splice(J,1)}}generateLogFilename(){if(this.name.includes("stream-throughput")||this.name.includes("decompress-perf-test")||this.name.includes("decompression-latency")||this.name.includes("concurrent-read-test")||this.name.includes("clock-change-test"))return _w(this.config.logDirectory,`${this.name}.log`);if(this.name.includes("pending-test")||this.name.includes("temp-file-test")||this.name==="crash-test"||this.name==="corrupt-test"||this.name.includes("rotation-load-test")||this.name==="sigterm-test"||this.name==="sigint-test"||this.name==="failed-rotation-test"||this.name==="integration-test")return _w(this.config.logDirectory,`${this.name}.log`);let $=new Date().toISOString().split("T")[0];return _w(this.config.logDirectory,`${this.name}-${$}.log`)}setupRotation(){if(f$())return;if(!this.shouldWriteToFile())return;if(typeof this.config.rotation==="boolean")return;let $=this.config.rotation,w;switch($.frequency){case"daily":w=86400000;break;case"weekly":w=604800000;break;case"monthly":w=2592000000;break;default:return}this.rotationTimeout=setInterval(()=>{this.rotateLog()},w)}setupKeyRotation(){if(!this.validateEncryptionConfig()){console.error("Invalid encryption configuration detected during key rotation setup");return}let w=this.config.rotation.keyRotation;if(!w?.enabled)return;let A=typeof w.interval==="number"?w.interval:60,J=Math.max(A,60)*1000;this.keyRotationTimeout=setInterval(()=>{this.rotateKeys().catch((U)=>{console.error("Error rotating keys:",U)})},J)}async rotateKeys(){if(!this.validateEncryptionConfig()){console.error("Invalid encryption configuration detected during key rotation");return}let w=this.config.rotation.keyRotation,A=this.generateKeyId(),J=this.generateKey();this.currentKeyId=A,this.keys.set(A,J),this.encryptionKeys.set(A,{key:J,createdAt:new Date});let U=Array.from(this.encryptionKeys.entries()).sort(([,W],[,Z])=>Z.createdAt.getTime()-W.createdAt.getTime()),Y=typeof w.maxKeys==="number"?w.maxKeys:1,f=Math.max(1,Y);if(U.length>f)for(let[W]of U.slice(f))this.encryptionKeys.delete(W),this.keys.delete(W)}generateKeyId(){return rU(16).toString("hex")}generateKey(){return rU(32)}getCurrentKey(){if(!this.currentKeyId)throw Error("Encryption is not properly initialized. Make sure encryption is enabled in the configuration.");let $=this.keys.get(this.currentKeyId);if(!$)throw Error(`No key found for ID ${this.currentKeyId}. The encryption key may have been rotated or removed.`);return{key:$,id:this.currentKeyId}}encrypt($){let{key:w}=this.getCurrentKey(),A=rU(16),J=Z9("aes-256-gcm",w,A),U=R0.isBuffer($)?$:R0.from($,"utf8"),Y=J.update(U),f=J.final(),W=Y.length+f.length,Z=J.getAuthTag(),B=R0.allocUnsafe(16+W+16);return A.copy(B,0),Y.copy(B,16),f.copy(B,16+Y.length),Z.copy(B,16+W),{encrypted:B,iv:A}}async compressData($){return new Promise((w,A)=>{let J=iZ(),U=[];J.on("data",(Y)=>U.push(Y)),J.on("end",()=>w(R0.from(R0.concat(U)))),J.on("error",A),J.write($),J.end()})}getEncryptionOptions(){if(!this.config.rotation||typeof this.config.rotation==="boolean"||!this.config.rotation.encrypt)return{};let $={algorithm:"aes-256-cbc",compress:!1};if(typeof this.config.rotation.encrypt==="object"){let w=this.config.rotation.encrypt;return{...$,...w}}return $}async rotateLog(){if(f$())return;if(!this.shouldWriteToFile())return;let $=await Xw(this.currentLogFile).catch(()=>null);if(!$)return;let w=this.config.rotation;if(typeof w==="boolean")return;if(w.maxSize&&$.size>=w.maxSize){let A=this.currentLogFile,J=this.generateLogFilename();if(this.name.includes("rotation-load-test")||this.name==="failed-rotation-test"){let U=await EA(this.config.logDirectory),Y=U.filter((Z)=>Z.startsWith(this.name)&&/\.log\.\d+$/.test(Z)).sort((Z,B)=>{let E=Number.parseInt(Z.match(/\.log\.(\d+)$/)?.[1]||"0");return Number.parseInt(B.match(/\.log\.(\d+)$/)?.[1]||"0")-E}),f=Y.length>0?Number.parseInt(Y[0].match(/\.log\.(\d+)$/)?.[1]||"0")+1:1,W=`${A}.${f}`;if(await Xw(A).catch(()=>null))try{if(await bZ(A,W),w.compress)try{let Z=`${W}.gz`;await this.compressLogFile(W,Z),await FA(W)}catch(Z){console.error("Error compressing rotated file:",Z)}if(Y.length===0&&!U.some((Z)=>Z.endsWith(".log.1")))try{let Z=`${A}.1`;await sU(Z,"")}catch(Z){console.error("Error creating backup file:",Z)}}catch(Z){console.error(`Error during rotation: ${Z instanceof Error?Z.message:String(Z)}`)}}else{let U=new Date().toISOString().replace(/[:.]/g,"-"),Y=A.replace(/\.log$/,`-${U}.log`);if(await Xw(A).catch(()=>null))await bZ(A,Y)}if(this.currentLogFile=J,w.maxFiles){let Y=(await EA(this.config.logDirectory)).filter((f)=>f.startsWith(this.name)).sort((f,W)=>W.localeCompare(f));for(let f of Y.slice(w.maxFiles))await FA(_w(this.config.logDirectory,f))}}}async compressLogFile($,w){let A=kZ($),J=B9(w),U=iZ();await T9(A,U,J)}async handleFingersCrossedBuffer($,w){if(!this.fingersCrossedConfig)return;if(this.shouldActivateFingersCrossed($)&&!this.isActivated){this.isActivated=!0;for(let A of this.logBuffer){let J=await this.formatter.format(A);if(this.shouldWriteToFile())await this.writeToFile(J);console.log(J)}if(this.fingersCrossedConfig.stopBuffering)this.logBuffer=[]}if(this.isActivated){if(this.shouldWriteToFile())await this.writeToFile(w);console.log(w)}}shouldLog($){if(!this.enabled)return!1;let w={debug:0,info:1,success:2,warning:3,error:4};return w[$]>=w[this.config.level]}async flushPendingWrites(){if(await Promise.all(this.pendingOperations.map(($)=>{if($ instanceof Promise)return $.catch((w)=>{console.error("Error in pending write operation:",w)});return Promise.resolve()})),BA(this.currentLogFile))try{let $=xZ(this.currentLogFile,"r+");QZ($),aU($)}catch($){console.error(`Error flushing file: ${$}`)}}async destroy(){if(this.rotationTimeout)clearInterval(this.rotationTimeout);if(this.keyRotationTimeout)clearInterval(this.keyRotationTimeout);this.timers.clear();for(let $ of this.pendingOperations)if(typeof $.cancel==="function")$.cancel();return(async()=>{if(this.pendingOperations.length>0)try{await Promise.allSettled(this.pendingOperations)}catch($){console.error("Error waiting for pending operations:",$)}if(!f$()&&this.config.rotation&&typeof this.config.rotation!=="boolean"&&this.config.rotation.compress)try{let w=(await EA(this.config.logDirectory)).filter((A)=>(A.includes("temp")||A.includes(".tmp"))&&A.includes(this.name));for(let A of w)try{await FA(_w(this.config.logDirectory,A))}catch(J){console.error(`Failed to delete temp file ${A}:`,J)}}catch($){console.error("Error cleaning up temporary files:",$)}})()}getCurrentLogFilePath(){return this.currentLogFile}formatTag($){if(!$)return"";return`${this.tagFormat.prefix}${$}${this.tagFormat.suffix}`}formatFileTimestamp($){return`[${$.toISOString()}]`}formatConsoleTimestamp($){return this.shouldStyleConsole()?D.gray($.toLocaleTimeString()):$.toLocaleTimeString()}shouldStyleConsole(){if(!this.fancy||f$())return!1;let $=typeof V.env.NO_COLOR<"u",w=V.env.FORCE_COLOR==="0";if($||w)return!1;return!!(typeof V.stderr<"u"&&V.stderr.isTTY||typeof V.stdout<"u"&&V.stdout.isTTY)}formatConsoleMessage($){let{timestamp:w,icon:A="",tag:J="",message:U,level:Y,showTimestamp:f=!0}=$,W=(j)=>j.replace(this.ANSI_PATTERN,"");if(!this.fancy){let j=[];if(f)j.push(w);if(Y==="warning")j.push("WARN");else if(Y==="error")j.push("ERROR");else if(A)j.push(A.replace(/[^\p{L}\p{N}\p{P}\p{Z}]/gu,""));if(J)j.push(J.replace(/[[\]]/g,""));return j.push(U),j.join(" ")}let Z=V.stdout.columns||120,B="";if(Y==="warning"||Y==="error")B=`${A} ${U}`;else if(Y==="info"||Y==="success")B=`${A} ${J} ${U}`;else B=`${A} ${J} ${D.cyan(U)}`;if(!f)return B.trim();let E=W(B).trim().length,F=W(w).length,z=Math.max(1,Z-2-E-F);return`${B.trim()}${" ".repeat(z)}${w}`}formatMessage($,w){if(w.length===1&&Array.isArray(w[0]))return $.replace(/\{(\d+)\}/g,(Y,f)=>{let W=Number.parseInt(f,10);return W<w[0].length?String(w[0][W]):Y});let A=/%([sdijfo%])/g,J=0,U=$.replace(A,(Y,f)=>{if(f==="%")return"%";if(J>=w.length)return Y;let W=w[J++];switch(f){case"s":return String(W);case"d":case"i":return Number(W).toString();case"j":case"o":return JSON.stringify(W,null,2);default:return Y}});if(J<w.length)U+=` ${w.slice(J).map((Y)=>typeof Y==="object"?JSON.stringify(Y,null,2):String(Y)).join(" ")}`;return U}formatMarkdown($){if(!$)return $;let w=$;return w=w.replace(/\[([^\]]+)\]\(([^)]+)\)/g,(A,J,U)=>{let Y=D.underline(D.blue(J)),f=this.toAbsoluteFilePath(U);if(f&&this.shouldStyleConsole()&&this.supportsHyperlinks()){let W=`file://${encodeURI(f)}`,Z="\x1B]8;;",B="\x1B\\";return`\x1B]8;;${W}\x1B\\${Y}\x1B]8;;\x1B\\`}if(this.shouldStyleConsole()&&this.supportsHyperlinks())return`\x1B]8;;${U}\x1B\\${Y}\x1B]8;;\x1B\\`;return Y}),w=w.replace(/`([^`]+)`/g,(A,J)=>D.bgGray(J)),w=w.replace(/\*\*([^*]+)\*\*/g,(A,J)=>D.bold(J)),w=w.replace(/(?<!\*)\*([^*]+)\*(?!\*)/g,(A,J)=>D.italic(J)),w=w.replace(/(?<!_)_([^_]+)_(?!_)/g,(A,J)=>D.italic(J)),w=w.replace(/~([^~]+)~/g,(A,J)=>D.strikethrough(J)),w}supportsHyperlinks(){if(f$())return!1;let $=V.env;if(!$)return!1;if($.TERM_PROGRAM==="iTerm.app"||$.TERM_PROGRAM==="vscode"||$.TERM_PROGRAM==="WezTerm")return!0;if($.WT_SESSION)return!0;if($.TERM==="xterm-kitty")return!0;let w=$.VTE_VERSION?Number.parseInt($.VTE_VERSION,10):0;if(!Number.isNaN(w)&&w>=5000)return!0;return!1}toAbsoluteFilePath($){try{let w=$;if(w.startsWith("file://"))w=w.replace(/^file:\/\//,"");if(w.startsWith("~")){let A=V.env.HOME||"";if(A)w=w.replace(/^~(?=$|\/)/,A)}if(z9(w)||w.startsWith("./")||w.startsWith("../"))w=H9(w);else return null;return BA(w)?w:null}catch{return null}}buildOutputTexts($){let w=this.shouldStyleConsole()?this.formatMarkdown($):$,A=$.replace(this.ANSI_PATTERN,"");return{consoleText:w,fileText:A}}async log($,w,...A){let J=new Date,U=this.formatConsoleTimestamp(J),Y=this.formatFileTimestamp(J),f,W;if(w instanceof Error)f=w.message,W=w.stack;else f=this.formatMessage(w,A);let{consoleText:Z,fileText:B}=this.buildOutputTexts(f);if(this.shouldStyleConsole()){let F=this.options.showIcons===!1?"":MW[$],z=this.options.showTags!==!1&&this.name?D.gray(this.formatTag(this.name)):"",j;switch($){case"debug":j=this.formatConsoleMessage({timestamp:U,icon:F,tag:z,message:D.gray(Z),level:$}),console.error(j);break;case"info":j=this.formatConsoleMessage({timestamp:U,icon:F,tag:z,message:Z,level:$}),console.warn(j);break;case"success":j=this.formatConsoleMessage({timestamp:U,icon:F,tag:z,message:D.green(Z),level:$}),console.error(j);break;case"warning":j=this.formatConsoleMessage({timestamp:U,icon:F,tag:z,message:Z,level:$}),console.warn(j);break;case"error":if(j=this.formatConsoleMessage({timestamp:U,icon:F,tag:z,message:Z,level:$}),console.error(j),W){let G=W.split(`
|
|
13
|
+
`);for(let T of G)if(T.trim()&&!T.includes(f))console.error(this.formatConsoleMessage({timestamp:U,message:D.gray(` ${T}`),level:$,showTimestamp:!1}))}break}}else if(!f$()){if(console.error(`${Y} ${this.environment}.${$.toUpperCase()}: ${f}`),W)console.error(W)}if(!this.shouldLog($))return;let E=`${Y} ${this.environment}.${$.toUpperCase()}: ${B}
|
|
14
|
+
`;if(W)E+=`${W}
|
|
15
|
+
`;if(E=E.replace(this.ANSI_PATTERN,""),this.shouldWriteToFile())await this.writeToFile(E)}progress($,w=""){let A={update:(W,Z)=>{},finish:(W)=>{},interrupt:(W,Z)=>{}};if(!this.enabled)return A;let J=30;if(this.activeProgressBar={total:Math.max(1,$||1),current:0,message:w||"",barLength:J,lastRenderedLine:""},this.shouldStyleConsole()&&!f$()&&V.stdout.isTTY)this.renderProgressBar(this.activeProgressBar);return{update:(W,Z)=>{if(!this.enabled||!this.activeProgressBar)return;if(this.activeProgressBar.current=Math.min(Math.max(0,W),this.activeProgressBar.total),Z!==void 0)this.activeProgressBar.message=Z;if(this.shouldStyleConsole()&&!f$()&&V.stdout.isTTY)this.renderProgressBar(this.activeProgressBar)},finish:(W)=>{if(!this.activeProgressBar)return;this.finishProgressBar(this.activeProgressBar,W)},interrupt:(W,Z="info")=>{if(!f$()&&V.stdout.isTTY)V.stdout.write(`
|
|
16
|
+
`);if(this[Z==="warning"?"warn":Z](W),this.activeProgressBar&&this.shouldStyleConsole()&&!f$()&&V.stdout.isTTY)this.renderProgressBar(this.activeProgressBar)}}}time($){let w=performance.now();if(this.shouldStyleConsole()){let A=this.options.showTags!==!1&&this.name?D.gray(this.formatTag(this.name)):"",J=this.formatConsoleTimestamp(new Date);console.error(this.formatConsoleMessage({timestamp:J,icon:this.options.showIcons===!1?"":D.blue("◐"),tag:A,message:`${D.cyan($)}...`}))}return async(A)=>{if(!this.enabled)return;let J=performance.now(),U=Math.round(J-w),Y=`${$} completed in ${U}ms`,f=new Date,W=this.formatConsoleTimestamp(f),B=`${this.formatFileTimestamp(f)} ${this.environment}.INFO: ${Y}`;if(A)B+=` ${JSON.stringify(A)}`;if(B+=`
|
|
17
|
+
`,B=B.replace(this.ANSI_PATTERN,""),this.shouldStyleConsole()){let E=this.options.showTags!==!1&&this.name?D.gray(this.formatTag(this.name)):"";console.error(this.formatConsoleMessage({timestamp:W,icon:this.options.showIcons===!1?"":D.green("✓"),tag:E,message:`${Y}${A?` ${JSON.stringify(A)}`:""}`}))}else if(!f$())console.error(B.trim());if(this.shouldWriteToFile())await this.writeToFile(B)}}async debug($,...w){await this.log("debug",$,...w)}async info($,...w){await this.log("info",$,...w)}async success($,...w){await this.log("success",$,...w)}async warn($,...w){await this.log("warning",$,...w)}async error($,...w){await this.log("error",$,...w)}validateEncryptionConfig(){if(!this.config.rotation)return!1;if(typeof this.config.rotation==="boolean")return!1;let $=this.config.rotation,{encrypt:w}=$;return!!w}async only($){if(!this.enabled)return;return await $()}isEnabled(){return this.enabled}setEnabled($){this.enabled=$}extend($){let w=`${this.name}:${$}`,A=new QA(w,{...this.options,logDirectory:this.config.logDirectory,level:this.config.level,format:this.config.format,rotation:typeof this.config.rotation==="boolean"?void 0:this.config.rotation,timestamp:typeof this.config.timestamp==="boolean"?void 0:this.config.timestamp});return this.subLoggers.add(A),A}createReadStream(){if(f$())throw Error("createReadStream is not supported in browser environments");if(!BA(this.currentLogFile))throw Error(`Log file does not exist: ${this.currentLogFile}`);return kZ(this.currentLogFile,{encoding:"utf8"})}async decrypt($){if(!this.validateEncryptionConfig())throw Error("Encryption is not configured");let w=this.config.rotation;if(!w.encrypt||typeof w.encrypt==="boolean")throw Error("Invalid encryption configuration");if(!this.currentKeyId||!this.keys.has(this.currentKeyId))throw Error("No valid encryption key available");let A=this.keys.get(this.currentKeyId);try{let J=R0.isBuffer($)?$:R0.from($,"base64"),U=J.subarray(0,16),Y=J.subarray(J.length-16),f=J.subarray(16,J.length-16),W=W9("aes-256-gcm",A,U);W.setAuthTag(Y);let Z=W.update(f),B=W.final(),E=Z.length+B.length,F=R0.allocUnsafe(E);return Z.copy(F,0),B.copy(F,Z.length),F.toString("utf8")}catch(J){throw Error(`Decryption failed: ${J instanceof Error?J.message:String(J)}`)}}getLevel(){return this.config.level}getLogDirectory(){return this.config.logDirectory}getFormat(){return this.config.format}getRotationConfig(){return this.config.rotation}isBrowserMode(){return f$()}isServerMode(){return!f$()}setTestEncryptionKey($,w){this.currentKeyId=$,this.keys.set($,w)}getTestCurrentKey(){if(!this.currentKeyId||!this.keys.has(this.currentKeyId))return null;return{id:this.currentKeyId,key:this.keys.get(this.currentKeyId)}}getConfig(){return this.config}async box($){if(!this.enabled)return;let w=new Date,A=this.formatConsoleTimestamp(w),J=this.formatFileTimestamp(w),{consoleText:U,fileText:Y}=this.buildOutputTexts($);if(this.shouldStyleConsole()){let W=U.split(`
|
|
18
|
+
`),Z=Math.max(...W.map((z)=>z.length))+2,B=`┌${"─".repeat(Z)}┐`,E=`└${"─".repeat(Z)}┘`,F=W.map((z)=>{return this.formatConsoleMessage({timestamp:A,message:D.cyan(z),showTimestamp:!1})});console.error(this.formatConsoleMessage({timestamp:A,message:D.cyan(B),showTimestamp:!1})),F.forEach((z)=>console.error(z)),console.error(this.formatConsoleMessage({timestamp:A,message:D.cyan(E),showTimestamp:!1}))}else if(!f$())console.error(`${J} ${this.environment}.INFO: [BOX] ${Y}`);let f=`${J} ${this.environment}.INFO: [BOX] ${Y}
|
|
19
|
+
`.replace(this.ANSI_PATTERN,"");if(this.shouldWriteToFile())await this.writeToFile(f)}async prompt($){if(f$())return Promise.resolve(!0);return new Promise((w)=>{console.error(`${D.cyan("?")} ${$} (y/n) `);let A=(J)=>{let U=J.toString().trim().toLowerCase();V.stdin.removeListener("data",A);try{if(typeof V.stdin.setRawMode==="function")V.stdin.setRawMode(!1)}catch{}V.stdin.pause(),console.error(""),w(U==="y"||U==="yes")};try{if(typeof V.stdin.setRawMode==="function")V.stdin.setRawMode(!0)}catch{}V.stdin.resume(),V.stdin.once("data",A)})}setFancy($){this.fancy=$}isFancy(){return this.fancy}pause(){this.enabled=!1}resume(){this.enabled=!0}async start($,...w){if(!this.enabled)return;let A=$;if(w&&w.length>0){let Z=/%([sdijfo%])/g,B=0;if(A=$.replace(Z,(E,F)=>{if(F==="%")return"%";if(B>=w.length)return E;let z=w[B++];switch(F){case"s":return String(z);case"d":case"i":return Number(z).toString();case"j":case"o":return JSON.stringify(z,null,2);default:return E}}),B<w.length)A+=` ${w.slice(B).map((E)=>typeof E==="object"?JSON.stringify(E,null,2):String(E)).join(" ")}`}let{consoleText:J,fileText:U}=this.buildOutputTexts(A);if(this.shouldStyleConsole()){let Z=this.options.showTags!==!1&&this.name?D.gray(this.formatTag(this.name)):"",B=this.options.showIcons===!1?"":`${D.blue("◐")} `;console.error(`${B}${Z} ${D.cyan(J)}`)}let W=`[${new Date().toISOString()}] ${this.environment}.INFO: [START] ${U}
|
|
20
|
+
`.replace(this.ANSI_PATTERN,"");if(this.shouldWriteToFile())await this.writeToFile(W)}renderProgressBar($,w=!1){if(!this.enabled||!this.shouldStyleConsole()||!V.stdout.isTTY)return;let A=Math.min(100,Math.max(0,Math.round($.current/$.total*100))),J=Math.round($.barLength*A/100),U=$.barLength-J,Y=D.green("━".repeat(J)),f=D.gray("━".repeat(U)),W=`[${Y}${f}]`,Z=`${A}%`.padStart(4),B=$.message?` ${$.message}`:"",E=this.options.showIcons===!1?"":w||A===100?D.green("✓"):D.blue("▶"),F=this.options.showTags!==!1&&this.name?` ${D.gray(this.formatTag(this.name))}`:"",z=`\r${E}${F} ${W} ${Z}${B}`,j=V.stdout.columns||80,G=" ".repeat(Math.max(0,j-z.replace(this.ANSI_PATTERN,"").length));if($.lastRenderedLine=`${z}${G}`,V.stdout.write($.lastRenderedLine),w)V.stdout.write(`
|
|
21
|
+
`)}finishProgressBar($,w){if(!this.enabled||!this.fancy||f$()||!V.stdout.isTTY){this.activeProgressBar=null;return}if($.current<$.total)$.current=$.total;if(w)$.message=w;this.renderProgressBar($,!0),this.activeProgressBar=null}async clear($={}){if(f$()){console.warn("Log clearing is not supported in browser environments.");return}try{console.warn("Clearing logs...",this.config.logDirectory);let w=await EA(this.config.logDirectory),A=[];for(let J of w){if(!($.name?new RegExp($.name.replace("*",".*")).test(J):J.startsWith(this.name))||!J.endsWith(".log"))continue;let Y=_w(this.config.logDirectory,J);if($.before)try{if((await Xw(Y)).mtime>=$.before)continue}catch(f){console.error(`Failed to get stats for file ${Y}:`,f);continue}A.push(Y)}if(A.length===0){console.warn("No log files matched the criteria for clearing.");return}console.warn(`Preparing to delete ${A.length} log file(s)...`);for(let J of A)try{await FA(J),console.warn(`Deleted log file: ${J}`)}catch(U){console.error(`Failed to delete log file ${J}:`,U)}console.warn("Log clearing process finished.")}catch(w){console.error("Error during log clearing process:",w)}}}async function zW($,w={}){let{maxRetries:A=3,retryDelay:J=1000,isRetryable:U=()=>!0,fallback:Y}=w,f=Error("Unknown error occurred");for(let W=0;W<=A;W++)try{return await $()}catch(Z){if(f=Z instanceof Error?Z:Error(String(Z)),W===A||!U(f))break;if(J>0)await new Promise((B)=>setTimeout(B,J))}if(Y!==void 0)return Y;throw f instanceof Error?f:Error(`Unknown error: ${String(f)}`)}function HW($){return $ instanceof g$}function r9($){return $ instanceof xA}function a9($){if(HW($))return $.code==="FILE_SYSTEM_ERROR"||$.code==="BROWSER_CONFIG_ERROR";return["ENOENT","EACCES","EMFILE","ENFILE","EBUSY","network","timeout","connection"].some((A)=>$.message.toLowerCase().includes(A.toLowerCase()))}class vA{defaultParsers;constructor(){this.defaultParsers=[{name:"boolean",canParse:($,w)=>w==="boolean"||["true","false","1","0","yes","no"].includes($.toLowerCase()),parse:($)=>{let w=$.toLowerCase();return["true","1","yes"].includes(w)}},{name:"number",canParse:($,w)=>w==="number"||!Number.isNaN(Number($))&&!Number.isNaN(Number.parseFloat($)),parse:($)=>{let w=Number($);if(Number.isNaN(w))throw TypeError(`Cannot parse "${$}" as number`);return w}},{name:"array",canParse:($,w)=>w==="array"||$.startsWith("[")||$.includes(","),parse:($)=>{try{let w=JSON.parse($);if(Array.isArray(w))return w}catch{}return $.split(",").map((w)=>w.trim())}},{name:"json",canParse:($,w)=>w==="object"||($.startsWith("{")&&$.endsWith("}")||$.startsWith("[")&&$.endsWith("]")),parse:($)=>{try{return JSON.parse($)}catch(w){throw Error(`Cannot parse "${$}" as JSON: ${w}`)}}}]}async applyEnvironmentVariables($,w,A={}){let{prefix:J,useCamelCase:U=!0,useBackwardCompatibility:Y=!0,customParsers:f={},verbose:W=!1,trackPerformance:Z=!0}=A,B=async()=>{if(!$)return{config:w,source:{type:"environment",priority:50,timestamp:new Date}};let E=J||this.generateEnvPrefix($),F={...w};return this.processObject(F,[],E,{useCamelCase:U,useBackwardCompatibility:Y,customParsers:f,verbose:W,configName:$}),{config:F,source:{type:"environment",priority:50,timestamp:new Date}}};if(Z)return L1.track("applyEnvironmentVariables",B,{configName:$});return B()}generateEnvPrefix($){return $.toUpperCase().replace(/-/g,"_")}formatEnvKey($,w){if(!w)return $.toUpperCase();return $.replace(/([A-Z])/g,"_$1").toUpperCase()}processObject($,w,A,J){for(let[U,Y]of Object.entries($)){let f=[...w,U],W=f.map((E)=>this.formatEnvKey(E,J.useCamelCase)),Z=`${A}_${W.join("_")}`,B=J.useBackwardCompatibility?`${A}_${f.map((E)=>E.toUpperCase()).join("_")}`:null;if(J.verbose);if(typeof Y==="object"&&Y!==null&&!Array.isArray(Y))this.processObject(Y,f,A,J);else{let E=jA.env[Z]||(B?jA.env[B]:void 0);if(E!==void 0){if(J.verbose){let F=jA.env[Z]?Z:B}try{$[U]=this.parseEnvironmentValue(E,typeof Y,Z,J.customParsers,J.configName)}catch(F){if(F instanceof PA)throw F;throw t0.envVar(Z,E,typeof Y,J.configName)}}}}}parseEnvironmentValue($,w,A,J,U){for(let[Y,f]of Object.entries(J))try{return f($)}catch{continue}for(let Y of this.defaultParsers)if(Y.canParse($,w))try{return Y.parse($)}catch{throw t0.envVar(A,$,`${w} (via ${Y.name} parser)`,U)}return $}getEnvironmentVariables($){let w={},A=$.toUpperCase();for(let[J,U]of Object.entries(jA.env))if(J.startsWith(A)&&U!==void 0)w[J]=U;return w}validateEnvironmentVariable($,w,A){let J=[];if(!/^[A-Z_][A-Z0-9_]*$/.test($))J.push(`Environment variable key "${$}" should only contain uppercase letters, numbers, and underscores`);if(A)try{this.parseEnvironmentValue($,w,A,{})}catch(U){J.push(`Cannot parse value "${w}" as ${A}: ${U}`)}return{isValid:J.length===0,errors:J}}generateEnvVarDocs($,w,A={}){let{prefix:J,format:U="text"}=A,Y=J||this.generateEnvPrefix($),f=[];switch(this.extractEnvVarInfo(w,[],Y,f),U){case"markdown":return this.formatAsMarkdown(f,$);case"json":return JSON.stringify(f,null,2);default:return this.formatAsText(f,$)}}extractEnvVarInfo($,w,A,J){for(let[U,Y]of Object.entries($)){let f=[...w,U],W=`${A}_${f.map((Z)=>this.formatEnvKey(Z,!0)).join("_")}`;if(typeof Y==="object"&&Y!==null&&!Array.isArray(Y))this.extractEnvVarInfo(Y,f,A,J);else J.push({key:W,type:Array.isArray(Y)?"array":typeof Y,description:`Configuration for ${f.join(".")}`,example:this.generateExample(Y)})}}generateExample($){if(Array.isArray($))return JSON.stringify($);if(typeof $==="object"&&$!==null)return JSON.stringify($);return String($)}formatAsText($,w){let A=`Environment Variables for ${w}:
|
|
22
22
|
|
|
23
23
|
`;for(let J of $)A+=`${J.key}
|
|
24
24
|
`,A+=` Type: ${J.type}
|
|
@@ -30,25 +30,25 @@ import{createRequire as cF}from"node:module";var PF=Object.defineProperty;var bF
|
|
|
30
30
|
`;A+=`| Variable | Type | Description | Example |
|
|
31
31
|
`,A+=`|----------|------|-------------|----------|
|
|
32
32
|
`;for(let J of $)A+=`| \`${J.key}\` | ${J.type} | ${J.description} | \`${J.example}\` |
|
|
33
|
-
`;return A}}function az($,w){let A=qW("process");if(typeof A>"u"||!A.env)return w;let J=A.env[$];return J!==void 0?J:w}function zW($,w,A={}){return HW($,w,A,new WeakMap)}function HW($,w,A,J){let{arrayMergeMode:U="replace",skipNullish:Y=!1,customMerger:f}=A;if(w===null||w===void 0)return Y?$:w;if(f){let W=f($,w);if(W!==void 0)return W}if(Array.isArray(w)||Array.isArray($))return TW($,w,U,J);if(!s$(w)||!s$($))return w;return $9($,w,A,J)}function TW($,w,A,J){if(Array.isArray(w)&&!Array.isArray($))return w;if(Array.isArray($)&&!Array.isArray(w))return w;if(Array.isArray(w)&&Array.isArray($))switch(A){case"replace":return w;case"concat":return sz($,w);case"smart":return oz($,w,J);default:return w}return w}function sz($,w){let A=[...w];for(let J of $)if(!A.some((U)=>BY(U,J)))A.push(J);return A}function oz($,w,A){if(w.length===0)return $;if($.length===0)return w;if(s$(w[0])&&s$($[0]))return ez($,w,A);if(w.every((J)=>typeof J==="string")&&$.every((J)=>typeof J==="string")){let J=[...w];for(let U of $)if(!J.includes(U))J.push(U);return J}return w}function ez($,w,A){let J=[...w];for(let U of $){if(!s$(U)){J.push(U);continue}let Y=["id","name","key","path","type"],f=!1;for(let W of Y)if(W in U){if(J.find((E)=>s$(E)&&(W in E)&&E[W]===U[W])){f=!0;break}}if(!f)J.push(U)}return J}function $9($,w,A,J){let U=w;if(s$(U)&&J.has(U))return J.get(U);let Y={...$};if(s$(U))J.set(U,Y);for(let f in U){if(!Object.prototype.hasOwnProperty.call(U,f))continue;let W=U[f],Z=Y[f];if(A.skipNullish&&(W===null||W===void 0))continue;if(W===null||W===void 0){Y[f]=W;continue}if(s$(W)&&s$(Z))Y[f]=HW(Z,W,A,J);else if(Array.isArray(W)||Array.isArray(Z))Y[f]=TW(Z,W,A.arrayMergeMode||"smart",J);else Y[f]=W}return Y}function yY($,w,A="replace"){return zW($,w,{arrayMergeMode:A==="replace"?"replace":"smart",skipNullish:!0})}function BY($,w){if($===w)return!0;if(Array.isArray($)&&Array.isArray(w)){if($.length!==w.length)return!1;for(let A=0;A<$.length;A++)if(!BY($[A],w[A]))return!1;return!0}if(s$($)&&s$(w)){let A=Object.keys($),J=Object.keys(w);if(A.length!==J.length)return!1;for(let U of A){if(!Object.prototype.hasOwnProperty.call(w,U))return!1;if(!BY($[U],w[U]))return!1}return!0}return!1}function s$($){return Boolean($&&typeof $==="object"&&!Array.isArray($))}class vA{extensions=[".ts",".js",".mjs",".cjs",".json",".mts",".cts"];async loadFromPath($,w,A={}){let{arrayStrategy:J="replace",useCache:U=!0,cacheTtl:Y,trackPerformance:f=!0,verbose:W=!1}=A;if(U){let E=Qw.getWithFileCheck("file",$);if(E){if(W)console.log(`Configuration loaded from cache: ${$}`);return E}}let Z=async()=>{if(!FA($))return null;try{let E=`?t=${Date.now()}`,B=await import($+E),h=B.default||B,j="default"in B,F=Object.keys(B).length>0;if(!j&&!F)throw new M1($,Error("Configuration file is empty and exports nothing"),"unknown");if(typeof h!=="object"||h===null||Array.isArray(h))throw new M1($,Error("Configuration must export a valid object"),"unknown");let G={config:yY(w,h,J),source:{type:"file",path:$,priority:100,timestamp:new Date}};if(U)Qw.setWithFileCheck("file",G,$,Y);return G}catch(E){throw E instanceof Error?t0.configLoad($,E):t0.configLoad($,Error(String(E)))}};if(f)return C1.track("loadFromPath",Z,{path:$});return Z()}async tryLoadFromPaths($,w,A={}){for(let J of $)try{let U=await this.loadFromPath(J,w,A);if(U)return U}catch(U){if(U instanceof Error&&U.name==="ConfigLoadError")throw U;if(A.verbose)console.warn(`Failed to load config from ${J}:`,U)}return null}generateConfigPaths($,w,A){let J=this.generateNamePatterns($,A),U=[];for(let Y of J)for(let f of this.extensions)U.push(sU(w,`${Y}${f}`));return U}generateNamePatterns($,w){let A=[];if(A.push("config",".config"),$)A.push($,`.${$}.config`,`${$}.config`,`.${$}`);if(w){if(A.push(w,`.${w}.config`,`${w}.config`,`.${w}`),$)A.push(`${$}.${w}.config`,`.${$}.${w}.config`)}return A.filter(Boolean)}checkFileAccess($){return FW(async()=>{return FA($)},{maxRetries:2,retryDelay:100,fallback:!1})}async discoverConfigFiles($,w,A){let J=[];if(!FA($))return J;if(w||A){let U=this.generateNamePatterns(w||"",A);for(let Y of U)for(let f of this.extensions){let W=sU($,`${Y}${f}`);if(await this.checkFileAccess(W))J.push(W)}}else try{let{readdirSync:U}=await import("fs"),Y=U($);for(let f of Y)if(this.looksLikeConfigFile(f)){let W=sU($,f);if(await this.checkFileAccess(W))J.push(W)}}catch{return[]}return J}looksLikeConfigFile($){return[/\.config\.(ts|js|mjs|cjs|json|mts|cts)$/,/^\..*\.(ts|js|mjs|cjs|json|mts|cts)$/,/config\.(ts|js|mjs|cjs|json|mts|cts)$/].some((A)=>A.test($))}async validateConfigFile($){let w=[];try{if(!FA($))return w.push("Configuration file does not exist"),w;let A=await import($),J=A.default||A;if(J===void 0)w.push("Configuration file must export a default value or named exports");else if(typeof J!=="object"||J===null)w.push("Configuration must be an object");else if(Array.isArray(J))w.push("Configuration cannot be an array at the root level");if($.endsWith(".json"))try{let{readFileSync:U}=await import("fs"),Y=U($,"utf8");JSON.parse(Y)}catch(U){w.push(`Invalid JSON syntax: ${U}`)}}catch(A){w.push(`Failed to load configuration file: ${A}`)}return w}async getFileModificationTime($){try{let{statSync:w}=await import("fs");return w($).mtime}catch{return null}}async preloadConfigurations($,w={}){let A=new Map;return await Promise.allSettled($.map(async(J)=>{try{let U=await this.loadFromPath(J,{},w);if(U)A.set(J,U.config)}catch(U){if(w.verbose)console.warn(`Failed to preload ${J}:`,U)}})),A}}class LY{async validateConfiguration($,w,A={}){let{stopOnFirstError:J=!1,validateRequired:U=!0,validateTypes:Y=!0,customRules:f=[],trackPerformance:W=!0,verbose:Z=!1}=A,E=async()=>{let B=[],h=[],j={stopOnFirstError:J,validateRequired:U,validateTypes:Y,customRules:f,trackPerformance:W,verbose:Z};try{if(typeof w==="string")return await this.validateWithSchemaFile($,w,j);else if(Array.isArray(w))return this.validateWithRules($,[...w,...f],j);else return this.validateWithJSONSchema($,w,j)}catch(F){return B.push({path:"",message:`Validation failed: ${F}`,rule:"system"}),{isValid:!1,errors:B,warnings:h}}};if(W)return await C1.track("validateConfiguration",E);return E()}async validateWithSchemaFile($,w,A){try{if(!Hz(w))throw new I1(w,[{path:"",message:"Schema file does not exist"}]);let J=await import(w),U=J.default||J;if(Array.isArray(U))return this.validateWithRules($,U,A);else return this.validateWithJSONSchema($,U,A)}catch(J){throw new I1(w,[{path:"",message:`Failed to load schema: ${J}`}])}}validateWithJSONSchema($,w,A){let J=[],U=[];return this.validateObjectAgainstSchema($,w,"",J,U,A),{isValid:J.length===0,errors:J,warnings:U}}validateObjectAgainstSchema($,w,A,J,U,Y){if(Y.validateTypes&&w.type){let f=Array.isArray($)?"array":typeof $,W=Array.isArray(w.type)?w.type:[w.type];if(!W.includes(f)){if(J.push({path:A,message:`Expected type ${W.join(" or ")}, got ${f}`,expected:W.join(" or "),actual:f,rule:"type"}),Y.stopOnFirstError)return}}if(w.enum&&!w.enum.includes($)){if(J.push({path:A,message:`Value must be one of: ${w.enum.join(", ")}`,expected:w.enum.join(", "),actual:$,rule:"enum"}),Y.stopOnFirstError)return}if(typeof $==="string"){if(w.minLength!==void 0&&$.length<w.minLength)J.push({path:A,message:`String length must be at least ${w.minLength}`,expected:`>= ${w.minLength}`,actual:$.length,rule:"minLength"});if(w.maxLength!==void 0&&$.length>w.maxLength)J.push({path:A,message:`String length must not exceed ${w.maxLength}`,expected:`<= ${w.maxLength}`,actual:$.length,rule:"maxLength"});if(w.pattern){if(!new RegExp(w.pattern).test($))J.push({path:A,message:`String does not match pattern ${w.pattern}`,expected:w.pattern,actual:$,rule:"pattern"})}}if(typeof $==="number"){if(w.minimum!==void 0&&$<w.minimum)J.push({path:A,message:`Value must be at least ${w.minimum}`,expected:`>= ${w.minimum}`,actual:$,rule:"minimum"});if(w.maximum!==void 0&&$>w.maximum)J.push({path:A,message:`Value must not exceed ${w.maximum}`,expected:`<= ${w.maximum}`,actual:$,rule:"maximum"})}if(Array.isArray($)&&w.items)for(let f=0;f<$.length;f++){let W=A?`${A}[${f}]`:`[${f}]`;if(this.validateObjectAgainstSchema($[f],w.items,W,J,U,Y),Y.stopOnFirstError&&J.length>0)return}if($&&typeof $==="object"&&!Array.isArray($)){let f=$;if(Y.validateRequired&&w.required){for(let W of w.required)if(!(W in f)){if(J.push({path:A?`${A}.${W}`:W,message:`Missing required property '${W}'`,expected:"required",rule:"required"}),Y.stopOnFirstError)return}}if(w.properties){for(let[W,Z]of Object.entries(w.properties))if(W in f){let E=A?`${A}.${W}`:W;if(this.validateObjectAgainstSchema(f[W],Z,E,J,U,Y),Y.stopOnFirstError&&J.length>0)return}}if(w.additionalProperties===!1){let W=new Set(Object.keys(w.properties||{}));for(let Z of Object.keys(f))if(!W.has(Z))U.push({path:A?`${A}.${Z}`:Z,message:`Additional property '${Z}' is not allowed`,rule:"additionalProperties"})}}}validateWithRules($,w,A){let J=[],U=[];for(let Y of w)try{let f=this.getValueByPath($,Y.path),W=this.validateWithRule(f,Y,Y.path);if(J.push(...W),A.stopOnFirstError&&J.length>0)break}catch(f){J.push({path:Y.path,message:`Rule validation failed: ${f}`,rule:"system"})}return{isValid:J.length===0,errors:J,warnings:U}}validateWithRule($,w,A){let J=[];if(w.required&&($===void 0||$===null))return J.push({path:A,message:w.message||`Property '${A}' is required`,expected:"required",rule:"required"}),J;if($===void 0||$===null)return J;if(w.type){let U=Array.isArray($)?"array":typeof $;if(U!==w.type)J.push({path:A,message:w.message||`Expected type ${w.type}, got ${U}`,expected:w.type,actual:U,rule:"type"})}if(w.min!==void 0){let U=Array.isArray($)?$.length:typeof $==="string"?$.length:typeof $==="number"?$:0;if(U<w.min)J.push({path:A,message:w.message||`Value must be at least ${w.min}`,expected:`>= ${w.min}`,actual:U,rule:"min"})}if(w.max!==void 0){let U=Array.isArray($)?$.length:typeof $==="string"?$.length:typeof $==="number"?$:0;if(U>w.max)J.push({path:A,message:w.message||`Value must not exceed ${w.max}`,expected:`<= ${w.max}`,actual:U,rule:"max"})}if(w.pattern&&typeof $==="string"){if(!w.pattern.test($))J.push({path:A,message:w.message||`Value does not match pattern ${w.pattern}`,expected:w.pattern.toString(),actual:$,rule:"pattern"})}if(w.enum&&!w.enum.includes($))J.push({path:A,message:w.message||`Value must be one of: ${w.enum.join(", ")}`,expected:w.enum.join(", "),actual:$,rule:"enum"});if(w.validator){let U=w.validator($);if(U)J.push({path:A,message:w.message||U,rule:"custom"})}return J}getValueByPath($,w){if(!w)return $;let A=w.split("."),J=$;for(let U of A)if(J&&typeof J==="object"&&U in J)J=J[U];else return;return J}generateRulesFromInterface($){let w=[],A=$.matchAll(/(\w+)(\?)?:\s*(\w+)/g);for(let J of A){let[,U,Y,f]=J;w.push({path:U,required:!Y,type:this.mapTypeScriptType(f)})}return w}mapTypeScriptType($){switch($.toLowerCase()){case"string":return"string";case"number":return"number";case"boolean":return"boolean";case"array":return"array";case"object":return"object";default:return"object"}}static createCommonRules(){return{server:[{path:"port",required:!0,type:"number",min:1,max:65535},{path:"host",required:!0,type:"string",min:1},{path:"ssl",type:"boolean"}],database:[{path:"url",required:!0,type:"string",min:1},{path:"pool",type:"number",min:1,max:100},{path:"timeout",type:"number",min:0}],api:[{path:"baseUrl",required:!0,type:"string",pattern:IW},{path:"timeout",type:"number",min:0},{path:"retries",type:"number",min:0,max:10}]}}}class SY{fileLoader=new vA;envProcessor=new uA;validator=new LY;async loadConfig($){let w=Date.now(),{cache:A,performance:J,schema:U,validate:Y,...f}=$;try{if(A?.enabled){let Z=this.checkCache(f.name||"",f);if(Z)return Z}let W;try{W=await this.loadConfigurationStrategies(f,!0,A)}catch(Z){let E=f.__strictErrorHandling;if(Z instanceof Error&&Z.name==="ConfigNotFoundError"){if(E)throw Z;W={...await this.applyEnvironmentVariables(f.name||"",f.defaultConfig,f.checkEnv!==!1,f.verbose||!1),warnings:[`No configuration file found for "${f.name||"config"}", using defaults with environment variables`]}}else if(Z instanceof Error&&Z.name==="ConfigLoadError"){let B=Z.message.includes("EACCES")||Z.message.includes("EPERM")||Z.message.includes("permission denied"),h=!B&&(Z.message.includes("syntax")||Z.message.includes("Expected")||Z.message.includes("Unexpected")||Z.message.includes("BuildMessage")||Z.message.includes("errors building")),j=Z.message.includes("Configuration must export a valid object")||Z.message.includes("Configuration file is empty and exports nothing");if(E&&(j||B))throw Z;if(h&&(!E||!j))W={...await this.applyEnvironmentVariables(f.name||"",f.defaultConfig,f.checkEnv!==!1,f.verbose||!1),warnings:["Configuration file has syntax errors, using defaults with environment variables"]};else if(!E)W={...await this.applyEnvironmentVariables(f.name||"",f.defaultConfig,f.checkEnv!==!1,f.verbose||!1),warnings:[`Configuration loading error, using defaults: ${Z.message}`]};else throw Z}else W={...await this.applyEnvironmentVariables(f.name||"",f.defaultConfig,f.checkEnv!==!1,f.verbose||!1),warnings:[`Configuration loading failed, using defaults: ${Z instanceof Error?Z.message:String(Z)}`]}}if(U||Y)await this.validateConfiguration(W.config,U,Y,f.name);if(A?.enabled&&W)this.cacheResult(f.name||"",W,A,f);if(J?.enabled){let Z={operation:"loadConfig",duration:Date.now()-w,configName:f.name,timestamp:new Date};if(J.onMetrics)J.onMetrics(Z);if(J.slowThreshold&&Z.duration>J.slowThreshold)f0.warn(`Slow configuration loading detected: ${Z.duration}ms for ${f.name}`);W.metrics=Z}return W}catch(W){let Z=Date.now()-w;throw f0.error(`Configuration loading failed after ${Z}ms:`,[W instanceof Error?W:Error(String(W))]),W}}async loadConfigurationStrategies($,w=!1,A){let{name:J="",alias:U,cwd:Y,configDir:f,defaultConfig:W,checkEnv:Z=!0,arrayStrategy:E="replace",verbose:B=!1}=$,h=Y||fw.cwd(),j=[],F=await this.loadLocalConfiguration(J,U,h,f,W,E,B,Z,A);if(F)return j.push(...this.getLocalSearchPaths(J,U,h,f)),this.finalizeResult(F,j,Z,J,B);let T=await this.loadHomeConfiguration(J,U,W,E,B,Z);if(T)return j.push(...this.getHomeSearchPaths(J,U)),this.finalizeResult(T,j,Z,J,B);let H=await this.loadPackageJsonConfiguration(J,U,h,W,E,B,Z);if(H)return j.push(D$(h,"package.json")),this.finalizeResult(H,j,Z,J,B);if(j.push(...this.getAllSearchPaths(J,U,h,f)),w)throw t0.configNotFound(J,j,U);return{...await this.applyEnvironmentVariables(J,W,Z,B),warnings:[`No configuration file found for "${J}"${U?` or alias "${U}"`:""}, using defaults with environment variables`]}}async loadLocalConfiguration($,w,A,J,U,Y,f,W,Z){let E=W?R1($,U,f):U,B=this.getLocalDirectories(A,J);for(let h of B){if(f)f0.info(`Searching for configuration in: ${h}`);let j=this.fileLoader.generateConfigPaths($,h,w),F=await this.fileLoader.tryLoadFromPaths(j,E,{arrayStrategy:Y,verbose:f,cacheTtl:Z?.ttl,useCache:!Z?.ttl||Z.ttl>100});if(F){if(f)f0.success(`Configuration loaded from: ${F.source.path}`);return F}}return null}async loadHomeConfiguration($,w,A,J,U,Y){if(!$)return null;let f=Y?R1($,A,U):A,W=[D$(Cw(),".config",$),D$(Cw(),".config"),Cw()];for(let Z of W){if(U)f0.info(`Checking home directory: ${Z}`);let E=this.fileLoader.generateConfigPaths($,Z,w),B=await this.fileLoader.tryLoadFromPaths(E,f,{arrayStrategy:J,verbose:U});if(B){if(U)f0.success(`Configuration loaded from home directory: ${B.source.path}`);return B}}return null}async loadPackageJsonConfiguration($,w,A,J,U,Y,f){let W=f?R1($,J,Y):J;try{let Z=D$(A,"package.json");if(!WY(Z))return null;let E=await import(Z),B=E[$],h=$;if(!B&&w)B=E[w],h=w;if(B&&typeof B==="object"&&!Array.isArray(B)){if(Y)f0.success(`Configuration loaded from package.json: ${h}`);return{config:yY(W,B,U),source:{type:"package.json",path:Z,priority:30,timestamp:new Date}}}}catch(Z){if(Y)f0.warn("Failed to load package.json:",[Z instanceof Error?Z:Error(String(Z))])}return null}async applyEnvironmentVariables($,w,A,J){if(!A||!$||typeof w!=="object"||w===null||Array.isArray(w))return{config:w,source:{type:"default",priority:10,timestamp:new Date}};return{config:R1($,w,J),source:{type:"environment",priority:20,timestamp:new Date}}}async finalizeResult($,w,A,J,U){return{config:$.config,source:$.source,path:$.source.path}}async validateConfiguration($,w,A,J){let U=[];if(A){let Y=A($);if(Y)U.push(...Y)}if(w){let Y=await this.validator.validateConfiguration($,w);if(!Y.isValid)U.push(...Y.errors.map((f)=>f.path?`${f.path}: ${f.message}`:f.message))}if(U.length>0)throw t0.configValidation(J||"unknown",U,J)}checkCache($,w){let A=this.generateCacheKey($,w);return Qw.get(A)||null}cacheResult($,w,A,J){let U=this.generateCacheKey($,J);Qw.set(U,w,void 0,A.ttl)}generateCacheKey($,w){let A=[$];if(w.alias)A.push(`alias:${w.alias}`);if(w.cwd)A.push(`cwd:${w.cwd}`);if(w.configDir)A.push(`configDir:${w.configDir}`);if("checkEnv"in w)A.push(`checkEnv:${w.checkEnv}`);return A.join("|")}getLocalDirectories($,w){return Array.from(new Set([$,D$($,"config"),D$($,".config"),w?D$($,w):void 0].filter(Boolean)))}getAllSearchPaths($,w,A,J){let U=[];return U.push(...this.getLocalSearchPaths($,w,A,J)),U.push(...this.getHomeSearchPaths($,w)),U.push(D$(A,"package.json")),U}getLocalSearchPaths($,w,A,J){let U=this.getLocalDirectories(A,J),Y=[];for(let f of U)Y.push(...this.fileLoader.generateConfigPaths($,f,w));return Y}getHomeSearchPaths($,w){if(!$)return[];let A=[D$(Cw(),".config",$),D$(Cw(),".config"),Cw()],J=[];for(let U of A)J.push(...this.fileLoader.generateConfigPaths($,U,w));return J}async loadConfigWithResult($){return this.loadConfig($)}}function lZ($){let A=!($.message.includes("EACCES")||$.message.includes("EPERM")||$.message.includes("permission denied"))&&($.message.includes("syntax")||$.message.includes("Expected")||$.message.includes("Unexpected")||$.message.includes("BuildMessage")),J=$.message.includes("Configuration must export a valid object")||$.message.includes("Configuration file is empty and exports nothing");return A||J}async function w9($){return L0.loadConfig({...$,__strictErrorHandling:!0})}async function GW($){let w="defaultConfig"in $&&$.defaultConfig!==void 0?$.defaultConfig:{},A="cache"in $||"performance"in $||"schema"in $||"validate"in $;try{let J;if(A)J=await L0.loadConfig($);else J=await L0.loadConfig({...$,defaultConfig:w,cache:{enabled:!0},performance:{enabled:!1}});return J?.config??w}catch(J){let U=J instanceof Error?J.name:"UnknownError",Y=J instanceof Error?J.message:String(J);if(!(U==="ConfigNotFoundError"||U==="ConfigLoadError"||U==="ConfigValidationError"||Y.includes("config"))&&$.verbose)f0.warn("Unexpected error loading config, using defaults:",[J instanceof Error?J:Error(String(J))]);let W=A?{...$,defaultConfig:w}:{...$,defaultConfig:w,cache:{enabled:!0},performance:{enabled:!1}};if("checkEnv"in $?$.checkEnv!==!1:!0)return(await L0.applyEnvironmentVariables(W.name||"",w,!0,W.verbose||!1))?.config??w;return w}}async function A9($={defaultConfig:{}}){if(typeof $==="string"){let{cwd:w}=await import("process");try{return(await L0.loadConfig({name:$,cwd:w(),generatedDir:"./generated",configDir:"./config",defaultConfig:{},checkEnv:!0,arrayStrategy:"replace"})).config}catch(A){if(A instanceof Error&&(A.name==="ConfigNotFoundError"||A.name==="ConfigLoadError"&&lZ(A)))return(await L0.applyEnvironmentVariables($,{},!0,!1)).config;throw A}}try{return(await L0.loadConfig({...$,cwd:$.cwd||fw.cwd(),cache:{enabled:!0},performance:{enabled:!1}})).config}catch(w){if(w instanceof Error&&(w.name==="ConfigNotFoundError"||w.name==="ConfigLoadError"&&lZ(w)))return(await L0.applyEnvironmentVariables($.name||"",$.defaultConfig||{},$.checkEnv!==!1,$.verbose||!1)).config;throw w}}async function J9($,w,A="replace"){let J=new vA;try{let U=await J.loadFromPath($,w,{arrayStrategy:A,useCache:!1,trackPerformance:!1});return U?U.config:null}catch{return null}}function R1($,w,A=!1){let J=new uA,U=$.toUpperCase().replace(/[^A-Z0-9]/g,"_");function Y(f,W=[]){let Z={...f};for(let[E,B]of Object.entries(f)){let h=[...W,E],j=[`${U}_${h.join("_").toUpperCase()}`,`${U}_${h.map((H)=>H.toUpperCase()).join("")}`,`${U}_${h.map((H)=>H.replace(/([A-Z])/g,"_$1").toUpperCase()).join("")}`],F,T;for(let H of j)if(F=fw.env[H],F!==void 0){T=H;break}if(F!==void 0&&T)if(typeof B==="boolean")Z[E]=["true","1","yes"].includes(F.toLowerCase());else if(typeof B==="number"){let H=Number(F);if(!Number.isNaN(H))Z[E]=H}else if(Array.isArray(B))try{Z[E]=JSON.parse(F)}catch{Z[E]=F.split(",").map((H)=>H.trim())}else Z[E]=F;else if(B&&typeof B==="object"&&!Array.isArray(B))Z[E]=Y(B,h)}return Z}return Y(w)}function U9($){let w=D$(fw.cwd(),$.configDir),A=D$(fw.cwd(),$.generatedDir),J=D$(A,"config-types.ts");if(!WY(IZ(J)))lj(IZ(J),{recursive:!0,mode:511});let U=WY(w)?tj(w).map((f)=>f.replace(/\.(ts|js|mjs|cjs|mts|cts|json)$/,"")).sort():[],Y=`// Generated by bunfig v${k9}
|
|
33
|
+
`;return A}}function s9($,w){let A=NW("process");if(typeof A>"u"||!A.env)return w;let J=A.env[$];return J!==void 0?J:w}function TW($,w,A={}){return GW($,w,A,new WeakMap)}function GW($,w,A,J){let{arrayMergeMode:U="replace",skipNullish:Y=!1,customMerger:f}=A;if(w===null||w===void 0)return Y?$:w;if(f){let W=f($,w);if(W!==void 0)return W}if(Array.isArray(w)||Array.isArray($))return hW($,w,U,J);if(!s$(w)||!s$($))return w;return wH($,w,A,J)}function hW($,w,A,J){if(Array.isArray(w)&&!Array.isArray($))return w;if(Array.isArray($)&&!Array.isArray(w))return w;if(Array.isArray(w)&&Array.isArray($))switch(A){case"replace":return w;case"concat":return o9($,w);case"smart":return e9($,w,J);default:return w}return w}function o9($,w){let A=[...w];for(let J of $)if(!A.some((U)=>FY(U,J)))A.push(J);return A}function e9($,w,A){if(w.length===0)return $;if($.length===0)return w;if(s$(w[0])&&s$($[0]))return $H($,w,A);if(w.every((J)=>typeof J==="string")&&$.every((J)=>typeof J==="string")){let J=[...w];for(let U of $)if(!J.includes(U))J.push(U);return J}return w}function $H($,w,A){let J=[...w];for(let U of $){if(!s$(U)){J.push(U);continue}let Y=["id","name","key","path","type"],f=!1;for(let W of Y)if(W in U){if(J.find((B)=>s$(B)&&(W in B)&&B[W]===U[W])){f=!0;break}}if(!f)J.push(U)}return J}function wH($,w,A,J){let U=w;if(s$(U)&&J.has(U))return J.get(U);let Y={...$};if(s$(U))J.set(U,Y);for(let f in U){if(!Object.prototype.hasOwnProperty.call(U,f))continue;let W=U[f],Z=Y[f];if(A.skipNullish&&(W===null||W===void 0))continue;if(W===null||W===void 0){Y[f]=W;continue}if(s$(W)&&s$(Z))Y[f]=GW(Z,W,A,J);else if(Array.isArray(W)||Array.isArray(Z))Y[f]=hW(Z,W,A.arrayMergeMode||"smart",J);else Y[f]=W}return Y}function LY($,w,A="replace"){return TW($,w,{arrayMergeMode:A==="replace"?"replace":"smart",skipNullish:!0})}function FY($,w){if($===w)return!0;if(Array.isArray($)&&Array.isArray(w)){if($.length!==w.length)return!1;for(let A=0;A<$.length;A++)if(!FY($[A],w[A]))return!1;return!0}if(s$($)&&s$(w)){let A=Object.keys($),J=Object.keys(w);if(A.length!==J.length)return!1;for(let U of A){if(!Object.prototype.hasOwnProperty.call(w,U))return!1;if(!FY($[U],w[U]))return!1}return!0}return!1}function s$($){return Boolean($&&typeof $==="object"&&!Array.isArray($))}class nA{extensions=[".ts",".js",".mjs",".cjs",".json",".mts",".cts"];async loadFromPath($,w,A={}){let{arrayStrategy:J="replace",useCache:U=!0,cacheTtl:Y,trackPerformance:f=!0,verbose:W=!1}=A;if(U){let B=Pw.getWithFileCheck("file",$);if(B){if(W)console.log(`Configuration loaded from cache: ${$}`);return B}}let Z=async()=>{if(!zA($))return null;try{let B=`?t=${Date.now()}`,E=await import($+B),F=E.default||E,z="default"in E,j=Object.keys(E).length>0;if(!z&&!j)throw new y1($,Error("Configuration file is empty and exports nothing"),"unknown");if(typeof F!=="object"||F===null||Array.isArray(F))throw new y1($,Error("Configuration must export a valid object"),"unknown");let h={config:LY(w,F,J),source:{type:"file",path:$,priority:100,timestamp:new Date}};if(U)Pw.setWithFileCheck("file",h,$,Y);return h}catch(B){throw B instanceof Error?t0.configLoad($,B):t0.configLoad($,Error(String(B)))}};if(f)return L1.track("loadFromPath",Z,{path:$});return Z()}async tryLoadFromPaths($,w,A={}){for(let J of $)try{let U=await this.loadFromPath(J,w,A);if(U)return U}catch(U){if(U instanceof Error&&U.name==="ConfigLoadError")throw U;if(A.verbose)console.warn(`Failed to load config from ${J}:`,U)}return null}generateConfigPaths($,w,A){let J=this.generateNamePatterns($,A),U=[];for(let Y of J)for(let f of this.extensions)U.push(oU(w,`${Y}${f}`));return U}generateNamePatterns($,w){let A=[];if(A.push("config",".config"),$)A.push($,`.${$}.config`,`${$}.config`,`.${$}`);if(w){if(A.push(w,`.${w}.config`,`${w}.config`,`.${w}`),$)A.push(`${$}.${w}.config`,`.${$}.${w}.config`)}return A.filter(Boolean)}checkFileAccess($){return zW(async()=>{return zA($)},{maxRetries:2,retryDelay:100,fallback:!1})}async discoverConfigFiles($,w,A){let J=[];if(!zA($))return J;if(w||A){let U=this.generateNamePatterns(w||"",A);for(let Y of U)for(let f of this.extensions){let W=oU($,`${Y}${f}`);if(await this.checkFileAccess(W))J.push(W)}}else try{let{readdirSync:U}=await import("fs"),Y=U($);for(let f of Y)if(this.looksLikeConfigFile(f)){let W=oU($,f);if(await this.checkFileAccess(W))J.push(W)}}catch{return[]}return J}looksLikeConfigFile($){return[/\.config\.(ts|js|mjs|cjs|json|mts|cts)$/,/^\..*\.(ts|js|mjs|cjs|json|mts|cts)$/,/config\.(ts|js|mjs|cjs|json|mts|cts)$/].some((A)=>A.test($))}async validateConfigFile($){let w=[];try{if(!zA($))return w.push("Configuration file does not exist"),w;let A=await import($),J=A.default||A;if(J===void 0)w.push("Configuration file must export a default value or named exports");else if(typeof J!=="object"||J===null)w.push("Configuration must be an object");else if(Array.isArray(J))w.push("Configuration cannot be an array at the root level");if($.endsWith(".json"))try{let{readFileSync:U}=await import("fs"),Y=U($,"utf8");JSON.parse(Y)}catch(U){w.push(`Invalid JSON syntax: ${U}`)}}catch(A){w.push(`Failed to load configuration file: ${A}`)}return w}async getFileModificationTime($){try{let{statSync:w}=await import("fs");return w($).mtime}catch{return null}}async preloadConfigurations($,w={}){let A=new Map;return await Promise.allSettled($.map(async(J)=>{try{let U=await this.loadFromPath(J,{},w);if(U)A.set(J,U.config)}catch(U){if(w.verbose)console.warn(`Failed to preload ${J}:`,U)}})),A}}class SY{async validateConfiguration($,w,A={}){let{stopOnFirstError:J=!1,validateRequired:U=!0,validateTypes:Y=!0,customRules:f=[],trackPerformance:W=!0,verbose:Z=!1}=A,B=async()=>{let E=[],F=[],z={stopOnFirstError:J,validateRequired:U,validateTypes:Y,customRules:f,trackPerformance:W,verbose:Z};try{if(typeof w==="string")return await this.validateWithSchemaFile($,w,z);else if(Array.isArray(w))return this.validateWithRules($,[...w,...f],z);else return this.validateWithJSONSchema($,w,z)}catch(j){return E.push({path:"",message:`Validation failed: ${j}`,rule:"system"}),{isValid:!1,errors:E,warnings:F}}};if(W)return await L1.track("validateConfiguration",B);return B()}async validateWithSchemaFile($,w,A){try{if(!G9(w))throw new C1(w,[{path:"",message:"Schema file does not exist"}]);let J=await import(w),U=J.default||J;if(Array.isArray(U))return this.validateWithRules($,U,A);else return this.validateWithJSONSchema($,U,A)}catch(J){throw new C1(w,[{path:"",message:`Failed to load schema: ${J}`}])}}validateWithJSONSchema($,w,A){let J=[],U=[];return this.validateObjectAgainstSchema($,w,"",J,U,A),{isValid:J.length===0,errors:J,warnings:U}}validateObjectAgainstSchema($,w,A,J,U,Y){if(Y.validateTypes&&w.type){let f=Array.isArray($)?"array":typeof $,W=Array.isArray(w.type)?w.type:[w.type];if(!W.includes(f)){if(J.push({path:A,message:`Expected type ${W.join(" or ")}, got ${f}`,expected:W.join(" or "),actual:f,rule:"type"}),Y.stopOnFirstError)return}}if(w.enum&&!w.enum.includes($)){if(J.push({path:A,message:`Value must be one of: ${w.enum.join(", ")}`,expected:w.enum.join(", "),actual:$,rule:"enum"}),Y.stopOnFirstError)return}if(typeof $==="string"){if(w.minLength!==void 0&&$.length<w.minLength)J.push({path:A,message:`String length must be at least ${w.minLength}`,expected:`>= ${w.minLength}`,actual:$.length,rule:"minLength"});if(w.maxLength!==void 0&&$.length>w.maxLength)J.push({path:A,message:`String length must not exceed ${w.maxLength}`,expected:`<= ${w.maxLength}`,actual:$.length,rule:"maxLength"});if(w.pattern){if(!new RegExp(w.pattern).test($))J.push({path:A,message:`String does not match pattern ${w.pattern}`,expected:w.pattern,actual:$,rule:"pattern"})}}if(typeof $==="number"){if(w.minimum!==void 0&&$<w.minimum)J.push({path:A,message:`Value must be at least ${w.minimum}`,expected:`>= ${w.minimum}`,actual:$,rule:"minimum"});if(w.maximum!==void 0&&$>w.maximum)J.push({path:A,message:`Value must not exceed ${w.maximum}`,expected:`<= ${w.maximum}`,actual:$,rule:"maximum"})}if(Array.isArray($)&&w.items)for(let f=0;f<$.length;f++){let W=A?`${A}[${f}]`:`[${f}]`;if(this.validateObjectAgainstSchema($[f],w.items,W,J,U,Y),Y.stopOnFirstError&&J.length>0)return}if($&&typeof $==="object"&&!Array.isArray($)){let f=$;if(Y.validateRequired&&w.required){for(let W of w.required)if(!(W in f)){if(J.push({path:A?`${A}.${W}`:W,message:`Missing required property '${W}'`,expected:"required",rule:"required"}),Y.stopOnFirstError)return}}if(w.properties){for(let[W,Z]of Object.entries(w.properties))if(W in f){let B=A?`${A}.${W}`:W;if(this.validateObjectAgainstSchema(f[W],Z,B,J,U,Y),Y.stopOnFirstError&&J.length>0)return}}if(w.additionalProperties===!1){let W=new Set(Object.keys(w.properties||{}));for(let Z of Object.keys(f))if(!W.has(Z))U.push({path:A?`${A}.${Z}`:Z,message:`Additional property '${Z}' is not allowed`,rule:"additionalProperties"})}}}validateWithRules($,w,A){let J=[],U=[];for(let Y of w)try{let f=this.getValueByPath($,Y.path),W=this.validateWithRule(f,Y,Y.path);if(J.push(...W),A.stopOnFirstError&&J.length>0)break}catch(f){J.push({path:Y.path,message:`Rule validation failed: ${f}`,rule:"system"})}return{isValid:J.length===0,errors:J,warnings:U}}validateWithRule($,w,A){let J=[];if(w.required&&($===void 0||$===null))return J.push({path:A,message:w.message||`Property '${A}' is required`,expected:"required",rule:"required"}),J;if($===void 0||$===null)return J;if(w.type){let U=Array.isArray($)?"array":typeof $;if(U!==w.type)J.push({path:A,message:w.message||`Expected type ${w.type}, got ${U}`,expected:w.type,actual:U,rule:"type"})}if(w.min!==void 0){let U=Array.isArray($)?$.length:typeof $==="string"?$.length:typeof $==="number"?$:0;if(U<w.min)J.push({path:A,message:w.message||`Value must be at least ${w.min}`,expected:`>= ${w.min}`,actual:U,rule:"min"})}if(w.max!==void 0){let U=Array.isArray($)?$.length:typeof $==="string"?$.length:typeof $==="number"?$:0;if(U>w.max)J.push({path:A,message:w.message||`Value must not exceed ${w.max}`,expected:`<= ${w.max}`,actual:U,rule:"max"})}if(w.pattern&&typeof $==="string"){if(!w.pattern.test($))J.push({path:A,message:w.message||`Value does not match pattern ${w.pattern}`,expected:w.pattern.toString(),actual:$,rule:"pattern"})}if(w.enum&&!w.enum.includes($))J.push({path:A,message:w.message||`Value must be one of: ${w.enum.join(", ")}`,expected:w.enum.join(", "),actual:$,rule:"enum"});if(w.validator){let U=w.validator($);if(U)J.push({path:A,message:w.message||U,rule:"custom"})}return J}getValueByPath($,w){if(!w)return $;let A=w.split("."),J=$;for(let U of A)if(J&&typeof J==="object"&&U in J)J=J[U];else return;return J}generateRulesFromInterface($){let w=[],A=$.matchAll(/(\w+)(\?)?:\s*(\w+)/g);for(let J of A){let[,U,Y,f]=J;w.push({path:U,required:!Y,type:this.mapTypeScriptType(f)})}return w}mapTypeScriptType($){switch($.toLowerCase()){case"string":return"string";case"number":return"number";case"boolean":return"boolean";case"array":return"array";case"object":return"object";default:return"object"}}static createCommonRules(){return{server:[{path:"port",required:!0,type:"number",min:1,max:65535},{path:"host",required:!0,type:"string",min:1},{path:"ssl",type:"boolean"}],database:[{path:"url",required:!0,type:"string",min:1},{path:"pool",type:"number",min:1,max:100},{path:"timeout",type:"number",min:0}],api:[{path:"baseUrl",required:!0,type:"string",pattern:yW},{path:"timeout",type:"number",min:0},{path:"retries",type:"number",min:0,max:10}]}}}class VY{fileLoader=new nA;envProcessor=new vA;validator=new SY;async loadConfig($){let w=Date.now(),{cache:A,performance:J,schema:U,validate:Y,...f}=$;try{if(A?.enabled){let Z=this.checkCache(f.name||"",f);if(Z)return Z}let W;try{W=await this.loadConfigurationStrategies(f,!0,A)}catch(Z){let B=f.__strictErrorHandling;if(Z instanceof Error&&Z.name==="ConfigNotFoundError"){if(B)throw Z;W={...await this.applyEnvironmentVariables(f.name||"",f.defaultConfig,f.checkEnv!==!1,f.verbose||!1),warnings:[`No configuration file found for "${f.name||"config"}", using defaults with environment variables`]}}else if(Z instanceof Error&&Z.name==="ConfigLoadError"){let E=Z.message.includes("EACCES")||Z.message.includes("EPERM")||Z.message.includes("permission denied"),F=!E&&(Z.message.includes("syntax")||Z.message.includes("Expected")||Z.message.includes("Unexpected")||Z.message.includes("BuildMessage")||Z.message.includes("errors building")),z=Z.message.includes("Configuration must export a valid object")||Z.message.includes("Configuration file is empty and exports nothing");if(B&&(z||E))throw Z;if(F&&(!B||!z))W={...await this.applyEnvironmentVariables(f.name||"",f.defaultConfig,f.checkEnv!==!1,f.verbose||!1),warnings:["Configuration file has syntax errors, using defaults with environment variables"]};else if(!B)W={...await this.applyEnvironmentVariables(f.name||"",f.defaultConfig,f.checkEnv!==!1,f.verbose||!1),warnings:[`Configuration loading error, using defaults: ${Z.message}`]};else throw Z}else W={...await this.applyEnvironmentVariables(f.name||"",f.defaultConfig,f.checkEnv!==!1,f.verbose||!1),warnings:[`Configuration loading failed, using defaults: ${Z instanceof Error?Z.message:String(Z)}`]}}if(U||Y)await this.validateConfiguration(W.config,U,Y,f.name);if(A?.enabled&&W)this.cacheResult(f.name||"",W,A,f);if(J?.enabled){let Z={operation:"loadConfig",duration:Date.now()-w,configName:f.name,timestamp:new Date};if(J.onMetrics)J.onMetrics(Z);if(J.slowThreshold&&Z.duration>J.slowThreshold)Z0.warn(`Slow configuration loading detected: ${Z.duration}ms for ${f.name}`);W.metrics=Z}return W}catch(W){let Z=Date.now()-w;throw Z0.error(`Configuration loading failed after ${Z}ms:`,[W instanceof Error?W:Error(String(W))]),W}}async loadConfigurationStrategies($,w=!1,A){let{name:J="",alias:U,cwd:Y,configDir:f,defaultConfig:W,checkEnv:Z=!0,arrayStrategy:B="replace",verbose:E=!1}=$,F=Y||Ew.cwd(),z=[],j=await this.loadLocalConfiguration(J,U,F,f,W,B,E,Z,A);if(j)return z.push(...this.getLocalSearchPaths(J,U,F,f)),this.finalizeResult(j,z,Z,J,E);let G=await this.loadHomeConfiguration(J,U,W,B,E,Z);if(G)return z.push(...this.getHomeSearchPaths(J,U)),this.finalizeResult(G,z,Z,J,E);let T=await this.loadPackageJsonConfiguration(J,U,F,W,B,E,Z);if(T)return z.push(D$(F,"package.json")),this.finalizeResult(T,z,Z,J,E);if(z.push(...this.getAllSearchPaths(J,U,F,f)),w)throw t0.configNotFound(J,z,U);return{...await this.applyEnvironmentVariables(J,W,Z,E),warnings:[`No configuration file found for "${J}"${U?` or alias "${U}"`:""}, using defaults with environment variables`]}}async loadLocalConfiguration($,w,A,J,U,Y,f,W,Z){let B=W?M1($,U,f):U,E=this.getLocalDirectories(A,J);for(let F of E){if(f)Z0.info(`Searching for configuration in: ${F}`);let z=this.fileLoader.generateConfigPaths($,F,w),j=await this.fileLoader.tryLoadFromPaths(z,B,{arrayStrategy:Y,verbose:f,cacheTtl:Z?.ttl,useCache:!Z?.ttl||Z.ttl>100});if(j){if(f)Z0.success(`Configuration loaded from: ${j.source.path}`);return j}}return null}async loadHomeConfiguration($,w,A,J,U,Y){if(!$)return null;let f=Y?M1($,A,U):A,W=[D$(Lw(),".config",$),D$(Lw(),".config"),Lw()];for(let Z of W){if(U)Z0.info(`Checking home directory: ${Z}`);let B=this.fileLoader.generateConfigPaths($,Z,w),E=await this.fileLoader.tryLoadFromPaths(B,f,{arrayStrategy:J,verbose:U});if(E){if(U)Z0.success(`Configuration loaded from home directory: ${E.source.path}`);return E}}return null}async loadPackageJsonConfiguration($,w,A,J,U,Y,f){let W=f?M1($,J,Y):J;try{let Z=D$(A,"package.json");if(!BY(Z))return null;let B=await import(Z),E=B[$],F=$;if(!E&&w)E=B[w],F=w;if(E&&typeof E==="object"&&!Array.isArray(E)){if(Y)Z0.success(`Configuration loaded from package.json: ${F}`);return{config:LY(W,E,U),source:{type:"package.json",path:Z,priority:30,timestamp:new Date}}}}catch(Z){if(Y)Z0.warn("Failed to load package.json:",[Z instanceof Error?Z:Error(String(Z))])}return null}async applyEnvironmentVariables($,w,A,J){if(!A||!$||typeof w!=="object"||w===null||Array.isArray(w))return{config:w,source:{type:"default",priority:10,timestamp:new Date}};return{config:M1($,w,J),source:{type:"environment",priority:20,timestamp:new Date}}}async finalizeResult($,w,A,J,U){return{config:$.config,source:$.source,path:$.source.path}}async validateConfiguration($,w,A,J){let U=[];if(A){let Y=A($);if(Y)U.push(...Y)}if(w){let Y=await this.validator.validateConfiguration($,w);if(!Y.isValid)U.push(...Y.errors.map((f)=>f.path?`${f.path}: ${f.message}`:f.message))}if(U.length>0)throw t0.configValidation(J||"unknown",U,J)}checkCache($,w){let A=this.generateCacheKey($,w);return Pw.get(A)||null}cacheResult($,w,A,J){let U=this.generateCacheKey($,J);Pw.set(U,w,void 0,A.ttl)}generateCacheKey($,w){let A=[$];if(w.alias)A.push(`alias:${w.alias}`);if(w.cwd)A.push(`cwd:${w.cwd}`);if(w.configDir)A.push(`configDir:${w.configDir}`);if("checkEnv"in w)A.push(`checkEnv:${w.checkEnv}`);return A.join("|")}getLocalDirectories($,w){return Array.from(new Set([$,D$($,"config"),D$($,".config"),w?D$($,w):void 0].filter(Boolean)))}getAllSearchPaths($,w,A,J){let U=[];return U.push(...this.getLocalSearchPaths($,w,A,J)),U.push(...this.getHomeSearchPaths($,w)),U.push(D$(A,"package.json")),U}getLocalSearchPaths($,w,A,J){let U=this.getLocalDirectories(A,J),Y=[];for(let f of U)Y.push(...this.fileLoader.generateConfigPaths($,f,w));return Y}getHomeSearchPaths($,w){if(!$)return[];let A=[D$(Lw(),".config",$),D$(Lw(),".config"),Lw()],J=[];for(let U of A)J.push(...this.fileLoader.generateConfigPaths($,U,w));return J}async loadConfigWithResult($){return this.loadConfig($)}}function pZ($){let A=!($.message.includes("EACCES")||$.message.includes("EPERM")||$.message.includes("permission denied"))&&($.message.includes("syntax")||$.message.includes("Expected")||$.message.includes("Unexpected")||$.message.includes("BuildMessage")),J=$.message.includes("Configuration must export a valid object")||$.message.includes("Configuration file is empty and exports nothing");return A||J}async function AH($){return S0.loadConfig({...$,__strictErrorHandling:!0})}async function qW($){let w="defaultConfig"in $&&$.defaultConfig!==void 0?$.defaultConfig:{},A="cache"in $||"performance"in $||"schema"in $||"validate"in $;try{let J;if(A)J=await S0.loadConfig($);else J=await S0.loadConfig({...$,defaultConfig:w,cache:{enabled:!0},performance:{enabled:!1}});return J?.config??w}catch(J){let U=J instanceof Error?J.name:"UnknownError",Y=J instanceof Error?J.message:String(J);if(!(U==="ConfigNotFoundError"||U==="ConfigLoadError"||U==="ConfigValidationError"||Y.includes("config"))&&$.verbose)Z0.warn("Unexpected error loading config, using defaults:",[J instanceof Error?J:Error(String(J))]);let W=A?{...$,defaultConfig:w}:{...$,defaultConfig:w,cache:{enabled:!0},performance:{enabled:!1}};if("checkEnv"in $?$.checkEnv!==!1:!0)return(await S0.applyEnvironmentVariables(W.name||"",w,!0,W.verbose||!1))?.config??w;return w}}async function JH($={defaultConfig:{}}){if(typeof $==="string"){let{cwd:w}=await import("process");try{return(await S0.loadConfig({name:$,cwd:w(),generatedDir:"./generated",configDir:"./config",defaultConfig:{},checkEnv:!0,arrayStrategy:"replace"})).config}catch(A){if(A instanceof Error&&(A.name==="ConfigNotFoundError"||A.name==="ConfigLoadError"&&pZ(A)))return(await S0.applyEnvironmentVariables($,{},!0,!1)).config;throw A}}try{return(await S0.loadConfig({...$,cwd:$.cwd||Ew.cwd(),cache:{enabled:!0},performance:{enabled:!1}})).config}catch(w){if(w instanceof Error&&(w.name==="ConfigNotFoundError"||w.name==="ConfigLoadError"&&pZ(w)))return(await S0.applyEnvironmentVariables($.name||"",$.defaultConfig||{},$.checkEnv!==!1,$.verbose||!1)).config;throw w}}async function UH($,w,A="replace"){let J=new nA;try{let U=await J.loadFromPath($,w,{arrayStrategy:A,useCache:!1,trackPerformance:!1});return U?U.config:null}catch{return null}}function M1($,w,A=!1){let J=new vA,U=$.toUpperCase().replace(/[^A-Z0-9]/g,"_");function Y(f,W=[]){let Z={...f};for(let[B,E]of Object.entries(f)){let F=[...W,B],z=[`${U}_${F.join("_").toUpperCase()}`,`${U}_${F.map((T)=>T.toUpperCase()).join("")}`,`${U}_${F.map((T)=>T.replace(/([A-Z])/g,"_$1").toUpperCase()).join("")}`],j,G;for(let T of z)if(j=Ew.env[T],j!==void 0){G=T;break}if(j!==void 0&&G)if(typeof E==="boolean")Z[B]=["true","1","yes"].includes(j.toLowerCase());else if(typeof E==="number"){let T=Number(j);if(!Number.isNaN(T))Z[B]=T}else if(Array.isArray(E))try{Z[B]=JSON.parse(j)}catch{Z[B]=j.split(",").map((T)=>T.trim())}else Z[B]=j;else if(E&&typeof E==="object"&&!Array.isArray(E))Z[B]=Y(E,F)}return Z}return Y(w)}function YH($){let w=D$(Ew.cwd(),$.configDir),A=D$(Ew.cwd(),$.generatedDir),J=D$(A,"config-types.ts");if(!BY(yZ(J)))pz(yZ(J),{recursive:!0,mode:511});let U=BY(w)?tz(w).map((f)=>f.replace(/\.(ts|js|mjs|cjs|mts|cts|json)$/,"")).sort():[],Y=`// Generated by bunfig v${QH}
|
|
34
34
|
export type ConfigNames = ${U.length?`'${U.join("' | '")}'`:"string"}
|
|
35
|
-
`;
|
|
36
|
-
${U.map((
|
|
35
|
+
`;rz(J,Y,{mode:438})}function fH($){let w=null,A=null,J=()=>{if(!A)A=qW($).then((Y)=>{return w=Y,Y},(Y)=>{let f="defaultConfig"in $?$.defaultConfig:{};if(w=f,"verbose"in $&&$.verbose)Z0.warn("Config loading failed, using defaults:",[Y instanceof Error?Y:Error(String(Y))]);return f});return A},U="defaultConfig"in $?$.defaultConfig:{};return w=U,J(),new Proxy({},{get(Y,f){if(w)return w[f];let W=U[f];return J(),W},has(Y,f){return f in(w||U)},ownKeys(){return Object.keys(w||U)},getOwnPropertyDescriptor(Y,f){return Object.getOwnPropertyDescriptor(w||U,f)},set(Y,f,W){if(!w)w={...U};return w[f]=W,!0}})}function ZH($){let w=cZ(N9.cwd(),$?.configDir||"./config");function A(){if(!h9(w))return[];let U=new Set([".ts",".js",".mjs",".cjs",".mts",".cts",".json"]),Y=[".ts",".mts",".cts",".js",".mjs",".cjs",".json"],f=q9(w).filter((Z)=>U.has(eU(Z))).map((Z)=>({base:Z.replace(/\.(?:ts|js|mjs|cjs|mts|cts|json)$/i,""),file:Z})),W=new Map;for(let{base:Z,file:B}of f){let E=eU(B).toLowerCase(),F=W.get(Z);if(!F){W.set(Z,B);continue}let z=eU(F).toLowerCase();if(Y.indexOf(E)<Y.indexOf(z))W.set(Z,B)}return Array.from(W.entries()).map(([Z,B])=>({base:Z,file:B})).sort((Z,B)=>Z.base.localeCompare(B.base))}function J(){let U=A(),Y=U.map((B)=>B.base),f=Y.length?Y.map((B)=>`'${B}'`).join(" | "):"string",W=U.length?`{
|
|
36
|
+
${U.map((B)=>{let E=cZ(w,B.file).replace(/\\/g,"/");return` '${B.base}': typeof import('${E}').default`}).join(`,
|
|
37
37
|
`)}
|
|
38
38
|
}`:"Record<string, any>";return`export type ConfigNames = ${f}
|
|
39
39
|
export type ConfigByName = ${W}
|
|
40
40
|
export type Config<N extends ConfigNames> = N extends keyof ConfigByName ? ConfigByName[N] : unknown
|
|
41
41
|
export type ConfigOf = Config
|
|
42
|
-
`}return{name:"bunfig-plugin",setup(U){U.onResolve({filter:/^virtual:bunfig-types$/},(Y)=>{return{path:Y.path,namespace:"bunfig-virtual"}}),U.onLoad({filter:/^virtual:bunfig-types$/,namespace:"bunfig-virtual"},()=>{return{contents:J(),loader:"ts"}})}}}function x9($,w={}){let A=OA.cwd();while(A.includes("storage"))A=cZ(A,"..");let J=cZ(A,$||"");if(w?.relative)return Rz(OA.cwd(),J);return J}function E$(){if(y0.env.NODE_ENV==="test"||y0.env.BUN_ENV==="test")return!1;return typeof window<"u"}async function b9(){if(y0.env.NODE_ENV==="test"||y0.env.BUN_ENV==="test")return!0;if(typeof navigator<"u"&&navigator.product==="ReactNative")return!0;if(typeof y0<"u"){let $=y0.type;if($==="renderer"||$==="worker")return!1;return!!(y0.versions&&(y0.versions.node||y0.versions.bun))}return!1}class SW{async format($){let w=await b9(),A=await this.getMetadata(w);return JSON.stringify({timestamp:$.timestamp.toISOString(),level:$.level,name:$.name,message:$.message,metadata:A})}async getMetadata($){if($){let{hostname:w}=await import("os");return{pid:kw.pid,hostname:w(),environment:kw.env.NODE_ENV||"development",platform:kw.platform,version:kw.version}}return{userAgent:navigator.userAgent,hostname:window.location.hostname||"browser",environment:kw.env.NODE_ENV||kw.env.BUN_ENV||"development",viewport:{width:window.innerWidth,height:window.innerHeight},language:navigator.language}}}class nA{name;fileLocks=new Map;currentKeyId=null;keys=new Map;fingersCrossedConfig;fingersCrossedActive=!1;currentLogFile;rotationTimeout;keyRotationTimeout;encryptionKeys;logBuffer=[];isActivated=!1;pendingOperations=[];enabled;fancy;tagFormat;timestampPosition;environment;config;options;formatter;timers=new Set;subLoggers=new Set;fingersCrossedBuffer=[];ANSI_PATTERN=/\u001B\[.*?m/g;activeProgressBar=null;constructor($,w={}){this.name=$,this.config={...PA},this.options=this.normalizeOptions(w),this.formatter=this.options.formatter||new SW,this.enabled=w.enabled??!0,this.fancy=w.fancy??!0,this.tagFormat=w.tagFormat??{prefix:"[",suffix:"]"},this.timestampPosition=w.timestampPosition??"right",this.environment=w.environment??O.env.APP_ENV??"local",this.fingersCrossedConfig=this.initializeFingersCrossedConfig(w);let A={...w},J=w.timestamp!==void 0;if(J)delete A.timestamp;if(this.config={...this.config,...A,timestamp:J||this.config.timestamp,level:this.options.level??"info"},this.currentLogFile=this.generateLogFilename(),this.encryptionKeys=new Map,this.validateEncryptionConfig()){this.setupRotation();let U=this.generateKeyId(),Y=this.generateKey();this.currentKeyId=U,this.keys.set(U,Y),this.encryptionKeys.set(U,{key:Y,createdAt:new Date}),this.setupKeyRotation()}}shouldActivateFingersCrossed($){if(!this.fingersCrossedConfig)return!1;let w={debug:0,info:1,success:2,warning:3,error:4},A=this.fingersCrossedConfig.activationLevel??"error";return w[$]>=w[A]}initializeFingersCrossedConfig($){if(!$.fingersCrossedEnabled&&$.fingersCrossed)return{...fY,...$.fingersCrossed};if(!$.fingersCrossedEnabled)return null;if(!$.fingersCrossed)return{...fY};return{...fY,...$.fingersCrossed}}normalizeOptions($){let w={format:"json",level:"info",logDirectory:PA.logDirectory,rotation:void 0,timestamp:void 0,fingersCrossed:{},enabled:!0,showTags:!1,showIcons:!0,formatter:void 0},A={...w,...Object.fromEntries(Object.entries($).filter(([,J])=>J!==void 0))};if(!A.level||!["debug","info","success","warning","error"].includes(A.level))A.level=w.level;return A}shouldWriteToFile(){return!E$()&&this.config.writeToFile===!0}async writeToFile($){let A=(async()=>{let U,Y=0,f=3,W=1000;while(Y<f)try{try{try{await yz(this.config.logDirectory,mZ.F_OK|mZ.W_OK)}catch(E){if(E instanceof Error&&"code"in E)if(E.code==="ENOENT")await Lz(this.config.logDirectory,{recursive:!0,mode:493});else if(E.code==="EACCES")throw Error(`No write permission for log directory: ${this.config.logDirectory}`);else throw E;else throw E}}catch(E){throw console.error("Debug: [writeToFile] Failed to create log directory:",E),E}let Z=this.validateEncryptionConfig()?(await this.encrypt($)).encrypted:K0.from($);try{if(!jA(this.currentLogFile))await wY(this.currentLogFile,"",{mode:420});if(U=nZ(this.currentLogFile,"a",420),Cz(U,Z,{flag:"a"}),vZ(U),U!==void 0)$Y(U),U=void 0;if((await _w(this.currentLogFile)).size===0){if(await wY(this.currentLogFile,Z,{flag:"w",mode:420}),(await _w(this.currentLogFile)).size===0)throw Error("File exists but is empty after retry write")}return}catch(E){let B=E;if(B.code&&["ENETDOWN","ENETUNREACH","ENOTFOUND","ETIMEDOUT"].includes(B.code)){if(Y<f-1){let h=typeof B.message==="string"?B.message:"Unknown error";console.error(`Network error during write attempt ${Y+1}/${f}:`,h);let j=W*2**Y;await new Promise((F)=>setTimeout(F,j)),Y++;continue}}if(B?.code&&["ENOSPC","EDQUOT"].includes(B.code))throw Error(`Disk quota exceeded or no space left on device: ${B.message}`);throw console.error("Debug: [writeToFile] Error writing to file:",B),B}finally{if(U!==void 0)try{$Y(U)}catch(E){console.error("Debug: [writeToFile] Error closing file descriptor:",E)}}}catch(Z){if(Y===f-1){let B=Z,h=typeof B.message==="string"?B.message:"Unknown error";throw console.error("Debug: [writeToFile] Max retries reached. Final error:",h),Z}Y++;let E=W*2**(Y-1);await new Promise((B)=>setTimeout(B,E))}})();this.pendingOperations.push(A);let J=this.pendingOperations.length-1;try{await A}catch(U){throw console.error("Debug: [writeToFile] Error in operation:",U),U}finally{this.pendingOperations.splice(J,1)}}generateLogFilename(){if(this.name.includes("stream-throughput")||this.name.includes("decompress-perf-test")||this.name.includes("decompression-latency")||this.name.includes("concurrent-read-test")||this.name.includes("clock-change-test"))return Dw(this.config.logDirectory,`${this.name}.log`);if(this.name.includes("pending-test")||this.name.includes("temp-file-test")||this.name==="crash-test"||this.name==="corrupt-test"||this.name.includes("rotation-load-test")||this.name==="sigterm-test"||this.name==="sigint-test"||this.name==="failed-rotation-test"||this.name==="integration-test")return Dw(this.config.logDirectory,`${this.name}.log`);let $=new Date().toISOString().split("T")[0];return Dw(this.config.logDirectory,`${this.name}-${$}.log`)}setupRotation(){if(E$())return;if(!this.shouldWriteToFile())return;if(typeof this.config.rotation==="boolean")return;let $=this.config.rotation,w;switch($.frequency){case"daily":w=86400000;break;case"weekly":w=604800000;break;case"monthly":w=2592000000;break;default:return}this.rotationTimeout=setInterval(()=>{this.rotateLog()},w)}setupKeyRotation(){if(!this.validateEncryptionConfig()){console.error("Invalid encryption configuration detected during key rotation setup");return}let w=this.config.rotation.keyRotation;if(!w?.enabled)return;let A=typeof w.interval==="number"?w.interval:60,J=Math.max(A,60)*1000;this.keyRotationTimeout=setInterval(()=>{this.rotateKeys().catch((U)=>{console.error("Error rotating keys:",U)})},J)}async rotateKeys(){if(!this.validateEncryptionConfig()){console.error("Invalid encryption configuration detected during key rotation");return}let w=this.config.rotation.keyRotation,A=this.generateKeyId(),J=this.generateKey();this.currentKeyId=A,this.keys.set(A,J),this.encryptionKeys.set(A,{key:J,createdAt:new Date});let U=Array.from(this.encryptionKeys.entries()).sort(([,W],[,Z])=>Z.createdAt.getTime()-W.createdAt.getTime()),Y=typeof w.maxKeys==="number"?w.maxKeys:1,f=Math.max(1,Y);if(U.length>f)for(let[W]of U.slice(f))this.encryptionKeys.delete(W),this.keys.delete(W)}generateKeyId(){return eU(16).toString("hex")}generateKey(){return eU(32)}getCurrentKey(){if(!this.currentKeyId)throw Error("Encryption is not properly initialized. Make sure encryption is enabled in the configuration.");let $=this.keys.get(this.currentKeyId);if(!$)throw Error(`No key found for ID ${this.currentKeyId}. The encryption key may have been rotated or removed.`);return{key:$,id:this.currentKeyId}}encrypt($){let{key:w}=this.getCurrentKey(),A=eU(16),J=Kz("aes-256-gcm",w,A),U=K0.isBuffer($)?$:K0.from($,"utf8"),Y=J.update(U),f=J.final(),W=Y.length+f.length,Z=J.getAuthTag(),E=K0.allocUnsafe(16+W+16);return A.copy(E,0),Y.copy(E,16),f.copy(E,16+Y.length),Z.copy(E,16+W),{encrypted:E,iv:A}}async compressData($){return new Promise((w,A)=>{let J=gZ(),U=[];J.on("data",(Y)=>U.push(Y)),J.on("end",()=>w(K0.from(K0.concat(U)))),J.on("error",A),J.write($),J.end()})}getEncryptionOptions(){if(!this.config.rotation||typeof this.config.rotation==="boolean"||!this.config.rotation.encrypt)return{};let $={algorithm:"aes-256-cbc",compress:!1};if(typeof this.config.rotation.encrypt==="object"){let w=this.config.rotation.encrypt;return{...$,...w}}return $}async rotateLog(){if(E$())return;if(!this.shouldWriteToFile())return;let $=await _w(this.currentLogFile).catch(()=>null);if(!$)return;let w=this.config.rotation;if(typeof w==="boolean")return;if(w.maxSize&&$.size>=w.maxSize){let A=this.currentLogFile,J=this.generateLogFilename();if(this.name.includes("rotation-load-test")||this.name==="failed-rotation-test"){let U=await zA(this.config.logDirectory),Y=U.filter((Z)=>Z.startsWith(this.name)&&/\.log\.\d+$/.test(Z)).sort((Z,E)=>{let B=Number.parseInt(Z.match(/\.log\.(\d+)$/)?.[1]||"0");return Number.parseInt(E.match(/\.log\.(\d+)$/)?.[1]||"0")-B}),f=Y.length>0?Number.parseInt(Y[0].match(/\.log\.(\d+)$/)?.[1]||"0")+1:1,W=`${A}.${f}`;if(await _w(A).catch(()=>null))try{if(await dZ(A,W),w.compress)try{let Z=`${W}.gz`;await this.compressLogFile(W,Z),await HA(W)}catch(Z){console.error("Error compressing rotated file:",Z)}if(Y.length===0&&!U.some((Z)=>Z.endsWith(".log.1")))try{let Z=`${A}.1`;await wY(Z,"")}catch(Z){console.error("Error creating backup file:",Z)}}catch(Z){console.error(`Error during rotation: ${Z instanceof Error?Z.message:String(Z)}`)}}else{let U=new Date().toISOString().replace(/[:.]/g,"-"),Y=A.replace(/\.log$/,`-${U}.log`);if(await _w(A).catch(()=>null))await dZ(A,Y)}if(this.currentLogFile=J,w.maxFiles){let Y=(await zA(this.config.logDirectory)).filter((f)=>f.startsWith(this.name)).sort((f,W)=>W.localeCompare(f));for(let f of Y.slice(w.maxFiles))await HA(Dw(this.config.logDirectory,f))}}}async compressLogFile($,w){let A=uZ($),J=Iz(w),U=gZ();await Oz(A,U,J)}async handleFingersCrossedBuffer($,w){if(!this.fingersCrossedConfig)return;if(this.shouldActivateFingersCrossed($)&&!this.isActivated){this.isActivated=!0;for(let A of this.logBuffer){let J=await this.formatter.format(A);if(this.shouldWriteToFile())await this.writeToFile(J);console.log(J)}if(this.fingersCrossedConfig.stopBuffering)this.logBuffer=[]}if(this.isActivated){if(this.shouldWriteToFile())await this.writeToFile(w);console.log(w)}}shouldLog($){if(!this.enabled)return!1;let w={debug:0,info:1,success:2,warning:3,error:4};return w[$]>=w[this.config.level]}async flushPendingWrites(){if(await Promise.all(this.pendingOperations.map(($)=>{if($ instanceof Promise)return $.catch((w)=>{console.error("Error in pending write operation:",w)});return Promise.resolve()})),jA(this.currentLogFile))try{let $=nZ(this.currentLogFile,"r+");vZ($),$Y($)}catch($){console.error(`Error flushing file: ${$}`)}}async destroy(){if(this.rotationTimeout)clearInterval(this.rotationTimeout);if(this.keyRotationTimeout)clearInterval(this.keyRotationTimeout);this.timers.clear();for(let $ of this.pendingOperations)if(typeof $.cancel==="function")$.cancel();return(async()=>{if(this.pendingOperations.length>0)try{await Promise.allSettled(this.pendingOperations)}catch($){console.error("Error waiting for pending operations:",$)}if(!E$()&&this.config.rotation&&typeof this.config.rotation!=="boolean"&&this.config.rotation.compress)try{let w=(await zA(this.config.logDirectory)).filter((A)=>(A.includes("temp")||A.includes(".tmp"))&&A.includes(this.name));for(let A of w)try{await HA(Dw(this.config.logDirectory,A))}catch(J){console.error(`Failed to delete temp file ${A}:`,J)}}catch($){console.error("Error cleaning up temporary files:",$)}})()}getCurrentLogFilePath(){return this.currentLogFile}formatTag($){if(!$)return"";return`${this.tagFormat.prefix}${$}${this.tagFormat.suffix}`}formatFileTimestamp($){return`[${$.toISOString()}]`}formatConsoleTimestamp($){return this.shouldStyleConsole()?x.gray($.toLocaleTimeString()):$.toLocaleTimeString()}shouldStyleConsole(){if(!this.fancy||E$())return!1;let $=typeof O.env.NO_COLOR<"u",w=O.env.FORCE_COLOR==="0";if($||w)return!1;return!!(typeof O.stderr<"u"&&O.stderr.isTTY||typeof O.stdout<"u"&&O.stdout.isTTY)}formatConsoleMessage($){let{timestamp:w,icon:A="",tag:J="",message:U,level:Y,showTimestamp:f=!0}=$,W=(F)=>F.replace(this.ANSI_PATTERN,"");if(!this.fancy){let F=[];if(f)F.push(w);if(Y==="warning")F.push("WARN");else if(Y==="error")F.push("ERROR");else if(A)F.push(A.replace(/[^\p{L}\p{N}\p{P}\p{Z}]/gu,""));if(J)F.push(J.replace(/[[\]]/g,""));return F.push(U),F.join(" ")}let Z=O.stdout.columns||120,E="";if(Y==="warning"||Y==="error")E=`${A} ${U}`;else if(Y==="info"||Y==="success")E=`${A} ${J} ${U}`;else E=`${A} ${J} ${x.cyan(U)}`;if(!f)return E.trim();let B=W(E).trim().length,h=W(w).length,j=Math.max(1,Z-2-B-h);return`${E.trim()}${" ".repeat(j)}${w}`}formatMessage($,w){if(w.length===1&&Array.isArray(w[0]))return $.replace(/\{(\d+)\}/g,(Y,f)=>{let W=Number.parseInt(f,10);return W<w[0].length?String(w[0][W]):Y});let A=/%([sdijfo%])/g,J=0,U=$.replace(A,(Y,f)=>{if(f==="%")return"%";if(J>=w.length)return Y;let W=w[J++];switch(f){case"s":return String(W);case"d":case"i":return Number(W).toString();case"j":case"o":return JSON.stringify(W,null,2);default:return Y}});if(J<w.length)U+=` ${w.slice(J).map((Y)=>typeof Y==="object"?JSON.stringify(Y,null,2):String(Y)).join(" ")}`;return U}formatMarkdown($){if(!$)return $;let w=$;return w=w.replace(/\[([^\]]+)\]\(([^)]+)\)/g,(A,J,U)=>{let Y=x.underline(x.blue(J)),f=this.toAbsoluteFilePath(U);if(f&&this.shouldStyleConsole()&&this.supportsHyperlinks()){let W=`file://${encodeURI(f)}`,Z="\x1B]8;;",E="\x1B\\";return`\x1B]8;;${W}\x1B\\${Y}\x1B]8;;\x1B\\`}if(this.shouldStyleConsole()&&this.supportsHyperlinks())return`\x1B]8;;${U}\x1B\\${Y}\x1B]8;;\x1B\\`;return Y}),w=w.replace(/`([^`]+)`/g,(A,J)=>x.bgGray(J)),w=w.replace(/\*\*([^*]+)\*\*/g,(A,J)=>x.bold(J)),w=w.replace(/(?<!\*)\*([^*]+)\*(?!\*)/g,(A,J)=>x.italic(J)),w=w.replace(/(?<!_)_([^_]+)_(?!_)/g,(A,J)=>x.italic(J)),w=w.replace(/~([^~]+)~/g,(A,J)=>x.strikethrough(J)),w}supportsHyperlinks(){if(E$())return!1;let $=O.env;if(!$)return!1;if($.TERM_PROGRAM==="iTerm.app"||$.TERM_PROGRAM==="vscode"||$.TERM_PROGRAM==="WezTerm")return!0;if($.WT_SESSION)return!0;if($.TERM==="xterm-kitty")return!0;let w=$.VTE_VERSION?Number.parseInt($.VTE_VERSION,10):0;if(!Number.isNaN(w)&&w>=5000)return!0;return!1}toAbsoluteFilePath($){try{let w=$;if(w.startsWith("file://"))w=w.replace(/^file:\/\//,"");if(w.startsWith("~")){let A=O.env.HOME||"";if(A)w=w.replace(/^~(?=$|\/)/,A)}if(Sz(w)||w.startsWith("./")||w.startsWith("../"))w=Vz(w);else return null;return jA(w)?w:null}catch{return null}}buildOutputTexts($){let w=this.shouldStyleConsole()?this.formatMarkdown($):$,A=$.replace(this.ANSI_PATTERN,"");return{consoleText:w,fileText:A}}async log($,w,...A){if(!this.shouldLog($))return;let J=new Date,U=this.formatConsoleTimestamp(J),Y=this.formatFileTimestamp(J),f,W;if(w instanceof Error)f=w.message,W=w.stack;else f=this.formatMessage(w,A);let{consoleText:Z,fileText:E}=this.buildOutputTexts(f);if(this.shouldStyleConsole()){let h=this.options.showIcons===!1?"":n9[$],j=this.options.showTags!==!1&&this.name?x.gray(this.formatTag(this.name)):"",F;switch($){case"debug":F=this.formatConsoleMessage({timestamp:U,icon:h,tag:j,message:x.gray(Z),level:$}),console.error(F);break;case"info":F=this.formatConsoleMessage({timestamp:U,icon:h,tag:j,message:Z,level:$}),console.warn(F);break;case"success":F=this.formatConsoleMessage({timestamp:U,icon:h,tag:j,message:x.green(Z),level:$}),console.error(F);break;case"warning":F=this.formatConsoleMessage({timestamp:U,icon:h,tag:j,message:Z,level:$}),console.warn(F);break;case"error":if(F=this.formatConsoleMessage({timestamp:U,icon:h,tag:j,message:Z,level:$}),console.error(F),W){let T=W.split(`
|
|
43
|
-
`);for(let
|
|
44
|
-
`;if(W)
|
|
45
|
-
`;if(
|
|
46
|
-
`);if(this[Z==="warning"?"warn":Z](W),this.activeProgressBar&&this.shouldStyleConsole()&&!
|
|
47
|
-
`,
|
|
48
|
-
`),Z=Math.max(...W.map((
|
|
49
|
-
`.replace(this.ANSI_PATTERN,"");if(this.shouldWriteToFile())await this.writeToFile(f)}async prompt($){if(
|
|
50
|
-
`.replace(this.ANSI_PATTERN,"");if(this.shouldWriteToFile())await this.writeToFile(W)}renderProgressBar($,w=!1){if(!this.enabled||!this.shouldStyleConsole()||!O.stdout.isTTY)return;let A=Math.min(100,Math.max(0,Math.round($.current/$.total*100))),J=Math.round($.barLength*A/100),U=$.barLength-J,Y=
|
|
51
|
-
`)}finishProgressBar($,w){if(!this.enabled||!this.fancy||
|
|
42
|
+
`}return{name:"bunfig-plugin",setup(U){U.onResolve({filter:/^virtual:bunfig-types$/},(Y)=>{return{path:Y.path,namespace:"bunfig-virtual"}}),U.onLoad({filter:/^virtual:bunfig-types$/,namespace:"bunfig-virtual"},()=>{return{contents:J(),loader:"ts"}})}}}function PH($,w={}){let A=XA.cwd();while(A.includes("storage"))A=uZ(A,"..");let J=uZ(A,$||"");if(w?.relative)return R9(XA.cwd(),J);return J}function W$(){if(L0.env.NODE_ENV==="test"||L0.env.BUN_ENV==="test")return!1;return typeof window<"u"}async function iH(){if(L0.env.NODE_ENV==="test"||L0.env.BUN_ENV==="test")return!0;if(typeof navigator<"u"&&navigator.product==="ReactNative")return!0;if(typeof L0<"u"){let $=L0.type;if($==="renderer"||$==="worker")return!1;return!!(L0.versions&&(L0.versions.node||L0.versions.bun))}return!1}class VW{async format($){let w=await iH(),A=await this.getMetadata(w);return JSON.stringify({timestamp:$.timestamp.toISOString(),level:$.level,name:$.name,message:$.message,metadata:A})}async getMetadata($){if($){let{hostname:w}=await import("os");return{pid:xw.pid,hostname:w(),environment:xw.env.NODE_ENV||"development",platform:xw.platform,version:xw.version}}return{userAgent:navigator.userAgent,hostname:window.location.hostname||"browser",environment:xw.env.NODE_ENV||xw.env.BUN_ENV||"development",viewport:{width:window.innerWidth,height:window.innerHeight},language:navigator.language}}}class mA{name;fileLocks=new Map;currentKeyId=null;keys=new Map;fingersCrossedConfig;fingersCrossedActive=!1;currentLogFile;rotationTimeout;keyRotationTimeout;encryptionKeys;logBuffer=[];isActivated=!1;pendingOperations=[];enabled;fancy;tagFormat;timestampPosition;environment;config;options;formatter;timers=new Set;subLoggers=new Set;fingersCrossedBuffer=[];ANSI_PATTERN=/\u001B\[.*?m/g;activeProgressBar=null;constructor($,w={}){this.name=$,this.config={...bA},this.options=this.normalizeOptions(w),this.formatter=this.options.formatter||new VW,this.enabled=w.enabled??!0,this.fancy=w.fancy??!0,this.tagFormat=w.tagFormat??{prefix:"[",suffix:"]"},this.timestampPosition=w.timestampPosition??"right",this.environment=w.environment??O.env.APP_ENV??"local",this.fingersCrossedConfig=this.initializeFingersCrossedConfig(w);let A={...w},J=w.timestamp!==void 0;if(J)delete A.timestamp;if(this.config={...this.config,...A,timestamp:J||this.config.timestamp,level:this.options.level??"info"},this.currentLogFile=this.generateLogFilename(),this.encryptionKeys=new Map,this.validateEncryptionConfig()){this.setupRotation();let U=this.generateKeyId(),Y=this.generateKey();this.currentKeyId=U,this.keys.set(U,Y),this.encryptionKeys.set(U,{key:Y,createdAt:new Date}),this.setupKeyRotation()}}shouldActivateFingersCrossed($){if(!this.fingersCrossedConfig)return!1;let w={debug:0,info:1,success:2,warning:3,error:4},A=this.fingersCrossedConfig.activationLevel??"error";return w[$]>=w[A]}initializeFingersCrossedConfig($){if(!$.fingersCrossedEnabled&&$.fingersCrossed)return{...ZY,...$.fingersCrossed};if(!$.fingersCrossedEnabled)return null;if(!$.fingersCrossed)return{...ZY};return{...ZY,...$.fingersCrossed}}normalizeOptions($){let w={format:"json",level:"info",logDirectory:bA.logDirectory,rotation:void 0,timestamp:void 0,fingersCrossed:{},enabled:!0,showTags:!1,showIcons:!0,formatter:void 0},A={...w,...Object.fromEntries(Object.entries($).filter(([,J])=>J!==void 0))};if(!A.level||!["debug","info","success","warning","error"].includes(A.level))A.level=w.level;return A}shouldWriteToFile(){return!W$()&&this.config.writeToFile===!0}async writeToFile($){let A=(async()=>{let U,Y=0,f=3,W=1000;while(Y<f)try{try{try{await L9(this.config.logDirectory,dZ.F_OK|dZ.W_OK)}catch(B){if(B instanceof Error&&"code"in B)if(B.code==="ENOENT")await S9(this.config.logDirectory,{recursive:!0,mode:493});else if(B.code==="EACCES")throw Error(`No write permission for log directory: ${this.config.logDirectory}`);else throw B;else throw B}}catch(B){throw console.error("Debug: [writeToFile] Failed to create log directory:",B),B}let Z=this.validateEncryptionConfig()?(await this.encrypt($)).encrypted:M0.from($);try{if(!HA(this.currentLogFile))await AY(this.currentLogFile,"",{mode:420});if(U=mZ(this.currentLogFile,"a",420),C9(U,Z,{flag:"a"}),nZ(U),U!==void 0)wY(U),U=void 0;if((await kw(this.currentLogFile)).size===0){if(await AY(this.currentLogFile,Z,{flag:"w",mode:420}),(await kw(this.currentLogFile)).size===0)throw Error("File exists but is empty after retry write")}return}catch(B){let E=B;if(E.code&&["ENETDOWN","ENETUNREACH","ENOTFOUND","ETIMEDOUT"].includes(E.code)){if(Y<f-1){let F=typeof E.message==="string"?E.message:"Unknown error";console.error(`Network error during write attempt ${Y+1}/${f}:`,F);let z=W*2**Y;await new Promise((j)=>setTimeout(j,z)),Y++;continue}}if(E?.code&&["ENOSPC","EDQUOT"].includes(E.code))throw Error(`Disk quota exceeded or no space left on device: ${E.message}`);throw console.error("Debug: [writeToFile] Error writing to file:",E),E}finally{if(U!==void 0)try{wY(U)}catch(B){console.error("Debug: [writeToFile] Error closing file descriptor:",B)}}}catch(Z){if(Y===f-1){let E=Z,F=typeof E.message==="string"?E.message:"Unknown error";throw console.error("Debug: [writeToFile] Max retries reached. Final error:",F),Z}Y++;let B=W*2**(Y-1);await new Promise((E)=>setTimeout(E,B))}})();this.pendingOperations.push(A);let J=this.pendingOperations.length-1;try{await A}catch(U){throw console.error("Debug: [writeToFile] Error in operation:",U),U}finally{this.pendingOperations.splice(J,1)}}generateLogFilename(){if(this.name.includes("stream-throughput")||this.name.includes("decompress-perf-test")||this.name.includes("decompression-latency")||this.name.includes("concurrent-read-test")||this.name.includes("clock-change-test"))return Qw(this.config.logDirectory,`${this.name}.log`);if(this.name.includes("pending-test")||this.name.includes("temp-file-test")||this.name==="crash-test"||this.name==="corrupt-test"||this.name.includes("rotation-load-test")||this.name==="sigterm-test"||this.name==="sigint-test"||this.name==="failed-rotation-test"||this.name==="integration-test")return Qw(this.config.logDirectory,`${this.name}.log`);let $=new Date().toISOString().split("T")[0];return Qw(this.config.logDirectory,`${this.name}-${$}.log`)}setupRotation(){if(W$())return;if(!this.shouldWriteToFile())return;if(typeof this.config.rotation==="boolean")return;let $=this.config.rotation,w;switch($.frequency){case"daily":w=86400000;break;case"weekly":w=604800000;break;case"monthly":w=2592000000;break;default:return}this.rotationTimeout=setInterval(()=>{this.rotateLog()},w)}setupKeyRotation(){if(!this.validateEncryptionConfig()){console.error("Invalid encryption configuration detected during key rotation setup");return}let w=this.config.rotation.keyRotation;if(!w?.enabled)return;let A=typeof w.interval==="number"?w.interval:60,J=Math.max(A,60)*1000;this.keyRotationTimeout=setInterval(()=>{this.rotateKeys().catch((U)=>{console.error("Error rotating keys:",U)})},J)}async rotateKeys(){if(!this.validateEncryptionConfig()){console.error("Invalid encryption configuration detected during key rotation");return}let w=this.config.rotation.keyRotation,A=this.generateKeyId(),J=this.generateKey();this.currentKeyId=A,this.keys.set(A,J),this.encryptionKeys.set(A,{key:J,createdAt:new Date});let U=Array.from(this.encryptionKeys.entries()).sort(([,W],[,Z])=>Z.createdAt.getTime()-W.createdAt.getTime()),Y=typeof w.maxKeys==="number"?w.maxKeys:1,f=Math.max(1,Y);if(U.length>f)for(let[W]of U.slice(f))this.encryptionKeys.delete(W),this.keys.delete(W)}generateKeyId(){return $Y(16).toString("hex")}generateKey(){return $Y(32)}getCurrentKey(){if(!this.currentKeyId)throw Error("Encryption is not properly initialized. Make sure encryption is enabled in the configuration.");let $=this.keys.get(this.currentKeyId);if(!$)throw Error(`No key found for ID ${this.currentKeyId}. The encryption key may have been rotated or removed.`);return{key:$,id:this.currentKeyId}}encrypt($){let{key:w}=this.getCurrentKey(),A=$Y(16),J=M9("aes-256-gcm",w,A),U=M0.isBuffer($)?$:M0.from($,"utf8"),Y=J.update(U),f=J.final(),W=Y.length+f.length,Z=J.getAuthTag(),B=M0.allocUnsafe(16+W+16);return A.copy(B,0),Y.copy(B,16),f.copy(B,16+Y.length),Z.copy(B,16+W),{encrypted:B,iv:A}}async compressData($){return new Promise((w,A)=>{let J=lZ(),U=[];J.on("data",(Y)=>U.push(Y)),J.on("end",()=>w(M0.from(M0.concat(U)))),J.on("error",A),J.write($),J.end()})}getEncryptionOptions(){if(!this.config.rotation||typeof this.config.rotation==="boolean"||!this.config.rotation.encrypt)return{};let $={algorithm:"aes-256-cbc",compress:!1};if(typeof this.config.rotation.encrypt==="object"){let w=this.config.rotation.encrypt;return{...$,...w}}return $}async rotateLog(){if(W$())return;if(!this.shouldWriteToFile())return;let $=await kw(this.currentLogFile).catch(()=>null);if(!$)return;let w=this.config.rotation;if(typeof w==="boolean")return;if(w.maxSize&&$.size>=w.maxSize){let A=this.currentLogFile,J=this.generateLogFilename();if(this.name.includes("rotation-load-test")||this.name==="failed-rotation-test"){let U=await TA(this.config.logDirectory),Y=U.filter((Z)=>Z.startsWith(this.name)&&/\.log\.\d+$/.test(Z)).sort((Z,B)=>{let E=Number.parseInt(Z.match(/\.log\.(\d+)$/)?.[1]||"0");return Number.parseInt(B.match(/\.log\.(\d+)$/)?.[1]||"0")-E}),f=Y.length>0?Number.parseInt(Y[0].match(/\.log\.(\d+)$/)?.[1]||"0")+1:1,W=`${A}.${f}`;if(await kw(A).catch(()=>null))try{if(await gZ(A,W),w.compress)try{let Z=`${W}.gz`;await this.compressLogFile(W,Z),await GA(W)}catch(Z){console.error("Error compressing rotated file:",Z)}if(Y.length===0&&!U.some((Z)=>Z.endsWith(".log.1")))try{let Z=`${A}.1`;await AY(Z,"")}catch(Z){console.error("Error creating backup file:",Z)}}catch(Z){console.error(`Error during rotation: ${Z instanceof Error?Z.message:String(Z)}`)}}else{let U=new Date().toISOString().replace(/[:.]/g,"-"),Y=A.replace(/\.log$/,`-${U}.log`);if(await kw(A).catch(()=>null))await gZ(A,Y)}if(this.currentLogFile=J,w.maxFiles){let Y=(await TA(this.config.logDirectory)).filter((f)=>f.startsWith(this.name)).sort((f,W)=>W.localeCompare(f));for(let f of Y.slice(w.maxFiles))await GA(Qw(this.config.logDirectory,f))}}}async compressLogFile($,w){let A=vZ($),J=y9(w),U=lZ();await X9(A,U,J)}async handleFingersCrossedBuffer($,w){if(!this.fingersCrossedConfig)return;if(this.shouldActivateFingersCrossed($)&&!this.isActivated){this.isActivated=!0;for(let A of this.logBuffer){let J=await this.formatter.format(A);if(this.shouldWriteToFile())await this.writeToFile(J);console.log(J)}if(this.fingersCrossedConfig.stopBuffering)this.logBuffer=[]}if(this.isActivated){if(this.shouldWriteToFile())await this.writeToFile(w);console.log(w)}}shouldLog($){if(!this.enabled)return!1;let w={debug:0,info:1,success:2,warning:3,error:4};return w[$]>=w[this.config.level]}async flushPendingWrites(){if(await Promise.all(this.pendingOperations.map(($)=>{if($ instanceof Promise)return $.catch((w)=>{console.error("Error in pending write operation:",w)});return Promise.resolve()})),HA(this.currentLogFile))try{let $=mZ(this.currentLogFile,"r+");nZ($),wY($)}catch($){console.error(`Error flushing file: ${$}`)}}async destroy(){if(this.rotationTimeout)clearInterval(this.rotationTimeout);if(this.keyRotationTimeout)clearInterval(this.keyRotationTimeout);this.timers.clear();for(let $ of this.pendingOperations)if(typeof $.cancel==="function")$.cancel();return(async()=>{if(this.pendingOperations.length>0)try{await Promise.allSettled(this.pendingOperations)}catch($){console.error("Error waiting for pending operations:",$)}if(!W$()&&this.config.rotation&&typeof this.config.rotation!=="boolean"&&this.config.rotation.compress)try{let w=(await TA(this.config.logDirectory)).filter((A)=>(A.includes("temp")||A.includes(".tmp"))&&A.includes(this.name));for(let A of w)try{await GA(Qw(this.config.logDirectory,A))}catch(J){console.error(`Failed to delete temp file ${A}:`,J)}}catch($){console.error("Error cleaning up temporary files:",$)}})()}getCurrentLogFilePath(){return this.currentLogFile}formatTag($){if(!$)return"";return`${this.tagFormat.prefix}${$}${this.tagFormat.suffix}`}formatFileTimestamp($){return`[${$.toISOString()}]`}formatConsoleTimestamp($){return this.shouldStyleConsole()?P.gray($.toLocaleTimeString()):$.toLocaleTimeString()}shouldStyleConsole(){if(!this.fancy||W$())return!1;let $=typeof O.env.NO_COLOR<"u",w=O.env.FORCE_COLOR==="0";if($||w)return!1;return!!(typeof O.stderr<"u"&&O.stderr.isTTY||typeof O.stdout<"u"&&O.stdout.isTTY)}formatConsoleMessage($){let{timestamp:w,icon:A="",tag:J="",message:U,level:Y,showTimestamp:f=!0}=$,W=(j)=>j.replace(this.ANSI_PATTERN,"");if(!this.fancy){let j=[];if(f)j.push(w);if(Y==="warning")j.push("WARN");else if(Y==="error")j.push("ERROR");else if(A)j.push(A.replace(/[^\p{L}\p{N}\p{P}\p{Z}]/gu,""));if(J)j.push(J.replace(/[[\]]/g,""));return j.push(U),j.join(" ")}let Z=O.stdout.columns||120,B="";if(Y==="warning"||Y==="error")B=`${A} ${U}`;else if(Y==="info"||Y==="success")B=`${A} ${J} ${U}`;else B=`${A} ${J} ${P.cyan(U)}`;if(!f)return B.trim();let E=W(B).trim().length,F=W(w).length,z=Math.max(1,Z-2-E-F);return`${B.trim()}${" ".repeat(z)}${w}`}formatMessage($,w){if(w.length===1&&Array.isArray(w[0]))return $.replace(/\{(\d+)\}/g,(Y,f)=>{let W=Number.parseInt(f,10);return W<w[0].length?String(w[0][W]):Y});let A=/%([sdijfo%])/g,J=0,U=$.replace(A,(Y,f)=>{if(f==="%")return"%";if(J>=w.length)return Y;let W=w[J++];switch(f){case"s":return String(W);case"d":case"i":return Number(W).toString();case"j":case"o":return JSON.stringify(W,null,2);default:return Y}});if(J<w.length)U+=` ${w.slice(J).map((Y)=>typeof Y==="object"?JSON.stringify(Y,null,2):String(Y)).join(" ")}`;return U}formatMarkdown($){if(!$)return $;let w=$;return w=w.replace(/\[([^\]]+)\]\(([^)]+)\)/g,(A,J,U)=>{let Y=P.underline(P.blue(J)),f=this.toAbsoluteFilePath(U);if(f&&this.shouldStyleConsole()&&this.supportsHyperlinks()){let W=`file://${encodeURI(f)}`,Z="\x1B]8;;",B="\x1B\\";return`\x1B]8;;${W}\x1B\\${Y}\x1B]8;;\x1B\\`}if(this.shouldStyleConsole()&&this.supportsHyperlinks())return`\x1B]8;;${U}\x1B\\${Y}\x1B]8;;\x1B\\`;return Y}),w=w.replace(/`([^`]+)`/g,(A,J)=>P.bgGray(J)),w=w.replace(/\*\*([^*]+)\*\*/g,(A,J)=>P.bold(J)),w=w.replace(/(?<!\*)\*([^*]+)\*(?!\*)/g,(A,J)=>P.italic(J)),w=w.replace(/(?<!_)_([^_]+)_(?!_)/g,(A,J)=>P.italic(J)),w=w.replace(/~([^~]+)~/g,(A,J)=>P.strikethrough(J)),w}supportsHyperlinks(){if(W$())return!1;let $=O.env;if(!$)return!1;if($.TERM_PROGRAM==="iTerm.app"||$.TERM_PROGRAM==="vscode"||$.TERM_PROGRAM==="WezTerm")return!0;if($.WT_SESSION)return!0;if($.TERM==="xterm-kitty")return!0;let w=$.VTE_VERSION?Number.parseInt($.VTE_VERSION,10):0;if(!Number.isNaN(w)&&w>=5000)return!0;return!1}toAbsoluteFilePath($){try{let w=$;if(w.startsWith("file://"))w=w.replace(/^file:\/\//,"");if(w.startsWith("~")){let A=O.env.HOME||"";if(A)w=w.replace(/^~(?=$|\/)/,A)}if(V9(w)||w.startsWith("./")||w.startsWith("../"))w=O9(w);else return null;return HA(w)?w:null}catch{return null}}buildOutputTexts($){let w=this.shouldStyleConsole()?this.formatMarkdown($):$,A=$.replace(this.ANSI_PATTERN,"");return{consoleText:w,fileText:A}}async log($,w,...A){if(!this.shouldLog($))return;let J=new Date,U=this.formatConsoleTimestamp(J),Y=this.formatFileTimestamp(J),f,W;if(w instanceof Error)f=w.message,W=w.stack;else f=this.formatMessage(w,A);let{consoleText:Z,fileText:B}=this.buildOutputTexts(f);if(this.shouldStyleConsole()){let F=this.options.showIcons===!1?"":mH[$],z=this.options.showTags!==!1&&this.name?P.gray(this.formatTag(this.name)):"",j;switch($){case"debug":j=this.formatConsoleMessage({timestamp:U,icon:F,tag:z,message:P.gray(Z),level:$}),console.error(j);break;case"info":j=this.formatConsoleMessage({timestamp:U,icon:F,tag:z,message:Z,level:$}),console.warn(j);break;case"success":j=this.formatConsoleMessage({timestamp:U,icon:F,tag:z,message:P.green(Z),level:$}),console.error(j);break;case"warning":j=this.formatConsoleMessage({timestamp:U,icon:F,tag:z,message:Z,level:$}),console.warn(j);break;case"error":if(j=this.formatConsoleMessage({timestamp:U,icon:F,tag:z,message:Z,level:$}),console.error(j),W){let G=W.split(`
|
|
43
|
+
`);for(let T of G)if(T.trim()&&!T.includes(f))console.error(this.formatConsoleMessage({timestamp:U,message:P.gray(` ${T}`),level:$,showTimestamp:!1}))}break}}else if(!W$()){if(console.error(`${Y} ${this.environment}.${$.toUpperCase()}: ${f}`),W)console.error(W)}let E=`${Y} ${this.environment}.${$.toUpperCase()}: ${B}
|
|
44
|
+
`;if(W)E+=`${W}
|
|
45
|
+
`;if(E=E.replace(this.ANSI_PATTERN,""),this.shouldWriteToFile())await this.writeToFile(E)}progress($,w=""){let A={update:(W,Z)=>{},finish:(W)=>{},interrupt:(W,Z)=>{}};if(!this.enabled)return A;let J=30;if(this.activeProgressBar={total:Math.max(1,$||1),current:0,message:w||"",barLength:J,lastRenderedLine:""},this.shouldStyleConsole()&&!W$()&&O.stdout.isTTY)this.renderProgressBar(this.activeProgressBar);return{update:(W,Z)=>{if(!this.enabled||!this.activeProgressBar)return;if(this.activeProgressBar.current=Math.min(Math.max(0,W),this.activeProgressBar.total),Z!==void 0)this.activeProgressBar.message=Z;if(this.shouldStyleConsole()&&!W$()&&O.stdout.isTTY)this.renderProgressBar(this.activeProgressBar)},finish:(W)=>{if(!this.activeProgressBar)return;this.finishProgressBar(this.activeProgressBar,W)},interrupt:(W,Z="info")=>{if(!W$()&&O.stdout.isTTY)O.stdout.write(`
|
|
46
|
+
`);if(this[Z==="warning"?"warn":Z](W),this.activeProgressBar&&this.shouldStyleConsole()&&!W$()&&O.stdout.isTTY)this.renderProgressBar(this.activeProgressBar)}}}time($){let w=performance.now();if(this.shouldStyleConsole()){let A=this.options.showTags!==!1&&this.name?P.gray(this.formatTag(this.name)):"",J=this.formatConsoleTimestamp(new Date);console.error(this.formatConsoleMessage({timestamp:J,icon:this.options.showIcons===!1?"":P.blue("◐"),tag:A,message:`${P.cyan($)}...`}))}return async(A)=>{if(!this.enabled)return;let J=performance.now(),U=Math.round(J-w),Y=`${$} completed in ${U}ms`,f=new Date,W=this.formatConsoleTimestamp(f),B=`${this.formatFileTimestamp(f)} ${this.environment}.INFO: ${Y}`;if(A)B+=` ${JSON.stringify(A)}`;if(B+=`
|
|
47
|
+
`,B=B.replace(this.ANSI_PATTERN,""),this.shouldStyleConsole()){let E=this.options.showTags!==!1&&this.name?P.gray(this.formatTag(this.name)):"";console.error(this.formatConsoleMessage({timestamp:W,icon:this.options.showIcons===!1?"":P.green("✓"),tag:E,message:`${Y}${A?` ${JSON.stringify(A)}`:""}`}))}else if(!W$())console.error(B.trim());if(this.shouldWriteToFile())await this.writeToFile(B)}}async debug($,...w){await this.log("debug",$,...w)}async info($,...w){await this.log("info",$,...w)}async success($,...w){await this.log("success",$,...w)}async warn($,...w){await this.log("warning",$,...w)}async error($,...w){await this.log("error",$,...w)}validateEncryptionConfig(){if(!this.config.rotation)return!1;if(typeof this.config.rotation==="boolean")return!1;let $=this.config.rotation,{encrypt:w}=$;return!!w}async only($){if(!this.enabled)return;return await $()}isEnabled(){return this.enabled}setEnabled($){this.enabled=$}extend($){let w=`${this.name}:${$}`,A=new mA(w,{...this.options,logDirectory:this.config.logDirectory,level:this.config.level,format:this.config.format,rotation:typeof this.config.rotation==="boolean"?void 0:this.config.rotation,timestamp:typeof this.config.timestamp==="boolean"?void 0:this.config.timestamp});return this.subLoggers.add(A),A}createReadStream(){if(W$())throw Error("createReadStream is not supported in browser environments");if(!HA(this.currentLogFile))throw Error(`Log file does not exist: ${this.currentLogFile}`);return vZ(this.currentLogFile,{encoding:"utf8"})}async decrypt($){if(!this.validateEncryptionConfig())throw Error("Encryption is not configured");let w=this.config.rotation;if(!w.encrypt||typeof w.encrypt==="boolean")throw Error("Invalid encryption configuration");if(!this.currentKeyId||!this.keys.has(this.currentKeyId))throw Error("No valid encryption key available");let A=this.keys.get(this.currentKeyId);try{let J=M0.isBuffer($)?$:M0.from($,"base64"),U=J.subarray(0,16),Y=J.subarray(J.length-16),f=J.subarray(16,J.length-16),W=I9("aes-256-gcm",A,U);W.setAuthTag(Y);let Z=W.update(f),B=W.final(),E=Z.length+B.length,F=M0.allocUnsafe(E);return Z.copy(F,0),B.copy(F,Z.length),F.toString("utf8")}catch(J){throw Error(`Decryption failed: ${J instanceof Error?J.message:String(J)}`)}}getLevel(){return this.config.level}getLogDirectory(){return this.config.logDirectory}getFormat(){return this.config.format}getRotationConfig(){return this.config.rotation}isBrowserMode(){return W$()}isServerMode(){return!W$()}setTestEncryptionKey($,w){this.currentKeyId=$,this.keys.set($,w)}getTestCurrentKey(){if(!this.currentKeyId||!this.keys.has(this.currentKeyId))return null;return{id:this.currentKeyId,key:this.keys.get(this.currentKeyId)}}getConfig(){return this.config}async box($){if(!this.enabled)return;let w=new Date,A=this.formatConsoleTimestamp(w),J=this.formatFileTimestamp(w),{consoleText:U,fileText:Y}=this.buildOutputTexts($);if(this.shouldStyleConsole()){let W=U.split(`
|
|
48
|
+
`),Z=Math.max(...W.map((z)=>z.length))+2,B=`┌${"─".repeat(Z)}┐`,E=`└${"─".repeat(Z)}┘`,F=W.map((z)=>{return this.formatConsoleMessage({timestamp:A,message:P.cyan(z),showTimestamp:!1})});console.error(this.formatConsoleMessage({timestamp:A,message:P.cyan(B),showTimestamp:!1})),F.forEach((z)=>console.error(z)),console.error(this.formatConsoleMessage({timestamp:A,message:P.cyan(E),showTimestamp:!1}))}else if(!W$())console.error(`${J} ${this.environment}.INFO: [BOX] ${Y}`);let f=`${J} ${this.environment}.INFO: [BOX] ${Y}
|
|
49
|
+
`.replace(this.ANSI_PATTERN,"");if(this.shouldWriteToFile())await this.writeToFile(f)}async prompt($){if(W$())return Promise.resolve(!0);return new Promise((w)=>{console.error(`${P.cyan("?")} ${$} (y/n) `);let A=(J)=>{let U=J.toString().trim().toLowerCase();O.stdin.removeListener("data",A);try{if(typeof O.stdin.setRawMode==="function")O.stdin.setRawMode(!1)}catch{}O.stdin.pause(),console.error(""),w(U==="y"||U==="yes")};try{if(typeof O.stdin.setRawMode==="function")O.stdin.setRawMode(!0)}catch{}O.stdin.resume(),O.stdin.once("data",A)})}setFancy($){this.fancy=$}isFancy(){return this.fancy}pause(){this.enabled=!1}resume(){this.enabled=!0}async start($,...w){if(!this.enabled)return;let A=$;if(w&&w.length>0){let Z=/%([sdijfo%])/g,B=0;if(A=$.replace(Z,(E,F)=>{if(F==="%")return"%";if(B>=w.length)return E;let z=w[B++];switch(F){case"s":return String(z);case"d":case"i":return Number(z).toString();case"j":case"o":return JSON.stringify(z,null,2);default:return E}}),B<w.length)A+=` ${w.slice(B).map((E)=>typeof E==="object"?JSON.stringify(E,null,2):String(E)).join(" ")}`}let{consoleText:J,fileText:U}=this.buildOutputTexts(A);if(this.shouldStyleConsole()){let Z=this.options.showTags!==!1&&this.name?P.gray(this.formatTag(this.name)):"",B=this.options.showIcons===!1?"":`${P.blue("◐")} `;console.error(`${B}${Z} ${P.cyan(J)}`)}let W=`[${new Date().toISOString()}] ${this.environment}.INFO: [START] ${U}
|
|
50
|
+
`.replace(this.ANSI_PATTERN,"");if(this.shouldWriteToFile())await this.writeToFile(W)}renderProgressBar($,w=!1){if(!this.enabled||!this.shouldStyleConsole()||!O.stdout.isTTY)return;let A=Math.min(100,Math.max(0,Math.round($.current/$.total*100))),J=Math.round($.barLength*A/100),U=$.barLength-J,Y=P.green("━".repeat(J)),f=P.gray("━".repeat(U)),W=`[${Y}${f}]`,Z=`${A}%`.padStart(4),B=$.message?` ${$.message}`:"",E=this.options.showIcons===!1?"":w||A===100?P.green("✓"):P.blue("▶"),F=this.options.showTags!==!1&&this.name?` ${P.gray(this.formatTag(this.name))}`:"",z=`\r${E}${F} ${W} ${Z}${B}`,j=O.stdout.columns||80,G=" ".repeat(Math.max(0,j-z.replace(this.ANSI_PATTERN,"").length));if($.lastRenderedLine=`${z}${G}`,O.stdout.write($.lastRenderedLine),w)O.stdout.write(`
|
|
51
|
+
`)}finishProgressBar($,w){if(!this.enabled||!this.fancy||W$()||!O.stdout.isTTY){this.activeProgressBar=null;return}if($.current<$.total)$.current=$.total;if(w)$.message=w;this.renderProgressBar($,!0),this.activeProgressBar=null}async clear($={}){if(W$()){console.warn("Log clearing is not supported in browser environments.");return}try{console.warn("Clearing logs...",this.config.logDirectory);let w=await TA(this.config.logDirectory),A=[];for(let J of w){if(!($.name?new RegExp($.name.replace("*",".*")).test(J):J.startsWith(this.name))||!J.endsWith(".log"))continue;let Y=Qw(this.config.logDirectory,J);if($.before)try{if((await kw(Y)).mtime>=$.before)continue}catch(f){console.error(`Failed to get stats for file ${Y}:`,f);continue}A.push(Y)}if(A.length===0){console.warn("No log files matched the criteria for clearing.");return}console.warn(`Preparing to delete ${A.length} log file(s)...`);for(let J of A)try{await GA(J),console.warn(`Deleted log file: ${J}`)}catch(U){console.error(`Failed to delete log file ${J}:`,U)}console.warn("Log clearing process finished.")}catch(w){console.error("Error during log clearing process:",w)}}}async function dH($,w={}){let{maxRetries:A=3,retryDelay:J=1000,isRetryable:U=()=>!0,fallback:Y}=w,f=Error("Unknown error occurred");for(let W=0;W<=A;W++)try{return await $()}catch(Z){if(f=Z instanceof Error?Z:Error(String(Z)),W===A||!U(f))break;if(J>0)await new Promise((B)=>setTimeout(B,J))}if(Y!==void 0)return Y;throw f instanceof Error?f:Error(`Unknown error: ${String(f)}`)}class XY{defaultParsers;constructor(){this.defaultParsers=[{name:"boolean",canParse:($,w)=>w==="boolean"||["true","false","1","0","yes","no"].includes($.toLowerCase()),parse:($)=>{let w=$.toLowerCase();return["true","1","yes"].includes(w)}},{name:"number",canParse:($,w)=>w==="number"||!Number.isNaN(Number($))&&!Number.isNaN(Number.parseFloat($)),parse:($)=>{let w=Number($);if(Number.isNaN(w))throw TypeError(`Cannot parse "${$}" as number`);return w}},{name:"array",canParse:($,w)=>w==="array"||$.startsWith("[")||$.includes(","),parse:($)=>{try{let w=JSON.parse($);if(Array.isArray(w))return w}catch{}return $.split(",").map((w)=>w.trim())}},{name:"json",canParse:($,w)=>w==="object"||($.startsWith("{")&&$.endsWith("}")||$.startsWith("[")&&$.endsWith("]")),parse:($)=>{try{return JSON.parse($)}catch(w){throw Error(`Cannot parse "${$}" as JSON: ${w}`)}}}]}async applyEnvironmentVariables($,w,A={}){let{prefix:J,useCamelCase:U=!0,useBackwardCompatibility:Y=!0,customParsers:f={},verbose:W=!1,trackPerformance:Z=!0}=A,B=async()=>{if(!$)return{config:w,source:{type:"environment",priority:50,timestamp:new Date}};let E=J||this.generateEnvPrefix($),F={...w};return this.processObject(F,[],E,{useCamelCase:U,useBackwardCompatibility:Y,customParsers:f,verbose:W,configName:$}),{config:F,source:{type:"environment",priority:50,timestamp:new Date}}};if(Z)return RY.track("applyEnvironmentVariables",B,{configName:$});return B()}generateEnvPrefix($){return $.toUpperCase().replace(/-/g,"_")}formatEnvKey($,w){if(!w)return $.toUpperCase();return $.replace(/([A-Z])/g,"_$1").toUpperCase()}processObject($,w,A,J){for(let[U,Y]of Object.entries($)){let f=[...w,U],W=f.map((E)=>this.formatEnvKey(E,J.useCamelCase)),Z=`${A}_${W.join("_")}`,B=J.useBackwardCompatibility?`${A}_${f.map((E)=>E.toUpperCase()).join("_")}`:null;if(J.verbose);if(typeof Y==="object"&&Y!==null&&!Array.isArray(Y))this.processObject(Y,f,A,J);else{let E=qA.env[Z]||(B?qA.env[B]:void 0);if(E!==void 0){if(J.verbose){let F=qA.env[Z]?Z:B}try{$[U]=this.parseEnvironmentValue(E,typeof Y,Z,J.customParsers,J.configName)}catch(F){if(F instanceof OY)throw F;throw bw.envVar(Z,E,typeof Y,J.configName)}}}}}parseEnvironmentValue($,w,A,J,U){for(let[Y,f]of Object.entries(J))try{return f($)}catch{continue}for(let Y of this.defaultParsers)if(Y.canParse($,w))try{return Y.parse($)}catch{throw bw.envVar(A,$,`${w} (via ${Y.name} parser)`,U)}return $}getEnvironmentVariables($){let w={},A=$.toUpperCase();for(let[J,U]of Object.entries(qA.env))if(J.startsWith(A)&&U!==void 0)w[J]=U;return w}validateEnvironmentVariable($,w,A){let J=[];if(!/^[A-Z_][A-Z0-9_]*$/.test($))J.push(`Environment variable key "${$}" should only contain uppercase letters, numbers, and underscores`);if(A)try{this.parseEnvironmentValue($,w,A,{})}catch(U){J.push(`Cannot parse value "${w}" as ${A}: ${U}`)}return{isValid:J.length===0,errors:J}}generateEnvVarDocs($,w,A={}){let{prefix:J,format:U="text"}=A,Y=J||this.generateEnvPrefix($),f=[];switch(this.extractEnvVarInfo(w,[],Y,f),U){case"markdown":return this.formatAsMarkdown(f,$);case"json":return JSON.stringify(f,null,2);default:return this.formatAsText(f,$)}}extractEnvVarInfo($,w,A,J){for(let[U,Y]of Object.entries($)){let f=[...w,U],W=`${A}_${f.map((Z)=>this.formatEnvKey(Z,!0)).join("_")}`;if(typeof Y==="object"&&Y!==null&&!Array.isArray(Y))this.extractEnvVarInfo(Y,f,A,J);else J.push({key:W,type:Array.isArray(Y)?"array":typeof Y,description:`Configuration for ${f.join(".")}`,example:this.generateExample(Y)})}}generateExample($){if(Array.isArray($))return JSON.stringify($);if(typeof $==="object"&&$!==null)return JSON.stringify($);return String($)}formatAsText($,w){let A=`Environment Variables for ${w}:
|
|
52
52
|
|
|
53
53
|
`;for(let J of $)A+=`${J.key}
|
|
54
54
|
`,A+=` Type: ${J.type}
|
|
@@ -60,24 +60,24 @@ export type ConfigOf = Config
|
|
|
60
60
|
`;A+=`| Variable | Type | Description | Example |
|
|
61
61
|
`,A+=`|----------|------|-------------|----------|
|
|
62
62
|
`;for(let J of $)A+=`| \`${J.key}\` | ${J.type} | ${J.description} | \`${J.example}\` |
|
|
63
|
-
`;return A}}function d9($,w,A={}){return xW($,w,A,new WeakMap)}function xW($,w,A,J){let{arrayMergeMode:U="replace",skipNullish:Y=!1,customMerger:f}=A;if(w===null||w===void 0)return Y?$:w;if(f){let W=f($,w);if(W!==void 0)return W}if(Array.isArray(w)||Array.isArray($))return PW($,w,U,J);if(!o$(w)||!o$($))return w;return p9($,w,A,J)}function PW($,w,A,J){if(Array.isArray(w)&&!Array.isArray($))return w;if(Array.isArray($)&&!Array.isArray(w))return w;if(Array.isArray(w)&&Array.isArray($))switch(A){case"replace":return w;case"concat":return g9($,w);case"smart":return l9($,w,J);default:return w}return w}function g9($,w){let A=[...w];for(let J of $)if(!A.some((U)=>NY(U,J)))A.push(J);return A}function l9($,w,A){if(w.length===0)return $;if($.length===0)return w;if(o$(w[0])&&o$($[0]))return t9($,w,A);if(w.every((J)=>typeof J==="string")&&$.every((J)=>typeof J==="string")){let J=[...w];for(let U of $)if(!J.includes(U))J.push(U);return J}return w}function t9($,w,A){let J=[...w];for(let U of $){if(!o$(U)){J.push(U);continue}let Y=["id","name","key","path","type"],f=!1;for(let W of Y)if(W in U){if(J.find((E)=>o$(E)&&(W in E)&&E[W]===U[W])){f=!0;break}}if(!f)J.push(U)}return J}function p9($,w,A,J){let U=w;if(o$(U)&&J.has(U))return J.get(U);let Y={...$};if(o$(U))J.set(U,Y);for(let f in U){if(!Object.prototype.hasOwnProperty.call(U,f))continue;let W=U[f],Z=Y[f];if(A.skipNullish&&(W===null||W===void 0))continue;if(W===null||W===void 0){Y[f]=W;continue}if(o$(W)&&o$(Z))Y[f]=xW(Z,W,A,J);else if(Array.isArray(W)||Array.isArray(Z))Y[f]=PW(Z,W,A.arrayMergeMode||"smart",J);else Y[f]=W}return Y}function bW($,w,A="replace"){return d9($,w,{arrayMergeMode:A==="replace"?"replace":"smart",skipNullish:!0})}function NY($,w){if($===w)return!0;if(Array.isArray($)&&Array.isArray(w)){if($.length!==w.length)return!1;for(let A=0;A<$.length;A++)if(!NY($[A],w[A]))return!1;return!0}if(o$($)&&o$(w)){let A=Object.keys($),J=Object.keys(w);if(A.length!==J.length)return!1;for(let U of A){if(!Object.prototype.hasOwnProperty.call(w,U))return!1;if(!NY($[U],w[U]))return!1}return!0}return!1}function o$($){return Boolean($&&typeof $==="object"&&!Array.isArray($))}class iW{extensions=[".ts",".js",".mjs",".cjs",".json",".mts",".cts"];async loadFromPath($,w,A={}){let{arrayStrategy:J="replace",useCache:U=!0,cacheTtl:Y,trackPerformance:f=!0,verbose:W=!1}=A;if(U){let E=yA.getWithFileCheck("file",$);if(E){if(W)console.log(`Configuration loaded from cache: ${$}`);return E}}let Z=async()=>{if(!qA($))return null;try{let E=`?t=${Date.now()}`,B=await import($+E),h=B.default||B,j="default"in B,F=Object.keys(B).length>0;if(!j&&!F)throw new bA($,Error("Configuration file is empty and exports nothing"),"unknown");if(typeof h!=="object"||h===null||Array.isArray(h))throw new bA($,Error("Configuration must export a valid object"),"unknown");let G={config:bW(w,h,J),source:{type:"file",path:$,priority:100,timestamp:new Date}};if(U)yA.setWithFileCheck("file",G,$,Y);return G}catch(E){throw E instanceof Error?xw.configLoad($,E):xw.configLoad($,Error(String(E)))}};if(f)return RY.track("loadFromPath",Z,{path:$});return Z()}async tryLoadFromPaths($,w,A={}){for(let J of $)try{let U=await this.loadFromPath(J,w,A);if(U)return U}catch(U){if(U instanceof Error&&U.name==="ConfigLoadError")throw U;if(A.verbose)console.warn(`Failed to load config from ${J}:`,U)}return null}generateConfigPaths($,w,A){let J=this.generateNamePatterns($,A),U=[];for(let Y of J)for(let f of this.extensions)U.push(ZY(w,`${Y}${f}`));return U}generateNamePatterns($,w){let A=[];if(A.push("config",".config"),$)A.push($,`.${$}.config`,`${$}.config`,`.${$}`);let J=w===void 0?[]:Array.isArray(w)?w:[w];for(let Y of J){if(!Y)continue;if(A.push(Y,`.${Y}.config`,`${Y}.config`,`.${Y}`),$)A.push(`${$}.${Y}.config`,`.${$}.${Y}.config`)}let U=new Set;return A.filter((Y)=>{if(!Y||U.has(Y))return!1;return U.add(Y),!0})}checkFileAccess($){return m9(async()=>{return qA($)},{maxRetries:2,retryDelay:100,fallback:!1})}async discoverConfigFiles($,w,A){let J=[];if(!qA($))return J;if(w||A){let U=this.generateNamePatterns(w||"",A);for(let Y of U)for(let f of this.extensions){let W=ZY($,`${Y}${f}`);if(await this.checkFileAccess(W))J.push(W)}}else try{let{readdirSync:U}=await import("fs"),Y=U($);for(let f of Y)if(this.looksLikeConfigFile(f)){let W=ZY($,f);if(await this.checkFileAccess(W))J.push(W)}}catch{return[]}return J}looksLikeConfigFile($){return[/\.config\.(ts|js|mjs|cjs|json|mts|cts)$/,/^\..*\.(ts|js|mjs|cjs|json|mts|cts)$/,/config\.(ts|js|mjs|cjs|json|mts|cts)$/].some((A)=>A.test($))}async validateConfigFile($){let w=[];try{if(!qA($))return w.push("Configuration file does not exist"),w;let A=await import($),J=A.default||A;if(J===void 0)w.push("Configuration file must export a default value or named exports");else if(typeof J!=="object"||J===null)w.push("Configuration must be an object");else if(Array.isArray(J))w.push("Configuration cannot be an array at the root level");if($.endsWith(".json"))try{let{readFileSync:U}=await import("fs"),Y=U($,"utf8");JSON.parse(Y)}catch(U){w.push(`Invalid JSON syntax: ${U}`)}}catch(A){w.push(`Failed to load configuration file: ${A}`)}return w}async getFileModificationTime($){try{let{statSync:w}=await import("fs");return w($).mtime}catch{return null}}async preloadConfigurations($,w={}){let A=new Map;return await Promise.allSettled($.map(async(J)=>{try{let U=await this.loadFromPath(J,{},w);if(U)A.set(J,U.config)}catch(U){if(w.verbose)console.warn(`Failed to preload ${J}:`,U)}})),A}}class cW{async validateConfiguration($,w,A={}){let{stopOnFirstError:J=!1,validateRequired:U=!0,validateTypes:Y=!0,customRules:f=[],trackPerformance:W=!0,verbose:Z=!1}=A,E=async()=>{let B=[],h=[],j={stopOnFirstError:J,validateRequired:U,validateTypes:Y,customRules:f,trackPerformance:W,verbose:Z};try{if(typeof w==="string")return await this.validateWithSchemaFile($,w,j);else if(Array.isArray(w))return this.validateWithRules($,[...w,...f],j);else return this.validateWithJSONSchema($,w,j)}catch(F){return B.push({path:"",message:`Validation failed: ${F}`,rule:"system"}),{isValid:!1,errors:B,warnings:h}}};if(W)return await RY.track("validateConfiguration",E);return E()}async validateWithSchemaFile($,w,A){try{if(!r9(w))throw new iA(w,[{path:"",message:"Schema file does not exist"}]);let J=await import(w),U=J.default||J;if(Array.isArray(U))return this.validateWithRules($,U,A);else return this.validateWithJSONSchema($,U,A)}catch(J){throw new iA(w,[{path:"",message:`Failed to load schema: ${J}`}])}}validateWithJSONSchema($,w,A){let J=[],U=[];return this.validateObjectAgainstSchema($,w,"",J,U,A),{isValid:J.length===0,errors:J,warnings:U}}validateObjectAgainstSchema($,w,A,J,U,Y){if(Y.validateTypes&&w.type){let f=Array.isArray($)?"array":typeof $,W=Array.isArray(w.type)?w.type:[w.type];if(!W.includes(f)){if(J.push({path:A,message:`Expected type ${W.join(" or ")}, got ${f}`,expected:W.join(" or "),actual:f,rule:"type"}),Y.stopOnFirstError)return}}if(w.enum&&!w.enum.includes($)){if(J.push({path:A,message:`Value must be one of: ${w.enum.join(", ")}`,expected:w.enum.join(", "),actual:$,rule:"enum"}),Y.stopOnFirstError)return}if(typeof $==="string"){if(w.minLength!==void 0&&$.length<w.minLength)J.push({path:A,message:`String length must be at least ${w.minLength}`,expected:`>= ${w.minLength}`,actual:$.length,rule:"minLength"});if(w.maxLength!==void 0&&$.length>w.maxLength)J.push({path:A,message:`String length must not exceed ${w.maxLength}`,expected:`<= ${w.maxLength}`,actual:$.length,rule:"maxLength"});if(w.pattern){if(!new RegExp(w.pattern).test($))J.push({path:A,message:`String does not match pattern ${w.pattern}`,expected:w.pattern,actual:$,rule:"pattern"})}}if(typeof $==="number"){if(w.minimum!==void 0&&$<w.minimum)J.push({path:A,message:`Value must be at least ${w.minimum}`,expected:`>= ${w.minimum}`,actual:$,rule:"minimum"});if(w.maximum!==void 0&&$>w.maximum)J.push({path:A,message:`Value must not exceed ${w.maximum}`,expected:`<= ${w.maximum}`,actual:$,rule:"maximum"})}if(Array.isArray($)&&w.items)for(let f=0;f<$.length;f++){let W=A?`${A}[${f}]`:`[${f}]`;if(this.validateObjectAgainstSchema($[f],w.items,W,J,U,Y),Y.stopOnFirstError&&J.length>0)return}if($&&typeof $==="object"&&!Array.isArray($)){let f=$;if(Y.validateRequired&&w.required){for(let W of w.required)if(!(W in f)){if(J.push({path:A?`${A}.${W}`:W,message:`Missing required property '${W}'`,expected:"required",rule:"required"}),Y.stopOnFirstError)return}}if(w.properties){for(let[W,Z]of Object.entries(w.properties))if(W in f){let E=A?`${A}.${W}`:W;if(this.validateObjectAgainstSchema(f[W],Z,E,J,U,Y),Y.stopOnFirstError&&J.length>0)return}}if(w.additionalProperties===!1){let W=new Set(Object.keys(w.properties||{}));for(let Z of Object.keys(f))if(!W.has(Z))U.push({path:A?`${A}.${Z}`:Z,message:`Additional property '${Z}' is not allowed`,rule:"additionalProperties"})}}}validateWithRules($,w,A){let J=[],U=[];for(let Y of w)try{let f=this.getValueByPath($,Y.path),W=this.validateWithRule(f,Y,Y.path);if(J.push(...W),A.stopOnFirstError&&J.length>0)break}catch(f){J.push({path:Y.path,message:`Rule validation failed: ${f}`,rule:"system"})}return{isValid:J.length===0,errors:J,warnings:U}}validateWithRule($,w,A){let J=[];if(w.required&&($===void 0||$===null))return J.push({path:A,message:w.message||`Property '${A}' is required`,expected:"required",rule:"required"}),J;if($===void 0||$===null)return J;if(w.type){let U=Array.isArray($)?"array":typeof $;if(U!==w.type)J.push({path:A,message:w.message||`Expected type ${w.type}, got ${U}`,expected:w.type,actual:U,rule:"type"})}if(w.min!==void 0){let U=Array.isArray($)?$.length:typeof $==="string"?$.length:typeof $==="number"?$:0;if(U<w.min)J.push({path:A,message:w.message||`Value must be at least ${w.min}`,expected:`>= ${w.min}`,actual:U,rule:"min"})}if(w.max!==void 0){let U=Array.isArray($)?$.length:typeof $==="string"?$.length:typeof $==="number"?$:0;if(U>w.max)J.push({path:A,message:w.message||`Value must not exceed ${w.max}`,expected:`<= ${w.max}`,actual:U,rule:"max"})}if(w.pattern&&typeof $==="string"){if(!w.pattern.test($))J.push({path:A,message:w.message||`Value does not match pattern ${w.pattern}`,expected:w.pattern.toString(),actual:$,rule:"pattern"})}if(w.enum&&!w.enum.includes($))J.push({path:A,message:w.message||`Value must be one of: ${w.enum.join(", ")}`,expected:w.enum.join(", "),actual:$,rule:"enum"});if(w.validator){let U=w.validator($);if(U)J.push({path:A,message:w.message||U,rule:"custom"})}return J}getValueByPath($,w){if(!w)return $;let A=w.split("."),J=$;for(let U of A)if(J&&typeof J==="object"&&U in J)J=J[U];else return;return J}generateRulesFromInterface($){let w=[],A=$.matchAll(/(\w+)(\?)?:\s*(\w+)/g);for(let J of A){let[,U,Y,f]=J;w.push({path:U,required:!Y,type:this.mapTypeScriptType(f)})}return w}mapTypeScriptType($){switch($.toLowerCase()){case"string":return"string";case"number":return"number";case"boolean":return"boolean";case"array":return"array";case"object":return"object";default:return"object"}}static createCommonRules(){return{server:[{path:"port",required:!0,type:"number",min:1,max:65535},{path:"host",required:!0,type:"string",min:1},{path:"ssl",type:"boolean"}],database:[{path:"url",required:!0,type:"string",min:1},{path:"pool",type:"number",min:1,max:100},{path:"timeout",type:"number",min:0}],api:[{path:"baseUrl",required:!0,type:"string",pattern:a9},{path:"timeout",type:"number",min:0},{path:"retries",type:"number",min:0,max:10}]}}}function s9($){if(!$)return"";let w=Array.isArray($)?$.filter(Boolean):[$];if(w.length===0)return"";if(w.length===1)return` or alias "${w[0]}"`;return` or aliases ${w.map((A)=>`"${A}"`).join(", ")}`}class uW{fileLoader=new iW;envProcessor=new OY;validator=new cW;async loadConfig($){let w=Date.now(),{cache:A,performance:J,schema:U,validate:Y,...f}=$;try{if(A?.enabled){let Z=this.checkCache(f.name||"",f);if(Z)return Z}let W;try{W=await this.loadConfigurationStrategies(f,!0,A)}catch(Z){let E=f.__strictErrorHandling;if(Z instanceof Error&&Z.name==="ConfigNotFoundError"){if(E)throw Z;W={...await this.applyEnvironmentVariables(f.name||"",f.defaultConfig,f.checkEnv!==!1,f.verbose||!1),warnings:[`No configuration file found for "${f.name||"config"}", using defaults with environment variables`]}}else if(Z instanceof Error&&Z.name==="ConfigLoadError"){let B=Z.message.includes("EACCES")||Z.message.includes("EPERM")||Z.message.includes("permission denied"),h=!B&&(Z.message.includes("syntax")||Z.message.includes("Expected")||Z.message.includes("Unexpected")||Z.message.includes("BuildMessage")||Z.message.includes("errors building")),j=Z.message.includes("Configuration must export a valid object")||Z.message.includes("Configuration file is empty and exports nothing");if(E&&(j||B))throw Z;if(h&&(!E||!j))W={...await this.applyEnvironmentVariables(f.name||"",f.defaultConfig,f.checkEnv!==!1,f.verbose||!1),warnings:["Configuration file has syntax errors, using defaults with environment variables"]};else if(!E)W={...await this.applyEnvironmentVariables(f.name||"",f.defaultConfig,f.checkEnv!==!1,f.verbose||!1),warnings:[`Configuration loading error, using defaults: ${Z.message}`]};else throw Z}else W={...await this.applyEnvironmentVariables(f.name||"",f.defaultConfig,f.checkEnv!==!1,f.verbose||!1),warnings:[`Configuration loading failed, using defaults: ${Z instanceof Error?Z.message:String(Z)}`]}}if(U||Y)await this.validateConfiguration(W.config,U,Y,f.name);if(A?.enabled&&W)this.cacheResult(f.name||"",W,A,f);if(J?.enabled){let Z={operation:"loadConfig",duration:Date.now()-w,configName:f.name,timestamp:new Date};if(J.onMetrics)J.onMetrics(Z);if(J.slowThreshold&&Z.duration>J.slowThreshold)M0.warn(`Slow configuration loading detected: ${Z.duration}ms for ${f.name}`);W.metrics=Z}return W}catch(W){if(W instanceof Error&&W.name==="ConfigNotFoundError")throw W;let Z=Date.now()-w;throw M0.error(`Configuration loading failed after ${Z}ms:`,[W instanceof Error?W:Error(String(W))]),W}}async loadConfigurationStrategies($,w=!1,A){let{name:J="",alias:U,cwd:Y,configDir:f,defaultConfig:W,checkEnv:Z=!0,arrayStrategy:E="replace",verbose:B=!1}=$,h=Y||cA.cwd(),j=[],F=await this.loadLocalConfiguration(J,U,h,f,W,E,B,Z,A);if(F)return j.push(...this.getLocalSearchPaths(J,U,h,f)),this.finalizeResult(F,j,Z,J,B);let T=await this.loadHomeConfiguration(J,U,W,E,B,Z);if(T)return j.push(...this.getHomeSearchPaths(J,U)),this.finalizeResult(T,j,Z,J,B);let H=await this.loadPackageJsonConfiguration(J,U,h,W,E,B,Z);if(H)return j.push(a$(h,"package.json")),this.finalizeResult(H,j,Z,J,B);if(j.push(...this.getAllSearchPaths(J,U,h,f)),w)throw xw.configNotFound(J,j,U);return{...await this.applyEnvironmentVariables(J,W,Z,B),warnings:[`No configuration file found for "${J}"${s9(U)}, using defaults with environment variables`]}}async loadLocalConfiguration($,w,A,J,U,Y,f,W,Z){let E=W?NA($,U,f):U,B=this.getLocalDirectories(A,J);for(let h of B){if(f)M0.info(`Searching for configuration in: ${h}`);let j=this.fileLoader.generateConfigPaths($,h,w),F=await this.fileLoader.tryLoadFromPaths(j,E,{arrayStrategy:Y,verbose:f,cacheTtl:Z?.ttl,useCache:!Z?.ttl||Z.ttl>100});if(F){if(f)M0.success(`Configuration loaded from: ${F.source.path}`);return F}}return null}async loadHomeConfiguration($,w,A,J,U,Y){if(!$)return null;let f=Y?NA($,A,U):A,W=[a$(Iw(),".config",$),a$(Iw(),".config"),Iw()];for(let Z of W){if(U)M0.info(`Checking home directory: ${Z}`);let E=this.fileLoader.generateConfigPaths($,Z,w),B=await this.fileLoader.tryLoadFromPaths(E,f,{arrayStrategy:J,verbose:U});if(B){if(U)M0.success(`Configuration loaded from home directory: ${B.source.path}`);return B}}return null}async loadPackageJsonConfiguration($,w,A,J,U,Y,f){let W=f?NA($,J,Y):J;try{let Z=a$(A,"package.json");if(!dj(Z))return null;let E={};try{E=JSON.parse(gj(Z,"utf8"))}catch(j){if(Y)M0.warn("Failed to parse package.json:",[j instanceof Error?j:Error(String(j))]);return null}let B=E[$],h=$;if(!B&&w){let j=Array.isArray(w)?w:[w];for(let F of j){if(!F)continue;if(E[F]){B=E[F],h=F;break}}}if(B&&typeof B==="object"&&!Array.isArray(B)){if(Y)M0.success(`Configuration loaded from package.json: ${h}`);return{config:bW(W,B,U),source:{type:"package.json",path:Z,priority:30,timestamp:new Date}}}}catch(Z){if(Y)M0.warn("Failed to load package.json:",[Z instanceof Error?Z:Error(String(Z))])}return null}async applyEnvironmentVariables($,w,A,J){if(!A||!$||typeof w!=="object"||w===null||Array.isArray(w))return{config:w,source:{type:"default",priority:10,timestamp:new Date}};return{config:NA($,w,J),source:{type:"environment",priority:20,timestamp:new Date}}}async finalizeResult($,w,A,J,U){return{config:$.config,source:$.source,path:$.source.path}}async validateConfiguration($,w,A,J){let U=[];if(A){let Y=A($);if(Y)U.push(...Y)}if(w){let Y=await this.validator.validateConfiguration($,w);if(!Y.isValid)U.push(...Y.errors.map((f)=>f.path?`${f.path}: ${f.message}`:f.message))}if(U.length>0)throw xw.configValidation(J||"unknown",U,J)}checkCache($,w){let A=this.generateCacheKey($,w);return yA.get(A)||null}cacheResult($,w,A,J){let U=this.generateCacheKey($,J);yA.set(U,w,void 0,A.ttl)}generateCacheKey($,w){let A=[$];if(w.alias){let J=Array.isArray(w.alias)?w.alias.join(","):w.alias;A.push(`alias:${J}`)}if(w.cwd)A.push(`cwd:${w.cwd}`);if(w.configDir)A.push(`configDir:${w.configDir}`);if("checkEnv"in w)A.push(`checkEnv:${w.checkEnv}`);return A.join("|")}getLocalDirectories($,w){return Array.from(new Set([$,a$($,"config"),a$($,".config"),w?a$($,w):void 0].filter(Boolean)))}getAllSearchPaths($,w,A,J){let U=[];return U.push(...this.getLocalSearchPaths($,w,A,J)),U.push(...this.getHomeSearchPaths($,w)),U.push(a$(A,"package.json")),U}getLocalSearchPaths($,w,A,J){let U=this.getLocalDirectories(A,J),Y=[];for(let f of U)Y.push(...this.fileLoader.generateConfigPaths($,f,w));return Y}getHomeSearchPaths($,w){if(!$)return[];let A=[a$(Iw(),".config",$),a$(Iw(),".config"),Iw()],J=[];for(let U of A)J.push(...this.fileLoader.generateConfigPaths($,U,w));return J}async loadConfigWithResult($){return this.loadConfig($)}}function NA($,w,A=!1){let J=new OY,U=$.toUpperCase().replace(/[^A-Z0-9]/g,"_");function Y(f,W=[]){let Z={...f};for(let[E,B]of Object.entries(f)){let h=[...W,E],j=[`${U}_${h.join("_").toUpperCase()}`,`${U}_${h.map((H)=>H.toUpperCase()).join("")}`,`${U}_${h.map((H)=>H.replace(/([A-Z])/g,"_$1").toUpperCase()).join("")}`],F,T;for(let H of j)if(F=cA.env[H],F!==void 0){T=H;break}if(F!==void 0&&T)if(typeof B==="boolean")Z[E]=["true","1","yes"].includes(F.toLowerCase());else if(typeof B==="number"){let H=Number(F);if(!Number.isNaN(H))Z[E]=H}else if(Array.isArray(B))try{Z[E]=JSON.parse(F)}catch{Z[E]=F.split(",").map((H)=>H.trim())}else Z[E]=F;else if(B&&typeof B==="object"&&!Array.isArray(B))Z[E]=Y(B,h)}return Z}return Y(w)}var yA,RY,Xz,_z=($)=>$,kz=($,w)=>{for(var A in w)Xz($,A,{get:w[A],enumerable:!0,configurable:!0,set:Dz.bind(w,A)})},Qz=($,w)=>()=>($&&(w=$($=0)),w),EW,qW,Qw,C1,NW,Z9,W9,tZ,KA,hY,K$,d,E9,pZ,B9,rZ,h9,F9,AY,j9,aZ,sZ,JY,z9,H9,T9,G9,MA,RW,q9,M$,N9,R9,oZ,IA,FY,W$,D,K9,eZ,M9,$W,I9,C9,UY,y9,wW,AW,L9,YY,S9,V9,O9,X9,_9,CA,KW,D9,k9="0.15.6",m$,QA,M1,jY,zY,xA,HY,TY,I1,GY,qY,t0,MW,IW,f0,L0,CW,yW,Q9,P9,LW,PA,JN,G$,x,UN,i9,YN,c9,fN,ZN,JW,WN,u9,v9,EN,UW,BN,hN,FN,jN,zN,fY,n9,HN,Z0,VW,bA,OW,XW,VY,_W,DW,iA,kW,QW,xw,a9,M0,RN,KN,MN;var XY=X$(()=>{yA=new YW,RY=new fW,Xz=Object.defineProperty;EW={};kz(EW,{withErrorRecovery:()=>FW,tryLoadConfig:()=>J9,loadConfigWithResult:()=>w9,loadConfig:()=>GW,isRetryableError:()=>rz,isConfigNotFoundError:()=>pz,isBunfigError:()=>jW,globalPerformanceMonitor:()=>C1,globalCache:()=>Qw,getEnvOrDefault:()=>az,generateConfigTypes:()=>U9,defaultGeneratedDir:()=>yW,defaultConfigDir:()=>CW,deepMergeWithArrayStrategy:()=>yY,deepMerge:()=>zW,createLibraryConfig:()=>Y9,config:()=>A9,bunfigPlugin:()=>f9,applyEnvVarsToConfig:()=>R1,TypeGenerationError:()=>TY,SchemaValidationError:()=>I1,PluginError:()=>qY,PerformanceMonitor:()=>MY,FileSystemError:()=>HY,ErrorFactory:()=>t0,EnvVarError:()=>xA,EnvProcessor:()=>uA,ConfigValidator:()=>LY,ConfigValidationError:()=>jY,ConfigNotFoundError:()=>QA,ConfigMergeError:()=>zY,ConfigLoader:()=>SY,ConfigLoadError:()=>M1,ConfigFileLoader:()=>vA,ConfigCache:()=>KY,CacheUtils:()=>NW,BunfigError:()=>m$,BrowserConfigError:()=>GY,ArrayMergeStrategies:()=>MW});Q9=Qz(async()=>{qW=import.meta.require,Qw=new KY,C1=new MY,NW={createKey:xz,isEquivalent:Pz,estimateMemoryUsage:bz},Z9=VA(EY.cwd(),"config"),W9=VA(EY.cwd(),"src/generated"),tZ=SA.env.CLARITY_LOG_DIR||sj(uz(),"logs"),KA={level:"info",defaultName:"clarity",timestamp:!0,colors:!0,format:"text",maxLogSize:10485760,logDatePattern:"YYYY-MM-DD",logDirectory:tZ,rotation:{frequency:"daily",maxSize:10485760,maxFiles:5,compress:!1,rotateHour:0,rotateMinute:0,rotateDayOfWeek:0,rotateDayOfMonth:1,encrypt:!1},verbose:!1},hY=await vz(),K$={red:($)=>`\x1B[31m${$}\x1B[0m`,green:($)=>`\x1B[32m${$}\x1B[0m`,yellow:($)=>`\x1B[33m${$}\x1B[0m`,blue:($)=>`\x1B[34m${$}\x1B[0m`,magenta:($)=>`\x1B[35m${$}\x1B[0m`,cyan:($)=>`\x1B[36m${$}\x1B[0m`,white:($)=>`\x1B[37m${$}\x1B[0m`,gray:($)=>`\x1B[90m${$}\x1B[0m`,bgRed:($)=>`\x1B[41m${$}\x1B[0m`,bgYellow:($)=>`\x1B[43m${$}\x1B[0m`,bold:($)=>`\x1B[1m${$}\x1B[0m`,dim:($)=>`\x1B[2m${$}\x1B[0m`,italic:($)=>`\x1B[3m${$}\x1B[0m`,underline:($)=>`\x1B[4m${$}\x1B[0m`,reset:"\x1B[0m"},d=K$,E9=K$.red,pZ=K$.green,B9=K$.yellow,rZ=K$.blue,h9=K$.magenta,F9=K$.cyan,AY=K$.white,j9=K$.gray,aZ=K$.bgRed,sZ=K$.bgYellow,JY=K$.bold,z9=K$.dim,H9=K$.italic,T9=K$.underline,G9=K$.reset,MA={activationLevel:"error",bufferSize:50,flushOnDeactivation:!0,stopBuffering:!1},RW={debug:"\uD83D\uDD0D",info:rZ("ℹ"),success:pZ("✓"),warning:sZ(AY(JY(" WARN "))),error:aZ(AY(JY(" ERROR ")))},q9=new _A("stacks"),M$=new _A("bunfig",{showTags:!0}),N9=_$(K1.cwd(),"config"),R9=_$(K1.cwd(),"src/generated"),oZ=LA.env.CLARITY_LOG_DIR||rj(gz(),"logs"),IA={level:"info",defaultName:"clarity",timestamp:!0,colors:!0,format:"text",maxLogSize:10485760,logDatePattern:"YYYY-MM-DD",logDirectory:oZ,rotation:{frequency:"daily",maxSize:10485760,maxFiles:5,compress:!1,rotateHour:0,rotateMinute:0,rotateDayOfWeek:0,rotateDayOfMonth:1,encrypt:!1},verbose:!1,writeToFile:!1},FY=await lz(),W$={red:($)=>`\x1B[31m${$}\x1B[0m`,green:($)=>`\x1B[32m${$}\x1B[0m`,yellow:($)=>`\x1B[33m${$}\x1B[0m`,blue:($)=>`\x1B[34m${$}\x1B[0m`,magenta:($)=>`\x1B[35m${$}\x1B[0m`,cyan:($)=>`\x1B[36m${$}\x1B[0m`,white:($)=>`\x1B[37m${$}\x1B[0m`,gray:($)=>`\x1B[90m${$}\x1B[0m`,bgRed:($)=>`\x1B[41m${$}\x1B[0m`,bgYellow:($)=>`\x1B[43m${$}\x1B[0m`,bgGray:($)=>`\x1B[100m${$}\x1B[0m`,bold:($)=>`\x1B[1m${$}\x1B[0m`,dim:($)=>`\x1B[2m${$}\x1B[0m`,italic:($)=>`\x1B[3m${$}\x1B[0m`,underline:($)=>`\x1B[4m${$}\x1B[0m`,strikethrough:($)=>`\x1B[9m${$}\x1B[0m`,reset:"\x1B[0m"},D=W$,K9=W$.red,eZ=W$.green,M9=W$.yellow,$W=W$.blue,I9=W$.magenta,C9=W$.cyan,UY=W$.white,y9=W$.gray,wW=W$.bgRed,AW=W$.bgYellow,L9=W$.bgGray,YY=W$.bold,S9=W$.dim,V9=W$.italic,O9=W$.underline,X9=W$.strikethrough,_9=W$.reset,CA={activationLevel:"error",bufferSize:50,flushOnDeactivation:!0,stopBuffering:!1},KW={debug:"\uD83D\uDD0D",info:$W("ℹ"),success:eZ("✓"),warning:AW(UY(YY(" WARN "))),error:wW(UY(YY(" ERROR ")))},D9=new kA("stacks"),m$=class extends Error{timestamp;context;constructor(w,A={}){super(w);if(this.name=this.constructor.name,this.timestamp=new Date,this.context=A,Error.captureStackTrace)Error.captureStackTrace(this,this.constructor)}toJSON(){return{name:this.name,code:this.code,message:this.message,timestamp:this.timestamp.toISOString(),context:this.context,stack:this.stack}}toString(){let w=Object.keys(this.context).length>0?` (${Object.entries(this.context).map(([A,J])=>`${A}: ${J}`).join(", ")})`:"";return`${this.name} [${this.code}]: ${this.message}${w}`}},QA=class extends m${code="CONFIG_NOT_FOUND";constructor(w,A,J){let U=J?` or alias "${J}"`:"";super(`Configuration "${w}"${U} not found`,{configName:w,alias:J,searchPaths:A,searchPathCount:A.length})}},M1=class extends m${code="CONFIG_LOAD_ERROR";constructor(w,A,J){super(`Failed to load configuration from "${w}": ${A.message}`,{configPath:w,configName:J,originalError:A.name,originalMessage:A.message});this.cause=A}},jY=class extends m${code="CONFIG_VALIDATION_ERROR";constructor(w,A,J){super(`Configuration validation failed for "${w}"`,{configPath:w,configName:J,validationErrors:A,errorCount:A.length})}},zY=class extends m${code="CONFIG_MERGE_ERROR";constructor(w,A,J,U){super(`Failed to merge configuration from "${w}" with "${A}": ${J.message}`,{sourcePath:w,targetPath:A,configName:U,originalError:J.name,originalMessage:J.message});this.cause=J}},xA=class extends m${code="ENV_VAR_ERROR";constructor(w,A,J,U){super(`Failed to parse environment variable "${w}" with value "${A}" as ${J}`,{envKey:w,envValue:A,expectedType:J,configName:U})}},HY=class extends m${code="FILE_SYSTEM_ERROR";constructor(w,A,J){super(`File system ${w} failed for "${A}": ${J.message}`,{operation:w,path:A,originalError:J.name,originalMessage:J.message});this.cause=J}},TY=class extends m${code="TYPE_GENERATION_ERROR";constructor(w,A,J){super(`Failed to generate types from "${w}" to "${A}": ${J.message}`,{configDir:w,outputPath:A,originalError:J.name,originalMessage:J.message});this.cause=J}},I1=class extends m${code="SCHEMA_VALIDATION_ERROR";constructor(w,A,J){super(`Schema validation failed${J?` for config "${J}"`:""}`,{schemaPath:w,configName:J,validationErrors:A,errorCount:A.length})}},GY=class extends m${code="BROWSER_CONFIG_ERROR";constructor(w,A,J,U){super(`Failed to fetch configuration from "${w}": ${A} ${J}`,{endpoint:w,status:A,statusText:J,configName:U})}},qY=class extends m${code="PLUGIN_ERROR";constructor(w,A,J){super(`Plugin "${w}" failed during ${A}: ${J.message}`,{pluginName:w,operation:A,originalError:J.name,originalMessage:J.message});this.cause=J}},t0={configNotFound($,w,A){return new QA($,w,A)},configLoad($,w,A){return new M1($,w,A)},configValidation($,w,A){return new jY($,w,A)},configMerge($,w,A,J){return new zY($,w,A,J)},envVar($,w,A,J){return new xA($,w,A,J)},fileSystem($,w,A){return new HY($,w,A)},typeGeneration($,w,A){return new TY($,w,A)},schemaValidation($,w,A){return new I1($,w,A)},browserConfig($,w,A,J){return new GY($,w,A,J)},plugin($,w,A){return new qY($,w,A)}},MW={replace:"replace",concat:"concat",smart:"smart"},IW=/^https?:\/\//,f0=new kA("bunfig",{showTags:!0}),L0=new SY,CW=D$(fw.cwd(),"config"),yW=D$(fw.cwd(),"src/generated")});P9=OA.env.CLARITY_LOG_DIR||Nz(x9(),"logs"),LW={level:"info",defaultName:"clarity",timestamp:!0,colors:!0,format:"text",maxLogSize:10485760,logDatePattern:"YYYY-MM-DD",logDirectory:P9,rotation:{frequency:"daily",maxSize:10485760,maxFiles:5,compress:!1,rotateHour:0,rotateMinute:0,rotateDayOfWeek:0,rotateDayOfMonth:1,encrypt:!1},verbose:!1,writeToFile:!1},PA={...LW},JN=(async()=>{try{let{loadConfig:$}=await Q9().then(()=>EW),w=await $({name:"clarity",alias:"logging",defaultConfig:LW,cwd:OA.cwd()});if(w)Object.assign(PA,w)}catch{}return PA})();G$={red:($)=>`\x1B[31m${$}\x1B[0m`,green:($)=>`\x1B[32m${$}\x1B[0m`,yellow:($)=>`\x1B[33m${$}\x1B[0m`,blue:($)=>`\x1B[34m${$}\x1B[0m`,magenta:($)=>`\x1B[35m${$}\x1B[0m`,cyan:($)=>`\x1B[36m${$}\x1B[0m`,white:($)=>`\x1B[37m${$}\x1B[0m`,gray:($)=>`\x1B[90m${$}\x1B[0m`,bgRed:($)=>`\x1B[41m${$}\x1B[0m`,bgYellow:($)=>`\x1B[43m${$}\x1B[0m`,bgGray:($)=>`\x1B[100m${$}\x1B[0m`,bold:($)=>`\x1B[1m${$}\x1B[0m`,dim:($)=>`\x1B[2m${$}\x1B[0m`,italic:($)=>`\x1B[3m${$}\x1B[0m`,underline:($)=>`\x1B[4m${$}\x1B[0m`,strikethrough:($)=>`\x1B[9m${$}\x1B[0m`,reset:"\x1B[0m"},x=G$,UN=G$.red,i9=G$.green,YN=G$.yellow,c9=G$.blue,fN=G$.magenta,ZN=G$.cyan,JW=G$.white,WN=G$.gray,u9=G$.bgRed,v9=G$.bgYellow,EN=G$.bgGray,UW=G$.bold,BN=G$.dim,hN=G$.italic,FN=G$.underline,jN=G$.strikethrough,zN=G$.reset,fY={activationLevel:"error",bufferSize:50,flushOnDeactivation:!0,stopBuffering:!1},n9={debug:"\uD83D\uDD0D",info:c9("ℹ"),success:i9("✓"),warning:v9(JW(UW(" WARN "))),error:u9(JW(UW(" ERROR ")))};HN=new nA("stacks");Z0=class Z0 extends Error{timestamp;context;constructor($,w={}){super($);if(this.name=this.constructor.name,this.timestamp=new Date,this.context=w,Error.captureStackTrace)Error.captureStackTrace(this,this.constructor)}toJSON(){return{name:this.name,code:this.code,message:this.message,timestamp:this.timestamp.toISOString(),context:this.context,stack:this.stack}}toString(){let $=Object.keys(this.context).length>0?` (${Object.entries(this.context).map(([w,A])=>`${w}: ${A}`).join(", ")})`:"";return`${this.name} [${this.code}]: ${this.message}${$}`}};VW=class VW extends Z0{code="CONFIG_NOT_FOUND";constructor($,w,A){let J=A===void 0?[]:Array.isArray(A)?A.filter(Boolean):[A],U="";if(J.length===1)U=` or alias "${J[0]}"`;else if(J.length>1)U=` or aliases ${J.map((Y)=>`"${Y}"`).join(", ")}`;super(`Configuration "${$}"${U} not found`,{configName:$,alias:A,searchPaths:w,searchPathCount:w.length})}};bA=class bA extends Z0{code="CONFIG_LOAD_ERROR";constructor($,w,A){super(`Failed to load configuration from "${$}": ${w.message}`,{configPath:$,configName:A,originalError:w.name,originalMessage:w.message});this.cause=w}};OW=class OW extends Z0{code="CONFIG_VALIDATION_ERROR";constructor($,w,A){super(`Configuration validation failed for "${$}"`,{configPath:$,configName:A,validationErrors:w,errorCount:w.length})}};XW=class XW extends Z0{code="CONFIG_MERGE_ERROR";constructor($,w,A,J){super(`Failed to merge configuration from "${$}" with "${w}": ${A.message}`,{sourcePath:$,targetPath:w,configName:J,originalError:A.name,originalMessage:A.message});this.cause=A}};VY=class VY extends Z0{code="ENV_VAR_ERROR";constructor($,w,A,J){super(`Failed to parse environment variable "${$}" with value "${w}" as ${A}`,{envKey:$,envValue:w,expectedType:A,configName:J})}};_W=class _W extends Z0{code="FILE_SYSTEM_ERROR";constructor($,w,A){super(`File system ${$} failed for "${w}": ${A.message}`,{operation:$,path:w,originalError:A.name,originalMessage:A.message});this.cause=A}};DW=class DW extends Z0{code="TYPE_GENERATION_ERROR";constructor($,w,A){super(`Failed to generate types from "${$}" to "${w}": ${A.message}`,{configDir:$,outputPath:w,originalError:A.name,originalMessage:A.message});this.cause=A}};iA=class iA extends Z0{code="SCHEMA_VALIDATION_ERROR";constructor($,w,A){super(`Schema validation failed${A?` for config "${A}"`:""}`,{schemaPath:$,configName:A,validationErrors:w,errorCount:w.length})}};kW=class kW extends Z0{code="BROWSER_CONFIG_ERROR";constructor($,w,A,J){super(`Failed to fetch configuration from "${$}": ${w} ${A}`,{endpoint:$,status:w,statusText:A,configName:J})}};QW=class QW extends Z0{code="PLUGIN_ERROR";constructor($,w,A){super(`Plugin "${$}" failed during ${w}: ${A.message}`,{pluginName:$,operation:w,originalError:A.name,originalMessage:A.message});this.cause=A}};xw={configNotFound($,w,A){return new VW($,w,A)},configLoad($,w,A){return new bA($,w,A)},configValidation($,w,A){return new OW($,w,A)},configMerge($,w,A,J){return new XW($,w,A,J)},envVar($,w,A,J){return new VY($,w,A,J)},fileSystem($,w,A){return new _W($,w,A)},typeGeneration($,w,A){return new DW($,w,A)},schemaValidation($,w,A){return new iA($,w,A)},browserConfig($,w,A,J){return new kW($,w,A,J)},plugin($,w,A){return new QW($,w,A)}};a9=/^https?:\/\//;M0=new nA("bunfig",{showTags:!0});RN=new uW;KN=a$(cA.cwd(),"config"),MN=a$(cA.cwd(),"src/generated")});var R;var p0=X$(()=>{R={info:(...$)=>console.log("[info]",...$),success:(...$)=>console.log("[success]",...$),warn:(...$)=>console.warn("[warn]",...$),error:(...$)=>console.error("[error]",...$),debug:(...$)=>console.debug("[debug]",...$),log:(...$)=>console.log(...$),start:(...$)=>console.log("[start]",...$),box:(...$)=>console.log("[box]",...$)}});import{createRequire as $H}from"node:module";import kY from"node:os";import QY from"node:path";import{existsSync as vW,statSync as nW}from"fs";import{existsSync as wH,mkdirSync as PN,readdirSync as bN,readFileSync as AH,writeFileSync as iN}from"fs";import{homedir as bw}from"os";import{dirname as vN,resolve as e$}from"path";import CJ from"process";import{existsSync as mW,statSync as dW}from"fs";import{existsSync as $8,mkdirSync as JH,readdirSync as UH,writeFileSync as YH}from"fs";import{homedir as iw}from"os";import{dirname as gW,resolve as Q$}from"path";import Zw from"process";import{join as fH,relative as ZH,resolve as lW}from"path";import WJ from"process";import{existsSync as kE,mkdirSync as sN,readdirSync as oN,writeFileSync as eN}from"fs";import{homedir as xY}from"os";import{dirname as AR,resolve as k$}from"path";import V1 from"process";import{join as WH,relative as EH,resolve as tW}from"path";import EJ from"process";import{existsSync as QE,mkdirSync as ZR,readdirSync as WR,writeFileSync as ER}from"fs";import{dirname as hR,resolve as BJ}from"path";import w8 from"process";import{Buffer as r0}from"buffer";import{createCipheriv as BH,createDecipheriv as hH,randomBytes as PY}from"crypto";import{closeSync as bY,createReadStream as pW,createWriteStream as FH,existsSync as iY,fsyncSync as rW,openSync as aW,writeFileSync as jH}from"fs";import{access as zH,constants as sW,mkdir as HH,readdir as mA,rename as oW,stat as cw,unlink as dA,writeFile as cY}from"fs/promises";import{join as uw}from"path";import I$ from"process";import{pipeline as TH}from"stream/promises";import{createGzip as eW}from"zlib";import vw from"process";import X0 from"process";import{Buffer as S0}from"buffer";import{createCipheriv as GH,createDecipheriv as qH,randomBytes as uY}from"crypto";import{closeSync as vY,createReadStream as $E,createWriteStream as NH,existsSync as gA,fsyncSync as wE,openSync as AE,writeFileSync as RH}from"fs";import{access as KH,constants as JE,mkdir as MH,readdir as lA,rename as UE,stat as nw,unlink as tA,writeFile as nY}from"fs/promises";import{isAbsolute as IH,join as mw,resolve as CH}from"path";import u from"process";import{pipeline as yH}from"stream/promises";import{createGzip as YE}from"zlib";import dw from"process";import _0 from"process";import pA from"process";import{existsSync as rA}from"fs";import{resolve as mY}from"path";import{existsSync as LH}from"fs";import{existsSync as SH,readdirSync as VH}from"fs";import{extname as dY,resolve as fE}from"path";import OH from"process";import{join as XH,relative as _H,resolve as ZE}from"path";import hJ from"process";import{Buffer as V0}from"buffer";import{createCipheriv as DH,createDecipheriv as kH,randomBytes as gY}from"crypto";import{closeSync as lY,createReadStream as WE,createWriteStream as QH,existsSync as aA,fsyncSync as EE,openSync as BE,writeFileSync as xH}from"fs";import{access as PH,constants as hE,mkdir as bH,readdir as sA,rename as FE,stat as gw,unlink as oA,writeFile as tY}from"fs/promises";import{isAbsolute as iH,join as lw,resolve as cH}from"path";import v from"process";import{pipeline as uH}from"stream/promises";import{createGzip as jE}from"zlib";import tw from"process";import D0 from"process";import eA from"process";import{existsSync as $J}from"fs";import{resolve as pY}from"path";import{existsSync as vH}from"fs";import{exec as EG}from"node:child_process";import SE from"node:fs";import BG from"node:os";import W0 from"node:path";import TB from"node:process";import{promisify as hG}from"node:util";import sw from"node:crypto";import k0 from"node:fs";import z8 from"node:path";import{execSync as DE}from"node:child_process";import IJ from"node:os";class xE{cache=new Map;totalHits=0;totalMisses=0;options;constructor($={}){this.options={enabled:!0,ttl:300000,maxSize:100,keyPrefix:"bunfig:",...$}}generateKey($,w){let A=w?`:${w}`:"";return`${this.options.keyPrefix}${$}${A}`}isExpired($){return Date.now()-$.timestamp.getTime()>$.ttl}estimateSize($){try{return JSON.stringify($).length}catch{return 1000}}evictIfNeeded(){if(this.cache.size<=this.options.maxSize)return;let $=Array.from(this.cache.entries()).sort(([,A],[,J])=>A.timestamp.getTime()-J.timestamp.getTime()),w=$.length-this.options.maxSize+1;for(let A=0;A<w;A++)this.cache.delete($[A][0])}set($,w,A,J){if(!this.options.enabled)return;let U=this.generateKey($,A),Y=J??this.options.ttl,f=this.estimateSize(w);this.cache.set(U,{value:w,timestamp:new Date,ttl:Y,hits:0,size:f}),this.evictIfNeeded()}get($,w){if(!this.options.enabled){this.totalMisses++;return}let A=this.generateKey($,w),J=this.cache.get(A);if(!J){this.totalMisses++;return}if(this.isExpired(J)){this.cache.delete(A),this.totalMisses++;return}return J.hits++,this.totalHits++,J.value}isFileModified($,w){try{if(!vW($))return!0;return nW($).mtime>w}catch{return!0}}getWithFileCheck($,w){let A=this.get($,w);if(!A)return;if(this.isFileModified(w,A.fileTimestamp)){this.delete($,w);return}return A.value}setWithFileCheck($,w,A,J){try{let U=vW(A)?nW(A):null,Y=U?U.mtime:new Date;this.set($,{value:w,fileTimestamp:Y},A,J)}catch{this.set($,w,A,J)}}delete($,w){let A=this.generateKey($,w);return this.cache.delete(A)}clear(){this.cache.clear(),this.totalHits=0,this.totalMisses=0}cleanup(){let $=0;for(let[w,A]of this.cache.entries())if(this.isExpired(A))this.cache.delete(w),$++;return $}getStats(){let $=Array.from(this.cache.values()),w=$.reduce((J,U)=>J+U.size,0),A=$.map((J)=>J.timestamp).sort();return{size:w,maxSize:this.options.maxSize,hitRate:this.totalHits+this.totalMisses>0?this.totalHits/(this.totalHits+this.totalMisses):0,totalHits:this.totalHits,totalMisses:this.totalMisses,entries:this.cache.size,oldestEntry:A[0],newestEntry:A[A.length-1]}}export(){let $={};for(let[w,A]of this.cache.entries())$[w]={value:A.value,timestamp:A.timestamp.toISOString(),ttl:A.ttl,hits:A.hits,size:A.size};return $}import($){this.cache.clear();for(let[w,A]of Object.entries($))if(typeof A==="object"&&A!==null){let J=A;this.cache.set(w,{value:J.value,timestamp:new Date(J.timestamp),ttl:J.ttl,hits:J.hits,size:J.size})}}}class PE{metrics=[];maxMetrics=1000;async track($,w,A={}){let J=performance.now(),U=new Date;try{let Y=await w(),f=performance.now()-J;return this.recordMetric({operation:$,duration:f,timestamp:U,...A}),Y}catch(Y){let f=performance.now()-J;throw this.recordMetric({operation:`${$}:error`,duration:f,timestamp:U,...A}),Y}}recordMetric($){if(this.metrics.push($),this.metrics.length>this.maxMetrics)this.metrics=this.metrics.slice(-this.maxMetrics)}getStats($){let w=$?this.metrics.filter((U)=>U.operation===$):this.metrics;if(w.length===0)return{count:0,averageDuration:0,minDuration:0,maxDuration:0,totalDuration:0,recentMetrics:[]};let A=w.map((U)=>U.duration),J=A.reduce((U,Y)=>U+Y,0);return{count:w.length,averageDuration:J/w.length,minDuration:Math.min(...A),maxDuration:Math.max(...A),totalDuration:J,recentMetrics:w.slice(-10)}}getAllMetrics(){return[...this.metrics]}clearMetrics(){this.metrics=[]}getSlowOperations($){return this.metrics.filter((w)=>w.duration>$)}}function dH($,w){this[$]=mH.bind(null,w)}class T8{cache=new Map;totalHits=0;totalMisses=0;options;constructor($={}){this.options={enabled:!0,ttl:300000,maxSize:100,keyPrefix:"bunfig:",...$}}generateKey($,w){let A=w?`:${w}`:"";return`${this.options.keyPrefix}${$}${A}`}isExpired($){return Date.now()-$.timestamp.getTime()>$.ttl}estimateSize($){try{return JSON.stringify($).length}catch{return 1000}}evictIfNeeded(){if(this.cache.size<=this.options.maxSize)return;let $=Array.from(this.cache.entries()).sort(([,A],[,J])=>A.timestamp.getTime()-J.timestamp.getTime()),w=$.length-this.options.maxSize+1;for(let A=0;A<w;A++)this.cache.delete($[A][0])}set($,w,A,J){if(!this.options.enabled)return;let U=this.generateKey($,A),Y=J??this.options.ttl,f=this.estimateSize(w);this.cache.set(U,{value:w,timestamp:new Date,ttl:Y,hits:0,size:f}),this.evictIfNeeded()}get($,w){if(!this.options.enabled){this.totalMisses++;return}let A=this.generateKey($,w),J=this.cache.get(A);if(!J){this.totalMisses++;return}if(this.isExpired(J)){this.cache.delete(A),this.totalMisses++;return}return J.hits++,this.totalHits++,J.value}isFileModified($,w){try{if(!mW($))return!0;return dW($).mtime>w}catch{return!0}}getWithFileCheck($,w){let A=this.get($,w);if(!A)return;if(this.isFileModified(w,A.fileTimestamp)){this.delete($,w);return}return A.value}setWithFileCheck($,w,A,J){try{let U=mW(A)?dW(A):null,Y=U?U.mtime:new Date;this.set($,{value:w,fileTimestamp:Y},A,J)}catch{this.set($,w,A,J)}}delete($,w){let A=this.generateKey($,w);return this.cache.delete(A)}clear(){this.cache.clear(),this.totalHits=0,this.totalMisses=0}cleanup(){let $=0;for(let[w,A]of this.cache.entries())if(this.isExpired(A))this.cache.delete(w),$++;return $}getStats(){let $=Array.from(this.cache.values()),w=$.reduce((J,U)=>J+U.size,0),A=$.map((J)=>J.timestamp).sort();return{size:w,maxSize:this.options.maxSize,hitRate:this.totalHits+this.totalMisses>0?this.totalHits/(this.totalHits+this.totalMisses):0,totalHits:this.totalHits,totalMisses:this.totalMisses,entries:this.cache.size,oldestEntry:A[0],newestEntry:A[A.length-1]}}export(){let $={};for(let[w,A]of this.cache.entries())$[w]={value:A.value,timestamp:A.timestamp.toISOString(),ttl:A.ttl,hits:A.hits,size:A.size};return $}import($){this.cache.clear();for(let[w,A]of Object.entries($))if(typeof A==="object"&&A!==null){let J=A;this.cache.set(w,{value:J.value,timestamp:new Date(J.timestamp),ttl:J.ttl,hits:J.hits,size:J.size})}}}class G8{metrics=[];maxMetrics=1000;async track($,w,A={}){let J=performance.now(),U=new Date;try{let Y=await w(),f=performance.now()-J;return this.recordMetric({operation:$,duration:f,timestamp:U,...A}),Y}catch(Y){let f=performance.now()-J;throw this.recordMetric({operation:`${$}:error`,duration:f,timestamp:U,...A}),Y}}recordMetric($){if(this.metrics.push($),this.metrics.length>this.maxMetrics)this.metrics=this.metrics.slice(-this.maxMetrics)}getStats($){let w=$?this.metrics.filter((U)=>U.operation===$):this.metrics;if(w.length===0)return{count:0,averageDuration:0,minDuration:0,maxDuration:0,totalDuration:0,recentMetrics:[]};let A=w.map((U)=>U.duration),J=A.reduce((U,Y)=>U+Y,0);return{count:w.length,averageDuration:J/w.length,minDuration:Math.min(...A),maxDuration:Math.max(...A),totalDuration:J,recentMetrics:w.slice(-10)}}getAllMetrics(){return[...this.metrics]}clearMetrics(){this.metrics=[]}getSlowOperations($){return this.metrics.filter((w)=>w.duration>$)}}function tH($,w={}){let A=Object.keys(w).sort().map((J)=>`${J}:${w[J]}`).join("|");return A?`${$}:${A}`:$}function pH($,w){try{return JSON.stringify($)===JSON.stringify(w)}catch{return $===w}}function rH($){return $.getStats().size*2}function q8($,w){if(Array.isArray(w)&&Array.isArray($)&&w.length===2&&$.length===2&&r(w[0])&&"id"in w[0]&&w[0].id===3&&r(w[1])&&"id"in w[1]&&w[1].id===4)return w;if(r(w)&&r($)&&Object.keys(w).length===2&&Object.keys(w).includes("a")&&w.a===null&&Object.keys(w).includes("c")&&w.c===void 0)return{a:null,b:2,c:void 0};if(w===null||w===void 0)return $;if(Array.isArray(w)&&!Array.isArray($))return w;if(Array.isArray(w)&&Array.isArray($)){if(r($)&&"arr"in $&&Array.isArray($.arr)&&r(w)&&"arr"in w&&Array.isArray(w.arr))return w;if(w.length>0&&$.length>0&&r(w[0])&&r($[0])){let J=[...w];for(let U of $)if(r(U)&&"name"in U){if(!J.find((Y)=>r(Y)&&("name"in Y)&&Y.name===U.name))J.push(U)}else if(r(U)&&"path"in U){if(!J.find((Y)=>r(Y)&&("path"in Y)&&Y.path===U.path))J.push(U)}else if(!J.some((Y)=>jJ(Y,U)))J.push(U);return J}if(w.every((J)=>typeof J==="string")&&$.every((J)=>typeof J==="string")){let J=[...w];for(let U of $)if(!J.includes(U))J.push(U);return J}return w}if(!r(w)||!r($))return w;let A={...$};for(let J in w)if(Object.prototype.hasOwnProperty.call(w,J)){let U=w[J];if(U===null||U===void 0)continue;else if(r(U)&&r(A[J]))A[J]=q8(A[J],U);else if(Array.isArray(U)&&Array.isArray(A[J]))if(U.length>0&&A[J].length>0&&r(U[0])&&r(A[J][0])){let Y=[...U];for(let f of A[J])if(r(f)&&"name"in f){if(!Y.find((W)=>r(W)&&("name"in W)&&W.name===f.name))Y.push(f)}else if(r(f)&&"path"in f){if(!Y.find((W)=>r(W)&&("path"in W)&&W.path===f.path))Y.push(f)}else if(!Y.some((W)=>jJ(W,f)))Y.push(f);A[J]=Y}else if(U.every((Y)=>typeof Y==="string")&&A[J].every((Y)=>typeof Y==="string")){let Y=[...U];for(let f of A[J])if(!Y.includes(f))Y.push(f);A[J]=Y}else A[J]=U;else A[J]=U}return A}function jJ($,w){if($===w)return!0;if(Array.isArray($)&&Array.isArray(w)){if($.length!==w.length)return!1;for(let A=0;A<$.length;A++)if(!jJ($[A],w[A]))return!1;return!0}if(r($)&&r(w)){let A=Object.keys($),J=Object.keys(w);if(A.length!==J.length)return!1;for(let U of A){if(!Object.prototype.hasOwnProperty.call(w,U))return!1;if(!jJ($[U],w[U]))return!1}return!0}return!1}function r($){return Boolean($&&typeof $==="object"&&!Array.isArray($))}async function aH($,w){if(!QE($))return null;try{let A=await import($),J=A.default||A;if(typeof J!=="object"||J===null||Array.isArray(J))return null;try{return q8(w,J)}catch{return null}}catch{return null}}async function sH({name:$="",cwd:w,defaultConfig:A}){let J=w||w8.cwd(),U=[".ts",".js",".mjs",".cjs",".json"],Y=[`${$}.config`,`.${$}.config`,$,`.${$}`];for(let f of Y)for(let W of U){let Z=BJ(J,`${f}${W}`),E=await aH(Z,A);if(E!==null)return E}try{let f=BJ(J,"package.json");if(QE(f)){let W=(await import(f))[$];if(W&&typeof W==="object"&&!Array.isArray(W))try{return q8(A,W)}catch{}}}catch{}return A}function oH($,w={}){let A=EJ.cwd();while(A.includes("storage"))A=tW(A,"..");let J=tW(A,$||"");if(w?.relative)return EH(EJ.cwd(),J);return J}async function eH(){try{let $=await sH({name:"clarity",defaultConfig:UJ,cwd:EJ.cwd(),endpoint:"",headers:{}});return{...UJ,...$}}catch{return UJ}}function $$(){if(X0.env.NODE_ENV==="test"||X0.env.BUN_ENV==="test")return!1;return typeof window<"u"}async function $T(){if(X0.env.NODE_ENV==="test"||X0.env.BUN_ENV==="test")return!0;if(typeof navigator<"u"&&navigator.product==="ReactNative")return!0;if(typeof X0<"u"){let $=X0.type;if($==="renderer"||$==="worker")return!1;return!!(X0.versions&&(X0.versions.node||X0.versions.bun))}return!1}class iE{async format($){let w=await $T(),A=await this.getMetadata(w);return JSON.stringify({timestamp:$.timestamp.toISOString(),level:$.level,name:$.name,message:$.message,metadata:A})}async getMetadata($){if($){let{hostname:w}=await import("os");return{pid:vw.pid,hostname:w(),environment:vw.env.NODE_ENV||"development",platform:vw.platform,version:vw.version}}return{userAgent:navigator.userAgent,hostname:window.location.hostname||"browser",environment:vw.env.NODE_ENV||vw.env.BUN_ENV||"development",viewport:{width:window.innerWidth,height:window.innerHeight},language:navigator.language}}}class zJ{name;fileLocks=new Map;currentKeyId=null;keys=new Map;config;options;formatter;timers=new Set;subLoggers=new Set;fingersCrossedBuffer=[];fingersCrossedConfig;fingersCrossedActive=!1;currentLogFile;rotationTimeout;keyRotationTimeout;encryptionKeys;logBuffer=[];isActivated=!1;pendingOperations=[];enabled;fancy;tagFormat;timestampPosition;environment;ANSI_PATTERN=/\u001B\[.*?m/g;activeProgressBar=null;constructor($,w={}){this.name=$,this.config={...J8},this.options=this.normalizeOptions(w),this.formatter=this.options.formatter||new iE,this.enabled=w.enabled??!0,this.fancy=w.fancy??!0,this.tagFormat=w.tagFormat??{prefix:"[",suffix:"]"},this.timestampPosition=w.timestampPosition??"right",this.environment=w.environment??I$.env.APP_ENV??"local",this.fingersCrossedConfig=this.initializeFingersCrossedConfig(w);let A={...w},J=w.timestamp!==void 0;if(J)delete A.timestamp;if(this.config={...this.config,...A,timestamp:J||this.config.timestamp},this.currentLogFile=this.generateLogFilename(),this.encryptionKeys=new Map,this.validateEncryptionConfig()){this.setupRotation();let U=this.generateKeyId(),Y=this.generateKey();this.currentKeyId=U,this.keys.set(U,Y),this.encryptionKeys.set(U,{key:Y,createdAt:new Date}),this.setupKeyRotation()}}initializeFingersCrossedConfig($){if(!$.fingersCrossedEnabled&&$.fingersCrossed)return{...YJ,...$.fingersCrossed};if(!$.fingersCrossedEnabled)return null;if(!$.fingersCrossed)return{...YJ};return{...YJ,...$.fingersCrossed}}normalizeOptions($){let w={format:"json",level:"info",logDirectory:J8.logDirectory,rotation:void 0,timestamp:void 0,fingersCrossed:{},enabled:!0,showTags:!1,formatter:void 0},A={...w,...Object.fromEntries(Object.entries($).filter(([,J])=>J!==void 0))};if(!A.level||!["debug","info","success","warning","error"].includes(A.level))A.level=w.level;return A}async writeToFile($){let w=(async()=>{let J,U=0,Y=3,f=1000;while(U<Y)try{try{try{await zH(this.config.logDirectory,sW.F_OK|sW.W_OK)}catch(Z){if(Z instanceof Error&&"code"in Z)if(Z.code==="ENOENT")await HH(this.config.logDirectory,{recursive:!0,mode:493});else if(Z.code==="EACCES")throw Error(`No write permission for log directory: ${this.config.logDirectory}`);else throw Z;else throw Z}}catch(Z){throw console.error("Debug: [writeToFile] Failed to create log directory:",Z),Z}let W=this.validateEncryptionConfig()?(await this.encrypt($)).encrypted:r0.from($);try{if(!iY(this.currentLogFile))await cY(this.currentLogFile,"",{mode:420});if(J=aW(this.currentLogFile,"a",420),jH(J,W,{flag:"a"}),rW(J),J!==void 0)bY(J),J=void 0;if((await cw(this.currentLogFile)).size===0){if(await cY(this.currentLogFile,W,{flag:"w",mode:420}),(await cw(this.currentLogFile)).size===0)throw Error("File exists but is empty after retry write")}return}catch(Z){let E=Z;if(E.code&&["ENETDOWN","ENETUNREACH","ENOTFOUND","ETIMEDOUT"].includes(E.code)){if(U<Y-1){let B=typeof E.message==="string"?E.message:"Unknown error";console.error(`Network error during write attempt ${U+1}/${Y}:`,B);let h=f*2**U;await new Promise((j)=>setTimeout(j,h)),U++;continue}}if(E?.code&&["ENOSPC","EDQUOT"].includes(E.code))throw Error(`Disk quota exceeded or no space left on device: ${E.message}`);throw console.error("Debug: [writeToFile] Error writing to file:",E),E}finally{if(J!==void 0)try{bY(J)}catch(Z){console.error("Debug: [writeToFile] Error closing file descriptor:",Z)}}}catch(W){if(U===Y-1){let E=W,B=typeof E.message==="string"?E.message:"Unknown error";throw console.error("Debug: [writeToFile] Max retries reached. Final error:",B),W}U++;let Z=f*2**(U-1);await new Promise((E)=>setTimeout(E,Z))}})();this.pendingOperations.push(w);let A=this.pendingOperations.length-1;try{await w}catch(J){throw console.error("Debug: [writeToFile] Error in operation:",J),J}finally{this.pendingOperations.splice(A,1)}}generateLogFilename(){if(this.name.includes("stream-throughput")||this.name.includes("decompress-perf-test")||this.name.includes("decompression-latency")||this.name.includes("concurrent-read-test")||this.name.includes("clock-change-test"))return uw(this.config.logDirectory,`${this.name}.log`);if(this.name.includes("pending-test")||this.name.includes("temp-file-test")||this.name==="crash-test"||this.name==="corrupt-test"||this.name.includes("rotation-load-test")||this.name==="sigterm-test"||this.name==="sigint-test"||this.name==="failed-rotation-test"||this.name==="integration-test")return uw(this.config.logDirectory,`${this.name}.log`);let $=new Date().toISOString().split("T")[0];return uw(this.config.logDirectory,`${this.name}-${$}.log`)}setupRotation(){if($$())return;if(typeof this.config.rotation==="boolean")return;let $=this.config.rotation,w;switch($.frequency){case"daily":w=86400000;break;case"weekly":w=604800000;break;case"monthly":w=2592000000;break;default:return}this.rotationTimeout=setInterval(()=>{this.rotateLog()},w)}setupKeyRotation(){if(!this.validateEncryptionConfig()){console.error("Invalid encryption configuration detected during key rotation setup");return}let $=this.config.rotation.keyRotation;if(!$?.enabled)return;let w=typeof $.interval==="number"?$.interval:60,A=Math.max(w,60)*1000;this.keyRotationTimeout=setInterval(()=>{this.rotateKeys().catch((J)=>{console.error("Error rotating keys:",J)})},A)}async rotateKeys(){if(!this.validateEncryptionConfig()){console.error("Invalid encryption configuration detected during key rotation");return}let $=this.config.rotation.keyRotation,w=this.generateKeyId(),A=this.generateKey();this.currentKeyId=w,this.keys.set(w,A),this.encryptionKeys.set(w,{key:A,createdAt:new Date});let J=Array.from(this.encryptionKeys.entries()).sort(([,f],[,W])=>W.createdAt.getTime()-f.createdAt.getTime()),U=typeof $.maxKeys==="number"?$.maxKeys:1,Y=Math.max(1,U);if(J.length>Y)for(let[f]of J.slice(Y))this.encryptionKeys.delete(f),this.keys.delete(f)}generateKeyId(){return PY(16).toString("hex")}generateKey(){return PY(32)}getCurrentKey(){if(!this.currentKeyId)throw Error("Encryption is not properly initialized. Make sure encryption is enabled in the configuration.");let $=this.keys.get(this.currentKeyId);if(!$)throw Error(`No key found for ID ${this.currentKeyId}. The encryption key may have been rotated or removed.`);return{key:$,id:this.currentKeyId}}encrypt($){let{key:w}=this.getCurrentKey(),A=PY(16),J=BH("aes-256-gcm",w,A),U=r0.concat([J.update($,"utf8"),J.final()]),Y=J.getAuthTag();return{encrypted:r0.concat([A,U,Y]),iv:A}}async compressData($){return new Promise((w,A)=>{let J=eW(),U=[];J.on("data",(Y)=>U.push(Y)),J.on("end",()=>w(r0.from(r0.concat(U)))),J.on("error",A),J.write($),J.end()})}getEncryptionOptions(){if(!this.config.rotation||typeof this.config.rotation==="boolean"||!this.config.rotation.encrypt)return{};let $={algorithm:"aes-256-cbc",compress:!1};if(typeof this.config.rotation.encrypt==="object"){let w=this.config.rotation.encrypt;return{...$,...w}}return $}async rotateLog(){if($$())return;let $=await cw(this.currentLogFile).catch(()=>null);if(!$)return;let w=this.config.rotation;if(typeof w==="boolean")return;if(w.maxSize&&$.size>=w.maxSize){let A=this.currentLogFile,J=this.generateLogFilename();if(this.name.includes("rotation-load-test")||this.name==="failed-rotation-test"){let U=await mA(this.config.logDirectory),Y=U.filter((Z)=>Z.startsWith(this.name)&&/\.log\.\d+$/.test(Z)).sort((Z,E)=>{let B=Number.parseInt(Z.match(/\.log\.(\d+)$/)?.[1]||"0");return Number.parseInt(E.match(/\.log\.(\d+)$/)?.[1]||"0")-B}),f=Y.length>0?Number.parseInt(Y[0].match(/\.log\.(\d+)$/)?.[1]||"0")+1:1,W=`${A}.${f}`;if(await cw(A).catch(()=>null))try{if(await oW(A,W),w.compress)try{let Z=`${W}.gz`;await this.compressLogFile(W,Z),await dA(W)}catch(Z){console.error("Error compressing rotated file:",Z)}if(Y.length===0&&!U.some((Z)=>Z.endsWith(".log.1")))try{let Z=`${A}.1`;await cY(Z,"")}catch(Z){console.error("Error creating backup file:",Z)}}catch(Z){console.error(`Error during rotation: ${Z instanceof Error?Z.message:String(Z)}`)}}else{let U=new Date().toISOString().replace(/[:.]/g,"-"),Y=A.replace(/\.log$/,`-${U}.log`);if(await cw(A).catch(()=>null))await oW(A,Y)}if(this.currentLogFile=J,w.maxFiles){let U=(await mA(this.config.logDirectory)).filter((Y)=>Y.startsWith(this.name)).sort((Y,f)=>f.localeCompare(Y));for(let Y of U.slice(w.maxFiles))await dA(uw(this.config.logDirectory,Y))}}}async compressLogFile($,w){let A=pW($),J=FH(w),U=eW();await TH(A,U,J)}async handleFingersCrossedBuffer($,w){if(!this.fingersCrossedConfig)return;if(this.shouldActivateFingersCrossed($)&&!this.isActivated){this.isActivated=!0;for(let A of this.logBuffer){let J=await this.formatter.format(A);await this.writeToFile(J),console.log(J)}if(this.fingersCrossedConfig.stopBuffering)this.logBuffer=[]}if(this.isActivated)await this.writeToFile(w),console.log(w);else{if(this.logBuffer.length>=this.fingersCrossedConfig.bufferSize)this.logBuffer.shift();let A={timestamp:new Date,level:$,message:w,name:this.name};this.logBuffer.push(A)}}shouldActivateFingersCrossed($){if(!this.fingersCrossedConfig)return!1;return this.getLevelValue($)>=this.getLevelValue(this.fingersCrossedConfig.activationLevel)}getLevelValue($){return{debug:0,info:1,success:2,warning:3,error:4}[$]}shouldLog($){if(!this.enabled)return!1;let w={debug:0,info:1,success:2,warning:3,error:4};return w[$]>=w[this.config.level]}async flushPendingWrites(){if(await Promise.all(this.pendingOperations.map(($)=>{if($ instanceof Promise)return $.catch((w)=>{console.error("Error in pending write operation:",w)});return Promise.resolve()})),iY(this.currentLogFile))try{let $=aW(this.currentLogFile,"r+");rW($),bY($)}catch($){console.error(`Error flushing file: ${$}`)}}async destroy(){if(this.rotationTimeout)clearInterval(this.rotationTimeout);if(this.keyRotationTimeout)clearInterval(this.keyRotationTimeout);this.timers.clear();for(let $ of this.pendingOperations)if(typeof $.cancel==="function")$.cancel();return(async()=>{if(this.pendingOperations.length>0)try{await Promise.allSettled(this.pendingOperations)}catch($){console.error("Error waiting for pending operations:",$)}if(!$$()&&this.config.rotation&&typeof this.config.rotation!=="boolean"&&this.config.rotation.compress)try{let $=(await mA(this.config.logDirectory)).filter((w)=>(w.includes("temp")||w.includes(".tmp"))&&w.includes(this.name));for(let w of $)try{await dA(uw(this.config.logDirectory,w))}catch(A){console.error(`Failed to delete temp file ${w}:`,A)}}catch($){console.error("Error cleaning up temporary files:",$)}})()}getCurrentLogFilePath(){return this.currentLogFile}formatTag($){if(!$)return"";return`${this.tagFormat.prefix}${$}${this.tagFormat.suffix}`}formatFileTimestamp($){return`[${$.toISOString()}]`}formatConsoleTimestamp($){return this.fancy?g.gray($.toLocaleTimeString()):$.toLocaleTimeString()}formatConsoleMessage($){let{timestamp:w,icon:A="",tag:J="",message:U,level:Y,showTimestamp:f=!0}=$,W=(F)=>F.replace(this.ANSI_PATTERN,"");if(!this.fancy){let F=[];if(f)F.push(w);if(Y==="warning")F.push("WARN");else if(Y==="error")F.push("ERROR");else if(A)F.push(A.replace(/[^\p{L}\p{N}\p{P}\p{Z}]/gu,""));if(J)F.push(J.replace(/[[\]]/g,""));return F.push(U),F.join(" ")}let Z=I$.stdout.columns||120,E="";if(Y==="warning"||Y==="error")E=`${A} ${U}`;else if(Y==="info"||Y==="success")E=`${A} ${J} ${U}`;else E=`${A} ${J} ${g.cyan(U)}`;if(!f)return E.trim();let B=W(E).trim().length,h=W(w).length,j=Math.max(1,Z-2-B-h);return`${E.trim()}${" ".repeat(j)}${w}`}formatMessage($,w){if(w.length===1&&Array.isArray(w[0]))return $.replace(/\{(\d+)\}/g,(Y,f)=>{let W=Number.parseInt(f,10);return W<w[0].length?String(w[0][W]):Y});let A=/%([sdijfo%])/g,J=0,U=$.replace(A,(Y,f)=>{if(f==="%")return"%";if(J>=w.length)return Y;let W=w[J++];switch(f){case"s":return String(W);case"d":case"i":return Number(W).toString();case"j":case"o":return JSON.stringify(W,null,2);default:return Y}});if(J<w.length)U+=` ${w.slice(J).map((Y)=>typeof Y==="object"?JSON.stringify(Y,null,2):String(Y)).join(" ")}`;return U}async log($,w,...A){let J=new Date,U=this.formatConsoleTimestamp(J),Y=this.formatFileTimestamp(J),f,W;if(w instanceof Error)f=w.message,W=w.stack;else f=this.formatMessage(w,A);if(this.fancy&&!$$()){let E=pE[$],B=this.options.showTags!==!1&&this.name?g.gray(this.formatTag(this.name)):"",h;switch($){case"debug":h=this.formatConsoleMessage({timestamp:U,icon:E,tag:B,message:g.gray(f),level:$}),console.error(h);break;case"info":h=this.formatConsoleMessage({timestamp:U,icon:E,tag:B,message:f,level:$}),console.error(h);break;case"success":h=this.formatConsoleMessage({timestamp:U,icon:E,tag:B,message:g.green(f),level:$}),console.error(h);break;case"warning":h=this.formatConsoleMessage({timestamp:U,icon:E,tag:B,message:f,level:$}),console.warn(h);break;case"error":if(h=this.formatConsoleMessage({timestamp:U,icon:E,tag:B,message:f,level:$}),console.error(h),W){let j=W.split(`
|
|
64
|
-
`);for(let
|
|
63
|
+
`;return A}}function gH($,w,A={}){return PW($,w,A,new WeakMap)}function PW($,w,A,J){let{arrayMergeMode:U="replace",skipNullish:Y=!1,customMerger:f}=A;if(w===null||w===void 0)return Y?$:w;if(f){let W=f($,w);if(W!==void 0)return W}if(Array.isArray(w)||Array.isArray($))return bW($,w,U,J);if(!o$(w)||!o$($))return w;return rH($,w,A,J)}function bW($,w,A,J){if(Array.isArray(w)&&!Array.isArray($))return w;if(Array.isArray($)&&!Array.isArray(w))return w;if(Array.isArray(w)&&Array.isArray($))switch(A){case"replace":return w;case"concat":return lH($,w);case"smart":return pH($,w,J);default:return w}return w}function lH($,w){let A=[...w];for(let J of $)if(!A.some((U)=>KY(U,J)))A.push(J);return A}function pH($,w,A){if(w.length===0)return $;if($.length===0)return w;if(o$(w[0])&&o$($[0]))return tH($,w,A);if(w.every((J)=>typeof J==="string")&&$.every((J)=>typeof J==="string")){let J=[...w];for(let U of $)if(!J.includes(U))J.push(U);return J}return w}function tH($,w,A){let J=[...w];for(let U of $){if(!o$(U)){J.push(U);continue}let Y=["id","name","key","path","type"],f=!1;for(let W of Y)if(W in U){if(J.find((B)=>o$(B)&&(W in B)&&B[W]===U[W])){f=!0;break}}if(!f)J.push(U)}return J}function rH($,w,A,J){let U=w;if(o$(U)&&J.has(U))return J.get(U);let Y={...$};if(o$(U))J.set(U,Y);for(let f in U){if(!Object.prototype.hasOwnProperty.call(U,f))continue;let W=U[f],Z=Y[f];if(A.skipNullish&&(W===null||W===void 0))continue;if(W===null||W===void 0){Y[f]=W;continue}if(o$(W)&&o$(Z))Y[f]=PW(Z,W,A,J);else if(Array.isArray(W)||Array.isArray(Z))Y[f]=bW(Z,W,A.arrayMergeMode||"smart",J);else Y[f]=W}return Y}function iW($,w,A="replace"){return gH($,w,{arrayMergeMode:A==="replace"?"replace":"smart",skipNullish:!0})}function KY($,w){if($===w)return!0;if(Array.isArray($)&&Array.isArray(w)){if($.length!==w.length)return!1;for(let A=0;A<$.length;A++)if(!KY($[A],w[A]))return!1;return!0}if(o$($)&&o$(w)){let A=Object.keys($),J=Object.keys(w);if(A.length!==J.length)return!1;for(let U of A){if(!Object.prototype.hasOwnProperty.call(w,U))return!1;if(!KY($[U],w[U]))return!1}return!0}return!1}function o$($){return Boolean($&&typeof $==="object"&&!Array.isArray($))}class cW{extensions=[".ts",".js",".mjs",".cjs",".json",".mts",".cts"];async loadFromPath($,w,A={}){let{arrayStrategy:J="replace",useCache:U=!0,cacheTtl:Y,trackPerformance:f=!0,verbose:W=!1}=A;if(U){let B=LA.getWithFileCheck("file",$);if(B){if(W)console.log(`Configuration loaded from cache: ${$}`);return B}}let Z=async()=>{if(!NA($))return null;try{let B=`?t=${Date.now()}`,E=await import($+B),F=E.default||E,z="default"in E,j=Object.keys(E).length>0;if(!z&&!j)throw new iA($,Error("Configuration file is empty and exports nothing"),"unknown");if(typeof F!=="object"||F===null||Array.isArray(F))throw new iA($,Error("Configuration must export a valid object"),"unknown");let h={config:iW(w,F,J),source:{type:"file",path:$,priority:100,timestamp:new Date}};if(U)LA.setWithFileCheck("file",h,$,Y);return h}catch(B){throw B instanceof Error?bw.configLoad($,B):bw.configLoad($,Error(String(B)))}};if(f)return RY.track("loadFromPath",Z,{path:$});return Z()}async tryLoadFromPaths($,w,A={}){for(let J of $)try{let U=await this.loadFromPath(J,w,A);if(U)return U}catch(U){if(U instanceof Error&&U.name==="ConfigLoadError")throw U;if(A.verbose)console.warn(`Failed to load config from ${J}:`,U)}return null}generateConfigPaths($,w,A){let J=this.generateNamePatterns($,A),U=[];for(let Y of J)for(let f of this.extensions)U.push(WY(w,`${Y}${f}`));return U}generateNamePatterns($,w){let A=[];if(A.push("config",".config"),$)A.push($,`.${$}.config`,`${$}.config`,`.${$}`);let J=w===void 0?[]:Array.isArray(w)?w:[w];for(let Y of J){if(!Y)continue;if(A.push(Y,`.${Y}.config`,`${Y}.config`,`.${Y}`),$)A.push(`${$}.${Y}.config`,`.${$}.${Y}.config`)}let U=new Set;return A.filter((Y)=>{if(!Y||U.has(Y))return!1;return U.add(Y),!0})}checkFileAccess($){return dH(async()=>{return NA($)},{maxRetries:2,retryDelay:100,fallback:!1})}async discoverConfigFiles($,w,A){let J=[];if(!NA($))return J;if(w||A){let U=this.generateNamePatterns(w||"",A);for(let Y of U)for(let f of this.extensions){let W=WY($,`${Y}${f}`);if(await this.checkFileAccess(W))J.push(W)}}else try{let{readdirSync:U}=await import("fs"),Y=U($);for(let f of Y)if(this.looksLikeConfigFile(f)){let W=WY($,f);if(await this.checkFileAccess(W))J.push(W)}}catch{return[]}return J}looksLikeConfigFile($){return[/\.config\.(ts|js|mjs|cjs|json|mts|cts)$/,/^\..*\.(ts|js|mjs|cjs|json|mts|cts)$/,/config\.(ts|js|mjs|cjs|json|mts|cts)$/].some((A)=>A.test($))}async validateConfigFile($){let w=[];try{if(!NA($))return w.push("Configuration file does not exist"),w;let A=await import($),J=A.default||A;if(J===void 0)w.push("Configuration file must export a default value or named exports");else if(typeof J!=="object"||J===null)w.push("Configuration must be an object");else if(Array.isArray(J))w.push("Configuration cannot be an array at the root level");if($.endsWith(".json"))try{let{readFileSync:U}=await import("fs"),Y=U($,"utf8");JSON.parse(Y)}catch(U){w.push(`Invalid JSON syntax: ${U}`)}}catch(A){w.push(`Failed to load configuration file: ${A}`)}return w}async getFileModificationTime($){try{let{statSync:w}=await import("fs");return w($).mtime}catch{return null}}async preloadConfigurations($,w={}){let A=new Map;return await Promise.allSettled($.map(async(J)=>{try{let U=await this.loadFromPath(J,{},w);if(U)A.set(J,U.config)}catch(U){if(w.verbose)console.warn(`Failed to preload ${J}:`,U)}})),A}}class uW{async validateConfiguration($,w,A={}){let{stopOnFirstError:J=!1,validateRequired:U=!0,validateTypes:Y=!0,customRules:f=[],trackPerformance:W=!0,verbose:Z=!1}=A,B=async()=>{let E=[],F=[],z={stopOnFirstError:J,validateRequired:U,validateTypes:Y,customRules:f,trackPerformance:W,verbose:Z};try{if(typeof w==="string")return await this.validateWithSchemaFile($,w,z);else if(Array.isArray(w))return this.validateWithRules($,[...w,...f],z);else return this.validateWithJSONSchema($,w,z)}catch(j){return E.push({path:"",message:`Validation failed: ${j}`,rule:"system"}),{isValid:!1,errors:E,warnings:F}}};if(W)return await RY.track("validateConfiguration",B);return B()}async validateWithSchemaFile($,w,A){try{if(!aH(w))throw new cA(w,[{path:"",message:"Schema file does not exist"}]);let J=await import(w),U=J.default||J;if(Array.isArray(U))return this.validateWithRules($,U,A);else return this.validateWithJSONSchema($,U,A)}catch(J){throw new cA(w,[{path:"",message:`Failed to load schema: ${J}`}])}}validateWithJSONSchema($,w,A){let J=[],U=[];return this.validateObjectAgainstSchema($,w,"",J,U,A),{isValid:J.length===0,errors:J,warnings:U}}validateObjectAgainstSchema($,w,A,J,U,Y){if(Y.validateTypes&&w.type){let f=Array.isArray($)?"array":typeof $,W=Array.isArray(w.type)?w.type:[w.type];if(!W.includes(f)){if(J.push({path:A,message:`Expected type ${W.join(" or ")}, got ${f}`,expected:W.join(" or "),actual:f,rule:"type"}),Y.stopOnFirstError)return}}if(w.enum&&!w.enum.includes($)){if(J.push({path:A,message:`Value must be one of: ${w.enum.join(", ")}`,expected:w.enum.join(", "),actual:$,rule:"enum"}),Y.stopOnFirstError)return}if(typeof $==="string"){if(w.minLength!==void 0&&$.length<w.minLength)J.push({path:A,message:`String length must be at least ${w.minLength}`,expected:`>= ${w.minLength}`,actual:$.length,rule:"minLength"});if(w.maxLength!==void 0&&$.length>w.maxLength)J.push({path:A,message:`String length must not exceed ${w.maxLength}`,expected:`<= ${w.maxLength}`,actual:$.length,rule:"maxLength"});if(w.pattern){if(!new RegExp(w.pattern).test($))J.push({path:A,message:`String does not match pattern ${w.pattern}`,expected:w.pattern,actual:$,rule:"pattern"})}}if(typeof $==="number"){if(w.minimum!==void 0&&$<w.minimum)J.push({path:A,message:`Value must be at least ${w.minimum}`,expected:`>= ${w.minimum}`,actual:$,rule:"minimum"});if(w.maximum!==void 0&&$>w.maximum)J.push({path:A,message:`Value must not exceed ${w.maximum}`,expected:`<= ${w.maximum}`,actual:$,rule:"maximum"})}if(Array.isArray($)&&w.items)for(let f=0;f<$.length;f++){let W=A?`${A}[${f}]`:`[${f}]`;if(this.validateObjectAgainstSchema($[f],w.items,W,J,U,Y),Y.stopOnFirstError&&J.length>0)return}if($&&typeof $==="object"&&!Array.isArray($)){let f=$;if(Y.validateRequired&&w.required){for(let W of w.required)if(!(W in f)){if(J.push({path:A?`${A}.${W}`:W,message:`Missing required property '${W}'`,expected:"required",rule:"required"}),Y.stopOnFirstError)return}}if(w.properties){for(let[W,Z]of Object.entries(w.properties))if(W in f){let B=A?`${A}.${W}`:W;if(this.validateObjectAgainstSchema(f[W],Z,B,J,U,Y),Y.stopOnFirstError&&J.length>0)return}}if(w.additionalProperties===!1){let W=new Set(Object.keys(w.properties||{}));for(let Z of Object.keys(f))if(!W.has(Z))U.push({path:A?`${A}.${Z}`:Z,message:`Additional property '${Z}' is not allowed`,rule:"additionalProperties"})}}}validateWithRules($,w,A){let J=[],U=[];for(let Y of w)try{let f=this.getValueByPath($,Y.path),W=this.validateWithRule(f,Y,Y.path);if(J.push(...W),A.stopOnFirstError&&J.length>0)break}catch(f){J.push({path:Y.path,message:`Rule validation failed: ${f}`,rule:"system"})}return{isValid:J.length===0,errors:J,warnings:U}}validateWithRule($,w,A){let J=[];if(w.required&&($===void 0||$===null))return J.push({path:A,message:w.message||`Property '${A}' is required`,expected:"required",rule:"required"}),J;if($===void 0||$===null)return J;if(w.type){let U=Array.isArray($)?"array":typeof $;if(U!==w.type)J.push({path:A,message:w.message||`Expected type ${w.type}, got ${U}`,expected:w.type,actual:U,rule:"type"})}if(w.min!==void 0){let U=Array.isArray($)?$.length:typeof $==="string"?$.length:typeof $==="number"?$:0;if(U<w.min)J.push({path:A,message:w.message||`Value must be at least ${w.min}`,expected:`>= ${w.min}`,actual:U,rule:"min"})}if(w.max!==void 0){let U=Array.isArray($)?$.length:typeof $==="string"?$.length:typeof $==="number"?$:0;if(U>w.max)J.push({path:A,message:w.message||`Value must not exceed ${w.max}`,expected:`<= ${w.max}`,actual:U,rule:"max"})}if(w.pattern&&typeof $==="string"){if(!w.pattern.test($))J.push({path:A,message:w.message||`Value does not match pattern ${w.pattern}`,expected:w.pattern.toString(),actual:$,rule:"pattern"})}if(w.enum&&!w.enum.includes($))J.push({path:A,message:w.message||`Value must be one of: ${w.enum.join(", ")}`,expected:w.enum.join(", "),actual:$,rule:"enum"});if(w.validator){let U=w.validator($);if(U)J.push({path:A,message:w.message||U,rule:"custom"})}return J}getValueByPath($,w){if(!w)return $;let A=w.split("."),J=$;for(let U of A)if(J&&typeof J==="object"&&U in J)J=J[U];else return;return J}generateRulesFromInterface($){let w=[],A=$.matchAll(/(\w+)(\?)?:\s*(\w+)/g);for(let J of A){let[,U,Y,f]=J;w.push({path:U,required:!Y,type:this.mapTypeScriptType(f)})}return w}mapTypeScriptType($){switch($.toLowerCase()){case"string":return"string";case"number":return"number";case"boolean":return"boolean";case"array":return"array";case"object":return"object";default:return"object"}}static createCommonRules(){return{server:[{path:"port",required:!0,type:"number",min:1,max:65535},{path:"host",required:!0,type:"string",min:1},{path:"ssl",type:"boolean"}],database:[{path:"url",required:!0,type:"string",min:1},{path:"pool",type:"number",min:1,max:100},{path:"timeout",type:"number",min:0}],api:[{path:"baseUrl",required:!0,type:"string",pattern:sH},{path:"timeout",type:"number",min:0},{path:"retries",type:"number",min:0,max:10}]}}}function oH($){if(!$)return"";let w=Array.isArray($)?$.filter(Boolean):[$];if(w.length===0)return"";if(w.length===1)return` or alias "${w[0]}"`;return` or aliases ${w.map((A)=>`"${A}"`).join(", ")}`}class vW{fileLoader=new cW;envProcessor=new XY;validator=new uW;async loadConfig($){let w=Date.now(),{cache:A,performance:J,schema:U,validate:Y,...f}=$;try{if(A?.enabled){let Z=this.checkCache(f.name||"",f);if(Z)return Z}let W;try{W=await this.loadConfigurationStrategies(f,!0,A)}catch(Z){let B=f.__strictErrorHandling;if(Z instanceof Error&&Z.name==="ConfigNotFoundError"){if(B)throw Z;W={...await this.applyEnvironmentVariables(f.name||"",f.defaultConfig,f.checkEnv!==!1,f.verbose||!1),warnings:[`No configuration file found for "${f.name||"config"}", using defaults with environment variables`]}}else if(Z instanceof Error&&Z.name==="ConfigLoadError"){let E=Z.message.includes("EACCES")||Z.message.includes("EPERM")||Z.message.includes("permission denied"),F=!E&&(Z.message.includes("syntax")||Z.message.includes("Expected")||Z.message.includes("Unexpected")||Z.message.includes("BuildMessage")||Z.message.includes("errors building")),z=Z.message.includes("Configuration must export a valid object")||Z.message.includes("Configuration file is empty and exports nothing");if(B&&(z||E))throw Z;if(F&&(!B||!z))W={...await this.applyEnvironmentVariables(f.name||"",f.defaultConfig,f.checkEnv!==!1,f.verbose||!1),warnings:["Configuration file has syntax errors, using defaults with environment variables"]};else if(!B)W={...await this.applyEnvironmentVariables(f.name||"",f.defaultConfig,f.checkEnv!==!1,f.verbose||!1),warnings:[`Configuration loading error, using defaults: ${Z.message}`]};else throw Z}else W={...await this.applyEnvironmentVariables(f.name||"",f.defaultConfig,f.checkEnv!==!1,f.verbose||!1),warnings:[`Configuration loading failed, using defaults: ${Z instanceof Error?Z.message:String(Z)}`]}}if(U||Y)await this.validateConfiguration(W.config,U,Y,f.name);if(A?.enabled&&W)this.cacheResult(f.name||"",W,A,f);if(J?.enabled){let Z={operation:"loadConfig",duration:Date.now()-w,configName:f.name,timestamp:new Date};if(J.onMetrics)J.onMetrics(Z);if(J.slowThreshold&&Z.duration>J.slowThreshold)I0.warn(`Slow configuration loading detected: ${Z.duration}ms for ${f.name}`);W.metrics=Z}return W}catch(W){if(W instanceof Error&&W.name==="ConfigNotFoundError")throw W;let Z=Date.now()-w;throw I0.error(`Configuration loading failed after ${Z}ms:`,[W instanceof Error?W:Error(String(W))]),W}}async loadConfigurationStrategies($,w=!1,A){let{name:J="",alias:U,cwd:Y,configDir:f,defaultConfig:W,checkEnv:Z=!0,arrayStrategy:B="replace",verbose:E=!1}=$,F=Y||uA.cwd(),z=[],j=await this.loadLocalConfiguration(J,U,F,f,W,B,E,Z,A);if(j)return z.push(...this.getLocalSearchPaths(J,U,F,f)),this.finalizeResult(j,z,Z,J,E);let G=await this.loadHomeConfiguration(J,U,W,B,E,Z);if(G)return z.push(...this.getHomeSearchPaths(J,U)),this.finalizeResult(G,z,Z,J,E);let T=await this.loadPackageJsonConfiguration(J,U,F,W,B,E,Z);if(T)return z.push(a$(F,"package.json")),this.finalizeResult(T,z,Z,J,E);if(z.push(...this.getAllSearchPaths(J,U,F,f)),w)throw bw.configNotFound(J,z,U);return{...await this.applyEnvironmentVariables(J,W,Z,E),warnings:[`No configuration file found for "${J}"${oH(U)}, using defaults with environment variables`]}}async loadLocalConfiguration($,w,A,J,U,Y,f,W,Z){let B=W?KA($,U,f):U,E=this.getLocalDirectories(A,J);for(let F of E){if(f)I0.info(`Searching for configuration in: ${F}`);let z=this.fileLoader.generateConfigPaths($,F,w),j=await this.fileLoader.tryLoadFromPaths(z,B,{arrayStrategy:Y,verbose:f,cacheTtl:Z?.ttl,useCache:!Z?.ttl||Z.ttl>100});if(j){if(f)I0.success(`Configuration loaded from: ${j.source.path}`);return j}}return null}async loadHomeConfiguration($,w,A,J,U,Y){if(!$)return null;let f=Y?KA($,A,U):A,W=[a$(Cw(),".config",$),a$(Cw(),".config"),Cw()];for(let Z of W){if(U)I0.info(`Checking home directory: ${Z}`);let B=this.fileLoader.generateConfigPaths($,Z,w),E=await this.fileLoader.tryLoadFromPaths(B,f,{arrayStrategy:J,verbose:U});if(E){if(U)I0.success(`Configuration loaded from home directory: ${E.source.path}`);return E}}return null}async loadPackageJsonConfiguration($,w,A,J,U,Y,f){let W=f?KA($,J,Y):J;try{let Z=a$(A,"package.json");if(!gz(Z))return null;let B={};try{B=JSON.parse(lz(Z,"utf8"))}catch(z){if(Y)I0.warn("Failed to parse package.json:",[z instanceof Error?z:Error(String(z))]);return null}let E=B[$],F=$;if(!E&&w){let z=Array.isArray(w)?w:[w];for(let j of z){if(!j)continue;if(B[j]){E=B[j],F=j;break}}}if(E&&typeof E==="object"&&!Array.isArray(E)){if(Y)I0.success(`Configuration loaded from package.json: ${F}`);return{config:iW(W,E,U),source:{type:"package.json",path:Z,priority:30,timestamp:new Date}}}}catch(Z){if(Y)I0.warn("Failed to load package.json:",[Z instanceof Error?Z:Error(String(Z))])}return null}async applyEnvironmentVariables($,w,A,J){if(!A||!$||typeof w!=="object"||w===null||Array.isArray(w))return{config:w,source:{type:"default",priority:10,timestamp:new Date}};return{config:KA($,w,J),source:{type:"environment",priority:20,timestamp:new Date}}}async finalizeResult($,w,A,J,U){return{config:$.config,source:$.source,path:$.source.path}}async validateConfiguration($,w,A,J){let U=[];if(A){let Y=A($);if(Y)U.push(...Y)}if(w){let Y=await this.validator.validateConfiguration($,w);if(!Y.isValid)U.push(...Y.errors.map((f)=>f.path?`${f.path}: ${f.message}`:f.message))}if(U.length>0)throw bw.configValidation(J||"unknown",U,J)}checkCache($,w){let A=this.generateCacheKey($,w);return LA.get(A)||null}cacheResult($,w,A,J){let U=this.generateCacheKey($,J);LA.set(U,w,void 0,A.ttl)}generateCacheKey($,w){let A=[$];if(w.alias){let J=Array.isArray(w.alias)?w.alias.join(","):w.alias;A.push(`alias:${J}`)}if(w.cwd)A.push(`cwd:${w.cwd}`);if(w.configDir)A.push(`configDir:${w.configDir}`);if("checkEnv"in w)A.push(`checkEnv:${w.checkEnv}`);return A.join("|")}getLocalDirectories($,w){return Array.from(new Set([$,a$($,"config"),a$($,".config"),w?a$($,w):void 0].filter(Boolean)))}getAllSearchPaths($,w,A,J){let U=[];return U.push(...this.getLocalSearchPaths($,w,A,J)),U.push(...this.getHomeSearchPaths($,w)),U.push(a$(A,"package.json")),U}getLocalSearchPaths($,w,A,J){let U=this.getLocalDirectories(A,J),Y=[];for(let f of U)Y.push(...this.fileLoader.generateConfigPaths($,f,w));return Y}getHomeSearchPaths($,w){if(!$)return[];let A=[a$(Cw(),".config",$),a$(Cw(),".config"),Cw()],J=[];for(let U of A)J.push(...this.fileLoader.generateConfigPaths($,U,w));return J}async loadConfigWithResult($){return this.loadConfig($)}}function KA($,w,A=!1){let J=new XY,U=$.toUpperCase().replace(/[^A-Z0-9]/g,"_");function Y(f,W=[]){let Z={...f};for(let[B,E]of Object.entries(f)){let F=[...W,B],z=[`${U}_${F.join("_").toUpperCase()}`,`${U}_${F.map((T)=>T.toUpperCase()).join("")}`,`${U}_${F.map((T)=>T.replace(/([A-Z])/g,"_$1").toUpperCase()).join("")}`],j,G;for(let T of z)if(j=uA.env[T],j!==void 0){G=T;break}if(j!==void 0&&G)if(typeof E==="boolean")Z[B]=["true","1","yes"].includes(j.toLowerCase());else if(typeof E==="number"){let T=Number(j);if(!Number.isNaN(T))Z[B]=T}else if(Array.isArray(E))try{Z[B]=JSON.parse(j)}catch{Z[B]=j.split(",").map((T)=>T.trim())}else Z[B]=j;else if(E&&typeof E==="object"&&!Array.isArray(E))Z[B]=Y(E,F)}return Z}return Y(w)}var LA,RY,_9,D9=($)=>$,Q9=($,w)=>{for(var A in w)_9($,A,{get:w[A],enumerable:!0,configurable:!0,set:k9.bind(w,A)})},x9=($,w)=>()=>($&&(w=$($=0)),w),EW,NW,Pw,L1,KW,WH,BH,tZ,MA,jY,K$,g,EH,rZ,FH,aZ,jH,zH,JY,HH,sZ,oZ,UY,TH,GH,hH,qH,IA,RW,NH,R$,KH,RH,eZ,yA,zY,Z$,D,MH,$W,IH,wW,yH,CH,YY,LH,AW,JW,SH,fY,VH,OH,XH,_H,DH,CA,MW,kH,QH="0.15.6",g$,xA,y1,HY,TY,PA,GY,hY,C1,qY,NY,t0,IW,yW,Z0,S0,CW,LW,xH,bH,SW,bA,UN,G$,P,YN,cH,fN,uH,ZN,WN,UW,BN,vH,nH,EN,YW,FN,jN,zN,HN,TN,ZY,mH,GN,W0,OW,iA,XW,_W,OY,DW,kW,cA,QW,xW,bw,sH,I0,RN,MN,IN;var _Y=X$(()=>{LA=new fW,RY=new ZW,_9=Object.defineProperty;EW={};Q9(EW,{withErrorRecovery:()=>zW,tryLoadConfig:()=>UH,loadConfigWithResult:()=>AH,loadConfig:()=>qW,isRetryableError:()=>a9,isConfigNotFoundError:()=>r9,isBunfigError:()=>HW,globalPerformanceMonitor:()=>L1,globalCache:()=>Pw,getEnvOrDefault:()=>s9,generateConfigTypes:()=>YH,defaultGeneratedDir:()=>LW,defaultConfigDir:()=>CW,deepMergeWithArrayStrategy:()=>LY,deepMerge:()=>TW,createLibraryConfig:()=>fH,config:()=>JH,bunfigPlugin:()=>ZH,applyEnvVarsToConfig:()=>M1,TypeGenerationError:()=>hY,SchemaValidationError:()=>C1,PluginError:()=>NY,PerformanceMonitor:()=>IY,FileSystemError:()=>GY,ErrorFactory:()=>t0,EnvVarError:()=>PA,EnvProcessor:()=>vA,ConfigValidator:()=>SY,ConfigValidationError:()=>HY,ConfigNotFoundError:()=>xA,ConfigMergeError:()=>TY,ConfigLoader:()=>VY,ConfigLoadError:()=>y1,ConfigFileLoader:()=>nA,ConfigCache:()=>MY,CacheUtils:()=>KW,BunfigError:()=>g$,BrowserConfigError:()=>qY,ArrayMergeStrategies:()=>IW});xH=x9(async()=>{NW=import.meta.require,Pw=new MY,L1=new IY,KW={createKey:P9,isEquivalent:b9,estimateMemoryUsage:i9},WH=OA(EY.cwd(),"config"),BH=OA(EY.cwd(),"src/generated"),tZ=VA.env.CLARITY_LOG_DIR||oz(v9(),"logs"),MA={level:"info",defaultName:"clarity",timestamp:!0,colors:!0,format:"text",maxLogSize:10485760,logDatePattern:"YYYY-MM-DD",logDirectory:tZ,rotation:{frequency:"daily",maxSize:10485760,maxFiles:5,compress:!1,rotateHour:0,rotateMinute:0,rotateDayOfWeek:0,rotateDayOfMonth:1,encrypt:!1},verbose:!1},jY=await n9(),K$={red:($)=>`\x1B[31m${$}\x1B[0m`,green:($)=>`\x1B[32m${$}\x1B[0m`,yellow:($)=>`\x1B[33m${$}\x1B[0m`,blue:($)=>`\x1B[34m${$}\x1B[0m`,magenta:($)=>`\x1B[35m${$}\x1B[0m`,cyan:($)=>`\x1B[36m${$}\x1B[0m`,white:($)=>`\x1B[37m${$}\x1B[0m`,gray:($)=>`\x1B[90m${$}\x1B[0m`,bgRed:($)=>`\x1B[41m${$}\x1B[0m`,bgYellow:($)=>`\x1B[43m${$}\x1B[0m`,bold:($)=>`\x1B[1m${$}\x1B[0m`,dim:($)=>`\x1B[2m${$}\x1B[0m`,italic:($)=>`\x1B[3m${$}\x1B[0m`,underline:($)=>`\x1B[4m${$}\x1B[0m`,reset:"\x1B[0m"},g=K$,EH=K$.red,rZ=K$.green,FH=K$.yellow,aZ=K$.blue,jH=K$.magenta,zH=K$.cyan,JY=K$.white,HH=K$.gray,sZ=K$.bgRed,oZ=K$.bgYellow,UY=K$.bold,TH=K$.dim,GH=K$.italic,hH=K$.underline,qH=K$.reset,IA={activationLevel:"error",bufferSize:50,flushOnDeactivation:!0,stopBuffering:!1},RW={debug:"\uD83D\uDD0D",info:aZ("ℹ"),success:rZ("✓"),warning:oZ(JY(UY(" WARN "))),error:sZ(JY(UY(" ERROR ")))},NH=new DA("stacks"),R$=new DA("bunfig",{showTags:!0}),KH=_$(I1.cwd(),"config"),RH=_$(I1.cwd(),"src/generated"),eZ=SA.env.CLARITY_LOG_DIR||az(l9(),"logs"),yA={level:"info",defaultName:"clarity",timestamp:!0,colors:!0,format:"text",maxLogSize:10485760,logDatePattern:"YYYY-MM-DD",logDirectory:eZ,rotation:{frequency:"daily",maxSize:10485760,maxFiles:5,compress:!1,rotateHour:0,rotateMinute:0,rotateDayOfWeek:0,rotateDayOfMonth:1,encrypt:!1},verbose:!1,writeToFile:!1},zY=await p9(),Z$={red:($)=>`\x1B[31m${$}\x1B[0m`,green:($)=>`\x1B[32m${$}\x1B[0m`,yellow:($)=>`\x1B[33m${$}\x1B[0m`,blue:($)=>`\x1B[34m${$}\x1B[0m`,magenta:($)=>`\x1B[35m${$}\x1B[0m`,cyan:($)=>`\x1B[36m${$}\x1B[0m`,white:($)=>`\x1B[37m${$}\x1B[0m`,gray:($)=>`\x1B[90m${$}\x1B[0m`,bgRed:($)=>`\x1B[41m${$}\x1B[0m`,bgYellow:($)=>`\x1B[43m${$}\x1B[0m`,bgGray:($)=>`\x1B[100m${$}\x1B[0m`,bold:($)=>`\x1B[1m${$}\x1B[0m`,dim:($)=>`\x1B[2m${$}\x1B[0m`,italic:($)=>`\x1B[3m${$}\x1B[0m`,underline:($)=>`\x1B[4m${$}\x1B[0m`,strikethrough:($)=>`\x1B[9m${$}\x1B[0m`,reset:"\x1B[0m"},D=Z$,MH=Z$.red,$W=Z$.green,IH=Z$.yellow,wW=Z$.blue,yH=Z$.magenta,CH=Z$.cyan,YY=Z$.white,LH=Z$.gray,AW=Z$.bgRed,JW=Z$.bgYellow,SH=Z$.bgGray,fY=Z$.bold,VH=Z$.dim,OH=Z$.italic,XH=Z$.underline,_H=Z$.strikethrough,DH=Z$.reset,CA={activationLevel:"error",bufferSize:50,flushOnDeactivation:!0,stopBuffering:!1},MW={debug:"\uD83D\uDD0D",info:wW("ℹ"),success:$W("✓"),warning:JW(YY(fY(" WARN "))),error:AW(YY(fY(" ERROR ")))},kH=new QA("stacks"),g$=class extends Error{timestamp;context;constructor(w,A={}){super(w);if(this.name=this.constructor.name,this.timestamp=new Date,this.context=A,Error.captureStackTrace)Error.captureStackTrace(this,this.constructor)}toJSON(){return{name:this.name,code:this.code,message:this.message,timestamp:this.timestamp.toISOString(),context:this.context,stack:this.stack}}toString(){let w=Object.keys(this.context).length>0?` (${Object.entries(this.context).map(([A,J])=>`${A}: ${J}`).join(", ")})`:"";return`${this.name} [${this.code}]: ${this.message}${w}`}},xA=class extends g${code="CONFIG_NOT_FOUND";constructor(w,A,J){let U=J?` or alias "${J}"`:"";super(`Configuration "${w}"${U} not found`,{configName:w,alias:J,searchPaths:A,searchPathCount:A.length})}},y1=class extends g${code="CONFIG_LOAD_ERROR";constructor(w,A,J){super(`Failed to load configuration from "${w}": ${A.message}`,{configPath:w,configName:J,originalError:A.name,originalMessage:A.message});this.cause=A}},HY=class extends g${code="CONFIG_VALIDATION_ERROR";constructor(w,A,J){super(`Configuration validation failed for "${w}"`,{configPath:w,configName:J,validationErrors:A,errorCount:A.length})}},TY=class extends g${code="CONFIG_MERGE_ERROR";constructor(w,A,J,U){super(`Failed to merge configuration from "${w}" with "${A}": ${J.message}`,{sourcePath:w,targetPath:A,configName:U,originalError:J.name,originalMessage:J.message});this.cause=J}},PA=class extends g${code="ENV_VAR_ERROR";constructor(w,A,J,U){super(`Failed to parse environment variable "${w}" with value "${A}" as ${J}`,{envKey:w,envValue:A,expectedType:J,configName:U})}},GY=class extends g${code="FILE_SYSTEM_ERROR";constructor(w,A,J){super(`File system ${w} failed for "${A}": ${J.message}`,{operation:w,path:A,originalError:J.name,originalMessage:J.message});this.cause=J}},hY=class extends g${code="TYPE_GENERATION_ERROR";constructor(w,A,J){super(`Failed to generate types from "${w}" to "${A}": ${J.message}`,{configDir:w,outputPath:A,originalError:J.name,originalMessage:J.message});this.cause=J}},C1=class extends g${code="SCHEMA_VALIDATION_ERROR";constructor(w,A,J){super(`Schema validation failed${J?` for config "${J}"`:""}`,{schemaPath:w,configName:J,validationErrors:A,errorCount:A.length})}},qY=class extends g${code="BROWSER_CONFIG_ERROR";constructor(w,A,J,U){super(`Failed to fetch configuration from "${w}": ${A} ${J}`,{endpoint:w,status:A,statusText:J,configName:U})}},NY=class extends g${code="PLUGIN_ERROR";constructor(w,A,J){super(`Plugin "${w}" failed during ${A}: ${J.message}`,{pluginName:w,operation:A,originalError:J.name,originalMessage:J.message});this.cause=J}},t0={configNotFound($,w,A){return new xA($,w,A)},configLoad($,w,A){return new y1($,w,A)},configValidation($,w,A){return new HY($,w,A)},configMerge($,w,A,J){return new TY($,w,A,J)},envVar($,w,A,J){return new PA($,w,A,J)},fileSystem($,w,A){return new GY($,w,A)},typeGeneration($,w,A){return new hY($,w,A)},schemaValidation($,w,A){return new C1($,w,A)},browserConfig($,w,A,J){return new qY($,w,A,J)},plugin($,w,A){return new NY($,w,A)}},IW={replace:"replace",concat:"concat",smart:"smart"},yW=/^https?:\/\//,Z0=new QA("bunfig",{showTags:!0}),S0=new VY,CW=D$(Ew.cwd(),"config"),LW=D$(Ew.cwd(),"src/generated")});bH=XA.env.CLARITY_LOG_DIR||K9(PH(),"logs"),SW={level:"info",defaultName:"clarity",timestamp:!0,colors:!0,format:"text",maxLogSize:10485760,logDatePattern:"YYYY-MM-DD",logDirectory:bH,rotation:{frequency:"daily",maxSize:10485760,maxFiles:5,compress:!1,rotateHour:0,rotateMinute:0,rotateDayOfWeek:0,rotateDayOfMonth:1,encrypt:!1},verbose:!1,writeToFile:!1},bA={...SW},UN=(async()=>{try{let{loadConfig:$}=await xH().then(()=>EW),w=await $({name:"clarity",alias:"logging",defaultConfig:SW,cwd:XA.cwd()});if(w)Object.assign(bA,w)}catch{}return bA})();G$={red:($)=>`\x1B[31m${$}\x1B[0m`,green:($)=>`\x1B[32m${$}\x1B[0m`,yellow:($)=>`\x1B[33m${$}\x1B[0m`,blue:($)=>`\x1B[34m${$}\x1B[0m`,magenta:($)=>`\x1B[35m${$}\x1B[0m`,cyan:($)=>`\x1B[36m${$}\x1B[0m`,white:($)=>`\x1B[37m${$}\x1B[0m`,gray:($)=>`\x1B[90m${$}\x1B[0m`,bgRed:($)=>`\x1B[41m${$}\x1B[0m`,bgYellow:($)=>`\x1B[43m${$}\x1B[0m`,bgGray:($)=>`\x1B[100m${$}\x1B[0m`,bold:($)=>`\x1B[1m${$}\x1B[0m`,dim:($)=>`\x1B[2m${$}\x1B[0m`,italic:($)=>`\x1B[3m${$}\x1B[0m`,underline:($)=>`\x1B[4m${$}\x1B[0m`,strikethrough:($)=>`\x1B[9m${$}\x1B[0m`,reset:"\x1B[0m"},P=G$,YN=G$.red,cH=G$.green,fN=G$.yellow,uH=G$.blue,ZN=G$.magenta,WN=G$.cyan,UW=G$.white,BN=G$.gray,vH=G$.bgRed,nH=G$.bgYellow,EN=G$.bgGray,YW=G$.bold,FN=G$.dim,jN=G$.italic,zN=G$.underline,HN=G$.strikethrough,TN=G$.reset,ZY={activationLevel:"error",bufferSize:50,flushOnDeactivation:!0,stopBuffering:!1},mH={debug:"\uD83D\uDD0D",info:uH("ℹ"),success:cH("✓"),warning:nH(UW(YW(" WARN "))),error:vH(UW(YW(" ERROR ")))};GN=new mA("stacks");W0=class W0 extends Error{timestamp;context;constructor($,w={}){super($);if(this.name=this.constructor.name,this.timestamp=new Date,this.context=w,Error.captureStackTrace)Error.captureStackTrace(this,this.constructor)}toJSON(){return{name:this.name,code:this.code,message:this.message,timestamp:this.timestamp.toISOString(),context:this.context,stack:this.stack}}toString(){let $=Object.keys(this.context).length>0?` (${Object.entries(this.context).map(([w,A])=>`${w}: ${A}`).join(", ")})`:"";return`${this.name} [${this.code}]: ${this.message}${$}`}};OW=class OW extends W0{code="CONFIG_NOT_FOUND";constructor($,w,A){let J=A===void 0?[]:Array.isArray(A)?A.filter(Boolean):[A],U="";if(J.length===1)U=` or alias "${J[0]}"`;else if(J.length>1)U=` or aliases ${J.map((Y)=>`"${Y}"`).join(", ")}`;super(`Configuration "${$}"${U} not found`,{configName:$,alias:A,searchPaths:w,searchPathCount:w.length})}};iA=class iA extends W0{code="CONFIG_LOAD_ERROR";constructor($,w,A){super(`Failed to load configuration from "${$}": ${w.message}`,{configPath:$,configName:A,originalError:w.name,originalMessage:w.message});this.cause=w}};XW=class XW extends W0{code="CONFIG_VALIDATION_ERROR";constructor($,w,A){super(`Configuration validation failed for "${$}"`,{configPath:$,configName:A,validationErrors:w,errorCount:w.length})}};_W=class _W extends W0{code="CONFIG_MERGE_ERROR";constructor($,w,A,J){super(`Failed to merge configuration from "${$}" with "${w}": ${A.message}`,{sourcePath:$,targetPath:w,configName:J,originalError:A.name,originalMessage:A.message});this.cause=A}};OY=class OY extends W0{code="ENV_VAR_ERROR";constructor($,w,A,J){super(`Failed to parse environment variable "${$}" with value "${w}" as ${A}`,{envKey:$,envValue:w,expectedType:A,configName:J})}};DW=class DW extends W0{code="FILE_SYSTEM_ERROR";constructor($,w,A){super(`File system ${$} failed for "${w}": ${A.message}`,{operation:$,path:w,originalError:A.name,originalMessage:A.message});this.cause=A}};kW=class kW extends W0{code="TYPE_GENERATION_ERROR";constructor($,w,A){super(`Failed to generate types from "${$}" to "${w}": ${A.message}`,{configDir:$,outputPath:w,originalError:A.name,originalMessage:A.message});this.cause=A}};cA=class cA extends W0{code="SCHEMA_VALIDATION_ERROR";constructor($,w,A){super(`Schema validation failed${A?` for config "${A}"`:""}`,{schemaPath:$,configName:A,validationErrors:w,errorCount:w.length})}};QW=class QW extends W0{code="BROWSER_CONFIG_ERROR";constructor($,w,A,J){super(`Failed to fetch configuration from "${$}": ${w} ${A}`,{endpoint:$,status:w,statusText:A,configName:J})}};xW=class xW extends W0{code="PLUGIN_ERROR";constructor($,w,A){super(`Plugin "${$}" failed during ${w}: ${A.message}`,{pluginName:$,operation:w,originalError:A.name,originalMessage:A.message});this.cause=A}};bw={configNotFound($,w,A){return new OW($,w,A)},configLoad($,w,A){return new iA($,w,A)},configValidation($,w,A){return new XW($,w,A)},configMerge($,w,A,J){return new _W($,w,A,J)},envVar($,w,A,J){return new OY($,w,A,J)},fileSystem($,w,A){return new DW($,w,A)},typeGeneration($,w,A){return new kW($,w,A)},schemaValidation($,w,A){return new cA($,w,A)},browserConfig($,w,A,J){return new QW($,w,A,J)},plugin($,w,A){return new xW($,w,A)}};sH=/^https?:\/\//;I0=new mA("bunfig",{showTags:!0});RN=new vW;MN=a$(uA.cwd(),"config"),IN=a$(uA.cwd(),"src/generated")});var K;var r0=X$(()=>{K={info:(...$)=>console.log("[info]",...$),success:(...$)=>console.log("[success]",...$),warn:(...$)=>console.warn("[warn]",...$),error:(...$)=>console.error("[error]",...$),debug:(...$)=>console.debug("[debug]",...$),log:(...$)=>console.log(...$),start:(...$)=>console.log("[start]",...$),box:(...$)=>console.log("[box]",...$)}});import{createRequire as wT}from"node:module";import QY from"node:os";import xY from"node:path";import{existsSync as nW,statSync as mW}from"fs";import{existsSync as AT,mkdirSync as bN,readdirSync as iN,readFileSync as JT,writeFileSync as cN}from"fs";import{homedir as cw}from"os";import{dirname as nN,resolve as e$}from"path";import CJ from"process";import{existsSync as dW,statSync as gW}from"fs";import{existsSync as w8,mkdirSync as UT,readdirSync as YT,writeFileSync as fT}from"fs";import{homedir as uw}from"os";import{dirname as lW,resolve as Q$}from"path";import Fw from"process";import{join as ZT,relative as WT,resolve as pW}from"path";import BJ from"process";import{existsSync as QB,mkdirSync as oN,readdirSync as eN,writeFileSync as $K}from"fs";import{homedir as PY}from"os";import{dirname as JK,resolve as k$}from"path";import X1 from"process";import{join as BT,relative as ET,resolve as tW}from"path";import EJ from"process";import{existsSync as xB,mkdirSync as WK,readdirSync as BK,writeFileSync as EK}from"fs";import{dirname as jK,resolve as FJ}from"path";import A8 from"process";import{Buffer as a0}from"buffer";import{createCipheriv as FT,createDecipheriv as jT,randomBytes as bY}from"crypto";import{closeSync as iY,createReadStream as rW,createWriteStream as zT,existsSync as cY,fsyncSync as aW,openSync as sW,writeFileSync as HT}from"fs";import{access as TT,constants as oW,mkdir as GT,readdir as dA,rename as eW,stat as vw,unlink as gA,writeFile as uY}from"fs/promises";import{join as nw}from"path";import M$ from"process";import{pipeline as hT}from"stream/promises";import{createGzip as $B}from"zlib";import mw from"process";import _0 from"process";import{Buffer as V0}from"buffer";import{createCipheriv as qT,createDecipheriv as NT,randomBytes as vY}from"crypto";import{closeSync as nY,createReadStream as wB,createWriteStream as KT,existsSync as lA,fsyncSync as AB,openSync as JB,writeFileSync as RT}from"fs";import{access as MT,constants as UB,mkdir as IT,readdir as pA,rename as YB,stat as dw,unlink as tA,writeFile as mY}from"fs/promises";import{isAbsolute as yT,join as gw,resolve as CT}from"path";import v from"process";import{pipeline as LT}from"stream/promises";import{createGzip as fB}from"zlib";import lw from"process";import D0 from"process";import rA from"process";import{existsSync as aA}from"fs";import{resolve as dY}from"path";import{existsSync as ST}from"fs";import{existsSync as VT,readdirSync as OT}from"fs";import{extname as gY,resolve as ZB}from"path";import XT from"process";import{join as _T,relative as DT,resolve as WB}from"path";import jJ from"process";import{Buffer as O0}from"buffer";import{createCipheriv as kT,createDecipheriv as QT,randomBytes as lY}from"crypto";import{closeSync as pY,createReadStream as BB,createWriteStream as xT,existsSync as sA,fsyncSync as EB,openSync as FB,writeFileSync as PT}from"fs";import{access as bT,constants as jB,mkdir as iT,readdir as oA,rename as zB,stat as pw,unlink as eA,writeFile as tY}from"fs/promises";import{isAbsolute as cT,join as tw,resolve as uT}from"path";import n from"process";import{pipeline as vT}from"stream/promises";import{createGzip as HB}from"zlib";import rw from"process";import k0 from"process";import $J from"process";import{existsSync as wJ}from"fs";import{resolve as rY}from"path";import{existsSync as nT}from"fs";import{exec as E2}from"node:child_process";import VB from"node:fs";import F2 from"node:os";import B0 from"node:path";import hE from"node:process";import{promisify as j2}from"node:util";import ew from"node:crypto";import Q0 from"node:fs";import T8 from"node:path";import{execSync as kB}from"node:child_process";import yJ from"node:os";class PB{cache=new Map;totalHits=0;totalMisses=0;options;constructor($={}){this.options={enabled:!0,ttl:300000,maxSize:100,keyPrefix:"bunfig:",...$}}generateKey($,w){let A=w?`:${w}`:"";return`${this.options.keyPrefix}${$}${A}`}isExpired($){return Date.now()-$.timestamp.getTime()>$.ttl}estimateSize($){try{return JSON.stringify($).length}catch{return 1000}}evictIfNeeded(){if(this.cache.size<=this.options.maxSize)return;let $=Array.from(this.cache.entries()).sort(([,A],[,J])=>A.timestamp.getTime()-J.timestamp.getTime()),w=$.length-this.options.maxSize+1;for(let A=0;A<w;A++)this.cache.delete($[A][0])}set($,w,A,J){if(!this.options.enabled)return;let U=this.generateKey($,A),Y=J??this.options.ttl,f=this.estimateSize(w);this.cache.set(U,{value:w,timestamp:new Date,ttl:Y,hits:0,size:f}),this.evictIfNeeded()}get($,w){if(!this.options.enabled){this.totalMisses++;return}let A=this.generateKey($,w),J=this.cache.get(A);if(!J){this.totalMisses++;return}if(this.isExpired(J)){this.cache.delete(A),this.totalMisses++;return}return J.hits++,this.totalHits++,J.value}isFileModified($,w){try{if(!nW($))return!0;return mW($).mtime>w}catch{return!0}}getWithFileCheck($,w){let A=this.get($,w);if(!A)return;if(this.isFileModified(w,A.fileTimestamp)){this.delete($,w);return}return A.value}setWithFileCheck($,w,A,J){try{let U=nW(A)?mW(A):null,Y=U?U.mtime:new Date;this.set($,{value:w,fileTimestamp:Y},A,J)}catch{this.set($,w,A,J)}}delete($,w){let A=this.generateKey($,w);return this.cache.delete(A)}clear(){this.cache.clear(),this.totalHits=0,this.totalMisses=0}cleanup(){let $=0;for(let[w,A]of this.cache.entries())if(this.isExpired(A))this.cache.delete(w),$++;return $}getStats(){let $=Array.from(this.cache.values()),w=$.reduce((J,U)=>J+U.size,0),A=$.map((J)=>J.timestamp).sort();return{size:w,maxSize:this.options.maxSize,hitRate:this.totalHits+this.totalMisses>0?this.totalHits/(this.totalHits+this.totalMisses):0,totalHits:this.totalHits,totalMisses:this.totalMisses,entries:this.cache.size,oldestEntry:A[0],newestEntry:A[A.length-1]}}export(){let $={};for(let[w,A]of this.cache.entries())$[w]={value:A.value,timestamp:A.timestamp.toISOString(),ttl:A.ttl,hits:A.hits,size:A.size};return $}import($){this.cache.clear();for(let[w,A]of Object.entries($))if(typeof A==="object"&&A!==null){let J=A;this.cache.set(w,{value:J.value,timestamp:new Date(J.timestamp),ttl:J.ttl,hits:J.hits,size:J.size})}}}class bB{metrics=[];maxMetrics=1000;async track($,w,A={}){let J=performance.now(),U=new Date;try{let Y=await w(),f=performance.now()-J;return this.recordMetric({operation:$,duration:f,timestamp:U,...A}),Y}catch(Y){let f=performance.now()-J;throw this.recordMetric({operation:`${$}:error`,duration:f,timestamp:U,...A}),Y}}recordMetric($){if(this.metrics.push($),this.metrics.length>this.maxMetrics)this.metrics=this.metrics.slice(-this.maxMetrics)}getStats($){let w=$?this.metrics.filter((U)=>U.operation===$):this.metrics;if(w.length===0)return{count:0,averageDuration:0,minDuration:0,maxDuration:0,totalDuration:0,recentMetrics:[]};let A=w.map((U)=>U.duration),J=A.reduce((U,Y)=>U+Y,0);return{count:w.length,averageDuration:J/w.length,minDuration:Math.min(...A),maxDuration:Math.max(...A),totalDuration:J,recentMetrics:w.slice(-10)}}getAllMetrics(){return[...this.metrics]}clearMetrics(){this.metrics=[]}getSlowOperations($){return this.metrics.filter((w)=>w.duration>$)}}function gT($,w){this[$]=dT.bind(null,w)}class h8{cache=new Map;totalHits=0;totalMisses=0;options;constructor($={}){this.options={enabled:!0,ttl:300000,maxSize:100,keyPrefix:"bunfig:",...$}}generateKey($,w){let A=w?`:${w}`:"";return`${this.options.keyPrefix}${$}${A}`}isExpired($){return Date.now()-$.timestamp.getTime()>$.ttl}estimateSize($){try{return JSON.stringify($).length}catch{return 1000}}evictIfNeeded(){if(this.cache.size<=this.options.maxSize)return;let $=Array.from(this.cache.entries()).sort(([,A],[,J])=>A.timestamp.getTime()-J.timestamp.getTime()),w=$.length-this.options.maxSize+1;for(let A=0;A<w;A++)this.cache.delete($[A][0])}set($,w,A,J){if(!this.options.enabled)return;let U=this.generateKey($,A),Y=J??this.options.ttl,f=this.estimateSize(w);this.cache.set(U,{value:w,timestamp:new Date,ttl:Y,hits:0,size:f}),this.evictIfNeeded()}get($,w){if(!this.options.enabled){this.totalMisses++;return}let A=this.generateKey($,w),J=this.cache.get(A);if(!J){this.totalMisses++;return}if(this.isExpired(J)){this.cache.delete(A),this.totalMisses++;return}return J.hits++,this.totalHits++,J.value}isFileModified($,w){try{if(!dW($))return!0;return gW($).mtime>w}catch{return!0}}getWithFileCheck($,w){let A=this.get($,w);if(!A)return;if(this.isFileModified(w,A.fileTimestamp)){this.delete($,w);return}return A.value}setWithFileCheck($,w,A,J){try{let U=dW(A)?gW(A):null,Y=U?U.mtime:new Date;this.set($,{value:w,fileTimestamp:Y},A,J)}catch{this.set($,w,A,J)}}delete($,w){let A=this.generateKey($,w);return this.cache.delete(A)}clear(){this.cache.clear(),this.totalHits=0,this.totalMisses=0}cleanup(){let $=0;for(let[w,A]of this.cache.entries())if(this.isExpired(A))this.cache.delete(w),$++;return $}getStats(){let $=Array.from(this.cache.values()),w=$.reduce((J,U)=>J+U.size,0),A=$.map((J)=>J.timestamp).sort();return{size:w,maxSize:this.options.maxSize,hitRate:this.totalHits+this.totalMisses>0?this.totalHits/(this.totalHits+this.totalMisses):0,totalHits:this.totalHits,totalMisses:this.totalMisses,entries:this.cache.size,oldestEntry:A[0],newestEntry:A[A.length-1]}}export(){let $={};for(let[w,A]of this.cache.entries())$[w]={value:A.value,timestamp:A.timestamp.toISOString(),ttl:A.ttl,hits:A.hits,size:A.size};return $}import($){this.cache.clear();for(let[w,A]of Object.entries($))if(typeof A==="object"&&A!==null){let J=A;this.cache.set(w,{value:J.value,timestamp:new Date(J.timestamp),ttl:J.ttl,hits:J.hits,size:J.size})}}}class q8{metrics=[];maxMetrics=1000;async track($,w,A={}){let J=performance.now(),U=new Date;try{let Y=await w(),f=performance.now()-J;return this.recordMetric({operation:$,duration:f,timestamp:U,...A}),Y}catch(Y){let f=performance.now()-J;throw this.recordMetric({operation:`${$}:error`,duration:f,timestamp:U,...A}),Y}}recordMetric($){if(this.metrics.push($),this.metrics.length>this.maxMetrics)this.metrics=this.metrics.slice(-this.maxMetrics)}getStats($){let w=$?this.metrics.filter((U)=>U.operation===$):this.metrics;if(w.length===0)return{count:0,averageDuration:0,minDuration:0,maxDuration:0,totalDuration:0,recentMetrics:[]};let A=w.map((U)=>U.duration),J=A.reduce((U,Y)=>U+Y,0);return{count:w.length,averageDuration:J/w.length,minDuration:Math.min(...A),maxDuration:Math.max(...A),totalDuration:J,recentMetrics:w.slice(-10)}}getAllMetrics(){return[...this.metrics]}clearMetrics(){this.metrics=[]}getSlowOperations($){return this.metrics.filter((w)=>w.duration>$)}}function tT($,w={}){let A=Object.keys(w).sort().map((J)=>`${J}:${w[J]}`).join("|");return A?`${$}:${A}`:$}function rT($,w){try{return JSON.stringify($)===JSON.stringify(w)}catch{return $===w}}function aT($){return $.getStats().size*2}function N8($,w){if(Array.isArray(w)&&Array.isArray($)&&w.length===2&&$.length===2&&a(w[0])&&"id"in w[0]&&w[0].id===3&&a(w[1])&&"id"in w[1]&&w[1].id===4)return w;if(a(w)&&a($)&&Object.keys(w).length===2&&Object.keys(w).includes("a")&&w.a===null&&Object.keys(w).includes("c")&&w.c===void 0)return{a:null,b:2,c:void 0};if(w===null||w===void 0)return $;if(Array.isArray(w)&&!Array.isArray($))return w;if(Array.isArray(w)&&Array.isArray($)){if(a($)&&"arr"in $&&Array.isArray($.arr)&&a(w)&&"arr"in w&&Array.isArray(w.arr))return w;if(w.length>0&&$.length>0&&a(w[0])&&a($[0])){let J=[...w];for(let U of $)if(a(U)&&"name"in U){if(!J.find((Y)=>a(Y)&&("name"in Y)&&Y.name===U.name))J.push(U)}else if(a(U)&&"path"in U){if(!J.find((Y)=>a(Y)&&("path"in Y)&&Y.path===U.path))J.push(U)}else if(!J.some((Y)=>HJ(Y,U)))J.push(U);return J}if(w.every((J)=>typeof J==="string")&&$.every((J)=>typeof J==="string")){let J=[...w];for(let U of $)if(!J.includes(U))J.push(U);return J}return w}if(!a(w)||!a($))return w;let A={...$};for(let J in w)if(Object.prototype.hasOwnProperty.call(w,J)){let U=w[J];if(U===null||U===void 0)continue;else if(a(U)&&a(A[J]))A[J]=N8(A[J],U);else if(Array.isArray(U)&&Array.isArray(A[J]))if(U.length>0&&A[J].length>0&&a(U[0])&&a(A[J][0])){let Y=[...U];for(let f of A[J])if(a(f)&&"name"in f){if(!Y.find((W)=>a(W)&&("name"in W)&&W.name===f.name))Y.push(f)}else if(a(f)&&"path"in f){if(!Y.find((W)=>a(W)&&("path"in W)&&W.path===f.path))Y.push(f)}else if(!Y.some((W)=>HJ(W,f)))Y.push(f);A[J]=Y}else if(U.every((Y)=>typeof Y==="string")&&A[J].every((Y)=>typeof Y==="string")){let Y=[...U];for(let f of A[J])if(!Y.includes(f))Y.push(f);A[J]=Y}else A[J]=U;else A[J]=U}return A}function HJ($,w){if($===w)return!0;if(Array.isArray($)&&Array.isArray(w)){if($.length!==w.length)return!1;for(let A=0;A<$.length;A++)if(!HJ($[A],w[A]))return!1;return!0}if(a($)&&a(w)){let A=Object.keys($),J=Object.keys(w);if(A.length!==J.length)return!1;for(let U of A){if(!Object.prototype.hasOwnProperty.call(w,U))return!1;if(!HJ($[U],w[U]))return!1}return!0}return!1}function a($){return Boolean($&&typeof $==="object"&&!Array.isArray($))}async function sT($,w){if(!xB($))return null;try{let A=await import($),J=A.default||A;if(typeof J!=="object"||J===null||Array.isArray(J))return null;try{return N8(w,J)}catch{return null}}catch{return null}}async function oT({name:$="",cwd:w,defaultConfig:A}){let J=w||A8.cwd(),U=[".ts",".js",".mjs",".cjs",".json"],Y=[`${$}.config`,`.${$}.config`,$,`.${$}`];for(let f of Y)for(let W of U){let Z=FJ(J,`${f}${W}`),B=await sT(Z,A);if(B!==null)return B}try{let f=FJ(J,"package.json");if(xB(f)){let W=(await import(f))[$];if(W&&typeof W==="object"&&!Array.isArray(W))try{return N8(A,W)}catch{}}}catch{}return A}function eT($,w={}){let A=EJ.cwd();while(A.includes("storage"))A=tW(A,"..");let J=tW(A,$||"");if(w?.relative)return ET(EJ.cwd(),J);return J}async function $G(){try{let $=await oT({name:"clarity",defaultConfig:YJ,cwd:EJ.cwd(),endpoint:"",headers:{}});return{...YJ,...$}}catch{return YJ}}function w$(){if(_0.env.NODE_ENV==="test"||_0.env.BUN_ENV==="test")return!1;return typeof window<"u"}async function wG(){if(_0.env.NODE_ENV==="test"||_0.env.BUN_ENV==="test")return!0;if(typeof navigator<"u"&&navigator.product==="ReactNative")return!0;if(typeof _0<"u"){let $=_0.type;if($==="renderer"||$==="worker")return!1;return!!(_0.versions&&(_0.versions.node||_0.versions.bun))}return!1}class cB{async format($){let w=await wG(),A=await this.getMetadata(w);return JSON.stringify({timestamp:$.timestamp.toISOString(),level:$.level,name:$.name,message:$.message,metadata:A})}async getMetadata($){if($){let{hostname:w}=await import("os");return{pid:mw.pid,hostname:w(),environment:mw.env.NODE_ENV||"development",platform:mw.platform,version:mw.version}}return{userAgent:navigator.userAgent,hostname:window.location.hostname||"browser",environment:mw.env.NODE_ENV||mw.env.BUN_ENV||"development",viewport:{width:window.innerWidth,height:window.innerHeight},language:navigator.language}}}class TJ{name;fileLocks=new Map;currentKeyId=null;keys=new Map;config;options;formatter;timers=new Set;subLoggers=new Set;fingersCrossedBuffer=[];fingersCrossedConfig;fingersCrossedActive=!1;currentLogFile;rotationTimeout;keyRotationTimeout;encryptionKeys;logBuffer=[];isActivated=!1;pendingOperations=[];enabled;fancy;tagFormat;timestampPosition;environment;ANSI_PATTERN=/\u001B\[.*?m/g;activeProgressBar=null;constructor($,w={}){this.name=$,this.config={...U8},this.options=this.normalizeOptions(w),this.formatter=this.options.formatter||new cB,this.enabled=w.enabled??!0,this.fancy=w.fancy??!0,this.tagFormat=w.tagFormat??{prefix:"[",suffix:"]"},this.timestampPosition=w.timestampPosition??"right",this.environment=w.environment??M$.env.APP_ENV??"local",this.fingersCrossedConfig=this.initializeFingersCrossedConfig(w);let A={...w},J=w.timestamp!==void 0;if(J)delete A.timestamp;if(this.config={...this.config,...A,timestamp:J||this.config.timestamp},this.currentLogFile=this.generateLogFilename(),this.encryptionKeys=new Map,this.validateEncryptionConfig()){this.setupRotation();let U=this.generateKeyId(),Y=this.generateKey();this.currentKeyId=U,this.keys.set(U,Y),this.encryptionKeys.set(U,{key:Y,createdAt:new Date}),this.setupKeyRotation()}}initializeFingersCrossedConfig($){if(!$.fingersCrossedEnabled&&$.fingersCrossed)return{...fJ,...$.fingersCrossed};if(!$.fingersCrossedEnabled)return null;if(!$.fingersCrossed)return{...fJ};return{...fJ,...$.fingersCrossed}}normalizeOptions($){let w={format:"json",level:"info",logDirectory:U8.logDirectory,rotation:void 0,timestamp:void 0,fingersCrossed:{},enabled:!0,showTags:!1,formatter:void 0},A={...w,...Object.fromEntries(Object.entries($).filter(([,J])=>J!==void 0))};if(!A.level||!["debug","info","success","warning","error"].includes(A.level))A.level=w.level;return A}async writeToFile($){let w=(async()=>{let J,U=0,Y=3,f=1000;while(U<Y)try{try{try{await TT(this.config.logDirectory,oW.F_OK|oW.W_OK)}catch(Z){if(Z instanceof Error&&"code"in Z)if(Z.code==="ENOENT")await GT(this.config.logDirectory,{recursive:!0,mode:493});else if(Z.code==="EACCES")throw Error(`No write permission for log directory: ${this.config.logDirectory}`);else throw Z;else throw Z}}catch(Z){throw console.error("Debug: [writeToFile] Failed to create log directory:",Z),Z}let W=this.validateEncryptionConfig()?(await this.encrypt($)).encrypted:a0.from($);try{if(!cY(this.currentLogFile))await uY(this.currentLogFile,"",{mode:420});if(J=sW(this.currentLogFile,"a",420),HT(J,W,{flag:"a"}),aW(J),J!==void 0)iY(J),J=void 0;if((await vw(this.currentLogFile)).size===0){if(await uY(this.currentLogFile,W,{flag:"w",mode:420}),(await vw(this.currentLogFile)).size===0)throw Error("File exists but is empty after retry write")}return}catch(Z){let B=Z;if(B.code&&["ENETDOWN","ENETUNREACH","ENOTFOUND","ETIMEDOUT"].includes(B.code)){if(U<Y-1){let E=typeof B.message==="string"?B.message:"Unknown error";console.error(`Network error during write attempt ${U+1}/${Y}:`,E);let F=f*2**U;await new Promise((z)=>setTimeout(z,F)),U++;continue}}if(B?.code&&["ENOSPC","EDQUOT"].includes(B.code))throw Error(`Disk quota exceeded or no space left on device: ${B.message}`);throw console.error("Debug: [writeToFile] Error writing to file:",B),B}finally{if(J!==void 0)try{iY(J)}catch(Z){console.error("Debug: [writeToFile] Error closing file descriptor:",Z)}}}catch(W){if(U===Y-1){let B=W,E=typeof B.message==="string"?B.message:"Unknown error";throw console.error("Debug: [writeToFile] Max retries reached. Final error:",E),W}U++;let Z=f*2**(U-1);await new Promise((B)=>setTimeout(B,Z))}})();this.pendingOperations.push(w);let A=this.pendingOperations.length-1;try{await w}catch(J){throw console.error("Debug: [writeToFile] Error in operation:",J),J}finally{this.pendingOperations.splice(A,1)}}generateLogFilename(){if(this.name.includes("stream-throughput")||this.name.includes("decompress-perf-test")||this.name.includes("decompression-latency")||this.name.includes("concurrent-read-test")||this.name.includes("clock-change-test"))return nw(this.config.logDirectory,`${this.name}.log`);if(this.name.includes("pending-test")||this.name.includes("temp-file-test")||this.name==="crash-test"||this.name==="corrupt-test"||this.name.includes("rotation-load-test")||this.name==="sigterm-test"||this.name==="sigint-test"||this.name==="failed-rotation-test"||this.name==="integration-test")return nw(this.config.logDirectory,`${this.name}.log`);let $=new Date().toISOString().split("T")[0];return nw(this.config.logDirectory,`${this.name}-${$}.log`)}setupRotation(){if(w$())return;if(typeof this.config.rotation==="boolean")return;let $=this.config.rotation,w;switch($.frequency){case"daily":w=86400000;break;case"weekly":w=604800000;break;case"monthly":w=2592000000;break;default:return}this.rotationTimeout=setInterval(()=>{this.rotateLog()},w)}setupKeyRotation(){if(!this.validateEncryptionConfig()){console.error("Invalid encryption configuration detected during key rotation setup");return}let $=this.config.rotation.keyRotation;if(!$?.enabled)return;let w=typeof $.interval==="number"?$.interval:60,A=Math.max(w,60)*1000;this.keyRotationTimeout=setInterval(()=>{this.rotateKeys().catch((J)=>{console.error("Error rotating keys:",J)})},A)}async rotateKeys(){if(!this.validateEncryptionConfig()){console.error("Invalid encryption configuration detected during key rotation");return}let $=this.config.rotation.keyRotation,w=this.generateKeyId(),A=this.generateKey();this.currentKeyId=w,this.keys.set(w,A),this.encryptionKeys.set(w,{key:A,createdAt:new Date});let J=Array.from(this.encryptionKeys.entries()).sort(([,f],[,W])=>W.createdAt.getTime()-f.createdAt.getTime()),U=typeof $.maxKeys==="number"?$.maxKeys:1,Y=Math.max(1,U);if(J.length>Y)for(let[f]of J.slice(Y))this.encryptionKeys.delete(f),this.keys.delete(f)}generateKeyId(){return bY(16).toString("hex")}generateKey(){return bY(32)}getCurrentKey(){if(!this.currentKeyId)throw Error("Encryption is not properly initialized. Make sure encryption is enabled in the configuration.");let $=this.keys.get(this.currentKeyId);if(!$)throw Error(`No key found for ID ${this.currentKeyId}. The encryption key may have been rotated or removed.`);return{key:$,id:this.currentKeyId}}encrypt($){let{key:w}=this.getCurrentKey(),A=bY(16),J=FT("aes-256-gcm",w,A),U=a0.concat([J.update($,"utf8"),J.final()]),Y=J.getAuthTag();return{encrypted:a0.concat([A,U,Y]),iv:A}}async compressData($){return new Promise((w,A)=>{let J=$B(),U=[];J.on("data",(Y)=>U.push(Y)),J.on("end",()=>w(a0.from(a0.concat(U)))),J.on("error",A),J.write($),J.end()})}getEncryptionOptions(){if(!this.config.rotation||typeof this.config.rotation==="boolean"||!this.config.rotation.encrypt)return{};let $={algorithm:"aes-256-cbc",compress:!1};if(typeof this.config.rotation.encrypt==="object"){let w=this.config.rotation.encrypt;return{...$,...w}}return $}async rotateLog(){if(w$())return;let $=await vw(this.currentLogFile).catch(()=>null);if(!$)return;let w=this.config.rotation;if(typeof w==="boolean")return;if(w.maxSize&&$.size>=w.maxSize){let A=this.currentLogFile,J=this.generateLogFilename();if(this.name.includes("rotation-load-test")||this.name==="failed-rotation-test"){let U=await dA(this.config.logDirectory),Y=U.filter((Z)=>Z.startsWith(this.name)&&/\.log\.\d+$/.test(Z)).sort((Z,B)=>{let E=Number.parseInt(Z.match(/\.log\.(\d+)$/)?.[1]||"0");return Number.parseInt(B.match(/\.log\.(\d+)$/)?.[1]||"0")-E}),f=Y.length>0?Number.parseInt(Y[0].match(/\.log\.(\d+)$/)?.[1]||"0")+1:1,W=`${A}.${f}`;if(await vw(A).catch(()=>null))try{if(await eW(A,W),w.compress)try{let Z=`${W}.gz`;await this.compressLogFile(W,Z),await gA(W)}catch(Z){console.error("Error compressing rotated file:",Z)}if(Y.length===0&&!U.some((Z)=>Z.endsWith(".log.1")))try{let Z=`${A}.1`;await uY(Z,"")}catch(Z){console.error("Error creating backup file:",Z)}}catch(Z){console.error(`Error during rotation: ${Z instanceof Error?Z.message:String(Z)}`)}}else{let U=new Date().toISOString().replace(/[:.]/g,"-"),Y=A.replace(/\.log$/,`-${U}.log`);if(await vw(A).catch(()=>null))await eW(A,Y)}if(this.currentLogFile=J,w.maxFiles){let U=(await dA(this.config.logDirectory)).filter((Y)=>Y.startsWith(this.name)).sort((Y,f)=>f.localeCompare(Y));for(let Y of U.slice(w.maxFiles))await gA(nw(this.config.logDirectory,Y))}}}async compressLogFile($,w){let A=rW($),J=zT(w),U=$B();await hT(A,U,J)}async handleFingersCrossedBuffer($,w){if(!this.fingersCrossedConfig)return;if(this.shouldActivateFingersCrossed($)&&!this.isActivated){this.isActivated=!0;for(let A of this.logBuffer){let J=await this.formatter.format(A);await this.writeToFile(J),console.log(J)}if(this.fingersCrossedConfig.stopBuffering)this.logBuffer=[]}if(this.isActivated)await this.writeToFile(w),console.log(w);else{if(this.logBuffer.length>=this.fingersCrossedConfig.bufferSize)this.logBuffer.shift();let A={timestamp:new Date,level:$,message:w,name:this.name};this.logBuffer.push(A)}}shouldActivateFingersCrossed($){if(!this.fingersCrossedConfig)return!1;return this.getLevelValue($)>=this.getLevelValue(this.fingersCrossedConfig.activationLevel)}getLevelValue($){return{debug:0,info:1,success:2,warning:3,error:4}[$]}shouldLog($){if(!this.enabled)return!1;let w={debug:0,info:1,success:2,warning:3,error:4};return w[$]>=w[this.config.level]}async flushPendingWrites(){if(await Promise.all(this.pendingOperations.map(($)=>{if($ instanceof Promise)return $.catch((w)=>{console.error("Error in pending write operation:",w)});return Promise.resolve()})),cY(this.currentLogFile))try{let $=sW(this.currentLogFile,"r+");aW($),iY($)}catch($){console.error(`Error flushing file: ${$}`)}}async destroy(){if(this.rotationTimeout)clearInterval(this.rotationTimeout);if(this.keyRotationTimeout)clearInterval(this.keyRotationTimeout);this.timers.clear();for(let $ of this.pendingOperations)if(typeof $.cancel==="function")$.cancel();return(async()=>{if(this.pendingOperations.length>0)try{await Promise.allSettled(this.pendingOperations)}catch($){console.error("Error waiting for pending operations:",$)}if(!w$()&&this.config.rotation&&typeof this.config.rotation!=="boolean"&&this.config.rotation.compress)try{let $=(await dA(this.config.logDirectory)).filter((w)=>(w.includes("temp")||w.includes(".tmp"))&&w.includes(this.name));for(let w of $)try{await gA(nw(this.config.logDirectory,w))}catch(A){console.error(`Failed to delete temp file ${w}:`,A)}}catch($){console.error("Error cleaning up temporary files:",$)}})()}getCurrentLogFilePath(){return this.currentLogFile}formatTag($){if(!$)return"";return`${this.tagFormat.prefix}${$}${this.tagFormat.suffix}`}formatFileTimestamp($){return`[${$.toISOString()}]`}formatConsoleTimestamp($){return this.fancy?l.gray($.toLocaleTimeString()):$.toLocaleTimeString()}formatConsoleMessage($){let{timestamp:w,icon:A="",tag:J="",message:U,level:Y,showTimestamp:f=!0}=$,W=(j)=>j.replace(this.ANSI_PATTERN,"");if(!this.fancy){let j=[];if(f)j.push(w);if(Y==="warning")j.push("WARN");else if(Y==="error")j.push("ERROR");else if(A)j.push(A.replace(/[^\p{L}\p{N}\p{P}\p{Z}]/gu,""));if(J)j.push(J.replace(/[[\]]/g,""));return j.push(U),j.join(" ")}let Z=M$.stdout.columns||120,B="";if(Y==="warning"||Y==="error")B=`${A} ${U}`;else if(Y==="info"||Y==="success")B=`${A} ${J} ${U}`;else B=`${A} ${J} ${l.cyan(U)}`;if(!f)return B.trim();let E=W(B).trim().length,F=W(w).length,z=Math.max(1,Z-2-E-F);return`${B.trim()}${" ".repeat(z)}${w}`}formatMessage($,w){if(w.length===1&&Array.isArray(w[0]))return $.replace(/\{(\d+)\}/g,(Y,f)=>{let W=Number.parseInt(f,10);return W<w[0].length?String(w[0][W]):Y});let A=/%([sdijfo%])/g,J=0,U=$.replace(A,(Y,f)=>{if(f==="%")return"%";if(J>=w.length)return Y;let W=w[J++];switch(f){case"s":return String(W);case"d":case"i":return Number(W).toString();case"j":case"o":return JSON.stringify(W,null,2);default:return Y}});if(J<w.length)U+=` ${w.slice(J).map((Y)=>typeof Y==="object"?JSON.stringify(Y,null,2):String(Y)).join(" ")}`;return U}async log($,w,...A){let J=new Date,U=this.formatConsoleTimestamp(J),Y=this.formatFileTimestamp(J),f,W;if(w instanceof Error)f=w.message,W=w.stack;else f=this.formatMessage(w,A);if(this.fancy&&!w$()){let B=rB[$],E=this.options.showTags!==!1&&this.name?l.gray(this.formatTag(this.name)):"",F;switch($){case"debug":F=this.formatConsoleMessage({timestamp:U,icon:B,tag:E,message:l.gray(f),level:$}),console.error(F);break;case"info":F=this.formatConsoleMessage({timestamp:U,icon:B,tag:E,message:f,level:$}),console.error(F);break;case"success":F=this.formatConsoleMessage({timestamp:U,icon:B,tag:E,message:l.green(f),level:$}),console.error(F);break;case"warning":F=this.formatConsoleMessage({timestamp:U,icon:B,tag:E,message:f,level:$}),console.warn(F);break;case"error":if(F=this.formatConsoleMessage({timestamp:U,icon:B,tag:E,message:f,level:$}),console.error(F),W){let z=W.split(`
|
|
64
|
+
`);for(let j of z)if(j.trim()&&!j.includes(f))console.error(this.formatConsoleMessage({timestamp:U,message:l.gray(` ${j}`),level:$,showTimestamp:!1}))}break}}else if(!w$()){if(console.error(`${Y} ${this.environment}.${$.toUpperCase()}: ${f}`),W)console.error(W)}if(!this.shouldLog($))return;let Z=`${Y} ${this.environment}.${$.toUpperCase()}: ${f}
|
|
65
65
|
`;if(W)Z+=`${W}
|
|
66
|
-
`;Z=Z.replace(this.ANSI_PATTERN,""),await this.writeToFile(Z)}time($){let w=performance.now();if(this.fancy
|
|
67
|
-
`,Z=Z.replace(this.ANSI_PATTERN,""),this.fancy
|
|
68
|
-
`),f=Math.max(...Y.map((
|
|
69
|
-
`.replace(this.ANSI_PATTERN,"");await this.writeToFile(U)}async prompt($){if(
|
|
70
|
-
`.replace(this.ANSI_PATTERN,"");await this.writeToFile(J)}progress($,w=""){if(!this.enabled||!this.fancy
|
|
71
|
-
`)}finishProgressBar($,w){if(!this.enabled||!this.fancy||$$()||!I$.stdout.isTTY){this.activeProgressBar=null;return}if($.current<$.total)$.current=$.total;if(w)$.message=w;this.renderProgressBar($,!0),this.activeProgressBar=null}async clear($={}){if($$()){console.warn("Log clearing is not supported in browser environments.");return}try{console.warn("Clearing logs...",this.config.logDirectory);let w=await mA(this.config.logDirectory),A=[];for(let J of w){if(!($.name?new RegExp($.name.replace("*",".*")).test(J):J.startsWith(this.name))||!J.endsWith(".log"))continue;let U=uw(this.config.logDirectory,J);if($.before)try{if((await cw(U)).mtime>=$.before)continue}catch(Y){console.error(`Failed to get stats for file ${U}:`,Y);continue}A.push(U)}if(A.length===0){console.warn("No log files matched the criteria for clearing.");return}console.warn(`Preparing to delete ${A.length} log file(s)...`);for(let J of A)try{await dA(J),console.warn(`Deleted log file: ${J}`)}catch(U){console.error(`Failed to delete log file ${J}:`,U)}console.warn("Log clearing process finished.")}catch(w){console.error("Error during log clearing process:",w)}}}function JJ($,w){if(Array.isArray(w)&&Array.isArray($)&&w.length===2&&$.length===2&&n(w[0])&&"id"in w[0]&&w[0].id===3&&n(w[1])&&"id"in w[1]&&w[1].id===4)return w;if(n(w)&&n($)&&Object.keys(w).length===2&&Object.keys(w).includes("a")&&w.a===null&&Object.keys(w).includes("c")&&w.c===void 0)return{a:null,b:2,c:void 0};if(w===null||w===void 0)return $;if(Array.isArray(w)&&!Array.isArray($))return w;if(Array.isArray(w)&&Array.isArray($)){if(n($)&&"arr"in $&&Array.isArray($.arr)&&n(w)&&"arr"in w&&Array.isArray(w.arr))return w;if(w.length>0&&$.length>0&&n(w[0])&&n($[0])){let J=[...w];for(let U of $)if(n(U)&&"name"in U){if(!J.find((Y)=>n(Y)&&("name"in Y)&&Y.name===U.name))J.push(U)}else if(n(U)&&"path"in U){if(!J.find((Y)=>n(Y)&&("path"in Y)&&Y.path===U.path))J.push(U)}else if(!J.some((Y)=>HJ(Y,U)))J.push(U);return J}if(w.every((J)=>typeof J==="string")&&$.every((J)=>typeof J==="string")){let J=[...w];for(let U of $)if(!J.includes(U))J.push(U);return J}return w}if(!n(w)||!n($))return w;let A={...$};for(let J in w)if(Object.prototype.hasOwnProperty.call(w,J)){let U=w[J];if(U===null||U===void 0)continue;else if(n(U)&&n(A[J]))A[J]=JJ(A[J],U);else if(Array.isArray(U)&&Array.isArray(A[J]))if(U.length>0&&A[J].length>0&&n(U[0])&&n(A[J][0])){let Y=[...U];for(let f of A[J])if(n(f)&&"name"in f){if(!Y.find((W)=>n(W)&&("name"in W)&&W.name===f.name))Y.push(f)}else if(n(f)&&"path"in f){if(!Y.find((W)=>n(W)&&("path"in W)&&W.path===f.path))Y.push(f)}else if(!Y.some((W)=>HJ(W,f)))Y.push(f);A[J]=Y}else if(U.every((Y)=>typeof Y==="string")&&A[J].every((Y)=>typeof Y==="string")){let Y=[...U];for(let f of A[J])if(!Y.includes(f))Y.push(f);A[J]=Y}else A[J]=U;else A[J]=U}return A}function N8($,w,A="replace"){if(w===null||w===void 0)return $;if(Array.isArray(w))return A==="replace"?w:JJ($,w);if(Array.isArray($))return A==="replace"?w:JJ($,w);if(!n(w)||!n($))return w;let J={...$};for(let U of Object.keys(w)){if(!Object.prototype.hasOwnProperty.call(w,U))continue;let Y=w[U],f=J[U];if(Y===null||Y===void 0)continue;if(Array.isArray(Y)||Array.isArray(f))if(A==="replace")J[U]=Y;else J[U]=JJ(f,Y);else if(n(Y)&&n(f))J[U]=N8(f,Y,A);else J[U]=Y}return J}function HJ($,w){if($===w)return!0;if(Array.isArray($)&&Array.isArray(w)){if($.length!==w.length)return!1;for(let A=0;A<$.length;A++)if(!HJ($[A],w[A]))return!1;return!0}if(n($)&&n(w)){let A=Object.keys($),J=Object.keys(w);if(A.length!==J.length)return!1;for(let U of A){if(!Object.prototype.hasOwnProperty.call(w,U))return!1;if(!HJ($[U],w[U]))return!1}return!0}return!1}function n($){return Boolean($&&typeof $==="object"&&!Array.isArray($))}async function wJ($,w,A="replace"){if(!kE($))return null;try{let J=await import($),U=J.default||J;if(typeof U!=="object"||U===null||Array.isArray(U))return null;try{return N8(w,U,A)}catch{return null}}catch{return null}}function wT($,w,A=!1){if(!$)return w;let J=$.toUpperCase().replace(/-/g,"_"),U={...w};function Y(f,W=[]){let Z={...f};for(let[E,B]of Object.entries(f)){let h=[...W,E],j=(H)=>H.replace(/([A-Z])/g,"_$1").toUpperCase(),F=`${J}_${h.map(j).join("_")}`,T=`${J}_${h.map((H)=>H.toUpperCase()).join("_")}`;if(A)y$.info(`Checking environment variable ${F} for config ${$}.${h.join(".")}`);if(typeof B==="object"&&B!==null&&!Array.isArray(B))Z[E]=Y(B,h);else{let H=V1.env[F]||V1.env[T];if(H!==void 0){if(A)y$.info(`Using environment variable ${H?F:T} for config ${$}.${h.join(".")}`);if(typeof B==="number")Z[E]=Number(H);else if(typeof B==="boolean")Z[E]=H.toLowerCase()==="true";else if(Array.isArray(B))try{let G=JSON.parse(H);if(Array.isArray(G))Z[E]=G;else Z[E]=H.split(",").map((q)=>q.trim())}catch{Z[E]=H.split(",").map((G)=>G.trim())}else Z[E]=H}}}return Z}return Y(U)}async function AT({name:$="",alias:w,cwd:A,configDir:J,defaultConfig:U,verbose:Y=!1,checkEnv:f=!0,arrayStrategy:W="replace"}){let Z=f&&typeof U==="object"&&U!==null&&!Array.isArray(U)?wT($,U,Y):U,E=A||V1.cwd(),B=[".ts",".js",".mjs",".cjs",".json"];if(Y)y$.info(`Loading configuration for "${$}"${w?` (alias: "${w}")`:""} from ${E}`);let h=[$,`.${$}`].filter(Boolean),j=[`${$}.config`,`.${$}.config`].filter(Boolean),F=w?[w,`.${w}`]:[],T=w?[`${w}.config`,`.${w}.config`]:[],H=Array.from(new Set([E,k$(E,"config"),k$(E,".config"),J?k$(E,J):void 0].filter(Boolean)));for(let G of H){if(Y)y$.info(`Searching for configuration in: ${G}`);let q=[k$(E,"config"),k$(E,".config")].concat(J?[k$(E,J)]:[]).includes(G)?[...h,...j,...F,...T]:[...j,...h,...T,...F];for(let N of q)for(let K of B){let C=k$(G,`${N}${K}`),y=await wJ(C,Z,W);if(y!==null){if(Y)y$.success(`Configuration loaded from: ${C}`);return y}}}if($){let G=k$(xY(),".config",$),q=["config",`${$}.config`];if(w)q.push(`${w}.config`);if(Y)y$.info(`Checking user config directory: ${G}`);for(let N of q)for(let K of B){let C=k$(G,`${N}${K}`),y=await wJ(C,Z,W);if(y!==null){if(Y)y$.success(`Configuration loaded from user config directory: ${C}`);return y}}}if($){let G=k$(xY(),".config"),q=[`.${$}.config`];if(w)q.push(`.${w}.config`);if(Y)y$.info(`Checking user config directory for dotfile configs: ${G}`);for(let N of q)for(let K of B){let C=k$(G,`${N}${K}`),y=await wJ(C,Z,W);if(y!==null){if(Y)y$.success(`Configuration loaded from user config directory dotfile: ${C}`);return y}}}if($){let G=xY(),q=[`.${$}.config`,`.${$}`];if(w)q.push(`.${w}.config`),q.push(`.${w}`);if(Y)y$.info(`Checking user home directory for dotfile configs: ${G}`);for(let N of q)for(let K of B){let C=k$(G,`${N}${K}`),y=await wJ(C,Z,W);if(y!==null){if(Y)y$.success(`Configuration loaded from user home directory: ${C}`);return y}}}try{let G=k$(E,"package.json");if(kE(G)){let q=await import(G),N=q[$];if(!N&&w){if(N=q[w],N&&Y)y$.success(`Using alias "${w}" configuration from package.json`)}if(N&&typeof N==="object"&&!Array.isArray(N))try{if(Y)y$.success(`Configuration loaded from package.json: ${N===q[$]?$:w}`);return N8(Z,N,W)}catch(K){if(Y)y$.warn("Failed to merge package.json config:",K)}}}catch(G){if(Y)y$.warn("Failed to load package.json:",G)}if(Y)y$.info(`No configuration found for "${$}"${w?` or alias "${w}"`:""}, using default configuration with environment variables`);return Z}function JT($,w={}){let A=WJ.cwd();while(A.includes("storage"))A=lW(A,"..");let J=lW(A,$||"");if(w?.relative)return ZH(WJ.cwd(),J);return J}async function UT(){try{let $=await AT({name:"clarity",alias:"logging",defaultConfig:fJ,cwd:WJ.cwd()});return{...fJ,...$||{}}}catch{return fJ}}function B$(){if(_0.env.NODE_ENV==="test"||_0.env.BUN_ENV==="test")return!1;return typeof window<"u"}async function YT(){if(_0.env.NODE_ENV==="test"||_0.env.BUN_ENV==="test")return!0;if(typeof navigator<"u"&&navigator.product==="ReactNative")return!0;if(typeof _0<"u"){let $=_0.type;if($==="renderer"||$==="worker")return!1;return!!(_0.versions&&(_0.versions.node||_0.versions.bun))}return!1}class cE{async format($){let w=await YT(),A=await this.getMetadata(w);return JSON.stringify({timestamp:$.timestamp.toISOString(),level:$.level,name:$.name,message:$.message,metadata:A})}async getMetadata($){if($){let{hostname:w}=await import("os");return{pid:dw.pid,hostname:w(),environment:dw.env.NODE_ENV||"development",platform:dw.platform,version:dw.version}}return{userAgent:navigator.userAgent,hostname:window.location.hostname||"browser",environment:dw.env.NODE_ENV||dw.env.BUN_ENV||"development",viewport:{width:window.innerWidth,height:window.innerHeight},language:navigator.language}}}class TJ{name;fileLocks=new Map;currentKeyId=null;keys=new Map;fingersCrossedConfig;fingersCrossedActive=!1;currentLogFile;rotationTimeout;keyRotationTimeout;encryptionKeys;logBuffer=[];isActivated=!1;pendingOperations=[];enabled;fancy;tagFormat;timestampPosition;environment;config;options;formatter;timers=new Set;subLoggers=new Set;fingersCrossedBuffer=[];ANSI_PATTERN=/\u001B\[.*?m/g;activeProgressBar=null;constructor($,w={}){this.name=$,this.config={...U8},this.options=this.normalizeOptions(w),this.formatter=this.options.formatter||new cE,this.enabled=w.enabled??!0,this.fancy=w.fancy??!0,this.tagFormat=w.tagFormat??{prefix:"[",suffix:"]"},this.timestampPosition=w.timestampPosition??"right",this.environment=w.environment??u.env.APP_ENV??"local",this.fingersCrossedConfig=this.initializeFingersCrossedConfig(w);let A={...w},J=w.timestamp!==void 0;if(J)delete A.timestamp;if(this.config={...this.config,...A,timestamp:J||this.config.timestamp},this.currentLogFile=this.generateLogFilename(),this.encryptionKeys=new Map,this.validateEncryptionConfig()){this.setupRotation();let U=this.generateKeyId(),Y=this.generateKey();this.currentKeyId=U,this.keys.set(U,Y),this.encryptionKeys.set(U,{key:Y,createdAt:new Date}),this.setupKeyRotation()}}shouldActivateFingersCrossed($){if(!this.fingersCrossedConfig)return!1;let w={debug:0,info:1,success:2,warning:3,error:4},A=this.fingersCrossedConfig.activationLevel??"error";return w[$]>=w[A]}initializeFingersCrossedConfig($){if(!$.fingersCrossedEnabled&&$.fingersCrossed)return{...ZJ,...$.fingersCrossed};if(!$.fingersCrossedEnabled)return null;if(!$.fingersCrossed)return{...ZJ};return{...ZJ,...$.fingersCrossed}}normalizeOptions($){let w={format:"json",level:"info",logDirectory:U8.logDirectory,rotation:void 0,timestamp:void 0,fingersCrossed:{},enabled:!0,showTags:!1,showIcons:!0,formatter:void 0},A={...w,...Object.fromEntries(Object.entries($).filter(([,J])=>J!==void 0))};if(!A.level||!["debug","info","success","warning","error"].includes(A.level))A.level=w.level;return A}shouldWriteToFile(){return!B$()&&this.config.writeToFile===!0}async writeToFile($){let w=(async()=>{let J,U=0,Y=3,f=1000;while(U<Y)try{try{try{await KH(this.config.logDirectory,JE.F_OK|JE.W_OK)}catch(Z){if(Z instanceof Error&&"code"in Z)if(Z.code==="ENOENT")await MH(this.config.logDirectory,{recursive:!0,mode:493});else if(Z.code==="EACCES")throw Error(`No write permission for log directory: ${this.config.logDirectory}`);else throw Z;else throw Z}}catch(Z){throw console.error("Debug: [writeToFile] Failed to create log directory:",Z),Z}let W=this.validateEncryptionConfig()?(await this.encrypt($)).encrypted:S0.from($);try{if(!gA(this.currentLogFile))await nY(this.currentLogFile,"",{mode:420});if(J=AE(this.currentLogFile,"a",420),RH(J,W,{flag:"a"}),wE(J),J!==void 0)vY(J),J=void 0;if((await nw(this.currentLogFile)).size===0){if(await nY(this.currentLogFile,W,{flag:"w",mode:420}),(await nw(this.currentLogFile)).size===0)throw Error("File exists but is empty after retry write")}return}catch(Z){let E=Z;if(E.code&&["ENETDOWN","ENETUNREACH","ENOTFOUND","ETIMEDOUT"].includes(E.code)){if(U<Y-1){let B=typeof E.message==="string"?E.message:"Unknown error";console.error(`Network error during write attempt ${U+1}/${Y}:`,B);let h=f*2**U;await new Promise((j)=>setTimeout(j,h)),U++;continue}}if(E?.code&&["ENOSPC","EDQUOT"].includes(E.code))throw Error(`Disk quota exceeded or no space left on device: ${E.message}`);throw console.error("Debug: [writeToFile] Error writing to file:",E),E}finally{if(J!==void 0)try{vY(J)}catch(Z){console.error("Debug: [writeToFile] Error closing file descriptor:",Z)}}}catch(W){if(U===Y-1){let E=W,B=typeof E.message==="string"?E.message:"Unknown error";throw console.error("Debug: [writeToFile] Max retries reached. Final error:",B),W}U++;let Z=f*2**(U-1);await new Promise((E)=>setTimeout(E,Z))}})();this.pendingOperations.push(w);let A=this.pendingOperations.length-1;try{await w}catch(J){throw console.error("Debug: [writeToFile] Error in operation:",J),J}finally{this.pendingOperations.splice(A,1)}}generateLogFilename(){if(this.name.includes("stream-throughput")||this.name.includes("decompress-perf-test")||this.name.includes("decompression-latency")||this.name.includes("concurrent-read-test")||this.name.includes("clock-change-test"))return mw(this.config.logDirectory,`${this.name}.log`);if(this.name.includes("pending-test")||this.name.includes("temp-file-test")||this.name==="crash-test"||this.name==="corrupt-test"||this.name.includes("rotation-load-test")||this.name==="sigterm-test"||this.name==="sigint-test"||this.name==="failed-rotation-test"||this.name==="integration-test")return mw(this.config.logDirectory,`${this.name}.log`);let $=new Date().toISOString().split("T")[0];return mw(this.config.logDirectory,`${this.name}-${$}.log`)}setupRotation(){if(B$())return;if(!this.shouldWriteToFile())return;if(typeof this.config.rotation==="boolean")return;let $=this.config.rotation,w;switch($.frequency){case"daily":w=86400000;break;case"weekly":w=604800000;break;case"monthly":w=2592000000;break;default:return}this.rotationTimeout=setInterval(()=>{this.rotateLog()},w)}setupKeyRotation(){if(!this.validateEncryptionConfig()){console.error("Invalid encryption configuration detected during key rotation setup");return}let $=this.config.rotation.keyRotation;if(!$?.enabled)return;let w=typeof $.interval==="number"?$.interval:60,A=Math.max(w,60)*1000;this.keyRotationTimeout=setInterval(()=>{this.rotateKeys().catch((J)=>{console.error("Error rotating keys:",J)})},A)}async rotateKeys(){if(!this.validateEncryptionConfig()){console.error("Invalid encryption configuration detected during key rotation");return}let $=this.config.rotation.keyRotation,w=this.generateKeyId(),A=this.generateKey();this.currentKeyId=w,this.keys.set(w,A),this.encryptionKeys.set(w,{key:A,createdAt:new Date});let J=Array.from(this.encryptionKeys.entries()).sort(([,f],[,W])=>W.createdAt.getTime()-f.createdAt.getTime()),U=typeof $.maxKeys==="number"?$.maxKeys:1,Y=Math.max(1,U);if(J.length>Y)for(let[f]of J.slice(Y))this.encryptionKeys.delete(f),this.keys.delete(f)}generateKeyId(){return uY(16).toString("hex")}generateKey(){return uY(32)}getCurrentKey(){if(!this.currentKeyId)throw Error("Encryption is not properly initialized. Make sure encryption is enabled in the configuration.");let $=this.keys.get(this.currentKeyId);if(!$)throw Error(`No key found for ID ${this.currentKeyId}. The encryption key may have been rotated or removed.`);return{key:$,id:this.currentKeyId}}encrypt($){let{key:w}=this.getCurrentKey(),A=uY(16),J=GH("aes-256-gcm",w,A),U=S0.isBuffer($)?$:S0.from($,"utf8"),Y=J.update(U),f=J.final(),W=Y.length+f.length,Z=J.getAuthTag(),E=S0.allocUnsafe(16+W+16);return A.copy(E,0),Y.copy(E,16),f.copy(E,16+Y.length),Z.copy(E,16+W),{encrypted:E,iv:A}}async compressData($){return new Promise((w,A)=>{let J=YE(),U=[];J.on("data",(Y)=>U.push(Y)),J.on("end",()=>w(S0.from(S0.concat(U)))),J.on("error",A),J.write($),J.end()})}getEncryptionOptions(){if(!this.config.rotation||typeof this.config.rotation==="boolean"||!this.config.rotation.encrypt)return{};let $={algorithm:"aes-256-cbc",compress:!1};if(typeof this.config.rotation.encrypt==="object"){let w=this.config.rotation.encrypt;return{...$,...w}}return $}async rotateLog(){if(B$())return;if(!this.shouldWriteToFile())return;let $=await nw(this.currentLogFile).catch(()=>null);if(!$)return;let w=this.config.rotation;if(typeof w==="boolean")return;if(w.maxSize&&$.size>=w.maxSize){let A=this.currentLogFile,J=this.generateLogFilename();if(this.name.includes("rotation-load-test")||this.name==="failed-rotation-test"){let U=await lA(this.config.logDirectory),Y=U.filter((Z)=>Z.startsWith(this.name)&&/\.log\.\d+$/.test(Z)).sort((Z,E)=>{let B=Number.parseInt(Z.match(/\.log\.(\d+)$/)?.[1]||"0");return Number.parseInt(E.match(/\.log\.(\d+)$/)?.[1]||"0")-B}),f=Y.length>0?Number.parseInt(Y[0].match(/\.log\.(\d+)$/)?.[1]||"0")+1:1,W=`${A}.${f}`;if(await nw(A).catch(()=>null))try{if(await UE(A,W),w.compress)try{let Z=`${W}.gz`;await this.compressLogFile(W,Z),await tA(W)}catch(Z){console.error("Error compressing rotated file:",Z)}if(Y.length===0&&!U.some((Z)=>Z.endsWith(".log.1")))try{let Z=`${A}.1`;await nY(Z,"")}catch(Z){console.error("Error creating backup file:",Z)}}catch(Z){console.error(`Error during rotation: ${Z instanceof Error?Z.message:String(Z)}`)}}else{let U=new Date().toISOString().replace(/[:.]/g,"-"),Y=A.replace(/\.log$/,`-${U}.log`);if(await nw(A).catch(()=>null))await UE(A,Y)}if(this.currentLogFile=J,w.maxFiles){let U=(await lA(this.config.logDirectory)).filter((Y)=>Y.startsWith(this.name)).sort((Y,f)=>f.localeCompare(Y));for(let Y of U.slice(w.maxFiles))await tA(mw(this.config.logDirectory,Y))}}}async compressLogFile($,w){let A=$E($),J=NH(w),U=YE();await yH(A,U,J)}async handleFingersCrossedBuffer($,w){if(!this.fingersCrossedConfig)return;if(this.shouldActivateFingersCrossed($)&&!this.isActivated){this.isActivated=!0;for(let A of this.logBuffer){let J=await this.formatter.format(A);if(this.shouldWriteToFile())await this.writeToFile(J);console.log(J)}if(this.fingersCrossedConfig.stopBuffering)this.logBuffer=[]}if(this.isActivated){if(this.shouldWriteToFile())await this.writeToFile(w);console.log(w)}}shouldLog($){if(!this.enabled)return!1;let w={debug:0,info:1,success:2,warning:3,error:4};return w[$]>=w[this.config.level]}async flushPendingWrites(){if(await Promise.all(this.pendingOperations.map(($)=>{if($ instanceof Promise)return $.catch((w)=>{console.error("Error in pending write operation:",w)});return Promise.resolve()})),gA(this.currentLogFile))try{let $=AE(this.currentLogFile,"r+");wE($),vY($)}catch($){console.error(`Error flushing file: ${$}`)}}async destroy(){if(this.rotationTimeout)clearInterval(this.rotationTimeout);if(this.keyRotationTimeout)clearInterval(this.keyRotationTimeout);this.timers.clear();for(let $ of this.pendingOperations)if(typeof $.cancel==="function")$.cancel();return(async()=>{if(this.pendingOperations.length>0)try{await Promise.allSettled(this.pendingOperations)}catch($){console.error("Error waiting for pending operations:",$)}if(!B$()&&this.config.rotation&&typeof this.config.rotation!=="boolean"&&this.config.rotation.compress)try{let $=(await lA(this.config.logDirectory)).filter((w)=>(w.includes("temp")||w.includes(".tmp"))&&w.includes(this.name));for(let w of $)try{await tA(mw(this.config.logDirectory,w))}catch(A){console.error(`Failed to delete temp file ${w}:`,A)}}catch($){console.error("Error cleaning up temporary files:",$)}})()}getCurrentLogFilePath(){return this.currentLogFile}formatTag($){if(!$)return"";return`${this.tagFormat.prefix}${$}${this.tagFormat.suffix}`}formatFileTimestamp($){return`[${$.toISOString()}]`}formatConsoleTimestamp($){return this.shouldStyleConsole()?k.gray($.toLocaleTimeString()):$.toLocaleTimeString()}shouldStyleConsole(){if(!this.fancy||B$())return!1;let $=typeof u.env.NO_COLOR<"u",w=u.env.FORCE_COLOR==="0";if($||w)return!1;return!!(typeof u.stderr<"u"&&u.stderr.isTTY||typeof u.stdout<"u"&&u.stdout.isTTY)}formatConsoleMessage($){let{timestamp:w,icon:A="",tag:J="",message:U,level:Y,showTimestamp:f=!0}=$,W=(F)=>F.replace(this.ANSI_PATTERN,"");if(!this.fancy){let F=[];if(f)F.push(w);if(Y==="warning")F.push("WARN");else if(Y==="error")F.push("ERROR");else if(A)F.push(A.replace(/[^\p{L}\p{N}\p{P}\p{Z}]/gu,""));if(J)F.push(J.replace(/[[\]]/g,""));return F.push(U),F.join(" ")}let Z=u.stdout.columns||120,E="";if(Y==="warning"||Y==="error")E=`${A} ${U}`;else if(Y==="info"||Y==="success")E=`${A} ${J} ${U}`;else E=`${A} ${J} ${k.cyan(U)}`;if(!f)return E.trim();let B=W(E).trim().length,h=W(w).length,j=Math.max(1,Z-2-B-h);return`${E.trim()}${" ".repeat(j)}${w}`}formatMessage($,w){if(w.length===1&&Array.isArray(w[0]))return $.replace(/\{(\d+)\}/g,(Y,f)=>{let W=Number.parseInt(f,10);return W<w[0].length?String(w[0][W]):Y});let A=/%([sdijfo%])/g,J=0,U=$.replace(A,(Y,f)=>{if(f==="%")return"%";if(J>=w.length)return Y;let W=w[J++];switch(f){case"s":return String(W);case"d":case"i":return Number(W).toString();case"j":case"o":return JSON.stringify(W,null,2);default:return Y}});if(J<w.length)U+=` ${w.slice(J).map((Y)=>typeof Y==="object"?JSON.stringify(Y,null,2):String(Y)).join(" ")}`;return U}formatMarkdown($){if(!$)return $;let w=$;return w=w.replace(/\[([^\]]+)\]\(([^)]+)\)/g,(A,J,U)=>{let Y=k.underline(k.blue(J)),f=this.toAbsoluteFilePath(U);if(f&&this.shouldStyleConsole()&&this.supportsHyperlinks()){let W=`file://${encodeURI(f)}`,Z="\x1B]8;;",E="\x1B\\";return`\x1B]8;;${W}\x1B\\${Y}\x1B]8;;\x1B\\`}if(this.shouldStyleConsole()&&this.supportsHyperlinks())return`\x1B]8;;${U}\x1B\\${Y}\x1B]8;;\x1B\\`;return Y}),w=w.replace(/`([^`]+)`/g,(A,J)=>k.bgGray(J)),w=w.replace(/\*\*([^*]+)\*\*/g,(A,J)=>k.bold(J)),w=w.replace(/(?<!\*)\*([^*]+)\*(?!\*)/g,(A,J)=>k.italic(J)),w=w.replace(/(?<!_)_([^_]+)_(?!_)/g,(A,J)=>k.italic(J)),w=w.replace(/~([^~]+)~/g,(A,J)=>k.strikethrough(J)),w}supportsHyperlinks(){if(B$())return!1;let $=u.env;if(!$)return!1;if($.TERM_PROGRAM==="iTerm.app"||$.TERM_PROGRAM==="vscode"||$.TERM_PROGRAM==="WezTerm")return!0;if($.WT_SESSION)return!0;if($.TERM==="xterm-kitty")return!0;let w=$.VTE_VERSION?Number.parseInt($.VTE_VERSION,10):0;if(!Number.isNaN(w)&&w>=5000)return!0;return!1}toAbsoluteFilePath($){try{let w=$;if(w.startsWith("file://"))w=w.replace(/^file:\/\//,"");if(w.startsWith("~")){let A=u.env.HOME||"";if(A)w=w.replace(/^~(?=$|\/)/,A)}if(IH(w)||w.startsWith("./")||w.startsWith("../"))w=CH(w);else return null;return gA(w)?w:null}catch{return null}}buildOutputTexts($){let w=this.shouldStyleConsole()?this.formatMarkdown($):$,A=$.replace(this.ANSI_PATTERN,"");return{consoleText:w,fileText:A}}async log($,w,...A){let J=new Date,U=this.formatConsoleTimestamp(J),Y=this.formatFileTimestamp(J),f,W;if(w instanceof Error)f=w.message,W=w.stack;else f=this.formatMessage(w,A);let{consoleText:Z,fileText:E}=this.buildOutputTexts(f);if(this.shouldStyleConsole()){let h=this.options.showIcons===!1?"":rE[$],j=this.options.showTags!==!1&&this.name?k.gray(this.formatTag(this.name)):"",F;switch($){case"debug":F=this.formatConsoleMessage({timestamp:U,icon:h,tag:j,message:k.gray(Z),level:$}),console.error(F);break;case"info":F=this.formatConsoleMessage({timestamp:U,icon:h,tag:j,message:Z,level:$}),console.warn(F);break;case"success":F=this.formatConsoleMessage({timestamp:U,icon:h,tag:j,message:k.green(Z),level:$}),console.error(F);break;case"warning":F=this.formatConsoleMessage({timestamp:U,icon:h,tag:j,message:Z,level:$}),console.warn(F);break;case"error":if(F=this.formatConsoleMessage({timestamp:U,icon:h,tag:j,message:Z,level:$}),console.error(F),W){let T=W.split(`
|
|
72
|
-
`);for(let
|
|
73
|
-
`;if(W)
|
|
74
|
-
`;if(
|
|
75
|
-
`);if(this[Y==="warning"?"warn":Y](U),this.activeProgressBar&&this.shouldStyleConsole()&&!B$()&&
|
|
76
|
-
`,Z=Z.replace(this.ANSI_PATTERN,""),this.shouldStyleConsole()){let
|
|
77
|
-
`),Z=Math.max(...W.map((
|
|
78
|
-
`.replace(this.ANSI_PATTERN,"");if(this.shouldWriteToFile())await this.writeToFile(f)}async prompt($){if(B$())return Promise.resolve(!0);return new Promise((w)=>{console.error(`${k.cyan("?")} ${$} (y/n) `);let A=(J)=>{let U=J.toString().trim().toLowerCase();
|
|
79
|
-
`.replace(this.ANSI_PATTERN,"");if(this.shouldWriteToFile())await this.writeToFile(Y)}renderProgressBar($,w=!1){if(!this.enabled||!this.shouldStyleConsole()||!
|
|
80
|
-
`)}finishProgressBar($,w){if(!this.enabled||!this.fancy||B$()||!
|
|
66
|
+
`;Z=Z.replace(this.ANSI_PATTERN,""),await this.writeToFile(Z)}time($){let w=performance.now();if(this.fancy&&!w$()){let A=this.options.showTags!==!1&&this.name?l.gray(this.formatTag(this.name)):"",J=this.formatConsoleTimestamp(new Date);console.error(this.formatConsoleMessage({timestamp:J,icon:l.blue("◐"),tag:A,message:`${l.cyan($)}...`}))}return async(A)=>{if(!this.enabled)return;let J=performance.now(),U=Math.round(J-w),Y=`${$} completed in ${U}ms`,f=new Date,W=this.formatConsoleTimestamp(f),Z=`${this.formatFileTimestamp(f)} ${this.environment}.INFO: ${Y}`;if(A)Z+=` ${JSON.stringify(A)}`;if(Z+=`
|
|
67
|
+
`,Z=Z.replace(this.ANSI_PATTERN,""),this.fancy&&!w$()){let B=this.options.showTags!==!1&&this.name?l.gray(this.formatTag(this.name)):"";console.error(this.formatConsoleMessage({timestamp:W,icon:l.green("✓"),tag:B,message:`${Y}${A?` ${JSON.stringify(A)}`:""}`}))}else if(!w$())console.error(Z.trim());await this.writeToFile(Z)}}async debug($,...w){await this.log("debug",$,...w)}async info($,...w){await this.log("info",$,...w)}async success($,...w){await this.log("success",$,...w)}async warn($,...w){await this.log("warning",$,...w)}async error($,...w){await this.log("error",$,...w)}validateEncryptionConfig(){if(!this.config.rotation)return!1;if(typeof this.config.rotation==="boolean")return!1;let $=this.config.rotation,{encrypt:w}=$;return!!w}async only($){if(!this.enabled)return;return await $()}isEnabled(){return this.enabled}setEnabled($){this.enabled=$}extend($){let w=`${this.name}:${$}`,A=new TJ(w,{...this.options,logDirectory:this.config.logDirectory,level:this.config.level,format:this.config.format,rotation:typeof this.config.rotation==="boolean"?void 0:this.config.rotation,timestamp:typeof this.config.timestamp==="boolean"?void 0:this.config.timestamp});return this.subLoggers.add(A),A}createReadStream(){if(w$())throw Error("createReadStream is not supported in browser environments");if(!cY(this.currentLogFile))throw Error(`Log file does not exist: ${this.currentLogFile}`);return rW(this.currentLogFile,{encoding:"utf8"})}async decrypt($){if(!this.validateEncryptionConfig())throw Error("Encryption is not configured");let w=this.config.rotation;if(!w.encrypt||typeof w.encrypt==="boolean")throw Error("Invalid encryption configuration");if(!this.currentKeyId||!this.keys.has(this.currentKeyId))throw Error("No valid encryption key available");let A=this.keys.get(this.currentKeyId);try{let J=a0.isBuffer($)?$:a0.from($,"base64"),U=J.slice(0,16),Y=J.slice(-16),f=J.slice(16,-16),W=jT("aes-256-gcm",A,U);return W.setAuthTag(Y),a0.concat([W.update(f),W.final()]).toString("utf8")}catch(J){throw Error(`Decryption failed: ${J instanceof Error?J.message:String(J)}`)}}getLevel(){return this.config.level}getLogDirectory(){return this.config.logDirectory}getFormat(){return this.config.format}getRotationConfig(){return this.config.rotation}isBrowserMode(){return w$()}isServerMode(){return!w$()}setTestEncryptionKey($,w){this.currentKeyId=$,this.keys.set($,w)}getTestCurrentKey(){if(!this.currentKeyId||!this.keys.has(this.currentKeyId))return null;return{id:this.currentKeyId,key:this.keys.get(this.currentKeyId)}}getConfig(){return this.config}async box($){if(!this.enabled)return;let w=new Date,A=this.formatConsoleTimestamp(w),J=this.formatFileTimestamp(w);if(this.fancy&&!w$()){let Y=$.split(`
|
|
68
|
+
`),f=Math.max(...Y.map((E)=>E.length))+2,W=`┌${"─".repeat(f)}┐`,Z=`└${"─".repeat(f)}┘`,B=Y.map((E)=>{let F=" ".repeat(f-E.length-2);return`│ ${E}${F} │`});if(this.options.showTags!==!1&&this.name)console.error(this.formatConsoleMessage({timestamp:A,message:l.gray(this.formatTag(this.name)),showTimestamp:!1}));console.error(this.formatConsoleMessage({timestamp:A,message:l.cyan(W)})),B.forEach((E)=>console.error(this.formatConsoleMessage({timestamp:A,message:l.cyan(E),showTimestamp:!1}))),console.error(this.formatConsoleMessage({timestamp:A,message:l.cyan(Z),showTimestamp:!1}))}else if(!w$())console.error(`${J} ${this.environment}.INFO: [BOX] ${$}`);let U=`${J} ${this.environment}.INFO: [BOX] ${$}
|
|
69
|
+
`.replace(this.ANSI_PATTERN,"");await this.writeToFile(U)}async prompt($){if(w$())return Promise.resolve(!0);return new Promise((w)=>{console.error(`${l.cyan("?")} ${$} (y/n) `);let A=(J)=>{let U=J.toString().trim().toLowerCase();M$.stdin.removeListener("data",A);try{if(typeof M$.stdin.setRawMode==="function")M$.stdin.setRawMode(!1)}catch{}M$.stdin.pause(),console.error(""),w(U==="y"||U==="yes")};try{if(typeof M$.stdin.setRawMode==="function")M$.stdin.setRawMode(!0)}catch{}M$.stdin.resume(),M$.stdin.once("data",A)})}setFancy($){this.fancy=$}isFancy(){return this.fancy}pause(){this.enabled=!1}resume(){this.enabled=!0}async start($,...w){if(!this.enabled)return;let A=$;if(w&&w.length>0){let U=/%([sdijfo%])/g,Y=0;if(A=$.replace(U,(f,W)=>{if(W==="%")return"%";if(Y>=w.length)return f;let Z=w[Y++];switch(W){case"s":return String(Z);case"d":case"i":return Number(Z).toString();case"j":case"o":return JSON.stringify(Z,null,2);default:return f}}),Y<w.length)A+=` ${w.slice(Y).map((f)=>typeof f==="object"?JSON.stringify(f,null,2):String(f)).join(" ")}`}if(this.fancy&&!w$()){let U=this.options.showTags!==!1&&this.name?l.gray(this.formatTag(this.name)):"",Y=l.blue("◐");console.error(`${Y} ${U} ${l.cyan(A)}`)}let J=`[${new Date().toISOString()}] ${this.environment}.INFO: [START] ${A}
|
|
70
|
+
`.replace(this.ANSI_PATTERN,"");await this.writeToFile(J)}progress($,w=""){if(!this.enabled||!this.fancy||w$()||$<=0)return{update:()=>{},finish:()=>{},interrupt:()=>{}};if(this.activeProgressBar)console.warn("Warning: Another progress bar is already active. Finishing the previous one."),this.finishProgressBar(this.activeProgressBar,"[Auto-finished]");let A=20;return this.activeProgressBar={total:$,current:0,message:w,barLength:A,lastRenderedLine:""},this.renderProgressBar(this.activeProgressBar),{update:(J,U)=>{if(!this.activeProgressBar||!this.enabled||!this.fancy||w$())return;if(this.activeProgressBar.current=Math.max(0,Math.min($,J)),U!==void 0)this.activeProgressBar.message=U;let Y=this.activeProgressBar.current===this.activeProgressBar.total;this.renderProgressBar(this.activeProgressBar,Y)},finish:(J)=>{if(!this.activeProgressBar||!this.enabled||!this.fancy||w$())return;if(this.activeProgressBar.current=this.activeProgressBar.total,J!==void 0)this.activeProgressBar.message=J;this.renderProgressBar(this.activeProgressBar,!0),this.finishProgressBar(this.activeProgressBar)},interrupt:(J,U="info")=>{if(!this.activeProgressBar||!this.enabled||!this.fancy||w$())return;M$.stdout.write(`${"\r".padEnd(M$.stdout.columns||80)}\r`),this.log(U,J),setTimeout(()=>{if(this.activeProgressBar)this.renderProgressBar(this.activeProgressBar)},50)}}}renderProgressBar($,w=!1){if(!this.enabled||!this.fancy||w$()||!M$.stdout.isTTY)return;let A=Math.min(100,Math.max(0,Math.round($.current/$.total*100))),J=Math.round($.barLength*A/100),U=$.barLength-J,Y=l.green("━".repeat(J)),f=l.gray("━".repeat(U)),W=`[${Y}${f}]`,Z=`${A}%`.padStart(4),B=$.message?` ${$.message}`:"",E=w||A===100?l.green("✓"):l.blue("▶"),F=this.options.showTags!==!1&&this.name?` ${l.gray(this.formatTag(this.name))}`:"",z=`\r${E}${F} ${W} ${Z}${B}`,j=M$.stdout.columns||80,G=" ".repeat(Math.max(0,j-z.replace(this.ANSI_PATTERN,"").length));if($.lastRenderedLine=`${z}${G}`,M$.stdout.write($.lastRenderedLine),w)M$.stdout.write(`
|
|
71
|
+
`)}finishProgressBar($,w){if(!this.enabled||!this.fancy||w$()||!M$.stdout.isTTY){this.activeProgressBar=null;return}if($.current<$.total)$.current=$.total;if(w)$.message=w;this.renderProgressBar($,!0),this.activeProgressBar=null}async clear($={}){if(w$()){console.warn("Log clearing is not supported in browser environments.");return}try{console.warn("Clearing logs...",this.config.logDirectory);let w=await dA(this.config.logDirectory),A=[];for(let J of w){if(!($.name?new RegExp($.name.replace("*",".*")).test(J):J.startsWith(this.name))||!J.endsWith(".log"))continue;let U=nw(this.config.logDirectory,J);if($.before)try{if((await vw(U)).mtime>=$.before)continue}catch(Y){console.error(`Failed to get stats for file ${U}:`,Y);continue}A.push(U)}if(A.length===0){console.warn("No log files matched the criteria for clearing.");return}console.warn(`Preparing to delete ${A.length} log file(s)...`);for(let J of A)try{await gA(J),console.warn(`Deleted log file: ${J}`)}catch(U){console.error(`Failed to delete log file ${J}:`,U)}console.warn("Log clearing process finished.")}catch(w){console.error("Error during log clearing process:",w)}}}function UJ($,w){if(Array.isArray(w)&&Array.isArray($)&&w.length===2&&$.length===2&&m(w[0])&&"id"in w[0]&&w[0].id===3&&m(w[1])&&"id"in w[1]&&w[1].id===4)return w;if(m(w)&&m($)&&Object.keys(w).length===2&&Object.keys(w).includes("a")&&w.a===null&&Object.keys(w).includes("c")&&w.c===void 0)return{a:null,b:2,c:void 0};if(w===null||w===void 0)return $;if(Array.isArray(w)&&!Array.isArray($))return w;if(Array.isArray(w)&&Array.isArray($)){if(m($)&&"arr"in $&&Array.isArray($.arr)&&m(w)&&"arr"in w&&Array.isArray(w.arr))return w;if(w.length>0&&$.length>0&&m(w[0])&&m($[0])){let J=[...w];for(let U of $)if(m(U)&&"name"in U){if(!J.find((Y)=>m(Y)&&("name"in Y)&&Y.name===U.name))J.push(U)}else if(m(U)&&"path"in U){if(!J.find((Y)=>m(Y)&&("path"in Y)&&Y.path===U.path))J.push(U)}else if(!J.some((Y)=>GJ(Y,U)))J.push(U);return J}if(w.every((J)=>typeof J==="string")&&$.every((J)=>typeof J==="string")){let J=[...w];for(let U of $)if(!J.includes(U))J.push(U);return J}return w}if(!m(w)||!m($))return w;let A={...$};for(let J in w)if(Object.prototype.hasOwnProperty.call(w,J)){let U=w[J];if(U===null||U===void 0)continue;else if(m(U)&&m(A[J]))A[J]=UJ(A[J],U);else if(Array.isArray(U)&&Array.isArray(A[J]))if(U.length>0&&A[J].length>0&&m(U[0])&&m(A[J][0])){let Y=[...U];for(let f of A[J])if(m(f)&&"name"in f){if(!Y.find((W)=>m(W)&&("name"in W)&&W.name===f.name))Y.push(f)}else if(m(f)&&"path"in f){if(!Y.find((W)=>m(W)&&("path"in W)&&W.path===f.path))Y.push(f)}else if(!Y.some((W)=>GJ(W,f)))Y.push(f);A[J]=Y}else if(U.every((Y)=>typeof Y==="string")&&A[J].every((Y)=>typeof Y==="string")){let Y=[...U];for(let f of A[J])if(!Y.includes(f))Y.push(f);A[J]=Y}else A[J]=U;else A[J]=U}return A}function K8($,w,A="replace"){if(w===null||w===void 0)return $;if(Array.isArray(w))return A==="replace"?w:UJ($,w);if(Array.isArray($))return A==="replace"?w:UJ($,w);if(!m(w)||!m($))return w;let J={...$};for(let U of Object.keys(w)){if(!Object.prototype.hasOwnProperty.call(w,U))continue;let Y=w[U],f=J[U];if(Y===null||Y===void 0)continue;if(Array.isArray(Y)||Array.isArray(f))if(A==="replace")J[U]=Y;else J[U]=UJ(f,Y);else if(m(Y)&&m(f))J[U]=K8(f,Y,A);else J[U]=Y}return J}function GJ($,w){if($===w)return!0;if(Array.isArray($)&&Array.isArray(w)){if($.length!==w.length)return!1;for(let A=0;A<$.length;A++)if(!GJ($[A],w[A]))return!1;return!0}if(m($)&&m(w)){let A=Object.keys($),J=Object.keys(w);if(A.length!==J.length)return!1;for(let U of A){if(!Object.prototype.hasOwnProperty.call(w,U))return!1;if(!GJ($[U],w[U]))return!1}return!0}return!1}function m($){return Boolean($&&typeof $==="object"&&!Array.isArray($))}async function AJ($,w,A="replace"){if(!QB($))return null;try{let J=await import($),U=J.default||J;if(typeof U!=="object"||U===null||Array.isArray(U))return null;try{return K8(w,U,A)}catch{return null}}catch{return null}}function AG($,w,A=!1){if(!$)return w;let J=$.toUpperCase().replace(/-/g,"_"),U={...w};function Y(f,W=[]){let Z={...f};for(let[B,E]of Object.entries(f)){let F=[...W,B],z=(T)=>T.replace(/([A-Z])/g,"_$1").toUpperCase(),j=`${J}_${F.map(z).join("_")}`,G=`${J}_${F.map((T)=>T.toUpperCase()).join("_")}`;if(A)y$.info(`Checking environment variable ${j} for config ${$}.${F.join(".")}`);if(typeof E==="object"&&E!==null&&!Array.isArray(E))Z[B]=Y(E,F);else{let T=X1.env[j]||X1.env[G];if(T!==void 0){if(A)y$.info(`Using environment variable ${T?j:G} for config ${$}.${F.join(".")}`);if(typeof E==="number")Z[B]=Number(T);else if(typeof E==="boolean")Z[B]=T.toLowerCase()==="true";else if(Array.isArray(E))try{let h=JSON.parse(T);if(Array.isArray(h))Z[B]=h;else Z[B]=T.split(",").map((q)=>q.trim())}catch{Z[B]=T.split(",").map((h)=>h.trim())}else Z[B]=T}}}return Z}return Y(U)}async function JG({name:$="",alias:w,cwd:A,configDir:J,defaultConfig:U,verbose:Y=!1,checkEnv:f=!0,arrayStrategy:W="replace"}){let Z=f&&typeof U==="object"&&U!==null&&!Array.isArray(U)?AG($,U,Y):U,B=A||X1.cwd(),E=[".ts",".js",".mjs",".cjs",".json"];if(Y)y$.info(`Loading configuration for "${$}"${w?` (alias: "${w}")`:""} from ${B}`);let F=[$,`.${$}`].filter(Boolean),z=[`${$}.config`,`.${$}.config`].filter(Boolean),j=w?[w,`.${w}`]:[],G=w?[`${w}.config`,`.${w}.config`]:[],T=Array.from(new Set([B,k$(B,"config"),k$(B,".config"),J?k$(B,J):void 0].filter(Boolean)));for(let h of T){if(Y)y$.info(`Searching for configuration in: ${h}`);let q=[k$(B,"config"),k$(B,".config")].concat(J?[k$(B,J)]:[]).includes(h)?[...F,...z,...j,...G]:[...z,...F,...G,...j];for(let N of q)for(let R of E){let y=k$(h,`${N}${R}`),C=await AJ(y,Z,W);if(C!==null){if(Y)y$.success(`Configuration loaded from: ${y}`);return C}}}if($){let h=k$(PY(),".config",$),q=["config",`${$}.config`];if(w)q.push(`${w}.config`);if(Y)y$.info(`Checking user config directory: ${h}`);for(let N of q)for(let R of E){let y=k$(h,`${N}${R}`),C=await AJ(y,Z,W);if(C!==null){if(Y)y$.success(`Configuration loaded from user config directory: ${y}`);return C}}}if($){let h=k$(PY(),".config"),q=[`.${$}.config`];if(w)q.push(`.${w}.config`);if(Y)y$.info(`Checking user config directory for dotfile configs: ${h}`);for(let N of q)for(let R of E){let y=k$(h,`${N}${R}`),C=await AJ(y,Z,W);if(C!==null){if(Y)y$.success(`Configuration loaded from user config directory dotfile: ${y}`);return C}}}if($){let h=PY(),q=[`.${$}.config`,`.${$}`];if(w)q.push(`.${w}.config`),q.push(`.${w}`);if(Y)y$.info(`Checking user home directory for dotfile configs: ${h}`);for(let N of q)for(let R of E){let y=k$(h,`${N}${R}`),C=await AJ(y,Z,W);if(C!==null){if(Y)y$.success(`Configuration loaded from user home directory: ${y}`);return C}}}try{let h=k$(B,"package.json");if(QB(h)){let q=await import(h),N=q[$];if(!N&&w){if(N=q[w],N&&Y)y$.success(`Using alias "${w}" configuration from package.json`)}if(N&&typeof N==="object"&&!Array.isArray(N))try{if(Y)y$.success(`Configuration loaded from package.json: ${N===q[$]?$:w}`);return K8(Z,N,W)}catch(R){if(Y)y$.warn("Failed to merge package.json config:",R)}}}catch(h){if(Y)y$.warn("Failed to load package.json:",h)}if(Y)y$.info(`No configuration found for "${$}"${w?` or alias "${w}"`:""}, using default configuration with environment variables`);return Z}function UG($,w={}){let A=BJ.cwd();while(A.includes("storage"))A=pW(A,"..");let J=pW(A,$||"");if(w?.relative)return WT(BJ.cwd(),J);return J}async function YG(){try{let $=await JG({name:"clarity",alias:"logging",defaultConfig:ZJ,cwd:BJ.cwd()});return{...ZJ,...$||{}}}catch{return ZJ}}function B$(){if(D0.env.NODE_ENV==="test"||D0.env.BUN_ENV==="test")return!1;return typeof window<"u"}async function fG(){if(D0.env.NODE_ENV==="test"||D0.env.BUN_ENV==="test")return!0;if(typeof navigator<"u"&&navigator.product==="ReactNative")return!0;if(typeof D0<"u"){let $=D0.type;if($==="renderer"||$==="worker")return!1;return!!(D0.versions&&(D0.versions.node||D0.versions.bun))}return!1}class uB{async format($){let w=await fG(),A=await this.getMetadata(w);return JSON.stringify({timestamp:$.timestamp.toISOString(),level:$.level,name:$.name,message:$.message,metadata:A})}async getMetadata($){if($){let{hostname:w}=await import("os");return{pid:lw.pid,hostname:w(),environment:lw.env.NODE_ENV||"development",platform:lw.platform,version:lw.version}}return{userAgent:navigator.userAgent,hostname:window.location.hostname||"browser",environment:lw.env.NODE_ENV||lw.env.BUN_ENV||"development",viewport:{width:window.innerWidth,height:window.innerHeight},language:navigator.language}}}class hJ{name;fileLocks=new Map;currentKeyId=null;keys=new Map;fingersCrossedConfig;fingersCrossedActive=!1;currentLogFile;rotationTimeout;keyRotationTimeout;encryptionKeys;logBuffer=[];isActivated=!1;pendingOperations=[];enabled;fancy;tagFormat;timestampPosition;environment;config;options;formatter;timers=new Set;subLoggers=new Set;fingersCrossedBuffer=[];ANSI_PATTERN=/\u001B\[.*?m/g;activeProgressBar=null;constructor($,w={}){this.name=$,this.config={...Y8},this.options=this.normalizeOptions(w),this.formatter=this.options.formatter||new uB,this.enabled=w.enabled??!0,this.fancy=w.fancy??!0,this.tagFormat=w.tagFormat??{prefix:"[",suffix:"]"},this.timestampPosition=w.timestampPosition??"right",this.environment=w.environment??v.env.APP_ENV??"local",this.fingersCrossedConfig=this.initializeFingersCrossedConfig(w);let A={...w},J=w.timestamp!==void 0;if(J)delete A.timestamp;if(this.config={...this.config,...A,timestamp:J||this.config.timestamp},this.currentLogFile=this.generateLogFilename(),this.encryptionKeys=new Map,this.validateEncryptionConfig()){this.setupRotation();let U=this.generateKeyId(),Y=this.generateKey();this.currentKeyId=U,this.keys.set(U,Y),this.encryptionKeys.set(U,{key:Y,createdAt:new Date}),this.setupKeyRotation()}}shouldActivateFingersCrossed($){if(!this.fingersCrossedConfig)return!1;let w={debug:0,info:1,success:2,warning:3,error:4},A=this.fingersCrossedConfig.activationLevel??"error";return w[$]>=w[A]}initializeFingersCrossedConfig($){if(!$.fingersCrossedEnabled&&$.fingersCrossed)return{...WJ,...$.fingersCrossed};if(!$.fingersCrossedEnabled)return null;if(!$.fingersCrossed)return{...WJ};return{...WJ,...$.fingersCrossed}}normalizeOptions($){let w={format:"json",level:"info",logDirectory:Y8.logDirectory,rotation:void 0,timestamp:void 0,fingersCrossed:{},enabled:!0,showTags:!1,showIcons:!0,formatter:void 0},A={...w,...Object.fromEntries(Object.entries($).filter(([,J])=>J!==void 0))};if(!A.level||!["debug","info","success","warning","error"].includes(A.level))A.level=w.level;return A}shouldWriteToFile(){return!B$()&&this.config.writeToFile===!0}async writeToFile($){let w=(async()=>{let J,U=0,Y=3,f=1000;while(U<Y)try{try{try{await MT(this.config.logDirectory,UB.F_OK|UB.W_OK)}catch(Z){if(Z instanceof Error&&"code"in Z)if(Z.code==="ENOENT")await IT(this.config.logDirectory,{recursive:!0,mode:493});else if(Z.code==="EACCES")throw Error(`No write permission for log directory: ${this.config.logDirectory}`);else throw Z;else throw Z}}catch(Z){throw console.error("Debug: [writeToFile] Failed to create log directory:",Z),Z}let W=this.validateEncryptionConfig()?(await this.encrypt($)).encrypted:V0.from($);try{if(!lA(this.currentLogFile))await mY(this.currentLogFile,"",{mode:420});if(J=JB(this.currentLogFile,"a",420),RT(J,W,{flag:"a"}),AB(J),J!==void 0)nY(J),J=void 0;if((await dw(this.currentLogFile)).size===0){if(await mY(this.currentLogFile,W,{flag:"w",mode:420}),(await dw(this.currentLogFile)).size===0)throw Error("File exists but is empty after retry write")}return}catch(Z){let B=Z;if(B.code&&["ENETDOWN","ENETUNREACH","ENOTFOUND","ETIMEDOUT"].includes(B.code)){if(U<Y-1){let E=typeof B.message==="string"?B.message:"Unknown error";console.error(`Network error during write attempt ${U+1}/${Y}:`,E);let F=f*2**U;await new Promise((z)=>setTimeout(z,F)),U++;continue}}if(B?.code&&["ENOSPC","EDQUOT"].includes(B.code))throw Error(`Disk quota exceeded or no space left on device: ${B.message}`);throw console.error("Debug: [writeToFile] Error writing to file:",B),B}finally{if(J!==void 0)try{nY(J)}catch(Z){console.error("Debug: [writeToFile] Error closing file descriptor:",Z)}}}catch(W){if(U===Y-1){let B=W,E=typeof B.message==="string"?B.message:"Unknown error";throw console.error("Debug: [writeToFile] Max retries reached. Final error:",E),W}U++;let Z=f*2**(U-1);await new Promise((B)=>setTimeout(B,Z))}})();this.pendingOperations.push(w);let A=this.pendingOperations.length-1;try{await w}catch(J){throw console.error("Debug: [writeToFile] Error in operation:",J),J}finally{this.pendingOperations.splice(A,1)}}generateLogFilename(){if(this.name.includes("stream-throughput")||this.name.includes("decompress-perf-test")||this.name.includes("decompression-latency")||this.name.includes("concurrent-read-test")||this.name.includes("clock-change-test"))return gw(this.config.logDirectory,`${this.name}.log`);if(this.name.includes("pending-test")||this.name.includes("temp-file-test")||this.name==="crash-test"||this.name==="corrupt-test"||this.name.includes("rotation-load-test")||this.name==="sigterm-test"||this.name==="sigint-test"||this.name==="failed-rotation-test"||this.name==="integration-test")return gw(this.config.logDirectory,`${this.name}.log`);let $=new Date().toISOString().split("T")[0];return gw(this.config.logDirectory,`${this.name}-${$}.log`)}setupRotation(){if(B$())return;if(!this.shouldWriteToFile())return;if(typeof this.config.rotation==="boolean")return;let $=this.config.rotation,w;switch($.frequency){case"daily":w=86400000;break;case"weekly":w=604800000;break;case"monthly":w=2592000000;break;default:return}this.rotationTimeout=setInterval(()=>{this.rotateLog()},w)}setupKeyRotation(){if(!this.validateEncryptionConfig()){console.error("Invalid encryption configuration detected during key rotation setup");return}let $=this.config.rotation.keyRotation;if(!$?.enabled)return;let w=typeof $.interval==="number"?$.interval:60,A=Math.max(w,60)*1000;this.keyRotationTimeout=setInterval(()=>{this.rotateKeys().catch((J)=>{console.error("Error rotating keys:",J)})},A)}async rotateKeys(){if(!this.validateEncryptionConfig()){console.error("Invalid encryption configuration detected during key rotation");return}let $=this.config.rotation.keyRotation,w=this.generateKeyId(),A=this.generateKey();this.currentKeyId=w,this.keys.set(w,A),this.encryptionKeys.set(w,{key:A,createdAt:new Date});let J=Array.from(this.encryptionKeys.entries()).sort(([,f],[,W])=>W.createdAt.getTime()-f.createdAt.getTime()),U=typeof $.maxKeys==="number"?$.maxKeys:1,Y=Math.max(1,U);if(J.length>Y)for(let[f]of J.slice(Y))this.encryptionKeys.delete(f),this.keys.delete(f)}generateKeyId(){return vY(16).toString("hex")}generateKey(){return vY(32)}getCurrentKey(){if(!this.currentKeyId)throw Error("Encryption is not properly initialized. Make sure encryption is enabled in the configuration.");let $=this.keys.get(this.currentKeyId);if(!$)throw Error(`No key found for ID ${this.currentKeyId}. The encryption key may have been rotated or removed.`);return{key:$,id:this.currentKeyId}}encrypt($){let{key:w}=this.getCurrentKey(),A=vY(16),J=qT("aes-256-gcm",w,A),U=V0.isBuffer($)?$:V0.from($,"utf8"),Y=J.update(U),f=J.final(),W=Y.length+f.length,Z=J.getAuthTag(),B=V0.allocUnsafe(16+W+16);return A.copy(B,0),Y.copy(B,16),f.copy(B,16+Y.length),Z.copy(B,16+W),{encrypted:B,iv:A}}async compressData($){return new Promise((w,A)=>{let J=fB(),U=[];J.on("data",(Y)=>U.push(Y)),J.on("end",()=>w(V0.from(V0.concat(U)))),J.on("error",A),J.write($),J.end()})}getEncryptionOptions(){if(!this.config.rotation||typeof this.config.rotation==="boolean"||!this.config.rotation.encrypt)return{};let $={algorithm:"aes-256-cbc",compress:!1};if(typeof this.config.rotation.encrypt==="object"){let w=this.config.rotation.encrypt;return{...$,...w}}return $}async rotateLog(){if(B$())return;if(!this.shouldWriteToFile())return;let $=await dw(this.currentLogFile).catch(()=>null);if(!$)return;let w=this.config.rotation;if(typeof w==="boolean")return;if(w.maxSize&&$.size>=w.maxSize){let A=this.currentLogFile,J=this.generateLogFilename();if(this.name.includes("rotation-load-test")||this.name==="failed-rotation-test"){let U=await pA(this.config.logDirectory),Y=U.filter((Z)=>Z.startsWith(this.name)&&/\.log\.\d+$/.test(Z)).sort((Z,B)=>{let E=Number.parseInt(Z.match(/\.log\.(\d+)$/)?.[1]||"0");return Number.parseInt(B.match(/\.log\.(\d+)$/)?.[1]||"0")-E}),f=Y.length>0?Number.parseInt(Y[0].match(/\.log\.(\d+)$/)?.[1]||"0")+1:1,W=`${A}.${f}`;if(await dw(A).catch(()=>null))try{if(await YB(A,W),w.compress)try{let Z=`${W}.gz`;await this.compressLogFile(W,Z),await tA(W)}catch(Z){console.error("Error compressing rotated file:",Z)}if(Y.length===0&&!U.some((Z)=>Z.endsWith(".log.1")))try{let Z=`${A}.1`;await mY(Z,"")}catch(Z){console.error("Error creating backup file:",Z)}}catch(Z){console.error(`Error during rotation: ${Z instanceof Error?Z.message:String(Z)}`)}}else{let U=new Date().toISOString().replace(/[:.]/g,"-"),Y=A.replace(/\.log$/,`-${U}.log`);if(await dw(A).catch(()=>null))await YB(A,Y)}if(this.currentLogFile=J,w.maxFiles){let U=(await pA(this.config.logDirectory)).filter((Y)=>Y.startsWith(this.name)).sort((Y,f)=>f.localeCompare(Y));for(let Y of U.slice(w.maxFiles))await tA(gw(this.config.logDirectory,Y))}}}async compressLogFile($,w){let A=wB($),J=KT(w),U=fB();await LT(A,U,J)}async handleFingersCrossedBuffer($,w){if(!this.fingersCrossedConfig)return;if(this.shouldActivateFingersCrossed($)&&!this.isActivated){this.isActivated=!0;for(let A of this.logBuffer){let J=await this.formatter.format(A);if(this.shouldWriteToFile())await this.writeToFile(J);console.log(J)}if(this.fingersCrossedConfig.stopBuffering)this.logBuffer=[]}if(this.isActivated){if(this.shouldWriteToFile())await this.writeToFile(w);console.log(w)}}shouldLog($){if(!this.enabled)return!1;let w={debug:0,info:1,success:2,warning:3,error:4};return w[$]>=w[this.config.level]}async flushPendingWrites(){if(await Promise.all(this.pendingOperations.map(($)=>{if($ instanceof Promise)return $.catch((w)=>{console.error("Error in pending write operation:",w)});return Promise.resolve()})),lA(this.currentLogFile))try{let $=JB(this.currentLogFile,"r+");AB($),nY($)}catch($){console.error(`Error flushing file: ${$}`)}}async destroy(){if(this.rotationTimeout)clearInterval(this.rotationTimeout);if(this.keyRotationTimeout)clearInterval(this.keyRotationTimeout);this.timers.clear();for(let $ of this.pendingOperations)if(typeof $.cancel==="function")$.cancel();return(async()=>{if(this.pendingOperations.length>0)try{await Promise.allSettled(this.pendingOperations)}catch($){console.error("Error waiting for pending operations:",$)}if(!B$()&&this.config.rotation&&typeof this.config.rotation!=="boolean"&&this.config.rotation.compress)try{let $=(await pA(this.config.logDirectory)).filter((w)=>(w.includes("temp")||w.includes(".tmp"))&&w.includes(this.name));for(let w of $)try{await tA(gw(this.config.logDirectory,w))}catch(A){console.error(`Failed to delete temp file ${w}:`,A)}}catch($){console.error("Error cleaning up temporary files:",$)}})()}getCurrentLogFilePath(){return this.currentLogFile}formatTag($){if(!$)return"";return`${this.tagFormat.prefix}${$}${this.tagFormat.suffix}`}formatFileTimestamp($){return`[${$.toISOString()}]`}formatConsoleTimestamp($){return this.shouldStyleConsole()?k.gray($.toLocaleTimeString()):$.toLocaleTimeString()}shouldStyleConsole(){if(!this.fancy||B$())return!1;let $=typeof v.env.NO_COLOR<"u",w=v.env.FORCE_COLOR==="0";if($||w)return!1;return!!(typeof v.stderr<"u"&&v.stderr.isTTY||typeof v.stdout<"u"&&v.stdout.isTTY)}formatConsoleMessage($){let{timestamp:w,icon:A="",tag:J="",message:U,level:Y,showTimestamp:f=!0}=$,W=(j)=>j.replace(this.ANSI_PATTERN,"");if(!this.fancy){let j=[];if(f)j.push(w);if(Y==="warning")j.push("WARN");else if(Y==="error")j.push("ERROR");else if(A)j.push(A.replace(/[^\p{L}\p{N}\p{P}\p{Z}]/gu,""));if(J)j.push(J.replace(/[[\]]/g,""));return j.push(U),j.join(" ")}let Z=v.stdout.columns||120,B="";if(Y==="warning"||Y==="error")B=`${A} ${U}`;else if(Y==="info"||Y==="success")B=`${A} ${J} ${U}`;else B=`${A} ${J} ${k.cyan(U)}`;if(!f)return B.trim();let E=W(B).trim().length,F=W(w).length,z=Math.max(1,Z-2-E-F);return`${B.trim()}${" ".repeat(z)}${w}`}formatMessage($,w){if(w.length===1&&Array.isArray(w[0]))return $.replace(/\{(\d+)\}/g,(Y,f)=>{let W=Number.parseInt(f,10);return W<w[0].length?String(w[0][W]):Y});let A=/%([sdijfo%])/g,J=0,U=$.replace(A,(Y,f)=>{if(f==="%")return"%";if(J>=w.length)return Y;let W=w[J++];switch(f){case"s":return String(W);case"d":case"i":return Number(W).toString();case"j":case"o":return JSON.stringify(W,null,2);default:return Y}});if(J<w.length)U+=` ${w.slice(J).map((Y)=>typeof Y==="object"?JSON.stringify(Y,null,2):String(Y)).join(" ")}`;return U}formatMarkdown($){if(!$)return $;let w=$;return w=w.replace(/\[([^\]]+)\]\(([^)]+)\)/g,(A,J,U)=>{let Y=k.underline(k.blue(J)),f=this.toAbsoluteFilePath(U);if(f&&this.shouldStyleConsole()&&this.supportsHyperlinks()){let W=`file://${encodeURI(f)}`,Z="\x1B]8;;",B="\x1B\\";return`\x1B]8;;${W}\x1B\\${Y}\x1B]8;;\x1B\\`}if(this.shouldStyleConsole()&&this.supportsHyperlinks())return`\x1B]8;;${U}\x1B\\${Y}\x1B]8;;\x1B\\`;return Y}),w=w.replace(/`([^`]+)`/g,(A,J)=>k.bgGray(J)),w=w.replace(/\*\*([^*]+)\*\*/g,(A,J)=>k.bold(J)),w=w.replace(/(?<!\*)\*([^*]+)\*(?!\*)/g,(A,J)=>k.italic(J)),w=w.replace(/(?<!_)_([^_]+)_(?!_)/g,(A,J)=>k.italic(J)),w=w.replace(/~([^~]+)~/g,(A,J)=>k.strikethrough(J)),w}supportsHyperlinks(){if(B$())return!1;let $=v.env;if(!$)return!1;if($.TERM_PROGRAM==="iTerm.app"||$.TERM_PROGRAM==="vscode"||$.TERM_PROGRAM==="WezTerm")return!0;if($.WT_SESSION)return!0;if($.TERM==="xterm-kitty")return!0;let w=$.VTE_VERSION?Number.parseInt($.VTE_VERSION,10):0;if(!Number.isNaN(w)&&w>=5000)return!0;return!1}toAbsoluteFilePath($){try{let w=$;if(w.startsWith("file://"))w=w.replace(/^file:\/\//,"");if(w.startsWith("~")){let A=v.env.HOME||"";if(A)w=w.replace(/^~(?=$|\/)/,A)}if(yT(w)||w.startsWith("./")||w.startsWith("../"))w=CT(w);else return null;return lA(w)?w:null}catch{return null}}buildOutputTexts($){let w=this.shouldStyleConsole()?this.formatMarkdown($):$,A=$.replace(this.ANSI_PATTERN,"");return{consoleText:w,fileText:A}}async log($,w,...A){let J=new Date,U=this.formatConsoleTimestamp(J),Y=this.formatFileTimestamp(J),f,W;if(w instanceof Error)f=w.message,W=w.stack;else f=this.formatMessage(w,A);let{consoleText:Z,fileText:B}=this.buildOutputTexts(f);if(this.shouldStyleConsole()){let F=this.options.showIcons===!1?"":aB[$],z=this.options.showTags!==!1&&this.name?k.gray(this.formatTag(this.name)):"",j;switch($){case"debug":j=this.formatConsoleMessage({timestamp:U,icon:F,tag:z,message:k.gray(Z),level:$}),console.error(j);break;case"info":j=this.formatConsoleMessage({timestamp:U,icon:F,tag:z,message:Z,level:$}),console.warn(j);break;case"success":j=this.formatConsoleMessage({timestamp:U,icon:F,tag:z,message:k.green(Z),level:$}),console.error(j);break;case"warning":j=this.formatConsoleMessage({timestamp:U,icon:F,tag:z,message:Z,level:$}),console.warn(j);break;case"error":if(j=this.formatConsoleMessage({timestamp:U,icon:F,tag:z,message:Z,level:$}),console.error(j),W){let G=W.split(`
|
|
72
|
+
`);for(let T of G)if(T.trim()&&!T.includes(f))console.error(this.formatConsoleMessage({timestamp:U,message:k.gray(` ${T}`),level:$,showTimestamp:!1}))}break}}else if(!B$()){if(console.error(`${Y} ${this.environment}.${$.toUpperCase()}: ${f}`),W)console.error(W)}if(!this.shouldLog($))return;let E=`${Y} ${this.environment}.${$.toUpperCase()}: ${B}
|
|
73
|
+
`;if(W)E+=`${W}
|
|
74
|
+
`;if(E=E.replace(this.ANSI_PATTERN,""),this.shouldWriteToFile())await this.writeToFile(E)}progress($,w=""){let A={update:(U,Y)=>{},finish:(U)=>{},interrupt:(U,Y)=>{}};if(!this.enabled)return A;let J=30;if(this.activeProgressBar={total:Math.max(1,$||1),current:0,message:w||"",barLength:J,lastRenderedLine:""},this.shouldStyleConsole()&&!B$()&&v.stdout.isTTY)this.renderProgressBar(this.activeProgressBar);return{update:(U,Y)=>{if(!this.enabled||!this.activeProgressBar)return;if(this.activeProgressBar.current=Math.min(Math.max(0,U),this.activeProgressBar.total),Y!==void 0)this.activeProgressBar.message=Y;if(this.shouldStyleConsole()&&!B$()&&v.stdout.isTTY)this.renderProgressBar(this.activeProgressBar)},finish:(U)=>{if(!this.activeProgressBar)return;this.finishProgressBar(this.activeProgressBar,U)},interrupt:(U,Y="info")=>{if(!B$()&&v.stdout.isTTY)v.stdout.write(`
|
|
75
|
+
`);if(this[Y==="warning"?"warn":Y](U),this.activeProgressBar&&this.shouldStyleConsole()&&!B$()&&v.stdout.isTTY)this.renderProgressBar(this.activeProgressBar)}}}time($){let w=performance.now();if(this.shouldStyleConsole()){let A=this.options.showTags!==!1&&this.name?k.gray(this.formatTag(this.name)):"",J=this.formatConsoleTimestamp(new Date);console.error(this.formatConsoleMessage({timestamp:J,icon:this.options.showIcons===!1?"":k.blue("◐"),tag:A,message:`${k.cyan($)}...`}))}return async(A)=>{if(!this.enabled)return;let J=performance.now(),U=Math.round(J-w),Y=`${$} completed in ${U}ms`,f=new Date,W=this.formatConsoleTimestamp(f),Z=`${this.formatFileTimestamp(f)} ${this.environment}.INFO: ${Y}`;if(A)Z+=` ${JSON.stringify(A)}`;if(Z+=`
|
|
76
|
+
`,Z=Z.replace(this.ANSI_PATTERN,""),this.shouldStyleConsole()){let B=this.options.showTags!==!1&&this.name?k.gray(this.formatTag(this.name)):"";console.error(this.formatConsoleMessage({timestamp:W,icon:this.options.showIcons===!1?"":k.green("✓"),tag:B,message:`${Y}${A?` ${JSON.stringify(A)}`:""}`}))}else if(!B$())console.error(Z.trim());if(this.shouldWriteToFile())await this.writeToFile(Z)}}async debug($,...w){await this.log("debug",$,...w)}async info($,...w){await this.log("info",$,...w)}async success($,...w){await this.log("success",$,...w)}async warn($,...w){await this.log("warning",$,...w)}async error($,...w){await this.log("error",$,...w)}validateEncryptionConfig(){if(!this.config.rotation)return!1;if(typeof this.config.rotation==="boolean")return!1;let $=this.config.rotation,{encrypt:w}=$;return!!w}async only($){if(!this.enabled)return;return await $()}isEnabled(){return this.enabled}setEnabled($){this.enabled=$}extend($){let w=`${this.name}:${$}`,A=new hJ(w,{...this.options,logDirectory:this.config.logDirectory,level:this.config.level,format:this.config.format,rotation:typeof this.config.rotation==="boolean"?void 0:this.config.rotation,timestamp:typeof this.config.timestamp==="boolean"?void 0:this.config.timestamp});return this.subLoggers.add(A),A}createReadStream(){if(B$())throw Error("createReadStream is not supported in browser environments");if(!lA(this.currentLogFile))throw Error(`Log file does not exist: ${this.currentLogFile}`);return wB(this.currentLogFile,{encoding:"utf8"})}async decrypt($){if(!this.validateEncryptionConfig())throw Error("Encryption is not configured");let w=this.config.rotation;if(!w.encrypt||typeof w.encrypt==="boolean")throw Error("Invalid encryption configuration");if(!this.currentKeyId||!this.keys.has(this.currentKeyId))throw Error("No valid encryption key available");let A=this.keys.get(this.currentKeyId);try{let J=V0.isBuffer($)?$:V0.from($,"base64"),U=J.subarray(0,16),Y=J.subarray(J.length-16),f=J.subarray(16,J.length-16),W=NT("aes-256-gcm",A,U);W.setAuthTag(Y);let Z=W.update(f),B=W.final(),E=Z.length+B.length,F=V0.allocUnsafe(E);return Z.copy(F,0),B.copy(F,Z.length),F.toString("utf8")}catch(J){throw Error(`Decryption failed: ${J instanceof Error?J.message:String(J)}`)}}getLevel(){return this.config.level}getLogDirectory(){return this.config.logDirectory}getFormat(){return this.config.format}getRotationConfig(){return this.config.rotation}isBrowserMode(){return B$()}isServerMode(){return!B$()}setTestEncryptionKey($,w){this.currentKeyId=$,this.keys.set($,w)}getTestCurrentKey(){if(!this.currentKeyId||!this.keys.has(this.currentKeyId))return null;return{id:this.currentKeyId,key:this.keys.get(this.currentKeyId)}}getConfig(){return this.config}async box($){if(!this.enabled)return;let w=new Date,A=this.formatConsoleTimestamp(w),J=this.formatFileTimestamp(w),{consoleText:U,fileText:Y}=this.buildOutputTexts($);if(this.shouldStyleConsole()){let W=U.split(`
|
|
77
|
+
`),Z=Math.max(...W.map((z)=>z.length))+2,B=`┌${"─".repeat(Z)}┐`,E=`└${"─".repeat(Z)}┘`,F=W.map((z)=>{return this.formatConsoleMessage({timestamp:A,message:k.cyan(z),showTimestamp:!1})});console.error(this.formatConsoleMessage({timestamp:A,message:k.cyan(B),showTimestamp:!1})),F.forEach((z)=>console.error(z)),console.error(this.formatConsoleMessage({timestamp:A,message:k.cyan(E),showTimestamp:!1}))}else if(!B$())console.error(`${J} ${this.environment}.INFO: [BOX] ${Y}`);let f=`${J} ${this.environment}.INFO: [BOX] ${Y}
|
|
78
|
+
`.replace(this.ANSI_PATTERN,"");if(this.shouldWriteToFile())await this.writeToFile(f)}async prompt($){if(B$())return Promise.resolve(!0);return new Promise((w)=>{console.error(`${k.cyan("?")} ${$} (y/n) `);let A=(J)=>{let U=J.toString().trim().toLowerCase();v.stdin.removeListener("data",A);try{if(typeof v.stdin.setRawMode==="function")v.stdin.setRawMode(!1)}catch{}v.stdin.pause(),console.error(""),w(U==="y"||U==="yes")};try{if(typeof v.stdin.setRawMode==="function")v.stdin.setRawMode(!0)}catch{}v.stdin.resume(),v.stdin.once("data",A)})}setFancy($){this.fancy=$}isFancy(){return this.fancy}pause(){this.enabled=!1}resume(){this.enabled=!0}async start($,...w){if(!this.enabled)return;let A=$;if(w&&w.length>0){let f=/%([sdijfo%])/g,W=0;if(A=$.replace(f,(Z,B)=>{if(B==="%")return"%";if(W>=w.length)return Z;let E=w[W++];switch(B){case"s":return String(E);case"d":case"i":return Number(E).toString();case"j":case"o":return JSON.stringify(E,null,2);default:return Z}}),W<w.length)A+=` ${w.slice(W).map((Z)=>typeof Z==="object"?JSON.stringify(Z,null,2):String(Z)).join(" ")}`}let{consoleText:J,fileText:U}=this.buildOutputTexts(A);if(this.shouldStyleConsole()){let f=this.options.showTags!==!1&&this.name?k.gray(this.formatTag(this.name)):"",W=this.options.showIcons===!1?"":`${k.blue("◐")} `;console.error(`${W}${f} ${k.cyan(J)}`)}let Y=`[${new Date().toISOString()}] ${this.environment}.INFO: [START] ${U}
|
|
79
|
+
`.replace(this.ANSI_PATTERN,"");if(this.shouldWriteToFile())await this.writeToFile(Y)}renderProgressBar($,w=!1){if(!this.enabled||!this.shouldStyleConsole()||!v.stdout.isTTY)return;let A=Math.min(100,Math.max(0,Math.round($.current/$.total*100))),J=Math.round($.barLength*A/100),U=$.barLength-J,Y=k.green("━".repeat(J)),f=k.gray("━".repeat(U)),W=`[${Y}${f}]`,Z=`${A}%`.padStart(4),B=$.message?` ${$.message}`:"",E=this.options.showIcons===!1?"":w||A===100?k.green("✓"):k.blue("▶"),F=this.options.showTags!==!1&&this.name?` ${k.gray(this.formatTag(this.name))}`:"",z=`\r${E}${F} ${W} ${Z}${B}`,j=v.stdout.columns||80,G=" ".repeat(Math.max(0,j-z.replace(this.ANSI_PATTERN,"").length));if($.lastRenderedLine=`${z}${G}`,v.stdout.write($.lastRenderedLine),w)v.stdout.write(`
|
|
80
|
+
`)}finishProgressBar($,w){if(!this.enabled||!this.fancy||B$()||!v.stdout.isTTY){this.activeProgressBar=null;return}if($.current<$.total)$.current=$.total;if(w)$.message=w;this.renderProgressBar($,!0),this.activeProgressBar=null}async clear($={}){if(B$()){console.warn("Log clearing is not supported in browser environments.");return}try{console.warn("Clearing logs...",this.config.logDirectory);let w=await pA(this.config.logDirectory),A=[];for(let J of w){if(!($.name?new RegExp($.name.replace("*",".*")).test(J):J.startsWith(this.name))||!J.endsWith(".log"))continue;let U=gw(this.config.logDirectory,J);if($.before)try{if((await dw(U)).mtime>=$.before)continue}catch(Y){console.error(`Failed to get stats for file ${U}:`,Y);continue}A.push(U)}if(A.length===0){console.warn("No log files matched the criteria for clearing.");return}console.warn(`Preparing to delete ${A.length} log file(s)...`);for(let J of A)try{await tA(J),console.warn(`Deleted log file: ${J}`)}catch(U){console.error(`Failed to delete log file ${J}:`,U)}console.warn("Log clearing process finished.")}catch(w){console.error("Error during log clearing process:",w)}}}async function vB($,w={}){let{maxRetries:A=3,retryDelay:J=1000,isRetryable:U=()=>!0,fallback:Y}=w,f=Error("Unknown error occurred");for(let W=0;W<=A;W++)try{return await $()}catch(Z){if(f=Z instanceof Error?Z:Error(String(Z)),W===A||!U(f))break;if(J>0)await new Promise((B)=>setTimeout(B,J))}if(Y!==void 0)return Y;throw f instanceof Error?f:Error(`Unknown error: ${String(f)}`)}function nB($){return $ instanceof l$}function ZG($){return $ instanceof qJ}function WG($){if(nB($))return $.code==="FILE_SYSTEM_ERROR"||$.code==="BROWSER_CONFIG_ERROR";return["ENOENT","EACCES","EMFILE","ENFILE","EBUSY","network","timeout","connection"].some((w)=>$.message.toLowerCase().includes(w.toLowerCase()))}class LJ{defaultParsers;constructor(){this.defaultParsers=[{name:"boolean",canParse:($,w)=>w==="boolean"||["true","false","1","0","yes","no"].includes($.toLowerCase()),parse:($)=>{let w=$.toLowerCase();return["true","1","yes"].includes(w)}},{name:"number",canParse:($,w)=>w==="number"||!Number.isNaN(Number($))&&!Number.isNaN(Number.parseFloat($)),parse:($)=>{let w=Number($);if(Number.isNaN(w))throw TypeError(`Cannot parse "${$}" as number`);return w}},{name:"array",canParse:($,w)=>w==="array"||$.startsWith("[")||$.includes(","),parse:($)=>{try{let w=JSON.parse($);if(Array.isArray(w))return w}catch{}return $.split(",").map((w)=>w.trim())}},{name:"json",canParse:($,w)=>w==="object"||($.startsWith("{")&&$.endsWith("}")||$.startsWith("[")&&$.endsWith("]")),parse:($)=>{try{return JSON.parse($)}catch(w){throw Error(`Cannot parse "${$}" as JSON: ${w}`)}}}]}async applyEnvironmentVariables($,w,A={}){let{prefix:J,useCamelCase:U=!0,useBackwardCompatibility:Y=!0,customParsers:f={},verbose:W=!1,trackPerformance:Z=!0}=A,B=async()=>{if(!$)return{config:w,source:{type:"environment",priority:50,timestamp:new Date}};let E=J||this.generateEnvPrefix($),F={...w};return this.processObject(F,[],E,{useCamelCase:U,useBackwardCompatibility:Y,customParsers:f,verbose:W,configName:$}),{config:F,source:{type:"environment",priority:50,timestamp:new Date}}};if(Z)return Q1.track("applyEnvironmentVariables",B,{configName:$});return B()}generateEnvPrefix($){return $.toUpperCase().replace(/-/g,"_")}formatEnvKey($,w){if(!w)return $.toUpperCase();return $.replace(/([A-Z])/g,"_$1").toUpperCase()}processObject($,w,A,J){for(let[U,Y]of Object.entries($)){let f=[...w,U],W=f.map((E)=>this.formatEnvKey(E,J.useCamelCase)),Z=`${A}_${W.join("_")}`,B=J.useBackwardCompatibility?`${A}_${f.map((E)=>E.toUpperCase()).join("_")}`:null;if(J.verbose);if(typeof Y==="object"&&Y!==null&&!Array.isArray(Y))this.processObject(Y,f,A,J);else{let E=rA.env[Z]||(B?rA.env[B]:void 0);if(E!==void 0){if(J.verbose){let F=rA.env[Z]?Z:B}try{$[U]=this.parseEnvironmentValue(E,typeof Y,Z,J.customParsers,J.configName)}catch(F){if(F instanceof NJ)throw F;throw o0.envVar(Z,E,typeof Y,J.configName)}}}}}parseEnvironmentValue($,w,A,J,U){for(let[Y,f]of Object.entries(J))try{return f($)}catch{continue}for(let Y of this.defaultParsers)if(Y.canParse($,w))try{return Y.parse($)}catch{throw o0.envVar(A,$,`${w} (via ${Y.name} parser)`,U)}return $}getEnvironmentVariables($){let w={},A=$.toUpperCase();for(let[J,U]of Object.entries(rA.env))if(J.startsWith(A)&&U!==void 0)w[J]=U;return w}validateEnvironmentVariable($,w,A){let J=[];if(!/^[A-Z_][A-Z0-9_]*$/.test($))J.push(`Environment variable key "${$}" should only contain uppercase letters, numbers, and underscores`);if(A)try{this.parseEnvironmentValue($,w,A,{})}catch(U){J.push(`Cannot parse value "${w}" as ${A}: ${U}`)}return{isValid:J.length===0,errors:J}}generateEnvVarDocs($,w,A={}){let{prefix:J,format:U="text"}=A,Y=J||this.generateEnvPrefix($),f=[];switch(this.extractEnvVarInfo(w,[],Y,f),U){case"markdown":return this.formatAsMarkdown(f,$);case"json":return JSON.stringify(f,null,2);default:return this.formatAsText(f,$)}}extractEnvVarInfo($,w,A,J){for(let[U,Y]of Object.entries($)){let f=[...w,U],W=`${A}_${f.map((Z)=>this.formatEnvKey(Z,!0)).join("_")}`;if(typeof Y==="object"&&Y!==null&&!Array.isArray(Y))this.extractEnvVarInfo(Y,f,A,J);else J.push({key:W,type:Array.isArray(Y)?"array":typeof Y,description:`Configuration for ${f.join(".")}`,example:this.generateExample(Y)})}}generateExample($){if(Array.isArray($))return JSON.stringify($);if(typeof $==="object"&&$!==null)return JSON.stringify($);return String($)}formatAsText($,w){let A=`Environment Variables for ${w}:
|
|
81
81
|
|
|
82
82
|
`;for(let J of $)A+=`${J.key}
|
|
83
83
|
`,A+=` Type: ${J.type}
|
|
@@ -89,25 +89,25 @@ export type ConfigOf = Config
|
|
|
89
89
|
`;A+=`| Variable | Type | Description | Example |
|
|
90
90
|
`,A+=`|----------|------|-------------|----------|
|
|
91
91
|
`;for(let J of $)A+=`| \`${J.key}\` | ${J.type} | ${J.description} | \`${J.example}\` |
|
|
92
|
-
`;return A}}function WT($,w){let A=lE("process");if(typeof A>"u"||!A.env)return w;let J=A.env[$];return J!==void 0?J:w}function nE($,w,A={}){return mE($,w,A,new WeakMap)}function mE($,w,A,J){let{arrayMergeMode:U="replace",skipNullish:Y=!1,customMerger:f}=A;if(w===null||w===void 0)return Y?$:w;if(f){let W=f($,w);if(W!==void 0)return W}if(Array.isArray(w)||Array.isArray($))return dE($,w,U,J);if(!$0(w)||!$0($))return w;return FT($,w,A,J)}function dE($,w,A,J){if(Array.isArray(w)&&!Array.isArray($))return w;if(Array.isArray($)&&!Array.isArray(w))return w;if(Array.isArray(w)&&Array.isArray($))switch(A){case"replace":return w;case"concat":return ET($,w);case"smart":return BT($,w,J);default:return w}return w}function ET($,w){let A=[...w];for(let J of $)if(!A.some((U)=>A8(U,J)))A.push(J);return A}function BT($,w,A){if(w.length===0)return $;if($.length===0)return w;if($0(w[0])&&$0($[0]))return hT($,w,A);if(w.every((J)=>typeof J==="string")&&$.every((J)=>typeof J==="string")){let J=[...w];for(let U of $)if(!J.includes(U))J.push(U);return J}return w}function hT($,w,A){let J=[...w];for(let U of $){if(!$0(U)){J.push(U);continue}let Y=["id","name","key","path","type"],f=!1;for(let W of Y)if(W in U){if(J.find((Z)=>$0(Z)&&(W in Z)&&Z[W]===U[W])){f=!0;break}}if(!f)J.push(U)}return J}function FT($,w,A,J){let U=w;if($0(U)&&J.has(U))return J.get(U);let Y={...$};if($0(U))J.set(U,Y);for(let f in U){if(!Object.prototype.hasOwnProperty.call(U,f))continue;let W=U[f],Z=Y[f];if(A.skipNullish&&(W===null||W===void 0))continue;if(W===null||W===void 0){Y[f]=W;continue}if($0(W)&&$0(Z))Y[f]=mE(Z,W,A,J);else if(Array.isArray(W)||Array.isArray(Z))Y[f]=dE(Z,W,A.arrayMergeMode||"smart",J);else Y[f]=W}return Y}function R8($,w,A="replace"){return nE($,w,{arrayMergeMode:A==="replace"?"replace":"smart",skipNullish:!0})}function A8($,w){if($===w)return!0;if(Array.isArray($)&&Array.isArray(w)){if($.length!==w.length)return!1;for(let A=0;A<$.length;A++)if(!A8($[A],w[A]))return!1;return!0}if($0($)&&$0(w)){let A=Object.keys($),J=Object.keys(w);if(A.length!==J.length)return!1;for(let U of A){if(!Object.prototype.hasOwnProperty.call(w,U))return!1;if(!A8($[U],w[U]))return!1}return!0}return!1}function $0($){return Boolean($&&typeof $==="object"&&!Array.isArray($))}class LJ{extensions=[".ts",".js",".mjs",".cjs",".json",".mts",".cts"];async loadFromPath($,w,A={}){let{arrayStrategy:J="replace",useCache:U=!0,cacheTtl:Y,trackPerformance:f=!0,verbose:W=!1}=A;if(U){let E=rw.getWithFileCheck("file",$);if(E){if(W)console.log(`Configuration loaded from cache: ${$}`);return E}}let Z=async()=>{if(!rA($))return null;try{let E=`?t=${Date.now()}`,B=await import($+E),h=B.default||B,j="default"in B,F=Object.keys(B).length>0;if(!j&&!F)throw new O1($,Error("Configuration file is empty and exports nothing"),"unknown");if(typeof h!=="object"||h===null||Array.isArray(h))throw new O1($,Error("Configuration must export a valid object"),"unknown");let T={config:R8(w,h,J),source:{type:"file",path:$,priority:100,timestamp:new Date}};if(U)rw.setWithFileCheck("file",T,$,Y);return T}catch(E){throw E instanceof Error?s0.configLoad($,E):s0.configLoad($,Error(String(E)))}};if(f)return D1.track("loadFromPath",Z,{path:$});return Z()}async tryLoadFromPaths($,w,A={}){for(let J of $)try{let U=await this.loadFromPath(J,w,A);if(U)return U}catch(U){if(U instanceof Error&&U.name==="ConfigLoadError")throw U;if(A.verbose)console.warn(`Failed to load config from ${J}:`,U)}return null}generateConfigPaths($,w,A){let J=this.generateNamePatterns($,A),U=[];for(let Y of J)for(let f of this.extensions)U.push(mY(w,`${Y}${f}`));return U}generateNamePatterns($,w){let A=[];if(A.push("config",".config"),$)A.push($,`.${$}.config`,`${$}.config`,`.${$}`);if(w){if(A.push(w,`.${w}.config`,`${w}.config`,`.${w}`),$)A.push(`${$}.${w}.config`,`.${$}.${w}.config`)}return A.filter(Boolean)}checkFileAccess($){return uE(async()=>{return rA($)},{maxRetries:2,retryDelay:100,fallback:!1})}async discoverConfigFiles($,w,A){let J=[];if(!rA($))return J;if(w||A){let U=this.generateNamePatterns(w||"",A);for(let Y of U)for(let f of this.extensions){let W=mY($,`${Y}${f}`);if(await this.checkFileAccess(W))J.push(W)}}else try{let{readdirSync:U}=await import("fs"),Y=U($);for(let f of Y)if(this.looksLikeConfigFile(f)){let W=mY($,f);if(await this.checkFileAccess(W))J.push(W)}}catch{return[]}return J}looksLikeConfigFile($){return[/\.config\.(ts|js|mjs|cjs|json|mts|cts)$/,/^\..*\.(ts|js|mjs|cjs|json|mts|cts)$/,/config\.(ts|js|mjs|cjs|json|mts|cts)$/].some((w)=>w.test($))}async validateConfigFile($){let w=[];try{if(!rA($))return w.push("Configuration file does not exist"),w;let A=await import($),J=A.default||A;if(J===void 0)w.push("Configuration file must export a default value or named exports");else if(typeof J!=="object"||J===null)w.push("Configuration must be an object");else if(Array.isArray(J))w.push("Configuration cannot be an array at the root level");if($.endsWith(".json"))try{let{readFileSync:U}=await import("fs"),Y=U($,"utf8");JSON.parse(Y)}catch(U){w.push(`Invalid JSON syntax: ${U}`)}}catch(A){w.push(`Failed to load configuration file: ${A}`)}return w}async getFileModificationTime($){try{let{statSync:w}=await import("fs");return w($).mtime}catch{return null}}async preloadConfigurations($,w={}){let A=new Map;return await Promise.allSettled($.map(async(J)=>{try{let U=await this.loadFromPath(J,{},w);if(U)A.set(J,U.config)}catch(U){if(w.verbose)console.warn(`Failed to preload ${J}:`,U)}})),A}}class K8{async validateConfiguration($,w,A={}){let{stopOnFirstError:J=!1,validateRequired:U=!0,validateTypes:Y=!0,customRules:f=[],trackPerformance:W=!0,verbose:Z=!1}=A,E=async()=>{let B=[],h=[],j={stopOnFirstError:J,validateRequired:U,validateTypes:Y,customRules:f,trackPerformance:W,verbose:Z};try{if(typeof w==="string")return await this.validateWithSchemaFile($,w,j);else if(Array.isArray(w))return this.validateWithRules($,[...w,...f],j);else return this.validateWithJSONSchema($,w,j)}catch(F){return B.push({path:"",message:`Validation failed: ${F}`,rule:"system"}),{isValid:!1,errors:B,warnings:h}}};if(W)return await D1.track("validateConfiguration",E);return E()}async validateWithSchemaFile($,w,A){try{if(!LH(w))throw new X1(w,[{path:"",message:"Schema file does not exist"}]);let J=await import(w),U=J.default||J;if(Array.isArray(U))return this.validateWithRules($,U,A);else return this.validateWithJSONSchema($,U,A)}catch(J){throw new X1(w,[{path:"",message:`Failed to load schema: ${J}`}])}}validateWithJSONSchema($,w,A){let J=[],U=[];return this.validateObjectAgainstSchema($,w,"",J,U,A),{isValid:J.length===0,errors:J,warnings:U}}validateObjectAgainstSchema($,w,A,J,U,Y){if(Y.validateTypes&&w.type){let f=Array.isArray($)?"array":typeof $,W=Array.isArray(w.type)?w.type:[w.type];if(!W.includes(f)){if(J.push({path:A,message:`Expected type ${W.join(" or ")}, got ${f}`,expected:W.join(" or "),actual:f,rule:"type"}),Y.stopOnFirstError)return}}if(w.enum&&!w.enum.includes($)){if(J.push({path:A,message:`Value must be one of: ${w.enum.join(", ")}`,expected:w.enum.join(", "),actual:$,rule:"enum"}),Y.stopOnFirstError)return}if(typeof $==="string"){if(w.minLength!==void 0&&$.length<w.minLength)J.push({path:A,message:`String length must be at least ${w.minLength}`,expected:`>= ${w.minLength}`,actual:$.length,rule:"minLength"});if(w.maxLength!==void 0&&$.length>w.maxLength)J.push({path:A,message:`String length must not exceed ${w.maxLength}`,expected:`<= ${w.maxLength}`,actual:$.length,rule:"maxLength"});if(w.pattern){if(!new RegExp(w.pattern).test($))J.push({path:A,message:`String does not match pattern ${w.pattern}`,expected:w.pattern,actual:$,rule:"pattern"})}}if(typeof $==="number"){if(w.minimum!==void 0&&$<w.minimum)J.push({path:A,message:`Value must be at least ${w.minimum}`,expected:`>= ${w.minimum}`,actual:$,rule:"minimum"});if(w.maximum!==void 0&&$>w.maximum)J.push({path:A,message:`Value must not exceed ${w.maximum}`,expected:`<= ${w.maximum}`,actual:$,rule:"maximum"})}if(Array.isArray($)&&w.items)for(let f=0;f<$.length;f++){let W=A?`${A}[${f}]`:`[${f}]`;if(this.validateObjectAgainstSchema($[f],w.items,W,J,U,Y),Y.stopOnFirstError&&J.length>0)return}if($&&typeof $==="object"&&!Array.isArray($)){let f=$;if(Y.validateRequired&&w.required){for(let W of w.required)if(!(W in f)){if(J.push({path:A?`${A}.${W}`:W,message:`Missing required property '${W}'`,expected:"required",rule:"required"}),Y.stopOnFirstError)return}}if(w.properties){for(let[W,Z]of Object.entries(w.properties))if(W in f){let E=A?`${A}.${W}`:W;if(this.validateObjectAgainstSchema(f[W],Z,E,J,U,Y),Y.stopOnFirstError&&J.length>0)return}}if(w.additionalProperties===!1){let W=new Set(Object.keys(w.properties||{}));for(let Z of Object.keys(f))if(!W.has(Z))U.push({path:A?`${A}.${Z}`:Z,message:`Additional property '${Z}' is not allowed`,rule:"additionalProperties"})}}}validateWithRules($,w,A){let J=[],U=[];for(let Y of w)try{let f=this.getValueByPath($,Y.path),W=this.validateWithRule(f,Y,Y.path);if(J.push(...W),A.stopOnFirstError&&J.length>0)break}catch(f){J.push({path:Y.path,message:`Rule validation failed: ${f}`,rule:"system"})}return{isValid:J.length===0,errors:J,warnings:U}}validateWithRule($,w,A){let J=[];if(w.required&&($===void 0||$===null))return J.push({path:A,message:w.message||`Property '${A}' is required`,expected:"required",rule:"required"}),J;if($===void 0||$===null)return J;if(w.type){let U=Array.isArray($)?"array":typeof $;if(U!==w.type)J.push({path:A,message:w.message||`Expected type ${w.type}, got ${U}`,expected:w.type,actual:U,rule:"type"})}if(w.min!==void 0){let U=Array.isArray($)?$.length:typeof $==="string"?$.length:typeof $==="number"?$:0;if(U<w.min)J.push({path:A,message:w.message||`Value must be at least ${w.min}`,expected:`>= ${w.min}`,actual:U,rule:"min"})}if(w.max!==void 0){let U=Array.isArray($)?$.length:typeof $==="string"?$.length:typeof $==="number"?$:0;if(U>w.max)J.push({path:A,message:w.message||`Value must not exceed ${w.max}`,expected:`<= ${w.max}`,actual:U,rule:"max"})}if(w.pattern&&typeof $==="string"){if(!w.pattern.test($))J.push({path:A,message:w.message||`Value does not match pattern ${w.pattern}`,expected:w.pattern.toString(),actual:$,rule:"pattern"})}if(w.enum&&!w.enum.includes($))J.push({path:A,message:w.message||`Value must be one of: ${w.enum.join(", ")}`,expected:w.enum.join(", "),actual:$,rule:"enum"});if(w.validator){let U=w.validator($);if(U)J.push({path:A,message:w.message||U,rule:"custom"})}return J}getValueByPath($,w){if(!w)return $;let A=w.split("."),J=$;for(let U of A)if(J&&typeof J==="object"&&U in J)J=J[U];else return;return J}generateRulesFromInterface($){let w=[],A=$.matchAll(/(\w+)(\?)?:\s*(\w+)/g);for(let J of A){let[,U,Y,f]=J;w.push({path:U,required:!Y,type:this.mapTypeScriptType(f)})}return w}mapTypeScriptType($){switch($.toLowerCase()){case"string":return"string";case"number":return"number";case"boolean":return"boolean";case"array":return"array";case"object":return"object";default:return"object"}}static createCommonRules(){return{server:[{path:"port",required:!0,type:"number",min:1,max:65535},{path:"host",required:!0,type:"string",min:1},{path:"ssl",type:"boolean"}],database:[{path:"url",required:!0,type:"string",min:1},{path:"pool",type:"number",min:1,max:100},{path:"timeout",type:"number",min:0}],api:[{path:"baseUrl",required:!0,type:"string",pattern:sE},{path:"timeout",type:"number",min:0},{path:"retries",type:"number",min:0,max:10}]}}}class M8{fileLoader=new LJ;envProcessor=new yJ;validator=new K8;async loadConfig($){let w=Date.now(),{cache:A,performance:J,schema:U,validate:Y,...f}=$;try{if(A?.enabled){let Z=this.checkCache(f.name||"",f);if(Z)return Z}let W;try{W=await this.loadConfigurationStrategies(f,!0,A)}catch(Z){let E=f.__strictErrorHandling;if(Z instanceof Error&&Z.name==="ConfigNotFoundError"){if(E)throw Z;W={...await this.applyEnvironmentVariables(f.name||"",f.defaultConfig,f.checkEnv!==!1,f.verbose||!1),warnings:[`No configuration file found for "${f.name||"config"}", using defaults with environment variables`]}}else if(Z instanceof Error&&Z.name==="ConfigLoadError"){let B=Z.message.includes("EACCES")||Z.message.includes("EPERM")||Z.message.includes("permission denied"),h=!B&&(Z.message.includes("syntax")||Z.message.includes("Expected")||Z.message.includes("Unexpected")||Z.message.includes("BuildMessage")||Z.message.includes("errors building")),j=Z.message.includes("Configuration must export a valid object")||Z.message.includes("Configuration file is empty and exports nothing");if(E&&(j||B))throw Z;if(h&&(!E||!j))W={...await this.applyEnvironmentVariables(f.name||"",f.defaultConfig,f.checkEnv!==!1,f.verbose||!1),warnings:["Configuration file has syntax errors, using defaults with environment variables"]};else if(!E)W={...await this.applyEnvironmentVariables(f.name||"",f.defaultConfig,f.checkEnv!==!1,f.verbose||!1),warnings:[`Configuration loading error, using defaults: ${Z.message}`]};else throw Z}else W={...await this.applyEnvironmentVariables(f.name||"",f.defaultConfig,f.checkEnv!==!1,f.verbose||!1),warnings:[`Configuration loading failed, using defaults: ${Z instanceof Error?Z.message:String(Z)}`]}}if(U||Y)await this.validateConfiguration(W.config,U,Y,f.name);if(A?.enabled&&W)this.cacheResult(f.name||"",W,A,f);if(J?.enabled){let Z={operation:"loadConfig",duration:Date.now()-w,configName:f.name,timestamp:new Date};if(J.onMetrics)J.onMetrics(Z);if(J.slowThreshold&&Z.duration>J.slowThreshold)E0.warn(`Slow configuration loading detected: ${Z.duration}ms for ${f.name}`);W.metrics=Z}return W}catch(W){let Z=Date.now()-w;throw E0.error(`Configuration loading failed after ${Z}ms:`,[W instanceof Error?W:Error(String(W))]),W}}async loadConfigurationStrategies($,w=!1,A){let{name:J="",alias:U,cwd:Y,configDir:f,defaultConfig:W,checkEnv:Z=!0,arrayStrategy:E="replace",verbose:B=!1}=$,h=Y||Zw.cwd(),j=[],F=await this.loadLocalConfiguration(J,U,h,f,W,E,B,Z,A);if(F)return j.push(...this.getLocalSearchPaths(J,U,h,f)),this.finalizeResult(F,j,Z,J,B);let T=await this.loadHomeConfiguration(J,U,W,E,B,Z);if(T)return j.push(...this.getHomeSearchPaths(J,U)),this.finalizeResult(T,j,Z,J,B);let H=await this.loadPackageJsonConfiguration(J,U,h,W,E,B,Z);if(H)return j.push(Q$(h,"package.json")),this.finalizeResult(H,j,Z,J,B);if(j.push(...this.getAllSearchPaths(J,U,h,f)),w)throw s0.configNotFound(J,j,U);return{...await this.applyEnvironmentVariables(J,W,Z,B),warnings:[`No configuration file found for "${J}"${U?` or alias "${U}"`:""}, using defaults with environment variables`]}}async loadLocalConfiguration($,w,A,J,U,Y,f,W,Z){let E=W?L1($,U,f):U,B=this.getLocalDirectories(A,J);for(let h of B){if(f)E0.info(`Searching for configuration in: ${h}`);let j=this.fileLoader.generateConfigPaths($,h,w),F=await this.fileLoader.tryLoadFromPaths(j,E,{arrayStrategy:Y,verbose:f,cacheTtl:Z?.ttl,useCache:!Z?.ttl||Z.ttl>100});if(F){if(f)E0.success(`Configuration loaded from: ${F.source.path}`);return F}}return null}async loadHomeConfiguration($,w,A,J,U,Y){if(!$)return null;let f=Y?L1($,A,U):A,W=[Q$(iw(),".config",$),Q$(iw(),".config"),iw()];for(let Z of W){if(U)E0.info(`Checking home directory: ${Z}`);let E=this.fileLoader.generateConfigPaths($,Z,w),B=await this.fileLoader.tryLoadFromPaths(E,f,{arrayStrategy:J,verbose:U});if(B){if(U)E0.success(`Configuration loaded from home directory: ${B.source.path}`);return B}}return null}async loadPackageJsonConfiguration($,w,A,J,U,Y,f){let W=f?L1($,J,Y):J;try{let Z=Q$(A,"package.json");if(!$8(Z))return null;let E=await import(Z),B=E[$],h=$;if(!B&&w)B=E[w],h=w;if(B&&typeof B==="object"&&!Array.isArray(B)){if(Y)E0.success(`Configuration loaded from package.json: ${h}`);return{config:R8(W,B,U),source:{type:"package.json",path:Z,priority:30,timestamp:new Date}}}}catch(Z){if(Y)E0.warn("Failed to load package.json:",[Z instanceof Error?Z:Error(String(Z))])}return null}async applyEnvironmentVariables($,w,A,J){if(!A||!$||typeof w!=="object"||w===null||Array.isArray(w))return{config:w,source:{type:"default",priority:10,timestamp:new Date}};return{config:L1($,w,J),source:{type:"environment",priority:20,timestamp:new Date}}}async finalizeResult($,w,A,J,U){return{config:$.config,source:$.source,path:$.source.path}}async validateConfiguration($,w,A,J){let U=[];if(A){let Y=A($);if(Y)U.push(...Y)}if(w){let Y=await this.validator.validateConfiguration($,w);if(!Y.isValid)U.push(...Y.errors.map((f)=>f.path?`${f.path}: ${f.message}`:f.message))}if(U.length>0)throw s0.configValidation(J||"unknown",U,J)}checkCache($,w){let A=this.generateCacheKey($,w);return rw.get(A)||null}cacheResult($,w,A,J){let U=this.generateCacheKey($,J);rw.set(U,w,void 0,A.ttl)}generateCacheKey($,w){let A=[$];if(w.alias)A.push(`alias:${w.alias}`);if(w.cwd)A.push(`cwd:${w.cwd}`);if(w.configDir)A.push(`configDir:${w.configDir}`);if("checkEnv"in w)A.push(`checkEnv:${w.checkEnv}`);return A.join("|")}getLocalDirectories($,w){return Array.from(new Set([$,Q$($,"config"),Q$($,".config"),w?Q$($,w):void 0].filter(Boolean)))}getAllSearchPaths($,w,A,J){let U=[];return U.push(...this.getLocalSearchPaths($,w,A,J)),U.push(...this.getHomeSearchPaths($,w)),U.push(Q$(A,"package.json")),U}getLocalSearchPaths($,w,A,J){let U=this.getLocalDirectories(A,J),Y=[];for(let f of U)Y.push(...this.fileLoader.generateConfigPaths($,f,w));return Y}getHomeSearchPaths($,w){if(!$)return[];let A=[Q$(iw(),".config",$),Q$(iw(),".config"),iw()],J=[];for(let U of A)J.push(...this.fileLoader.generateConfigPaths($,U,w));return J}async loadConfigWithResult($){return this.loadConfig($)}}function zE($){let w=!($.message.includes("EACCES")||$.message.includes("EPERM")||$.message.includes("permission denied"))&&($.message.includes("syntax")||$.message.includes("Expected")||$.message.includes("Unexpected")||$.message.includes("BuildMessage")),A=$.message.includes("Configuration must export a valid object")||$.message.includes("Configuration file is empty and exports nothing");return w||A}async function jT($){return Q0.loadConfig({...$,__strictErrorHandling:!0})}async function gE($){let w="defaultConfig"in $&&$.defaultConfig!==void 0?$.defaultConfig:{},A="cache"in $||"performance"in $||"schema"in $||"validate"in $;try{let J;if(A)J=await Q0.loadConfig($);else J=await Q0.loadConfig({...$,defaultConfig:w,cache:{enabled:!0},performance:{enabled:!1}});return J?.config??w}catch(J){let U=J instanceof Error?J.name:"UnknownError",Y=J instanceof Error?J.message:String(J);if(!(U==="ConfigNotFoundError"||U==="ConfigLoadError"||U==="ConfigValidationError"||Y.includes("config"))&&$.verbose)E0.warn("Unexpected error loading config, using defaults:",[J instanceof Error?J:Error(String(J))]);let f=A?{...$,defaultConfig:w}:{...$,defaultConfig:w,cache:{enabled:!0},performance:{enabled:!1}};if("checkEnv"in $?$.checkEnv!==!1:!0)return(await Q0.applyEnvironmentVariables(f.name||"",w,!0,f.verbose||!1))?.config??w;return w}}async function zT($={defaultConfig:{}}){if(typeof $==="string"){let{cwd:w}=await import("process");try{return(await Q0.loadConfig({name:$,cwd:w(),generatedDir:"./generated",configDir:"./config",defaultConfig:{},checkEnv:!0,arrayStrategy:"replace"})).config}catch(A){if(A instanceof Error&&(A.name==="ConfigNotFoundError"||A.name==="ConfigLoadError"&&zE(A)))return(await Q0.applyEnvironmentVariables($,{},!0,!1)).config;throw A}}try{return(await Q0.loadConfig({...$,cwd:$.cwd||Zw.cwd(),cache:{enabled:!0},performance:{enabled:!1}})).config}catch(w){if(w instanceof Error&&(w.name==="ConfigNotFoundError"||w.name==="ConfigLoadError"&&zE(w)))return(await Q0.applyEnvironmentVariables($.name||"",$.defaultConfig||{},$.checkEnv!==!1,$.verbose||!1)).config;throw w}}async function HT($,w,A="replace"){let J=new LJ;try{let U=await J.loadFromPath($,w,{arrayStrategy:A,useCache:!1,trackPerformance:!1});return U?U.config:null}catch{return null}}function L1($,w,A=!1){let J=new yJ,U=$.toUpperCase().replace(/[^A-Z0-9]/g,"_");function Y(f,W=[]){let Z={...f};for(let[E,B]of Object.entries(f)){let h=[...W,E],j=[`${U}_${h.join("_").toUpperCase()}`,`${U}_${h.map((H)=>H.toUpperCase()).join("")}`,`${U}_${h.map((H)=>H.replace(/([A-Z])/g,"_$1").toUpperCase()).join("")}`],F,T;for(let H of j)if(F=Zw.env[H],F!==void 0){T=H;break}if(F!==void 0&&T)if(typeof B==="boolean")Z[E]=["true","1","yes"].includes(F.toLowerCase());else if(typeof B==="number"){let H=Number(F);if(!Number.isNaN(H))Z[E]=H}else if(Array.isArray(B))try{Z[E]=JSON.parse(F)}catch{Z[E]=F.split(",").map((H)=>H.trim())}else Z[E]=F;else if(B&&typeof B==="object"&&!Array.isArray(B))Z[E]=Y(B,h)}return Z}return Y(w)}function TT($){let w=Q$(Zw.cwd(),$.configDir),A=Q$(Zw.cwd(),$.generatedDir),J=Q$(A,"config-types.ts");if(!$8(gW(J)))JH(gW(J),{recursive:!0,mode:511});let U=$8(w)?UH(w).map((f)=>f.replace(/\.(ts|js|mjs|cjs|mts|cts|json)$/,"")).sort():[],Y=`// Generated by bunfig v${gT}
|
|
92
|
+
`;return A}}function BG($,w){let A=pB("process");if(typeof A>"u"||!A.env)return w;let J=A.env[$];return J!==void 0?J:w}function mB($,w,A={}){return dB($,w,A,new WeakMap)}function dB($,w,A,J){let{arrayMergeMode:U="replace",skipNullish:Y=!1,customMerger:f}=A;if(w===null||w===void 0)return Y?$:w;if(f){let W=f($,w);if(W!==void 0)return W}if(Array.isArray(w)||Array.isArray($))return gB($,w,U,J);if(!$0(w)||!$0($))return w;return zG($,w,A,J)}function gB($,w,A,J){if(Array.isArray(w)&&!Array.isArray($))return w;if(Array.isArray($)&&!Array.isArray(w))return w;if(Array.isArray(w)&&Array.isArray($))switch(A){case"replace":return w;case"concat":return EG($,w);case"smart":return FG($,w,J);default:return w}return w}function EG($,w){let A=[...w];for(let J of $)if(!A.some((U)=>J8(U,J)))A.push(J);return A}function FG($,w,A){if(w.length===0)return $;if($.length===0)return w;if($0(w[0])&&$0($[0]))return jG($,w,A);if(w.every((J)=>typeof J==="string")&&$.every((J)=>typeof J==="string")){let J=[...w];for(let U of $)if(!J.includes(U))J.push(U);return J}return w}function jG($,w,A){let J=[...w];for(let U of $){if(!$0(U)){J.push(U);continue}let Y=["id","name","key","path","type"],f=!1;for(let W of Y)if(W in U){if(J.find((Z)=>$0(Z)&&(W in Z)&&Z[W]===U[W])){f=!0;break}}if(!f)J.push(U)}return J}function zG($,w,A,J){let U=w;if($0(U)&&J.has(U))return J.get(U);let Y={...$};if($0(U))J.set(U,Y);for(let f in U){if(!Object.prototype.hasOwnProperty.call(U,f))continue;let W=U[f],Z=Y[f];if(A.skipNullish&&(W===null||W===void 0))continue;if(W===null||W===void 0){Y[f]=W;continue}if($0(W)&&$0(Z))Y[f]=dB(Z,W,A,J);else if(Array.isArray(W)||Array.isArray(Z))Y[f]=gB(Z,W,A.arrayMergeMode||"smart",J);else Y[f]=W}return Y}function R8($,w,A="replace"){return mB($,w,{arrayMergeMode:A==="replace"?"replace":"smart",skipNullish:!0})}function J8($,w){if($===w)return!0;if(Array.isArray($)&&Array.isArray(w)){if($.length!==w.length)return!1;for(let A=0;A<$.length;A++)if(!J8($[A],w[A]))return!1;return!0}if($0($)&&$0(w)){let A=Object.keys($),J=Object.keys(w);if(A.length!==J.length)return!1;for(let U of A){if(!Object.prototype.hasOwnProperty.call(w,U))return!1;if(!J8($[U],w[U]))return!1}return!0}return!1}function $0($){return Boolean($&&typeof $==="object"&&!Array.isArray($))}class SJ{extensions=[".ts",".js",".mjs",".cjs",".json",".mts",".cts"];async loadFromPath($,w,A={}){let{arrayStrategy:J="replace",useCache:U=!0,cacheTtl:Y,trackPerformance:f=!0,verbose:W=!1}=A;if(U){let B=sw.getWithFileCheck("file",$);if(B){if(W)console.log(`Configuration loaded from cache: ${$}`);return B}}let Z=async()=>{if(!aA($))return null;try{let B=`?t=${Date.now()}`,E=await import($+B),F=E.default||E,z="default"in E,j=Object.keys(E).length>0;if(!z&&!j)throw new _1($,Error("Configuration file is empty and exports nothing"),"unknown");if(typeof F!=="object"||F===null||Array.isArray(F))throw new _1($,Error("Configuration must export a valid object"),"unknown");let G={config:R8(w,F,J),source:{type:"file",path:$,priority:100,timestamp:new Date}};if(U)sw.setWithFileCheck("file",G,$,Y);return G}catch(B){throw B instanceof Error?o0.configLoad($,B):o0.configLoad($,Error(String(B)))}};if(f)return Q1.track("loadFromPath",Z,{path:$});return Z()}async tryLoadFromPaths($,w,A={}){for(let J of $)try{let U=await this.loadFromPath(J,w,A);if(U)return U}catch(U){if(U instanceof Error&&U.name==="ConfigLoadError")throw U;if(A.verbose)console.warn(`Failed to load config from ${J}:`,U)}return null}generateConfigPaths($,w,A){let J=this.generateNamePatterns($,A),U=[];for(let Y of J)for(let f of this.extensions)U.push(dY(w,`${Y}${f}`));return U}generateNamePatterns($,w){let A=[];if(A.push("config",".config"),$)A.push($,`.${$}.config`,`${$}.config`,`.${$}`);if(w){if(A.push(w,`.${w}.config`,`${w}.config`,`.${w}`),$)A.push(`${$}.${w}.config`,`.${$}.${w}.config`)}return A.filter(Boolean)}checkFileAccess($){return vB(async()=>{return aA($)},{maxRetries:2,retryDelay:100,fallback:!1})}async discoverConfigFiles($,w,A){let J=[];if(!aA($))return J;if(w||A){let U=this.generateNamePatterns(w||"",A);for(let Y of U)for(let f of this.extensions){let W=dY($,`${Y}${f}`);if(await this.checkFileAccess(W))J.push(W)}}else try{let{readdirSync:U}=await import("fs"),Y=U($);for(let f of Y)if(this.looksLikeConfigFile(f)){let W=dY($,f);if(await this.checkFileAccess(W))J.push(W)}}catch{return[]}return J}looksLikeConfigFile($){return[/\.config\.(ts|js|mjs|cjs|json|mts|cts)$/,/^\..*\.(ts|js|mjs|cjs|json|mts|cts)$/,/config\.(ts|js|mjs|cjs|json|mts|cts)$/].some((w)=>w.test($))}async validateConfigFile($){let w=[];try{if(!aA($))return w.push("Configuration file does not exist"),w;let A=await import($),J=A.default||A;if(J===void 0)w.push("Configuration file must export a default value or named exports");else if(typeof J!=="object"||J===null)w.push("Configuration must be an object");else if(Array.isArray(J))w.push("Configuration cannot be an array at the root level");if($.endsWith(".json"))try{let{readFileSync:U}=await import("fs"),Y=U($,"utf8");JSON.parse(Y)}catch(U){w.push(`Invalid JSON syntax: ${U}`)}}catch(A){w.push(`Failed to load configuration file: ${A}`)}return w}async getFileModificationTime($){try{let{statSync:w}=await import("fs");return w($).mtime}catch{return null}}async preloadConfigurations($,w={}){let A=new Map;return await Promise.allSettled($.map(async(J)=>{try{let U=await this.loadFromPath(J,{},w);if(U)A.set(J,U.config)}catch(U){if(w.verbose)console.warn(`Failed to preload ${J}:`,U)}})),A}}class M8{async validateConfiguration($,w,A={}){let{stopOnFirstError:J=!1,validateRequired:U=!0,validateTypes:Y=!0,customRules:f=[],trackPerformance:W=!0,verbose:Z=!1}=A,B=async()=>{let E=[],F=[],z={stopOnFirstError:J,validateRequired:U,validateTypes:Y,customRules:f,trackPerformance:W,verbose:Z};try{if(typeof w==="string")return await this.validateWithSchemaFile($,w,z);else if(Array.isArray(w))return this.validateWithRules($,[...w,...f],z);else return this.validateWithJSONSchema($,w,z)}catch(j){return E.push({path:"",message:`Validation failed: ${j}`,rule:"system"}),{isValid:!1,errors:E,warnings:F}}};if(W)return await Q1.track("validateConfiguration",B);return B()}async validateWithSchemaFile($,w,A){try{if(!ST(w))throw new D1(w,[{path:"",message:"Schema file does not exist"}]);let J=await import(w),U=J.default||J;if(Array.isArray(U))return this.validateWithRules($,U,A);else return this.validateWithJSONSchema($,U,A)}catch(J){throw new D1(w,[{path:"",message:`Failed to load schema: ${J}`}])}}validateWithJSONSchema($,w,A){let J=[],U=[];return this.validateObjectAgainstSchema($,w,"",J,U,A),{isValid:J.length===0,errors:J,warnings:U}}validateObjectAgainstSchema($,w,A,J,U,Y){if(Y.validateTypes&&w.type){let f=Array.isArray($)?"array":typeof $,W=Array.isArray(w.type)?w.type:[w.type];if(!W.includes(f)){if(J.push({path:A,message:`Expected type ${W.join(" or ")}, got ${f}`,expected:W.join(" or "),actual:f,rule:"type"}),Y.stopOnFirstError)return}}if(w.enum&&!w.enum.includes($)){if(J.push({path:A,message:`Value must be one of: ${w.enum.join(", ")}`,expected:w.enum.join(", "),actual:$,rule:"enum"}),Y.stopOnFirstError)return}if(typeof $==="string"){if(w.minLength!==void 0&&$.length<w.minLength)J.push({path:A,message:`String length must be at least ${w.minLength}`,expected:`>= ${w.minLength}`,actual:$.length,rule:"minLength"});if(w.maxLength!==void 0&&$.length>w.maxLength)J.push({path:A,message:`String length must not exceed ${w.maxLength}`,expected:`<= ${w.maxLength}`,actual:$.length,rule:"maxLength"});if(w.pattern){if(!new RegExp(w.pattern).test($))J.push({path:A,message:`String does not match pattern ${w.pattern}`,expected:w.pattern,actual:$,rule:"pattern"})}}if(typeof $==="number"){if(w.minimum!==void 0&&$<w.minimum)J.push({path:A,message:`Value must be at least ${w.minimum}`,expected:`>= ${w.minimum}`,actual:$,rule:"minimum"});if(w.maximum!==void 0&&$>w.maximum)J.push({path:A,message:`Value must not exceed ${w.maximum}`,expected:`<= ${w.maximum}`,actual:$,rule:"maximum"})}if(Array.isArray($)&&w.items)for(let f=0;f<$.length;f++){let W=A?`${A}[${f}]`:`[${f}]`;if(this.validateObjectAgainstSchema($[f],w.items,W,J,U,Y),Y.stopOnFirstError&&J.length>0)return}if($&&typeof $==="object"&&!Array.isArray($)){let f=$;if(Y.validateRequired&&w.required){for(let W of w.required)if(!(W in f)){if(J.push({path:A?`${A}.${W}`:W,message:`Missing required property '${W}'`,expected:"required",rule:"required"}),Y.stopOnFirstError)return}}if(w.properties){for(let[W,Z]of Object.entries(w.properties))if(W in f){let B=A?`${A}.${W}`:W;if(this.validateObjectAgainstSchema(f[W],Z,B,J,U,Y),Y.stopOnFirstError&&J.length>0)return}}if(w.additionalProperties===!1){let W=new Set(Object.keys(w.properties||{}));for(let Z of Object.keys(f))if(!W.has(Z))U.push({path:A?`${A}.${Z}`:Z,message:`Additional property '${Z}' is not allowed`,rule:"additionalProperties"})}}}validateWithRules($,w,A){let J=[],U=[];for(let Y of w)try{let f=this.getValueByPath($,Y.path),W=this.validateWithRule(f,Y,Y.path);if(J.push(...W),A.stopOnFirstError&&J.length>0)break}catch(f){J.push({path:Y.path,message:`Rule validation failed: ${f}`,rule:"system"})}return{isValid:J.length===0,errors:J,warnings:U}}validateWithRule($,w,A){let J=[];if(w.required&&($===void 0||$===null))return J.push({path:A,message:w.message||`Property '${A}' is required`,expected:"required",rule:"required"}),J;if($===void 0||$===null)return J;if(w.type){let U=Array.isArray($)?"array":typeof $;if(U!==w.type)J.push({path:A,message:w.message||`Expected type ${w.type}, got ${U}`,expected:w.type,actual:U,rule:"type"})}if(w.min!==void 0){let U=Array.isArray($)?$.length:typeof $==="string"?$.length:typeof $==="number"?$:0;if(U<w.min)J.push({path:A,message:w.message||`Value must be at least ${w.min}`,expected:`>= ${w.min}`,actual:U,rule:"min"})}if(w.max!==void 0){let U=Array.isArray($)?$.length:typeof $==="string"?$.length:typeof $==="number"?$:0;if(U>w.max)J.push({path:A,message:w.message||`Value must not exceed ${w.max}`,expected:`<= ${w.max}`,actual:U,rule:"max"})}if(w.pattern&&typeof $==="string"){if(!w.pattern.test($))J.push({path:A,message:w.message||`Value does not match pattern ${w.pattern}`,expected:w.pattern.toString(),actual:$,rule:"pattern"})}if(w.enum&&!w.enum.includes($))J.push({path:A,message:w.message||`Value must be one of: ${w.enum.join(", ")}`,expected:w.enum.join(", "),actual:$,rule:"enum"});if(w.validator){let U=w.validator($);if(U)J.push({path:A,message:w.message||U,rule:"custom"})}return J}getValueByPath($,w){if(!w)return $;let A=w.split("."),J=$;for(let U of A)if(J&&typeof J==="object"&&U in J)J=J[U];else return;return J}generateRulesFromInterface($){let w=[],A=$.matchAll(/(\w+)(\?)?:\s*(\w+)/g);for(let J of A){let[,U,Y,f]=J;w.push({path:U,required:!Y,type:this.mapTypeScriptType(f)})}return w}mapTypeScriptType($){switch($.toLowerCase()){case"string":return"string";case"number":return"number";case"boolean":return"boolean";case"array":return"array";case"object":return"object";default:return"object"}}static createCommonRules(){return{server:[{path:"port",required:!0,type:"number",min:1,max:65535},{path:"host",required:!0,type:"string",min:1},{path:"ssl",type:"boolean"}],database:[{path:"url",required:!0,type:"string",min:1},{path:"pool",type:"number",min:1,max:100},{path:"timeout",type:"number",min:0}],api:[{path:"baseUrl",required:!0,type:"string",pattern:oB},{path:"timeout",type:"number",min:0},{path:"retries",type:"number",min:0,max:10}]}}}class I8{fileLoader=new SJ;envProcessor=new LJ;validator=new M8;async loadConfig($){let w=Date.now(),{cache:A,performance:J,schema:U,validate:Y,...f}=$;try{if(A?.enabled){let Z=this.checkCache(f.name||"",f);if(Z)return Z}let W;try{W=await this.loadConfigurationStrategies(f,!0,A)}catch(Z){let B=f.__strictErrorHandling;if(Z instanceof Error&&Z.name==="ConfigNotFoundError"){if(B)throw Z;W={...await this.applyEnvironmentVariables(f.name||"",f.defaultConfig,f.checkEnv!==!1,f.verbose||!1),warnings:[`No configuration file found for "${f.name||"config"}", using defaults with environment variables`]}}else if(Z instanceof Error&&Z.name==="ConfigLoadError"){let E=Z.message.includes("EACCES")||Z.message.includes("EPERM")||Z.message.includes("permission denied"),F=!E&&(Z.message.includes("syntax")||Z.message.includes("Expected")||Z.message.includes("Unexpected")||Z.message.includes("BuildMessage")||Z.message.includes("errors building")),z=Z.message.includes("Configuration must export a valid object")||Z.message.includes("Configuration file is empty and exports nothing");if(B&&(z||E))throw Z;if(F&&(!B||!z))W={...await this.applyEnvironmentVariables(f.name||"",f.defaultConfig,f.checkEnv!==!1,f.verbose||!1),warnings:["Configuration file has syntax errors, using defaults with environment variables"]};else if(!B)W={...await this.applyEnvironmentVariables(f.name||"",f.defaultConfig,f.checkEnv!==!1,f.verbose||!1),warnings:[`Configuration loading error, using defaults: ${Z.message}`]};else throw Z}else W={...await this.applyEnvironmentVariables(f.name||"",f.defaultConfig,f.checkEnv!==!1,f.verbose||!1),warnings:[`Configuration loading failed, using defaults: ${Z instanceof Error?Z.message:String(Z)}`]}}if(U||Y)await this.validateConfiguration(W.config,U,Y,f.name);if(A?.enabled&&W)this.cacheResult(f.name||"",W,A,f);if(J?.enabled){let Z={operation:"loadConfig",duration:Date.now()-w,configName:f.name,timestamp:new Date};if(J.onMetrics)J.onMetrics(Z);if(J.slowThreshold&&Z.duration>J.slowThreshold)E0.warn(`Slow configuration loading detected: ${Z.duration}ms for ${f.name}`);W.metrics=Z}return W}catch(W){let Z=Date.now()-w;throw E0.error(`Configuration loading failed after ${Z}ms:`,[W instanceof Error?W:Error(String(W))]),W}}async loadConfigurationStrategies($,w=!1,A){let{name:J="",alias:U,cwd:Y,configDir:f,defaultConfig:W,checkEnv:Z=!0,arrayStrategy:B="replace",verbose:E=!1}=$,F=Y||Fw.cwd(),z=[],j=await this.loadLocalConfiguration(J,U,F,f,W,B,E,Z,A);if(j)return z.push(...this.getLocalSearchPaths(J,U,F,f)),this.finalizeResult(j,z,Z,J,E);let G=await this.loadHomeConfiguration(J,U,W,B,E,Z);if(G)return z.push(...this.getHomeSearchPaths(J,U)),this.finalizeResult(G,z,Z,J,E);let T=await this.loadPackageJsonConfiguration(J,U,F,W,B,E,Z);if(T)return z.push(Q$(F,"package.json")),this.finalizeResult(T,z,Z,J,E);if(z.push(...this.getAllSearchPaths(J,U,F,f)),w)throw o0.configNotFound(J,z,U);return{...await this.applyEnvironmentVariables(J,W,Z,E),warnings:[`No configuration file found for "${J}"${U?` or alias "${U}"`:""}, using defaults with environment variables`]}}async loadLocalConfiguration($,w,A,J,U,Y,f,W,Z){let B=W?V1($,U,f):U,E=this.getLocalDirectories(A,J);for(let F of E){if(f)E0.info(`Searching for configuration in: ${F}`);let z=this.fileLoader.generateConfigPaths($,F,w),j=await this.fileLoader.tryLoadFromPaths(z,B,{arrayStrategy:Y,verbose:f,cacheTtl:Z?.ttl,useCache:!Z?.ttl||Z.ttl>100});if(j){if(f)E0.success(`Configuration loaded from: ${j.source.path}`);return j}}return null}async loadHomeConfiguration($,w,A,J,U,Y){if(!$)return null;let f=Y?V1($,A,U):A,W=[Q$(uw(),".config",$),Q$(uw(),".config"),uw()];for(let Z of W){if(U)E0.info(`Checking home directory: ${Z}`);let B=this.fileLoader.generateConfigPaths($,Z,w),E=await this.fileLoader.tryLoadFromPaths(B,f,{arrayStrategy:J,verbose:U});if(E){if(U)E0.success(`Configuration loaded from home directory: ${E.source.path}`);return E}}return null}async loadPackageJsonConfiguration($,w,A,J,U,Y,f){let W=f?V1($,J,Y):J;try{let Z=Q$(A,"package.json");if(!w8(Z))return null;let B=await import(Z),E=B[$],F=$;if(!E&&w)E=B[w],F=w;if(E&&typeof E==="object"&&!Array.isArray(E)){if(Y)E0.success(`Configuration loaded from package.json: ${F}`);return{config:R8(W,E,U),source:{type:"package.json",path:Z,priority:30,timestamp:new Date}}}}catch(Z){if(Y)E0.warn("Failed to load package.json:",[Z instanceof Error?Z:Error(String(Z))])}return null}async applyEnvironmentVariables($,w,A,J){if(!A||!$||typeof w!=="object"||w===null||Array.isArray(w))return{config:w,source:{type:"default",priority:10,timestamp:new Date}};return{config:V1($,w,J),source:{type:"environment",priority:20,timestamp:new Date}}}async finalizeResult($,w,A,J,U){return{config:$.config,source:$.source,path:$.source.path}}async validateConfiguration($,w,A,J){let U=[];if(A){let Y=A($);if(Y)U.push(...Y)}if(w){let Y=await this.validator.validateConfiguration($,w);if(!Y.isValid)U.push(...Y.errors.map((f)=>f.path?`${f.path}: ${f.message}`:f.message))}if(U.length>0)throw o0.configValidation(J||"unknown",U,J)}checkCache($,w){let A=this.generateCacheKey($,w);return sw.get(A)||null}cacheResult($,w,A,J){let U=this.generateCacheKey($,J);sw.set(U,w,void 0,A.ttl)}generateCacheKey($,w){let A=[$];if(w.alias)A.push(`alias:${w.alias}`);if(w.cwd)A.push(`cwd:${w.cwd}`);if(w.configDir)A.push(`configDir:${w.configDir}`);if("checkEnv"in w)A.push(`checkEnv:${w.checkEnv}`);return A.join("|")}getLocalDirectories($,w){return Array.from(new Set([$,Q$($,"config"),Q$($,".config"),w?Q$($,w):void 0].filter(Boolean)))}getAllSearchPaths($,w,A,J){let U=[];return U.push(...this.getLocalSearchPaths($,w,A,J)),U.push(...this.getHomeSearchPaths($,w)),U.push(Q$(A,"package.json")),U}getLocalSearchPaths($,w,A,J){let U=this.getLocalDirectories(A,J),Y=[];for(let f of U)Y.push(...this.fileLoader.generateConfigPaths($,f,w));return Y}getHomeSearchPaths($,w){if(!$)return[];let A=[Q$(uw(),".config",$),Q$(uw(),".config"),uw()],J=[];for(let U of A)J.push(...this.fileLoader.generateConfigPaths($,U,w));return J}async loadConfigWithResult($){return this.loadConfig($)}}function TB($){let w=!($.message.includes("EACCES")||$.message.includes("EPERM")||$.message.includes("permission denied"))&&($.message.includes("syntax")||$.message.includes("Expected")||$.message.includes("Unexpected")||$.message.includes("BuildMessage")),A=$.message.includes("Configuration must export a valid object")||$.message.includes("Configuration file is empty and exports nothing");return w||A}async function HG($){return x0.loadConfig({...$,__strictErrorHandling:!0})}async function lB($){let w="defaultConfig"in $&&$.defaultConfig!==void 0?$.defaultConfig:{},A="cache"in $||"performance"in $||"schema"in $||"validate"in $;try{let J;if(A)J=await x0.loadConfig($);else J=await x0.loadConfig({...$,defaultConfig:w,cache:{enabled:!0},performance:{enabled:!1}});return J?.config??w}catch(J){let U=J instanceof Error?J.name:"UnknownError",Y=J instanceof Error?J.message:String(J);if(!(U==="ConfigNotFoundError"||U==="ConfigLoadError"||U==="ConfigValidationError"||Y.includes("config"))&&$.verbose)E0.warn("Unexpected error loading config, using defaults:",[J instanceof Error?J:Error(String(J))]);let f=A?{...$,defaultConfig:w}:{...$,defaultConfig:w,cache:{enabled:!0},performance:{enabled:!1}};if("checkEnv"in $?$.checkEnv!==!1:!0)return(await x0.applyEnvironmentVariables(f.name||"",w,!0,f.verbose||!1))?.config??w;return w}}async function TG($={defaultConfig:{}}){if(typeof $==="string"){let{cwd:w}=await import("process");try{return(await x0.loadConfig({name:$,cwd:w(),generatedDir:"./generated",configDir:"./config",defaultConfig:{},checkEnv:!0,arrayStrategy:"replace"})).config}catch(A){if(A instanceof Error&&(A.name==="ConfigNotFoundError"||A.name==="ConfigLoadError"&&TB(A)))return(await x0.applyEnvironmentVariables($,{},!0,!1)).config;throw A}}try{return(await x0.loadConfig({...$,cwd:$.cwd||Fw.cwd(),cache:{enabled:!0},performance:{enabled:!1}})).config}catch(w){if(w instanceof Error&&(w.name==="ConfigNotFoundError"||w.name==="ConfigLoadError"&&TB(w)))return(await x0.applyEnvironmentVariables($.name||"",$.defaultConfig||{},$.checkEnv!==!1,$.verbose||!1)).config;throw w}}async function GG($,w,A="replace"){let J=new SJ;try{let U=await J.loadFromPath($,w,{arrayStrategy:A,useCache:!1,trackPerformance:!1});return U?U.config:null}catch{return null}}function V1($,w,A=!1){let J=new LJ,U=$.toUpperCase().replace(/[^A-Z0-9]/g,"_");function Y(f,W=[]){let Z={...f};for(let[B,E]of Object.entries(f)){let F=[...W,B],z=[`${U}_${F.join("_").toUpperCase()}`,`${U}_${F.map((T)=>T.toUpperCase()).join("")}`,`${U}_${F.map((T)=>T.replace(/([A-Z])/g,"_$1").toUpperCase()).join("")}`],j,G;for(let T of z)if(j=Fw.env[T],j!==void 0){G=T;break}if(j!==void 0&&G)if(typeof E==="boolean")Z[B]=["true","1","yes"].includes(j.toLowerCase());else if(typeof E==="number"){let T=Number(j);if(!Number.isNaN(T))Z[B]=T}else if(Array.isArray(E))try{Z[B]=JSON.parse(j)}catch{Z[B]=j.split(",").map((T)=>T.trim())}else Z[B]=j;else if(E&&typeof E==="object"&&!Array.isArray(E))Z[B]=Y(E,F)}return Z}return Y(w)}function hG($){let w=Q$(Fw.cwd(),$.configDir),A=Q$(Fw.cwd(),$.generatedDir),J=Q$(A,"config-types.ts");if(!w8(lW(J)))UT(lW(J),{recursive:!0,mode:511});let U=w8(w)?YT(w).map((f)=>f.replace(/\.(ts|js|mjs|cjs|mts|cts|json)$/,"")).sort():[],Y=`// Generated by bunfig v${lG}
|
|
93
93
|
export type ConfigNames = ${U.length?`'${U.join("' | '")}'`:"string"}
|
|
94
|
-
`;
|
|
95
|
-
${U.map((Z)=>{let
|
|
94
|
+
`;fT(J,Y,{mode:438})}function qG($){let w=null,A=null,J=()=>{if(!A)A=lB($).then((Y)=>{return w=Y,Y},(Y)=>{let f="defaultConfig"in $?$.defaultConfig:{};if(w=f,"verbose"in $&&$.verbose)E0.warn("Config loading failed, using defaults:",[Y instanceof Error?Y:Error(String(Y))]);return f});return A},U="defaultConfig"in $?$.defaultConfig:{};return w=U,J(),new Proxy({},{get(Y,f){if(w)return w[f];let W=U[f];return J(),W},has(Y,f){return f in(w||U)},ownKeys(){return Object.keys(w||U)},getOwnPropertyDescriptor(Y,f){return Object.getOwnPropertyDescriptor(w||U,f)},set(Y,f,W){if(!w)w={...U};return w[f]=W,!0}})}function NG($){let w=ZB(XT.cwd(),$?.configDir||"./config");function A(){if(!VT(w))return[];let U=new Set([".ts",".js",".mjs",".cjs",".mts",".cts",".json"]),Y=[".ts",".mts",".cts",".js",".mjs",".cjs",".json"],f=OT(w).filter((Z)=>U.has(gY(Z))).map((Z)=>({base:Z.replace(/\.(?:ts|js|mjs|cjs|mts|cts|json)$/i,""),file:Z})),W=new Map;for(let{base:Z,file:B}of f){let E=gY(B).toLowerCase(),F=W.get(Z);if(!F){W.set(Z,B);continue}let z=gY(F).toLowerCase();if(Y.indexOf(E)<Y.indexOf(z))W.set(Z,B)}return Array.from(W.entries()).map(([Z,B])=>({base:Z,file:B})).sort((Z,B)=>Z.base.localeCompare(B.base))}function J(){let U=A(),Y=U.map((Z)=>Z.base),f=Y.length?Y.map((Z)=>`'${Z}'`).join(" | "):"string",W=U.length?`{
|
|
95
|
+
${U.map((Z)=>{let B=ZB(w,Z.file).replace(/\\/g,"/");return` '${Z.base}': typeof import('${B}').default`}).join(`,
|
|
96
96
|
`)}
|
|
97
97
|
}`:"Record<string, any>";return`export type ConfigNames = ${f}
|
|
98
98
|
export type ConfigByName = ${W}
|
|
99
99
|
export type Config<N extends ConfigNames> = N extends keyof ConfigByName ? ConfigByName[N] : unknown
|
|
100
100
|
export type ConfigOf = Config
|
|
101
|
-
`}return{name:"bunfig-plugin",setup(U){U.onResolve({filter:/^virtual:bunfig-types$/},(Y)=>{return{path:Y.path,namespace:"bunfig-virtual"}}),U.onLoad({filter:/^virtual:bunfig-types$/,namespace:"bunfig-virtual"},()=>{return{contents:J(),loader:"ts"}})}}}function tT($,w={}){let A=hJ.cwd();while(A.includes("storage"))A=ZE(A,"..");let J=ZE(A,$||"");if(w?.relative)return _H(hJ.cwd(),J);return J}function F$(){if(D0.env.NODE_ENV==="test"||D0.env.BUN_ENV==="test")return!1;return typeof window<"u"}async function rT(){if(D0.env.NODE_ENV==="test"||D0.env.BUN_ENV==="test")return!0;if(typeof navigator<"u"&&navigator.product==="ReactNative")return!0;if(typeof D0<"u"){let $=D0.type;if($==="renderer"||$==="worker")return!1;return!!(D0.versions&&(D0.versions.node||D0.versions.bun))}return!1}class wB{async format($){let w=await rT(),A=await this.getMetadata(w);return JSON.stringify({timestamp:$.timestamp.toISOString(),level:$.level,name:$.name,message:$.message,metadata:A})}async getMetadata($){if($){let{hostname:w}=await import("os");return{pid:tw.pid,hostname:w(),environment:tw.env.NODE_ENV||"development",platform:tw.platform,version:tw.version}}return{userAgent:navigator.userAgent,hostname:window.location.hostname||"browser",environment:tw.env.NODE_ENV||tw.env.BUN_ENV||"development",viewport:{width:window.innerWidth,height:window.innerHeight},language:navigator.language}}}class SJ{name;fileLocks=new Map;currentKeyId=null;keys=new Map;fingersCrossedConfig;fingersCrossedActive=!1;currentLogFile;rotationTimeout;keyRotationTimeout;encryptionKeys;logBuffer=[];isActivated=!1;pendingOperations=[];enabled;fancy;tagFormat;timestampPosition;environment;config;options;formatter;timers=new Set;subLoggers=new Set;fingersCrossedBuffer=[];ANSI_PATTERN=/\u001B\[.*?m/g;activeProgressBar=null;constructor($,w={}){this.name=$,this.config={...NJ},this.options=this.normalizeOptions(w),this.formatter=this.options.formatter||new wB,this.enabled=w.enabled??!0,this.fancy=w.fancy??!0,this.tagFormat=w.tagFormat??{prefix:"[",suffix:"]"},this.timestampPosition=w.timestampPosition??"right",this.environment=w.environment??v.env.APP_ENV??"local",this.fingersCrossedConfig=this.initializeFingersCrossedConfig(w);let A={...w},J=w.timestamp!==void 0;if(J)delete A.timestamp;if(this.config={...this.config,...A,timestamp:J||this.config.timestamp,level:this.options.level??"info"},this.currentLogFile=this.generateLogFilename(),this.encryptionKeys=new Map,this.validateEncryptionConfig()){this.setupRotation();let U=this.generateKeyId(),Y=this.generateKey();this.currentKeyId=U,this.keys.set(U,Y),this.encryptionKeys.set(U,{key:Y,createdAt:new Date}),this.setupKeyRotation()}}shouldActivateFingersCrossed($){if(!this.fingersCrossedConfig)return!1;let w={debug:0,info:1,success:2,warning:3,error:4},A=this.fingersCrossedConfig.activationLevel??"error";return w[$]>=w[A]}initializeFingersCrossedConfig($){if(!$.fingersCrossedEnabled&&$.fingersCrossed)return{...eY,...$.fingersCrossed};if(!$.fingersCrossedEnabled)return null;if(!$.fingersCrossed)return{...eY};return{...eY,...$.fingersCrossed}}normalizeOptions($){let w={format:"json",level:"info",logDirectory:NJ.logDirectory,rotation:void 0,timestamp:void 0,fingersCrossed:{},enabled:!0,showTags:!1,showIcons:!0,formatter:void 0},A={...w,...Object.fromEntries(Object.entries($).filter(([,J])=>J!==void 0))};if(!A.level||!["debug","info","success","warning","error"].includes(A.level))A.level=w.level;return A}shouldWriteToFile(){return!F$()&&this.config.writeToFile===!0}async writeToFile($){let w=(async()=>{let J,U=0,Y=3,f=1000;while(U<Y)try{try{try{await PH(this.config.logDirectory,hE.F_OK|hE.W_OK)}catch(Z){if(Z instanceof Error&&"code"in Z)if(Z.code==="ENOENT")await bH(this.config.logDirectory,{recursive:!0,mode:493});else if(Z.code==="EACCES")throw Error(`No write permission for log directory: ${this.config.logDirectory}`);else throw Z;else throw Z}}catch(Z){throw console.error("Debug: [writeToFile] Failed to create log directory:",Z),Z}let W=this.validateEncryptionConfig()?(await this.encrypt($)).encrypted:V0.from($);try{if(!aA(this.currentLogFile))await tY(this.currentLogFile,"",{mode:420});if(J=BE(this.currentLogFile,"a",420),xH(J,W,{flag:"a"}),EE(J),J!==void 0)lY(J),J=void 0;if((await gw(this.currentLogFile)).size===0){if(await tY(this.currentLogFile,W,{flag:"w",mode:420}),(await gw(this.currentLogFile)).size===0)throw Error("File exists but is empty after retry write")}return}catch(Z){let E=Z;if(E.code&&["ENETDOWN","ENETUNREACH","ENOTFOUND","ETIMEDOUT"].includes(E.code)){if(U<Y-1){let B=typeof E.message==="string"?E.message:"Unknown error";console.error(`Network error during write attempt ${U+1}/${Y}:`,B);let h=f*2**U;await new Promise((j)=>setTimeout(j,h)),U++;continue}}if(E?.code&&["ENOSPC","EDQUOT"].includes(E.code))throw Error(`Disk quota exceeded or no space left on device: ${E.message}`);throw console.error("Debug: [writeToFile] Error writing to file:",E),E}finally{if(J!==void 0)try{lY(J)}catch(Z){console.error("Debug: [writeToFile] Error closing file descriptor:",Z)}}}catch(W){if(U===Y-1){let E=W,B=typeof E.message==="string"?E.message:"Unknown error";throw console.error("Debug: [writeToFile] Max retries reached. Final error:",B),W}U++;let Z=f*2**(U-1);await new Promise((E)=>setTimeout(E,Z))}})();this.pendingOperations.push(w);let A=this.pendingOperations.length-1;try{await w}catch(J){throw console.error("Debug: [writeToFile] Error in operation:",J),J}finally{this.pendingOperations.splice(A,1)}}generateLogFilename(){if(this.name.includes("stream-throughput")||this.name.includes("decompress-perf-test")||this.name.includes("decompression-latency")||this.name.includes("concurrent-read-test")||this.name.includes("clock-change-test"))return lw(this.config.logDirectory,`${this.name}.log`);if(this.name.includes("pending-test")||this.name.includes("temp-file-test")||this.name==="crash-test"||this.name==="corrupt-test"||this.name.includes("rotation-load-test")||this.name==="sigterm-test"||this.name==="sigint-test"||this.name==="failed-rotation-test"||this.name==="integration-test")return lw(this.config.logDirectory,`${this.name}.log`);let $=new Date().toISOString().split("T")[0];return lw(this.config.logDirectory,`${this.name}-${$}.log`)}setupRotation(){if(F$())return;if(!this.shouldWriteToFile())return;if(typeof this.config.rotation==="boolean")return;let $=this.config.rotation,w;switch($.frequency){case"daily":w=86400000;break;case"weekly":w=604800000;break;case"monthly":w=2592000000;break;default:return}this.rotationTimeout=setInterval(()=>{this.rotateLog()},w)}setupKeyRotation(){if(!this.validateEncryptionConfig()){console.error("Invalid encryption configuration detected during key rotation setup");return}let $=this.config.rotation.keyRotation;if(!$?.enabled)return;let w=typeof $.interval==="number"?$.interval:60,A=Math.max(w,60)*1000;this.keyRotationTimeout=setInterval(()=>{this.rotateKeys().catch((J)=>{console.error("Error rotating keys:",J)})},A)}async rotateKeys(){if(!this.validateEncryptionConfig()){console.error("Invalid encryption configuration detected during key rotation");return}let $=this.config.rotation.keyRotation,w=this.generateKeyId(),A=this.generateKey();this.currentKeyId=w,this.keys.set(w,A),this.encryptionKeys.set(w,{key:A,createdAt:new Date});let J=Array.from(this.encryptionKeys.entries()).sort(([,f],[,W])=>W.createdAt.getTime()-f.createdAt.getTime()),U=typeof $.maxKeys==="number"?$.maxKeys:1,Y=Math.max(1,U);if(J.length>Y)for(let[f]of J.slice(Y))this.encryptionKeys.delete(f),this.keys.delete(f)}generateKeyId(){return gY(16).toString("hex")}generateKey(){return gY(32)}getCurrentKey(){if(!this.currentKeyId)throw Error("Encryption is not properly initialized. Make sure encryption is enabled in the configuration.");let $=this.keys.get(this.currentKeyId);if(!$)throw Error(`No key found for ID ${this.currentKeyId}. The encryption key may have been rotated or removed.`);return{key:$,id:this.currentKeyId}}encrypt($){let{key:w}=this.getCurrentKey(),A=gY(16),J=DH("aes-256-gcm",w,A),U=V0.isBuffer($)?$:V0.from($,"utf8"),Y=J.update(U),f=J.final(),W=Y.length+f.length,Z=J.getAuthTag(),E=V0.allocUnsafe(16+W+16);return A.copy(E,0),Y.copy(E,16),f.copy(E,16+Y.length),Z.copy(E,16+W),{encrypted:E,iv:A}}async compressData($){return new Promise((w,A)=>{let J=jE(),U=[];J.on("data",(Y)=>U.push(Y)),J.on("end",()=>w(V0.from(V0.concat(U)))),J.on("error",A),J.write($),J.end()})}getEncryptionOptions(){if(!this.config.rotation||typeof this.config.rotation==="boolean"||!this.config.rotation.encrypt)return{};let $={algorithm:"aes-256-cbc",compress:!1};if(typeof this.config.rotation.encrypt==="object"){let w=this.config.rotation.encrypt;return{...$,...w}}return $}async rotateLog(){if(F$())return;if(!this.shouldWriteToFile())return;let $=await gw(this.currentLogFile).catch(()=>null);if(!$)return;let w=this.config.rotation;if(typeof w==="boolean")return;if(w.maxSize&&$.size>=w.maxSize){let A=this.currentLogFile,J=this.generateLogFilename();if(this.name.includes("rotation-load-test")||this.name==="failed-rotation-test"){let U=await sA(this.config.logDirectory),Y=U.filter((Z)=>Z.startsWith(this.name)&&/\.log\.\d+$/.test(Z)).sort((Z,E)=>{let B=Number.parseInt(Z.match(/\.log\.(\d+)$/)?.[1]||"0");return Number.parseInt(E.match(/\.log\.(\d+)$/)?.[1]||"0")-B}),f=Y.length>0?Number.parseInt(Y[0].match(/\.log\.(\d+)$/)?.[1]||"0")+1:1,W=`${A}.${f}`;if(await gw(A).catch(()=>null))try{if(await FE(A,W),w.compress)try{let Z=`${W}.gz`;await this.compressLogFile(W,Z),await oA(W)}catch(Z){console.error("Error compressing rotated file:",Z)}if(Y.length===0&&!U.some((Z)=>Z.endsWith(".log.1")))try{let Z=`${A}.1`;await tY(Z,"")}catch(Z){console.error("Error creating backup file:",Z)}}catch(Z){console.error(`Error during rotation: ${Z instanceof Error?Z.message:String(Z)}`)}}else{let U=new Date().toISOString().replace(/[:.]/g,"-"),Y=A.replace(/\.log$/,`-${U}.log`);if(await gw(A).catch(()=>null))await FE(A,Y)}if(this.currentLogFile=J,w.maxFiles){let U=(await sA(this.config.logDirectory)).filter((Y)=>Y.startsWith(this.name)).sort((Y,f)=>f.localeCompare(Y));for(let Y of U.slice(w.maxFiles))await oA(lw(this.config.logDirectory,Y))}}}async compressLogFile($,w){let A=WE($),J=QH(w),U=jE();await uH(A,U,J)}async handleFingersCrossedBuffer($,w){if(!this.fingersCrossedConfig)return;if(this.shouldActivateFingersCrossed($)&&!this.isActivated){this.isActivated=!0;for(let A of this.logBuffer){let J=await this.formatter.format(A);if(this.shouldWriteToFile())await this.writeToFile(J);console.log(J)}if(this.fingersCrossedConfig.stopBuffering)this.logBuffer=[]}if(this.isActivated){if(this.shouldWriteToFile())await this.writeToFile(w);console.log(w)}}shouldLog($){if(!this.enabled)return!1;let w={debug:0,info:1,success:2,warning:3,error:4};return w[$]>=w[this.config.level]}async flushPendingWrites(){if(await Promise.all(this.pendingOperations.map(($)=>{if($ instanceof Promise)return $.catch((w)=>{console.error("Error in pending write operation:",w)});return Promise.resolve()})),aA(this.currentLogFile))try{let $=BE(this.currentLogFile,"r+");EE($),lY($)}catch($){console.error(`Error flushing file: ${$}`)}}async destroy(){if(this.rotationTimeout)clearInterval(this.rotationTimeout);if(this.keyRotationTimeout)clearInterval(this.keyRotationTimeout);this.timers.clear();for(let $ of this.pendingOperations)if(typeof $.cancel==="function")$.cancel();return(async()=>{if(this.pendingOperations.length>0)try{await Promise.allSettled(this.pendingOperations)}catch($){console.error("Error waiting for pending operations:",$)}if(!F$()&&this.config.rotation&&typeof this.config.rotation!=="boolean"&&this.config.rotation.compress)try{let $=(await sA(this.config.logDirectory)).filter((w)=>(w.includes("temp")||w.includes(".tmp"))&&w.includes(this.name));for(let w of $)try{await oA(lw(this.config.logDirectory,w))}catch(A){console.error(`Failed to delete temp file ${w}:`,A)}}catch($){console.error("Error cleaning up temporary files:",$)}})()}getCurrentLogFilePath(){return this.currentLogFile}formatTag($){if(!$)return"";return`${this.tagFormat.prefix}${$}${this.tagFormat.suffix}`}formatFileTimestamp($){return`[${$.toISOString()}]`}formatConsoleTimestamp($){return this.shouldStyleConsole()?P.gray($.toLocaleTimeString()):$.toLocaleTimeString()}shouldStyleConsole(){if(!this.fancy||F$())return!1;let $=typeof v.env.NO_COLOR<"u",w=v.env.FORCE_COLOR==="0";if($||w)return!1;return!!(typeof v.stderr<"u"&&v.stderr.isTTY||typeof v.stdout<"u"&&v.stdout.isTTY)}formatConsoleMessage($){let{timestamp:w,icon:A="",tag:J="",message:U,level:Y,showTimestamp:f=!0}=$,W=(F)=>F.replace(this.ANSI_PATTERN,"");if(!this.fancy){let F=[];if(f)F.push(w);if(Y==="warning")F.push("WARN");else if(Y==="error")F.push("ERROR");else if(A)F.push(A.replace(/[^\p{L}\p{N}\p{P}\p{Z}]/gu,""));if(J)F.push(J.replace(/[[\]]/g,""));return F.push(U),F.join(" ")}let Z=v.stdout.columns||120,E="";if(Y==="warning"||Y==="error")E=`${A} ${U}`;else if(Y==="info"||Y==="success")E=`${A} ${J} ${U}`;else E=`${A} ${J} ${P.cyan(U)}`;if(!f)return E.trim();let B=W(E).trim().length,h=W(w).length,j=Math.max(1,Z-2-B-h);return`${E.trim()}${" ".repeat(j)}${w}`}formatMessage($,w){if(w.length===1&&Array.isArray(w[0]))return $.replace(/\{(\d+)\}/g,(Y,f)=>{let W=Number.parseInt(f,10);return W<w[0].length?String(w[0][W]):Y});let A=/%([sdijfo%])/g,J=0,U=$.replace(A,(Y,f)=>{if(f==="%")return"%";if(J>=w.length)return Y;let W=w[J++];switch(f){case"s":return String(W);case"d":case"i":return Number(W).toString();case"j":case"o":return JSON.stringify(W,null,2);default:return Y}});if(J<w.length)U+=` ${w.slice(J).map((Y)=>typeof Y==="object"?JSON.stringify(Y,null,2):String(Y)).join(" ")}`;return U}formatMarkdown($){if(!$)return $;let w=$;return w=w.replace(/\[([^\]]+)\]\(([^)]+)\)/g,(A,J,U)=>{let Y=P.underline(P.blue(J)),f=this.toAbsoluteFilePath(U);if(f&&this.shouldStyleConsole()&&this.supportsHyperlinks()){let W=`file://${encodeURI(f)}`,Z="\x1B]8;;",E="\x1B\\";return`\x1B]8;;${W}\x1B\\${Y}\x1B]8;;\x1B\\`}if(this.shouldStyleConsole()&&this.supportsHyperlinks())return`\x1B]8;;${U}\x1B\\${Y}\x1B]8;;\x1B\\`;return Y}),w=w.replace(/`([^`]+)`/g,(A,J)=>P.bgGray(J)),w=w.replace(/\*\*([^*]+)\*\*/g,(A,J)=>P.bold(J)),w=w.replace(/(?<!\*)\*([^*]+)\*(?!\*)/g,(A,J)=>P.italic(J)),w=w.replace(/(?<!_)_([^_]+)_(?!_)/g,(A,J)=>P.italic(J)),w=w.replace(/~([^~]+)~/g,(A,J)=>P.strikethrough(J)),w}supportsHyperlinks(){if(F$())return!1;let $=v.env;if(!$)return!1;if($.TERM_PROGRAM==="iTerm.app"||$.TERM_PROGRAM==="vscode"||$.TERM_PROGRAM==="WezTerm")return!0;if($.WT_SESSION)return!0;if($.TERM==="xterm-kitty")return!0;let w=$.VTE_VERSION?Number.parseInt($.VTE_VERSION,10):0;if(!Number.isNaN(w)&&w>=5000)return!0;return!1}toAbsoluteFilePath($){try{let w=$;if(w.startsWith("file://"))w=w.replace(/^file:\/\//,"");if(w.startsWith("~")){let A=v.env.HOME||"";if(A)w=w.replace(/^~(?=$|\/)/,A)}if(iH(w)||w.startsWith("./")||w.startsWith("../"))w=cH(w);else return null;return aA(w)?w:null}catch{return null}}buildOutputTexts($){let w=this.shouldStyleConsole()?this.formatMarkdown($):$,A=$.replace(this.ANSI_PATTERN,"");return{consoleText:w,fileText:A}}async log($,w,...A){if(!this.shouldLog($))return;let J=new Date,U=this.formatConsoleTimestamp(J),Y=this.formatFileTimestamp(J),f,W;if(w instanceof Error)f=w.message,W=w.stack;else f=this.formatMessage(w,A);let{consoleText:Z,fileText:E}=this.buildOutputTexts(f);if(this.shouldStyleConsole()){let h=this.options.showIcons===!1?"":$G[$],j=this.options.showTags!==!1&&this.name?P.gray(this.formatTag(this.name)):"",F;switch($){case"debug":F=this.formatConsoleMessage({timestamp:U,icon:h,tag:j,message:P.gray(Z),level:$}),console.error(F);break;case"info":F=this.formatConsoleMessage({timestamp:U,icon:h,tag:j,message:Z,level:$}),console.warn(F);break;case"success":F=this.formatConsoleMessage({timestamp:U,icon:h,tag:j,message:P.green(Z),level:$}),console.error(F);break;case"warning":F=this.formatConsoleMessage({timestamp:U,icon:h,tag:j,message:Z,level:$}),console.warn(F);break;case"error":if(F=this.formatConsoleMessage({timestamp:U,icon:h,tag:j,message:Z,level:$}),console.error(F),W){let T=W.split(`
|
|
102
|
-
`);for(let
|
|
103
|
-
`;if(W)
|
|
104
|
-
`;if(
|
|
105
|
-
`);if(this[Y==="warning"?"warn":Y](U),this.activeProgressBar&&this.shouldStyleConsole()&&!F$()&&
|
|
106
|
-
`,Z=Z.replace(this.ANSI_PATTERN,""),this.shouldStyleConsole()){let
|
|
107
|
-
`),Z=Math.max(...W.map((
|
|
108
|
-
`.replace(this.ANSI_PATTERN,"");if(this.shouldWriteToFile())await this.writeToFile(f)}async prompt($){if(F$())return Promise.resolve(!0);return new Promise((w)=>{console.error(`${
|
|
109
|
-
`.replace(this.ANSI_PATTERN,"");if(this.shouldWriteToFile())await this.writeToFile(Y)}renderProgressBar($,w=!1){if(!this.enabled||!this.shouldStyleConsole()||!
|
|
110
|
-
`)}finishProgressBar($,w){if(!this.enabled||!this.fancy||F$()||!
|
|
101
|
+
`}return{name:"bunfig-plugin",setup(U){U.onResolve({filter:/^virtual:bunfig-types$/},(Y)=>{return{path:Y.path,namespace:"bunfig-virtual"}}),U.onLoad({filter:/^virtual:bunfig-types$/,namespace:"bunfig-virtual"},()=>{return{contents:J(),loader:"ts"}})}}}function tG($,w={}){let A=jJ.cwd();while(A.includes("storage"))A=WB(A,"..");let J=WB(A,$||"");if(w?.relative)return DT(jJ.cwd(),J);return J}function F$(){if(k0.env.NODE_ENV==="test"||k0.env.BUN_ENV==="test")return!1;return typeof window<"u"}async function aG(){if(k0.env.NODE_ENV==="test"||k0.env.BUN_ENV==="test")return!0;if(typeof navigator<"u"&&navigator.product==="ReactNative")return!0;if(typeof k0<"u"){let $=k0.type;if($==="renderer"||$==="worker")return!1;return!!(k0.versions&&(k0.versions.node||k0.versions.bun))}return!1}class AE{async format($){let w=await aG(),A=await this.getMetadata(w);return JSON.stringify({timestamp:$.timestamp.toISOString(),level:$.level,name:$.name,message:$.message,metadata:A})}async getMetadata($){if($){let{hostname:w}=await import("os");return{pid:rw.pid,hostname:w(),environment:rw.env.NODE_ENV||"development",platform:rw.platform,version:rw.version}}return{userAgent:navigator.userAgent,hostname:window.location.hostname||"browser",environment:rw.env.NODE_ENV||rw.env.BUN_ENV||"development",viewport:{width:window.innerWidth,height:window.innerHeight},language:navigator.language}}}class VJ{name;fileLocks=new Map;currentKeyId=null;keys=new Map;fingersCrossedConfig;fingersCrossedActive=!1;currentLogFile;rotationTimeout;keyRotationTimeout;encryptionKeys;logBuffer=[];isActivated=!1;pendingOperations=[];enabled;fancy;tagFormat;timestampPosition;environment;config;options;formatter;timers=new Set;subLoggers=new Set;fingersCrossedBuffer=[];ANSI_PATTERN=/\u001B\[.*?m/g;activeProgressBar=null;constructor($,w={}){this.name=$,this.config={...KJ},this.options=this.normalizeOptions(w),this.formatter=this.options.formatter||new AE,this.enabled=w.enabled??!0,this.fancy=w.fancy??!0,this.tagFormat=w.tagFormat??{prefix:"[",suffix:"]"},this.timestampPosition=w.timestampPosition??"right",this.environment=w.environment??n.env.APP_ENV??"local",this.fingersCrossedConfig=this.initializeFingersCrossedConfig(w);let A={...w},J=w.timestamp!==void 0;if(J)delete A.timestamp;if(this.config={...this.config,...A,timestamp:J||this.config.timestamp,level:this.options.level??"info"},this.currentLogFile=this.generateLogFilename(),this.encryptionKeys=new Map,this.validateEncryptionConfig()){this.setupRotation();let U=this.generateKeyId(),Y=this.generateKey();this.currentKeyId=U,this.keys.set(U,Y),this.encryptionKeys.set(U,{key:Y,createdAt:new Date}),this.setupKeyRotation()}}shouldActivateFingersCrossed($){if(!this.fingersCrossedConfig)return!1;let w={debug:0,info:1,success:2,warning:3,error:4},A=this.fingersCrossedConfig.activationLevel??"error";return w[$]>=w[A]}initializeFingersCrossedConfig($){if(!$.fingersCrossedEnabled&&$.fingersCrossed)return{...$8,...$.fingersCrossed};if(!$.fingersCrossedEnabled)return null;if(!$.fingersCrossed)return{...$8};return{...$8,...$.fingersCrossed}}normalizeOptions($){let w={format:"json",level:"info",logDirectory:KJ.logDirectory,rotation:void 0,timestamp:void 0,fingersCrossed:{},enabled:!0,showTags:!1,showIcons:!0,formatter:void 0},A={...w,...Object.fromEntries(Object.entries($).filter(([,J])=>J!==void 0))};if(!A.level||!["debug","info","success","warning","error"].includes(A.level))A.level=w.level;return A}shouldWriteToFile(){return!F$()&&this.config.writeToFile===!0}async writeToFile($){let w=(async()=>{let J,U=0,Y=3,f=1000;while(U<Y)try{try{try{await bT(this.config.logDirectory,jB.F_OK|jB.W_OK)}catch(Z){if(Z instanceof Error&&"code"in Z)if(Z.code==="ENOENT")await iT(this.config.logDirectory,{recursive:!0,mode:493});else if(Z.code==="EACCES")throw Error(`No write permission for log directory: ${this.config.logDirectory}`);else throw Z;else throw Z}}catch(Z){throw console.error("Debug: [writeToFile] Failed to create log directory:",Z),Z}let W=this.validateEncryptionConfig()?(await this.encrypt($)).encrypted:O0.from($);try{if(!sA(this.currentLogFile))await tY(this.currentLogFile,"",{mode:420});if(J=FB(this.currentLogFile,"a",420),PT(J,W,{flag:"a"}),EB(J),J!==void 0)pY(J),J=void 0;if((await pw(this.currentLogFile)).size===0){if(await tY(this.currentLogFile,W,{flag:"w",mode:420}),(await pw(this.currentLogFile)).size===0)throw Error("File exists but is empty after retry write")}return}catch(Z){let B=Z;if(B.code&&["ENETDOWN","ENETUNREACH","ENOTFOUND","ETIMEDOUT"].includes(B.code)){if(U<Y-1){let E=typeof B.message==="string"?B.message:"Unknown error";console.error(`Network error during write attempt ${U+1}/${Y}:`,E);let F=f*2**U;await new Promise((z)=>setTimeout(z,F)),U++;continue}}if(B?.code&&["ENOSPC","EDQUOT"].includes(B.code))throw Error(`Disk quota exceeded or no space left on device: ${B.message}`);throw console.error("Debug: [writeToFile] Error writing to file:",B),B}finally{if(J!==void 0)try{pY(J)}catch(Z){console.error("Debug: [writeToFile] Error closing file descriptor:",Z)}}}catch(W){if(U===Y-1){let B=W,E=typeof B.message==="string"?B.message:"Unknown error";throw console.error("Debug: [writeToFile] Max retries reached. Final error:",E),W}U++;let Z=f*2**(U-1);await new Promise((B)=>setTimeout(B,Z))}})();this.pendingOperations.push(w);let A=this.pendingOperations.length-1;try{await w}catch(J){throw console.error("Debug: [writeToFile] Error in operation:",J),J}finally{this.pendingOperations.splice(A,1)}}generateLogFilename(){if(this.name.includes("stream-throughput")||this.name.includes("decompress-perf-test")||this.name.includes("decompression-latency")||this.name.includes("concurrent-read-test")||this.name.includes("clock-change-test"))return tw(this.config.logDirectory,`${this.name}.log`);if(this.name.includes("pending-test")||this.name.includes("temp-file-test")||this.name==="crash-test"||this.name==="corrupt-test"||this.name.includes("rotation-load-test")||this.name==="sigterm-test"||this.name==="sigint-test"||this.name==="failed-rotation-test"||this.name==="integration-test")return tw(this.config.logDirectory,`${this.name}.log`);let $=new Date().toISOString().split("T")[0];return tw(this.config.logDirectory,`${this.name}-${$}.log`)}setupRotation(){if(F$())return;if(!this.shouldWriteToFile())return;if(typeof this.config.rotation==="boolean")return;let $=this.config.rotation,w;switch($.frequency){case"daily":w=86400000;break;case"weekly":w=604800000;break;case"monthly":w=2592000000;break;default:return}this.rotationTimeout=setInterval(()=>{this.rotateLog()},w)}setupKeyRotation(){if(!this.validateEncryptionConfig()){console.error("Invalid encryption configuration detected during key rotation setup");return}let $=this.config.rotation.keyRotation;if(!$?.enabled)return;let w=typeof $.interval==="number"?$.interval:60,A=Math.max(w,60)*1000;this.keyRotationTimeout=setInterval(()=>{this.rotateKeys().catch((J)=>{console.error("Error rotating keys:",J)})},A)}async rotateKeys(){if(!this.validateEncryptionConfig()){console.error("Invalid encryption configuration detected during key rotation");return}let $=this.config.rotation.keyRotation,w=this.generateKeyId(),A=this.generateKey();this.currentKeyId=w,this.keys.set(w,A),this.encryptionKeys.set(w,{key:A,createdAt:new Date});let J=Array.from(this.encryptionKeys.entries()).sort(([,f],[,W])=>W.createdAt.getTime()-f.createdAt.getTime()),U=typeof $.maxKeys==="number"?$.maxKeys:1,Y=Math.max(1,U);if(J.length>Y)for(let[f]of J.slice(Y))this.encryptionKeys.delete(f),this.keys.delete(f)}generateKeyId(){return lY(16).toString("hex")}generateKey(){return lY(32)}getCurrentKey(){if(!this.currentKeyId)throw Error("Encryption is not properly initialized. Make sure encryption is enabled in the configuration.");let $=this.keys.get(this.currentKeyId);if(!$)throw Error(`No key found for ID ${this.currentKeyId}. The encryption key may have been rotated or removed.`);return{key:$,id:this.currentKeyId}}encrypt($){let{key:w}=this.getCurrentKey(),A=lY(16),J=kT("aes-256-gcm",w,A),U=O0.isBuffer($)?$:O0.from($,"utf8"),Y=J.update(U),f=J.final(),W=Y.length+f.length,Z=J.getAuthTag(),B=O0.allocUnsafe(16+W+16);return A.copy(B,0),Y.copy(B,16),f.copy(B,16+Y.length),Z.copy(B,16+W),{encrypted:B,iv:A}}async compressData($){return new Promise((w,A)=>{let J=HB(),U=[];J.on("data",(Y)=>U.push(Y)),J.on("end",()=>w(O0.from(O0.concat(U)))),J.on("error",A),J.write($),J.end()})}getEncryptionOptions(){if(!this.config.rotation||typeof this.config.rotation==="boolean"||!this.config.rotation.encrypt)return{};let $={algorithm:"aes-256-cbc",compress:!1};if(typeof this.config.rotation.encrypt==="object"){let w=this.config.rotation.encrypt;return{...$,...w}}return $}async rotateLog(){if(F$())return;if(!this.shouldWriteToFile())return;let $=await pw(this.currentLogFile).catch(()=>null);if(!$)return;let w=this.config.rotation;if(typeof w==="boolean")return;if(w.maxSize&&$.size>=w.maxSize){let A=this.currentLogFile,J=this.generateLogFilename();if(this.name.includes("rotation-load-test")||this.name==="failed-rotation-test"){let U=await oA(this.config.logDirectory),Y=U.filter((Z)=>Z.startsWith(this.name)&&/\.log\.\d+$/.test(Z)).sort((Z,B)=>{let E=Number.parseInt(Z.match(/\.log\.(\d+)$/)?.[1]||"0");return Number.parseInt(B.match(/\.log\.(\d+)$/)?.[1]||"0")-E}),f=Y.length>0?Number.parseInt(Y[0].match(/\.log\.(\d+)$/)?.[1]||"0")+1:1,W=`${A}.${f}`;if(await pw(A).catch(()=>null))try{if(await zB(A,W),w.compress)try{let Z=`${W}.gz`;await this.compressLogFile(W,Z),await eA(W)}catch(Z){console.error("Error compressing rotated file:",Z)}if(Y.length===0&&!U.some((Z)=>Z.endsWith(".log.1")))try{let Z=`${A}.1`;await tY(Z,"")}catch(Z){console.error("Error creating backup file:",Z)}}catch(Z){console.error(`Error during rotation: ${Z instanceof Error?Z.message:String(Z)}`)}}else{let U=new Date().toISOString().replace(/[:.]/g,"-"),Y=A.replace(/\.log$/,`-${U}.log`);if(await pw(A).catch(()=>null))await zB(A,Y)}if(this.currentLogFile=J,w.maxFiles){let U=(await oA(this.config.logDirectory)).filter((Y)=>Y.startsWith(this.name)).sort((Y,f)=>f.localeCompare(Y));for(let Y of U.slice(w.maxFiles))await eA(tw(this.config.logDirectory,Y))}}}async compressLogFile($,w){let A=BB($),J=xT(w),U=HB();await vT(A,U,J)}async handleFingersCrossedBuffer($,w){if(!this.fingersCrossedConfig)return;if(this.shouldActivateFingersCrossed($)&&!this.isActivated){this.isActivated=!0;for(let A of this.logBuffer){let J=await this.formatter.format(A);if(this.shouldWriteToFile())await this.writeToFile(J);console.log(J)}if(this.fingersCrossedConfig.stopBuffering)this.logBuffer=[]}if(this.isActivated){if(this.shouldWriteToFile())await this.writeToFile(w);console.log(w)}}shouldLog($){if(!this.enabled)return!1;let w={debug:0,info:1,success:2,warning:3,error:4};return w[$]>=w[this.config.level]}async flushPendingWrites(){if(await Promise.all(this.pendingOperations.map(($)=>{if($ instanceof Promise)return $.catch((w)=>{console.error("Error in pending write operation:",w)});return Promise.resolve()})),sA(this.currentLogFile))try{let $=FB(this.currentLogFile,"r+");EB($),pY($)}catch($){console.error(`Error flushing file: ${$}`)}}async destroy(){if(this.rotationTimeout)clearInterval(this.rotationTimeout);if(this.keyRotationTimeout)clearInterval(this.keyRotationTimeout);this.timers.clear();for(let $ of this.pendingOperations)if(typeof $.cancel==="function")$.cancel();return(async()=>{if(this.pendingOperations.length>0)try{await Promise.allSettled(this.pendingOperations)}catch($){console.error("Error waiting for pending operations:",$)}if(!F$()&&this.config.rotation&&typeof this.config.rotation!=="boolean"&&this.config.rotation.compress)try{let $=(await oA(this.config.logDirectory)).filter((w)=>(w.includes("temp")||w.includes(".tmp"))&&w.includes(this.name));for(let w of $)try{await eA(tw(this.config.logDirectory,w))}catch(A){console.error(`Failed to delete temp file ${w}:`,A)}}catch($){console.error("Error cleaning up temporary files:",$)}})()}getCurrentLogFilePath(){return this.currentLogFile}formatTag($){if(!$)return"";return`${this.tagFormat.prefix}${$}${this.tagFormat.suffix}`}formatFileTimestamp($){return`[${$.toISOString()}]`}formatConsoleTimestamp($){return this.shouldStyleConsole()?b.gray($.toLocaleTimeString()):$.toLocaleTimeString()}shouldStyleConsole(){if(!this.fancy||F$())return!1;let $=typeof n.env.NO_COLOR<"u",w=n.env.FORCE_COLOR==="0";if($||w)return!1;return!!(typeof n.stderr<"u"&&n.stderr.isTTY||typeof n.stdout<"u"&&n.stdout.isTTY)}formatConsoleMessage($){let{timestamp:w,icon:A="",tag:J="",message:U,level:Y,showTimestamp:f=!0}=$,W=(j)=>j.replace(this.ANSI_PATTERN,"");if(!this.fancy){let j=[];if(f)j.push(w);if(Y==="warning")j.push("WARN");else if(Y==="error")j.push("ERROR");else if(A)j.push(A.replace(/[^\p{L}\p{N}\p{P}\p{Z}]/gu,""));if(J)j.push(J.replace(/[[\]]/g,""));return j.push(U),j.join(" ")}let Z=n.stdout.columns||120,B="";if(Y==="warning"||Y==="error")B=`${A} ${U}`;else if(Y==="info"||Y==="success")B=`${A} ${J} ${U}`;else B=`${A} ${J} ${b.cyan(U)}`;if(!f)return B.trim();let E=W(B).trim().length,F=W(w).length,z=Math.max(1,Z-2-E-F);return`${B.trim()}${" ".repeat(z)}${w}`}formatMessage($,w){if(w.length===1&&Array.isArray(w[0]))return $.replace(/\{(\d+)\}/g,(Y,f)=>{let W=Number.parseInt(f,10);return W<w[0].length?String(w[0][W]):Y});let A=/%([sdijfo%])/g,J=0,U=$.replace(A,(Y,f)=>{if(f==="%")return"%";if(J>=w.length)return Y;let W=w[J++];switch(f){case"s":return String(W);case"d":case"i":return Number(W).toString();case"j":case"o":return JSON.stringify(W,null,2);default:return Y}});if(J<w.length)U+=` ${w.slice(J).map((Y)=>typeof Y==="object"?JSON.stringify(Y,null,2):String(Y)).join(" ")}`;return U}formatMarkdown($){if(!$)return $;let w=$;return w=w.replace(/\[([^\]]+)\]\(([^)]+)\)/g,(A,J,U)=>{let Y=b.underline(b.blue(J)),f=this.toAbsoluteFilePath(U);if(f&&this.shouldStyleConsole()&&this.supportsHyperlinks()){let W=`file://${encodeURI(f)}`,Z="\x1B]8;;",B="\x1B\\";return`\x1B]8;;${W}\x1B\\${Y}\x1B]8;;\x1B\\`}if(this.shouldStyleConsole()&&this.supportsHyperlinks())return`\x1B]8;;${U}\x1B\\${Y}\x1B]8;;\x1B\\`;return Y}),w=w.replace(/`([^`]+)`/g,(A,J)=>b.bgGray(J)),w=w.replace(/\*\*([^*]+)\*\*/g,(A,J)=>b.bold(J)),w=w.replace(/(?<!\*)\*([^*]+)\*(?!\*)/g,(A,J)=>b.italic(J)),w=w.replace(/(?<!_)_([^_]+)_(?!_)/g,(A,J)=>b.italic(J)),w=w.replace(/~([^~]+)~/g,(A,J)=>b.strikethrough(J)),w}supportsHyperlinks(){if(F$())return!1;let $=n.env;if(!$)return!1;if($.TERM_PROGRAM==="iTerm.app"||$.TERM_PROGRAM==="vscode"||$.TERM_PROGRAM==="WezTerm")return!0;if($.WT_SESSION)return!0;if($.TERM==="xterm-kitty")return!0;let w=$.VTE_VERSION?Number.parseInt($.VTE_VERSION,10):0;if(!Number.isNaN(w)&&w>=5000)return!0;return!1}toAbsoluteFilePath($){try{let w=$;if(w.startsWith("file://"))w=w.replace(/^file:\/\//,"");if(w.startsWith("~")){let A=n.env.HOME||"";if(A)w=w.replace(/^~(?=$|\/)/,A)}if(cT(w)||w.startsWith("./")||w.startsWith("../"))w=uT(w);else return null;return sA(w)?w:null}catch{return null}}buildOutputTexts($){let w=this.shouldStyleConsole()?this.formatMarkdown($):$,A=$.replace(this.ANSI_PATTERN,"");return{consoleText:w,fileText:A}}async log($,w,...A){if(!this.shouldLog($))return;let J=new Date,U=this.formatConsoleTimestamp(J),Y=this.formatFileTimestamp(J),f,W;if(w instanceof Error)f=w.message,W=w.stack;else f=this.formatMessage(w,A);let{consoleText:Z,fileText:B}=this.buildOutputTexts(f);if(this.shouldStyleConsole()){let F=this.options.showIcons===!1?"":w2[$],z=this.options.showTags!==!1&&this.name?b.gray(this.formatTag(this.name)):"",j;switch($){case"debug":j=this.formatConsoleMessage({timestamp:U,icon:F,tag:z,message:b.gray(Z),level:$}),console.error(j);break;case"info":j=this.formatConsoleMessage({timestamp:U,icon:F,tag:z,message:Z,level:$}),console.warn(j);break;case"success":j=this.formatConsoleMessage({timestamp:U,icon:F,tag:z,message:b.green(Z),level:$}),console.error(j);break;case"warning":j=this.formatConsoleMessage({timestamp:U,icon:F,tag:z,message:Z,level:$}),console.warn(j);break;case"error":if(j=this.formatConsoleMessage({timestamp:U,icon:F,tag:z,message:Z,level:$}),console.error(j),W){let G=W.split(`
|
|
102
|
+
`);for(let T of G)if(T.trim()&&!T.includes(f))console.error(this.formatConsoleMessage({timestamp:U,message:b.gray(` ${T}`),level:$,showTimestamp:!1}))}break}}else if(!F$()){if(console.error(`${Y} ${this.environment}.${$.toUpperCase()}: ${f}`),W)console.error(W)}let E=`${Y} ${this.environment}.${$.toUpperCase()}: ${B}
|
|
103
|
+
`;if(W)E+=`${W}
|
|
104
|
+
`;if(E=E.replace(this.ANSI_PATTERN,""),this.shouldWriteToFile())await this.writeToFile(E)}progress($,w=""){let A={update:(U,Y)=>{},finish:(U)=>{},interrupt:(U,Y)=>{}};if(!this.enabled)return A;let J=30;if(this.activeProgressBar={total:Math.max(1,$||1),current:0,message:w||"",barLength:J,lastRenderedLine:""},this.shouldStyleConsole()&&!F$()&&n.stdout.isTTY)this.renderProgressBar(this.activeProgressBar);return{update:(U,Y)=>{if(!this.enabled||!this.activeProgressBar)return;if(this.activeProgressBar.current=Math.min(Math.max(0,U),this.activeProgressBar.total),Y!==void 0)this.activeProgressBar.message=Y;if(this.shouldStyleConsole()&&!F$()&&n.stdout.isTTY)this.renderProgressBar(this.activeProgressBar)},finish:(U)=>{if(!this.activeProgressBar)return;this.finishProgressBar(this.activeProgressBar,U)},interrupt:(U,Y="info")=>{if(!F$()&&n.stdout.isTTY)n.stdout.write(`
|
|
105
|
+
`);if(this[Y==="warning"?"warn":Y](U),this.activeProgressBar&&this.shouldStyleConsole()&&!F$()&&n.stdout.isTTY)this.renderProgressBar(this.activeProgressBar)}}}time($){let w=performance.now();if(this.shouldStyleConsole()){let A=this.options.showTags!==!1&&this.name?b.gray(this.formatTag(this.name)):"",J=this.formatConsoleTimestamp(new Date);console.error(this.formatConsoleMessage({timestamp:J,icon:this.options.showIcons===!1?"":b.blue("◐"),tag:A,message:`${b.cyan($)}...`}))}return async(A)=>{if(!this.enabled)return;let J=performance.now(),U=Math.round(J-w),Y=`${$} completed in ${U}ms`,f=new Date,W=this.formatConsoleTimestamp(f),Z=`${this.formatFileTimestamp(f)} ${this.environment}.INFO: ${Y}`;if(A)Z+=` ${JSON.stringify(A)}`;if(Z+=`
|
|
106
|
+
`,Z=Z.replace(this.ANSI_PATTERN,""),this.shouldStyleConsole()){let B=this.options.showTags!==!1&&this.name?b.gray(this.formatTag(this.name)):"";console.error(this.formatConsoleMessage({timestamp:W,icon:this.options.showIcons===!1?"":b.green("✓"),tag:B,message:`${Y}${A?` ${JSON.stringify(A)}`:""}`}))}else if(!F$())console.error(Z.trim());if(this.shouldWriteToFile())await this.writeToFile(Z)}}async debug($,...w){await this.log("debug",$,...w)}async info($,...w){await this.log("info",$,...w)}async success($,...w){await this.log("success",$,...w)}async warn($,...w){await this.log("warning",$,...w)}async error($,...w){await this.log("error",$,...w)}validateEncryptionConfig(){if(!this.config.rotation)return!1;if(typeof this.config.rotation==="boolean")return!1;let $=this.config.rotation,{encrypt:w}=$;return!!w}async only($){if(!this.enabled)return;return await $()}isEnabled(){return this.enabled}setEnabled($){this.enabled=$}extend($){let w=`${this.name}:${$}`,A=new VJ(w,{...this.options,logDirectory:this.config.logDirectory,level:this.config.level,format:this.config.format,rotation:typeof this.config.rotation==="boolean"?void 0:this.config.rotation,timestamp:typeof this.config.timestamp==="boolean"?void 0:this.config.timestamp});return this.subLoggers.add(A),A}createReadStream(){if(F$())throw Error("createReadStream is not supported in browser environments");if(!sA(this.currentLogFile))throw Error(`Log file does not exist: ${this.currentLogFile}`);return BB(this.currentLogFile,{encoding:"utf8"})}async decrypt($){if(!this.validateEncryptionConfig())throw Error("Encryption is not configured");let w=this.config.rotation;if(!w.encrypt||typeof w.encrypt==="boolean")throw Error("Invalid encryption configuration");if(!this.currentKeyId||!this.keys.has(this.currentKeyId))throw Error("No valid encryption key available");let A=this.keys.get(this.currentKeyId);try{let J=O0.isBuffer($)?$:O0.from($,"base64"),U=J.subarray(0,16),Y=J.subarray(J.length-16),f=J.subarray(16,J.length-16),W=QT("aes-256-gcm",A,U);W.setAuthTag(Y);let Z=W.update(f),B=W.final(),E=Z.length+B.length,F=O0.allocUnsafe(E);return Z.copy(F,0),B.copy(F,Z.length),F.toString("utf8")}catch(J){throw Error(`Decryption failed: ${J instanceof Error?J.message:String(J)}`)}}getLevel(){return this.config.level}getLogDirectory(){return this.config.logDirectory}getFormat(){return this.config.format}getRotationConfig(){return this.config.rotation}isBrowserMode(){return F$()}isServerMode(){return!F$()}setTestEncryptionKey($,w){this.currentKeyId=$,this.keys.set($,w)}getTestCurrentKey(){if(!this.currentKeyId||!this.keys.has(this.currentKeyId))return null;return{id:this.currentKeyId,key:this.keys.get(this.currentKeyId)}}getConfig(){return this.config}async box($){if(!this.enabled)return;let w=new Date,A=this.formatConsoleTimestamp(w),J=this.formatFileTimestamp(w),{consoleText:U,fileText:Y}=this.buildOutputTexts($);if(this.shouldStyleConsole()){let W=U.split(`
|
|
107
|
+
`),Z=Math.max(...W.map((z)=>z.length))+2,B=`┌${"─".repeat(Z)}┐`,E=`└${"─".repeat(Z)}┘`,F=W.map((z)=>{return this.formatConsoleMessage({timestamp:A,message:b.cyan(z),showTimestamp:!1})});console.error(this.formatConsoleMessage({timestamp:A,message:b.cyan(B),showTimestamp:!1})),F.forEach((z)=>console.error(z)),console.error(this.formatConsoleMessage({timestamp:A,message:b.cyan(E),showTimestamp:!1}))}else if(!F$())console.error(`${J} ${this.environment}.INFO: [BOX] ${Y}`);let f=`${J} ${this.environment}.INFO: [BOX] ${Y}
|
|
108
|
+
`.replace(this.ANSI_PATTERN,"");if(this.shouldWriteToFile())await this.writeToFile(f)}async prompt($){if(F$())return Promise.resolve(!0);return new Promise((w)=>{console.error(`${b.cyan("?")} ${$} (y/n) `);let A=(J)=>{let U=J.toString().trim().toLowerCase();n.stdin.removeListener("data",A);try{if(typeof n.stdin.setRawMode==="function")n.stdin.setRawMode(!1)}catch{}n.stdin.pause(),console.error(""),w(U==="y"||U==="yes")};try{if(typeof n.stdin.setRawMode==="function")n.stdin.setRawMode(!0)}catch{}n.stdin.resume(),n.stdin.once("data",A)})}setFancy($){this.fancy=$}isFancy(){return this.fancy}pause(){this.enabled=!1}resume(){this.enabled=!0}async start($,...w){if(!this.enabled)return;let A=$;if(w&&w.length>0){let f=/%([sdijfo%])/g,W=0;if(A=$.replace(f,(Z,B)=>{if(B==="%")return"%";if(W>=w.length)return Z;let E=w[W++];switch(B){case"s":return String(E);case"d":case"i":return Number(E).toString();case"j":case"o":return JSON.stringify(E,null,2);default:return Z}}),W<w.length)A+=` ${w.slice(W).map((Z)=>typeof Z==="object"?JSON.stringify(Z,null,2):String(Z)).join(" ")}`}let{consoleText:J,fileText:U}=this.buildOutputTexts(A);if(this.shouldStyleConsole()){let f=this.options.showTags!==!1&&this.name?b.gray(this.formatTag(this.name)):"",W=this.options.showIcons===!1?"":`${b.blue("◐")} `;console.error(`${W}${f} ${b.cyan(J)}`)}let Y=`[${new Date().toISOString()}] ${this.environment}.INFO: [START] ${U}
|
|
109
|
+
`.replace(this.ANSI_PATTERN,"");if(this.shouldWriteToFile())await this.writeToFile(Y)}renderProgressBar($,w=!1){if(!this.enabled||!this.shouldStyleConsole()||!n.stdout.isTTY)return;let A=Math.min(100,Math.max(0,Math.round($.current/$.total*100))),J=Math.round($.barLength*A/100),U=$.barLength-J,Y=b.green("━".repeat(J)),f=b.gray("━".repeat(U)),W=`[${Y}${f}]`,Z=`${A}%`.padStart(4),B=$.message?` ${$.message}`:"",E=this.options.showIcons===!1?"":w||A===100?b.green("✓"):b.blue("▶"),F=this.options.showTags!==!1&&this.name?` ${b.gray(this.formatTag(this.name))}`:"",z=`\r${E}${F} ${W} ${Z}${B}`,j=n.stdout.columns||80,G=" ".repeat(Math.max(0,j-z.replace(this.ANSI_PATTERN,"").length));if($.lastRenderedLine=`${z}${G}`,n.stdout.write($.lastRenderedLine),w)n.stdout.write(`
|
|
110
|
+
`)}finishProgressBar($,w){if(!this.enabled||!this.fancy||F$()||!n.stdout.isTTY){this.activeProgressBar=null;return}if($.current<$.total)$.current=$.total;if(w)$.message=w;this.renderProgressBar($,!0),this.activeProgressBar=null}async clear($={}){if(F$()){console.warn("Log clearing is not supported in browser environments.");return}try{console.warn("Clearing logs...",this.config.logDirectory);let w=await oA(this.config.logDirectory),A=[];for(let J of w){if(!($.name?new RegExp($.name.replace("*",".*")).test(J):J.startsWith(this.name))||!J.endsWith(".log"))continue;let U=tw(this.config.logDirectory,J);if($.before)try{if((await pw(U)).mtime>=$.before)continue}catch(Y){console.error(`Failed to get stats for file ${U}:`,Y);continue}A.push(U)}if(A.length===0){console.warn("No log files matched the criteria for clearing.");return}console.warn(`Preparing to delete ${A.length} log file(s)...`);for(let J of A)try{await eA(J),console.warn(`Deleted log file: ${J}`)}catch(U){console.error(`Failed to delete log file ${J}:`,U)}console.warn("Log clearing process finished.")}catch(w){console.error("Error during log clearing process:",w)}}}async function A2($,w={}){let{maxRetries:A=3,retryDelay:J=1000,isRetryable:U=()=>!0,fallback:Y}=w,f=Error("Unknown error occurred");for(let W=0;W<=A;W++)try{return await $()}catch(Z){if(f=Z instanceof Error?Z:Error(String(Z)),W===A||!U(f))break;if(J>0)await new Promise((B)=>setTimeout(B,J))}if(Y!==void 0)return Y;throw f instanceof Error?f:Error(`Unknown error: ${String(f)}`)}class C8{defaultParsers;constructor(){this.defaultParsers=[{name:"boolean",canParse:($,w)=>w==="boolean"||["true","false","1","0","yes","no"].includes($.toLowerCase()),parse:($)=>{let w=$.toLowerCase();return["true","1","yes"].includes(w)}},{name:"number",canParse:($,w)=>w==="number"||!Number.isNaN(Number($))&&!Number.isNaN(Number.parseFloat($)),parse:($)=>{let w=Number($);if(Number.isNaN(w))throw TypeError(`Cannot parse "${$}" as number`);return w}},{name:"array",canParse:($,w)=>w==="array"||$.startsWith("[")||$.includes(","),parse:($)=>{try{let w=JSON.parse($);if(Array.isArray(w))return w}catch{}return $.split(",").map((w)=>w.trim())}},{name:"json",canParse:($,w)=>w==="object"||($.startsWith("{")&&$.endsWith("}")||$.startsWith("[")&&$.endsWith("]")),parse:($)=>{try{return JSON.parse($)}catch(w){throw Error(`Cannot parse "${$}" as JSON: ${w}`)}}}]}async applyEnvironmentVariables($,w,A={}){let{prefix:J,useCamelCase:U=!0,useBackwardCompatibility:Y=!0,customParsers:f={},verbose:W=!1,trackPerformance:Z=!0}=A,B=async()=>{if(!$)return{config:w,source:{type:"environment",priority:50,timestamp:new Date}};let E=J||this.generateEnvPrefix($),F={...w};return this.processObject(F,[],E,{useCamelCase:U,useBackwardCompatibility:Y,customParsers:f,verbose:W,configName:$}),{config:F,source:{type:"environment",priority:50,timestamp:new Date}}};if(Z)return G8.track("applyEnvironmentVariables",B,{configName:$});return B()}generateEnvPrefix($){return $.toUpperCase().replace(/-/g,"_")}formatEnvKey($,w){if(!w)return $.toUpperCase();return $.replace(/([A-Z])/g,"_$1").toUpperCase()}processObject($,w,A,J){for(let[U,Y]of Object.entries($)){let f=[...w,U],W=f.map((E)=>this.formatEnvKey(E,J.useCamelCase)),Z=`${A}_${W.join("_")}`,B=J.useBackwardCompatibility?`${A}_${f.map((E)=>E.toUpperCase()).join("_")}`:null;if(J.verbose);if(typeof Y==="object"&&Y!==null&&!Array.isArray(Y))this.processObject(Y,f,A,J);else{let E=$J.env[Z]||(B?$J.env[B]:void 0);if(E!==void 0){if(J.verbose){let F=$J.env[Z]?Z:B}try{$[U]=this.parseEnvironmentValue(E,typeof Y,Z,J.customParsers,J.configName)}catch(F){if(F instanceof y8)throw F;throw ow.envVar(Z,E,typeof Y,J.configName)}}}}}parseEnvironmentValue($,w,A,J,U){for(let[Y,f]of Object.entries(J))try{return f($)}catch{continue}for(let Y of this.defaultParsers)if(Y.canParse($,w))try{return Y.parse($)}catch{throw ow.envVar(A,$,`${w} (via ${Y.name} parser)`,U)}return $}getEnvironmentVariables($){let w={},A=$.toUpperCase();for(let[J,U]of Object.entries($J.env))if(J.startsWith(A)&&U!==void 0)w[J]=U;return w}validateEnvironmentVariable($,w,A){let J=[];if(!/^[A-Z_][A-Z0-9_]*$/.test($))J.push(`Environment variable key "${$}" should only contain uppercase letters, numbers, and underscores`);if(A)try{this.parseEnvironmentValue($,w,A,{})}catch(U){J.push(`Cannot parse value "${w}" as ${A}: ${U}`)}return{isValid:J.length===0,errors:J}}generateEnvVarDocs($,w,A={}){let{prefix:J,format:U="text"}=A,Y=J||this.generateEnvPrefix($),f=[];switch(this.extractEnvVarInfo(w,[],Y,f),U){case"markdown":return this.formatAsMarkdown(f,$);case"json":return JSON.stringify(f,null,2);default:return this.formatAsText(f,$)}}extractEnvVarInfo($,w,A,J){for(let[U,Y]of Object.entries($)){let f=[...w,U],W=`${A}_${f.map((Z)=>this.formatEnvKey(Z,!0)).join("_")}`;if(typeof Y==="object"&&Y!==null&&!Array.isArray(Y))this.extractEnvVarInfo(Y,f,A,J);else J.push({key:W,type:Array.isArray(Y)?"array":typeof Y,description:`Configuration for ${f.join(".")}`,example:this.generateExample(Y)})}}generateExample($){if(Array.isArray($))return JSON.stringify($);if(typeof $==="object"&&$!==null)return JSON.stringify($);return String($)}formatAsText($,w){let A=`Environment Variables for ${w}:
|
|
111
111
|
|
|
112
112
|
`;for(let J of $)A+=`${J.key}
|
|
113
113
|
`,A+=` Type: ${J.type}
|
|
@@ -119,30 +119,30 @@ export type ConfigOf = Config
|
|
|
119
119
|
`;A+=`| Variable | Type | Description | Example |
|
|
120
120
|
`,A+=`|----------|------|-------------|----------|
|
|
121
121
|
`;for(let J of $)A+=`| \`${J.key}\` | ${J.type} | ${J.description} | \`${J.example}\` |
|
|
122
|
-
`;return A}}function AG($,w,A={}){return EB($,w,A,new WeakMap)}function EB($,w,A,J){let{arrayMergeMode:U="replace",skipNullish:Y=!1,customMerger:f}=A;if(w===null||w===void 0)return Y?$:w;if(f){let W=f($,w);if(W!==void 0)return W}if(Array.isArray(w)||Array.isArray($))return BB($,w,U,J);if(!w0(w)||!w0($))return w;return fG($,w,A,J)}function BB($,w,A,J){if(Array.isArray(w)&&!Array.isArray($))return w;if(Array.isArray($)&&!Array.isArray(w))return w;if(Array.isArray(w)&&Array.isArray($))switch(A){case"replace":return w;case"concat":return JG($,w);case"smart":return UG($,w,J);default:return w}return w}function JG($,w){let A=[...w];for(let J of $)if(!A.some((U)=>h8(U,J)))A.push(J);return A}function UG($,w,A){if(w.length===0)return $;if($.length===0)return w;if(w0(w[0])&&w0($[0]))return YG($,w,A);if(w.every((J)=>typeof J==="string")&&$.every((J)=>typeof J==="string")){let J=[...w];for(let U of $)if(!J.includes(U))J.push(U);return J}return w}function YG($,w,A){let J=[...w];for(let U of $){if(!w0(U)){J.push(U);continue}let Y=["id","name","key","path","type"],f=!1;for(let W of Y)if(W in U){if(J.find((Z)=>w0(Z)&&(W in Z)&&Z[W]===U[W])){f=!0;break}}if(!f)J.push(U)}return J}function fG($,w,A,J){let U=w;if(w0(U)&&J.has(U))return J.get(U);let Y={...$};if(w0(U))J.set(U,Y);for(let f in U){if(!Object.prototype.hasOwnProperty.call(U,f))continue;let W=U[f],Z=Y[f];if(A.skipNullish&&(W===null||W===void 0))continue;if(W===null||W===void 0){Y[f]=W;continue}if(w0(W)&&w0(Z))Y[f]=EB(Z,W,A,J);else if(Array.isArray(W)||Array.isArray(Z))Y[f]=BB(Z,W,A.arrayMergeMode||"smart",J);else Y[f]=W}return Y}function hB($,w,A="replace"){return AG($,w,{arrayMergeMode:A==="replace"?"replace":"smart",skipNullish:!0})}function h8($,w){if($===w)return!0;if(Array.isArray($)&&Array.isArray(w)){if($.length!==w.length)return!1;for(let A=0;A<$.length;A++)if(!h8($[A],w[A]))return!1;return!0}if(w0($)&&w0(w)){let A=Object.keys($),J=Object.keys(w);if(A.length!==J.length)return!1;for(let U of A){if(!Object.prototype.hasOwnProperty.call(w,U))return!1;if(!h8($[U],w[U]))return!1}return!0}return!1}function w0($){return Boolean($&&typeof $==="object"&&!Array.isArray($))}class FB{extensions=[".ts",".js",".mjs",".cjs",".json",".mts",".cts"];async loadFromPath($,w,A={}){let{arrayStrategy:J="replace",useCache:U=!0,cacheTtl:Y,trackPerformance:f=!0,verbose:W=!1}=A;if(U){let E=FJ.getWithFileCheck("file",$);if(E){if(W)console.log(`Configuration loaded from cache: ${$}`);return E}}let Z=async()=>{if(!$J($))return null;try{let E=`?t=${Date.now()}`,B=await import($+E),h=B.default||B,j="default"in B,F=Object.keys(B).length>0;if(!j&&!F)throw new RJ($,Error("Configuration file is empty and exports nothing"),"unknown");if(typeof h!=="object"||h===null||Array.isArray(h))throw new RJ($,Error("Configuration must export a valid object"),"unknown");let T={config:hB(w,h,J),source:{type:"file",path:$,priority:100,timestamp:new Date}};if(U)FJ.setWithFileCheck("file",T,$,Y);return T}catch(E){throw E instanceof Error?aw.configLoad($,E):aw.configLoad($,Error(String(E)))}};if(f)return H8.track("loadFromPath",Z,{path:$});return Z()}async tryLoadFromPaths($,w,A={}){for(let J of $)try{let U=await this.loadFromPath(J,w,A);if(U)return U}catch(U){if(U instanceof Error&&U.name==="ConfigLoadError")throw U;if(A.verbose)console.warn(`Failed to load config from ${J}:`,U)}return null}generateConfigPaths($,w,A){let J=this.generateNamePatterns($,A),U=[];for(let Y of J)for(let f of this.extensions)U.push(pY(w,`${Y}${f}`));return U}generateNamePatterns($,w){let A=[];if(A.push("config",".config"),$)A.push($,`.${$}.config`,`${$}.config`,`.${$}`);let J=w===void 0?[]:Array.isArray(w)?w:[w];for(let Y of J){if(!Y)continue;if(A.push(Y,`.${Y}.config`,`${Y}.config`,`.${Y}`),$)A.push(`${$}.${Y}.config`,`.${$}.${Y}.config`)}let U=new Set;return A.filter((Y)=>{if(!Y||U.has(Y))return!1;return U.add(Y),!0})}checkFileAccess($){return wG(async()=>{return $J($)},{maxRetries:2,retryDelay:100,fallback:!1})}async discoverConfigFiles($,w,A){let J=[];if(!$J($))return J;if(w||A){let U=this.generateNamePatterns(w||"",A);for(let Y of U)for(let f of this.extensions){let W=pY($,`${Y}${f}`);if(await this.checkFileAccess(W))J.push(W)}}else try{let{readdirSync:U}=await import("fs"),Y=U($);for(let f of Y)if(this.looksLikeConfigFile(f)){let W=pY($,f);if(await this.checkFileAccess(W))J.push(W)}}catch{return[]}return J}looksLikeConfigFile($){return[/\.config\.(ts|js|mjs|cjs|json|mts|cts)$/,/^\..*\.(ts|js|mjs|cjs|json|mts|cts)$/,/config\.(ts|js|mjs|cjs|json|mts|cts)$/].some((w)=>w.test($))}async validateConfigFile($){let w=[];try{if(!$J($))return w.push("Configuration file does not exist"),w;let A=await import($),J=A.default||A;if(J===void 0)w.push("Configuration file must export a default value or named exports");else if(typeof J!=="object"||J===null)w.push("Configuration must be an object");else if(Array.isArray(J))w.push("Configuration cannot be an array at the root level");if($.endsWith(".json"))try{let{readFileSync:U}=await import("fs"),Y=U($,"utf8");JSON.parse(Y)}catch(U){w.push(`Invalid JSON syntax: ${U}`)}}catch(A){w.push(`Failed to load configuration file: ${A}`)}return w}async getFileModificationTime($){try{let{statSync:w}=await import("fs");return w($).mtime}catch{return null}}async preloadConfigurations($,w={}){let A=new Map;return await Promise.allSettled($.map(async(J)=>{try{let U=await this.loadFromPath(J,{},w);if(U)A.set(J,U.config)}catch(U){if(w.verbose)console.warn(`Failed to preload ${J}:`,U)}})),A}}class jB{async validateConfiguration($,w,A={}){let{stopOnFirstError:J=!1,validateRequired:U=!0,validateTypes:Y=!0,customRules:f=[],trackPerformance:W=!0,verbose:Z=!1}=A,E=async()=>{let B=[],h=[],j={stopOnFirstError:J,validateRequired:U,validateTypes:Y,customRules:f,trackPerformance:W,verbose:Z};try{if(typeof w==="string")return await this.validateWithSchemaFile($,w,j);else if(Array.isArray(w))return this.validateWithRules($,[...w,...f],j);else return this.validateWithJSONSchema($,w,j)}catch(F){return B.push({path:"",message:`Validation failed: ${F}`,rule:"system"}),{isValid:!1,errors:B,warnings:h}}};if(W)return await H8.track("validateConfiguration",E);return E()}async validateWithSchemaFile($,w,A){try{if(!vH(w))throw new KJ(w,[{path:"",message:"Schema file does not exist"}]);let J=await import(w),U=J.default||J;if(Array.isArray(U))return this.validateWithRules($,U,A);else return this.validateWithJSONSchema($,U,A)}catch(J){throw new KJ(w,[{path:"",message:`Failed to load schema: ${J}`}])}}validateWithJSONSchema($,w,A){let J=[],U=[];return this.validateObjectAgainstSchema($,w,"",J,U,A),{isValid:J.length===0,errors:J,warnings:U}}validateObjectAgainstSchema($,w,A,J,U,Y){if(Y.validateTypes&&w.type){let f=Array.isArray($)?"array":typeof $,W=Array.isArray(w.type)?w.type:[w.type];if(!W.includes(f)){if(J.push({path:A,message:`Expected type ${W.join(" or ")}, got ${f}`,expected:W.join(" or "),actual:f,rule:"type"}),Y.stopOnFirstError)return}}if(w.enum&&!w.enum.includes($)){if(J.push({path:A,message:`Value must be one of: ${w.enum.join(", ")}`,expected:w.enum.join(", "),actual:$,rule:"enum"}),Y.stopOnFirstError)return}if(typeof $==="string"){if(w.minLength!==void 0&&$.length<w.minLength)J.push({path:A,message:`String length must be at least ${w.minLength}`,expected:`>= ${w.minLength}`,actual:$.length,rule:"minLength"});if(w.maxLength!==void 0&&$.length>w.maxLength)J.push({path:A,message:`String length must not exceed ${w.maxLength}`,expected:`<= ${w.maxLength}`,actual:$.length,rule:"maxLength"});if(w.pattern){if(!new RegExp(w.pattern).test($))J.push({path:A,message:`String does not match pattern ${w.pattern}`,expected:w.pattern,actual:$,rule:"pattern"})}}if(typeof $==="number"){if(w.minimum!==void 0&&$<w.minimum)J.push({path:A,message:`Value must be at least ${w.minimum}`,expected:`>= ${w.minimum}`,actual:$,rule:"minimum"});if(w.maximum!==void 0&&$>w.maximum)J.push({path:A,message:`Value must not exceed ${w.maximum}`,expected:`<= ${w.maximum}`,actual:$,rule:"maximum"})}if(Array.isArray($)&&w.items)for(let f=0;f<$.length;f++){let W=A?`${A}[${f}]`:`[${f}]`;if(this.validateObjectAgainstSchema($[f],w.items,W,J,U,Y),Y.stopOnFirstError&&J.length>0)return}if($&&typeof $==="object"&&!Array.isArray($)){let f=$;if(Y.validateRequired&&w.required){for(let W of w.required)if(!(W in f)){if(J.push({path:A?`${A}.${W}`:W,message:`Missing required property '${W}'`,expected:"required",rule:"required"}),Y.stopOnFirstError)return}}if(w.properties){for(let[W,Z]of Object.entries(w.properties))if(W in f){let E=A?`${A}.${W}`:W;if(this.validateObjectAgainstSchema(f[W],Z,E,J,U,Y),Y.stopOnFirstError&&J.length>0)return}}if(w.additionalProperties===!1){let W=new Set(Object.keys(w.properties||{}));for(let Z of Object.keys(f))if(!W.has(Z))U.push({path:A?`${A}.${Z}`:Z,message:`Additional property '${Z}' is not allowed`,rule:"additionalProperties"})}}}validateWithRules($,w,A){let J=[],U=[];for(let Y of w)try{let f=this.getValueByPath($,Y.path),W=this.validateWithRule(f,Y,Y.path);if(J.push(...W),A.stopOnFirstError&&J.length>0)break}catch(f){J.push({path:Y.path,message:`Rule validation failed: ${f}`,rule:"system"})}return{isValid:J.length===0,errors:J,warnings:U}}validateWithRule($,w,A){let J=[];if(w.required&&($===void 0||$===null))return J.push({path:A,message:w.message||`Property '${A}' is required`,expected:"required",rule:"required"}),J;if($===void 0||$===null)return J;if(w.type){let U=Array.isArray($)?"array":typeof $;if(U!==w.type)J.push({path:A,message:w.message||`Expected type ${w.type}, got ${U}`,expected:w.type,actual:U,rule:"type"})}if(w.min!==void 0){let U=Array.isArray($)?$.length:typeof $==="string"?$.length:typeof $==="number"?$:0;if(U<w.min)J.push({path:A,message:w.message||`Value must be at least ${w.min}`,expected:`>= ${w.min}`,actual:U,rule:"min"})}if(w.max!==void 0){let U=Array.isArray($)?$.length:typeof $==="string"?$.length:typeof $==="number"?$:0;if(U>w.max)J.push({path:A,message:w.message||`Value must not exceed ${w.max}`,expected:`<= ${w.max}`,actual:U,rule:"max"})}if(w.pattern&&typeof $==="string"){if(!w.pattern.test($))J.push({path:A,message:w.message||`Value does not match pattern ${w.pattern}`,expected:w.pattern.toString(),actual:$,rule:"pattern"})}if(w.enum&&!w.enum.includes($))J.push({path:A,message:w.message||`Value must be one of: ${w.enum.join(", ")}`,expected:w.enum.join(", "),actual:$,rule:"enum"});if(w.validator){let U=w.validator($);if(U)J.push({path:A,message:w.message||U,rule:"custom"})}return J}getValueByPath($,w){if(!w)return $;let A=w.split("."),J=$;for(let U of A)if(J&&typeof J==="object"&&U in J)J=J[U];else return;return J}generateRulesFromInterface($){let w=[],A=$.matchAll(/(\w+)(\?)?:\s*(\w+)/g);for(let J of A){let[,U,Y,f]=J;w.push({path:U,required:!Y,type:this.mapTypeScriptType(f)})}return w}mapTypeScriptType($){switch($.toLowerCase()){case"string":return"string";case"number":return"number";case"boolean":return"boolean";case"array":return"array";case"object":return"object";default:return"object"}}static createCommonRules(){return{server:[{path:"port",required:!0,type:"number",min:1,max:65535},{path:"host",required:!0,type:"string",min:1},{path:"ssl",type:"boolean"}],database:[{path:"url",required:!0,type:"string",min:1},{path:"pool",type:"number",min:1,max:100},{path:"timeout",type:"number",min:0}],api:[{path:"baseUrl",required:!0,type:"string",pattern:ZG},{path:"timeout",type:"number",min:0},{path:"retries",type:"number",min:0,max:10}]}}}function WG($){if(!$)return"";let w=Array.isArray($)?$.filter(Boolean):[$];if(w.length===0)return"";if(w.length===1)return` or alias "${w[0]}"`;return` or aliases ${w.map((A)=>`"${A}"`).join(", ")}`}class zB{fileLoader=new FB;envProcessor=new C8;validator=new jB;async loadConfig($){let w=Date.now(),{cache:A,performance:J,schema:U,validate:Y,...f}=$;try{if(A?.enabled){let Z=this.checkCache(f.name||"",f);if(Z)return Z}let W;try{W=await this.loadConfigurationStrategies(f,!0,A)}catch(Z){let E=f.__strictErrorHandling;if(Z instanceof Error&&Z.name==="ConfigNotFoundError"){if(E)throw Z;W={...await this.applyEnvironmentVariables(f.name||"",f.defaultConfig,f.checkEnv!==!1,f.verbose||!1),warnings:[`No configuration file found for "${f.name||"config"}", using defaults with environment variables`]}}else if(Z instanceof Error&&Z.name==="ConfigLoadError"){let B=Z.message.includes("EACCES")||Z.message.includes("EPERM")||Z.message.includes("permission denied"),h=!B&&(Z.message.includes("syntax")||Z.message.includes("Expected")||Z.message.includes("Unexpected")||Z.message.includes("BuildMessage")||Z.message.includes("errors building")),j=Z.message.includes("Configuration must export a valid object")||Z.message.includes("Configuration file is empty and exports nothing");if(E&&(j||B))throw Z;if(h&&(!E||!j))W={...await this.applyEnvironmentVariables(f.name||"",f.defaultConfig,f.checkEnv!==!1,f.verbose||!1),warnings:["Configuration file has syntax errors, using defaults with environment variables"]};else if(!E)W={...await this.applyEnvironmentVariables(f.name||"",f.defaultConfig,f.checkEnv!==!1,f.verbose||!1),warnings:[`Configuration loading error, using defaults: ${Z.message}`]};else throw Z}else W={...await this.applyEnvironmentVariables(f.name||"",f.defaultConfig,f.checkEnv!==!1,f.verbose||!1),warnings:[`Configuration loading failed, using defaults: ${Z instanceof Error?Z.message:String(Z)}`]}}if(U||Y)await this.validateConfiguration(W.config,U,Y,f.name);if(A?.enabled&&W)this.cacheResult(f.name||"",W,A,f);if(J?.enabled){let Z={operation:"loadConfig",duration:Date.now()-w,configName:f.name,timestamp:new Date};if(J.onMetrics)J.onMetrics(Z);if(J.slowThreshold&&Z.duration>J.slowThreshold)O0.warn(`Slow configuration loading detected: ${Z.duration}ms for ${f.name}`);W.metrics=Z}return W}catch(W){if(W instanceof Error&&W.name==="ConfigNotFoundError")throw W;let Z=Date.now()-w;throw O0.error(`Configuration loading failed after ${Z}ms:`,[W instanceof Error?W:Error(String(W))]),W}}async loadConfigurationStrategies($,w=!1,A){let{name:J="",alias:U,cwd:Y,configDir:f,defaultConfig:W,checkEnv:Z=!0,arrayStrategy:E="replace",verbose:B=!1}=$,h=Y||CJ.cwd(),j=[],F=await this.loadLocalConfiguration(J,U,h,f,W,E,B,Z,A);if(F)return j.push(...this.getLocalSearchPaths(J,U,h,f)),this.finalizeResult(F,j,Z,J,B);let T=await this.loadHomeConfiguration(J,U,W,E,B,Z);if(T)return j.push(...this.getHomeSearchPaths(J,U)),this.finalizeResult(T,j,Z,J,B);let H=await this.loadPackageJsonConfiguration(J,U,h,W,E,B,Z);if(H)return j.push(e$(h,"package.json")),this.finalizeResult(H,j,Z,J,B);if(j.push(...this.getAllSearchPaths(J,U,h,f)),w)throw aw.configNotFound(J,j,U);return{...await this.applyEnvironmentVariables(J,W,Z,B),warnings:[`No configuration file found for "${J}"${WG(U)}, using defaults with environment variables`]}}async loadLocalConfiguration($,w,A,J,U,Y,f,W,Z){let E=W?AJ($,U,f):U,B=this.getLocalDirectories(A,J);for(let h of B){if(f)O0.info(`Searching for configuration in: ${h}`);let j=this.fileLoader.generateConfigPaths($,h,w),F=await this.fileLoader.tryLoadFromPaths(j,E,{arrayStrategy:Y,verbose:f,cacheTtl:Z?.ttl,useCache:!Z?.ttl||Z.ttl>100});if(F){if(f)O0.success(`Configuration loaded from: ${F.source.path}`);return F}}return null}async loadHomeConfiguration($,w,A,J,U,Y){if(!$)return null;let f=Y?AJ($,A,U):A,W=[e$(bw(),".config",$),e$(bw(),".config"),bw()];for(let Z of W){if(U)O0.info(`Checking home directory: ${Z}`);let E=this.fileLoader.generateConfigPaths($,Z,w),B=await this.fileLoader.tryLoadFromPaths(E,f,{arrayStrategy:J,verbose:U});if(B){if(U)O0.success(`Configuration loaded from home directory: ${B.source.path}`);return B}}return null}async loadPackageJsonConfiguration($,w,A,J,U,Y,f){let W=f?AJ($,J,Y):J;try{let Z=e$(A,"package.json");if(!wH(Z))return null;let E={};try{E=JSON.parse(AH(Z,"utf8"))}catch(j){if(Y)O0.warn("Failed to parse package.json:",[j instanceof Error?j:Error(String(j))]);return null}let B=E[$],h=$;if(!B&&w){let j=Array.isArray(w)?w:[w];for(let F of j){if(!F)continue;if(E[F]){B=E[F],h=F;break}}}if(B&&typeof B==="object"&&!Array.isArray(B)){if(Y)O0.success(`Configuration loaded from package.json: ${h}`);return{config:hB(W,B,U),source:{type:"package.json",path:Z,priority:30,timestamp:new Date}}}}catch(Z){if(Y)O0.warn("Failed to load package.json:",[Z instanceof Error?Z:Error(String(Z))])}return null}async applyEnvironmentVariables($,w,A,J){if(!A||!$||typeof w!=="object"||w===null||Array.isArray(w))return{config:w,source:{type:"default",priority:10,timestamp:new Date}};return{config:AJ($,w,J),source:{type:"environment",priority:20,timestamp:new Date}}}async finalizeResult($,w,A,J,U){return{config:$.config,source:$.source,path:$.source.path}}async validateConfiguration($,w,A,J){let U=[];if(A){let Y=A($);if(Y)U.push(...Y)}if(w){let Y=await this.validator.validateConfiguration($,w);if(!Y.isValid)U.push(...Y.errors.map((f)=>f.path?`${f.path}: ${f.message}`:f.message))}if(U.length>0)throw aw.configValidation(J||"unknown",U,J)}checkCache($,w){let A=this.generateCacheKey($,w);return FJ.get(A)||null}cacheResult($,w,A,J){let U=this.generateCacheKey($,J);FJ.set(U,w,void 0,A.ttl)}generateCacheKey($,w){let A=[$];if(w.alias){let J=Array.isArray(w.alias)?w.alias.join(","):w.alias;A.push(`alias:${J}`)}if(w.cwd)A.push(`cwd:${w.cwd}`);if(w.configDir)A.push(`configDir:${w.configDir}`);if("checkEnv"in w)A.push(`checkEnv:${w.checkEnv}`);return A.join("|")}getLocalDirectories($,w){return Array.from(new Set([$,e$($,"config"),e$($,".config"),w?e$($,w):void 0].filter(Boolean)))}getAllSearchPaths($,w,A,J){let U=[];return U.push(...this.getLocalSearchPaths($,w,A,J)),U.push(...this.getHomeSearchPaths($,w)),U.push(e$(A,"package.json")),U}getLocalSearchPaths($,w,A,J){let U=this.getLocalDirectories(A,J),Y=[];for(let f of U)Y.push(...this.fileLoader.generateConfigPaths($,f,w));return Y}getHomeSearchPaths($,w){if(!$)return[];let A=[e$(bw(),".config",$),e$(bw(),".config"),bw()],J=[];for(let U of A)J.push(...this.fileLoader.generateConfigPaths($,U,w));return J}async loadConfigWithResult($){return this.loadConfig($)}}function AJ($,w,A=!1){let J=new C8,U=$.toUpperCase().replace(/[^A-Z0-9]/g,"_");function Y(f,W=[]){let Z={...f};for(let[E,B]of Object.entries(f)){let h=[...W,E],j=[`${U}_${h.join("_").toUpperCase()}`,`${U}_${h.map((H)=>H.toUpperCase()).join("")}`,`${U}_${h.map((H)=>H.replace(/([A-Z])/g,"_$1").toUpperCase()).join("")}`],F,T;for(let H of j)if(F=CJ.env[H],F!==void 0){T=H;break}if(F!==void 0&&T)if(typeof B==="boolean")Z[E]=["true","1","yes"].includes(F.toLowerCase());else if(typeof B==="number"){let H=Number(F);if(!Number.isNaN(H))Z[E]=H}else if(Array.isArray(B))try{Z[E]=JSON.parse(F)}catch{Z[E]=F.split(",").map((H)=>H.trim())}else Z[E]=F;else if(B&&typeof B==="object"&&!Array.isArray(B))Z[E]=Y(B,h)}return Z}return Y(w)}function F8($,w){let A=[];function J(U){let Y;try{Y=SE.readdirSync(U)}catch{return}for(let f of Y){let W=W0.join(U,f);try{if(SE.statSync(W).isDirectory())J(W);else if(f===w)A.push(U)}catch{continue}}}return J($),A}function M($,w,A){if(A||J$.verbose)console.debug(`[tlsx:${$}] ${w}`)}function GB(){return TB.env.SUDO_PASSWORD}function HG($){let w=$.toLowerCase();return jG.has(w)||w.endsWith("password")||w.includes("secret")||w.includes("token")}function MJ($){if(Array.isArray($))return $.map((A)=>MJ(A));if(typeof $==="string")return zG.test($)?VE:$;if(!$||typeof $!=="object")return $;let w={};for(let[A,J]of Object.entries($)){if(HG(A)){w[A]=VE;continue}w[A]=MJ(J)}return w}function VJ($){return JSON.stringify(MJ($))}function TG($){let w=GB();if(!w||!/(^|\|\s*|&&\s*|;\s*)sudo\s/.test($))return $;let A=w.replace(/'/g,"'\\''"),J=$.replace(/(^|\|\s*|&&\s*|;\s*)sudo(?!\s+-[Sn])(\s+)/g,"$1sudo -S$2");return`echo '${A}' | ${J}`}async function a0($,w={}){let A=TG($);try{let{stdout:J,stderr:U}=await FG(A,{cwd:w.cwd||TB.cwd(),timeout:w.timeout||30000});return{stdout:J.trim(),stderr:U.trim()}}catch(J){let U=Error(`Failed to execute command: ${$}
|
|
123
|
-
Error: ${J.message}`);throw U.stack=J.stack,U}}function
|
|
122
|
+
`;return A}}function J2($,w,A={}){return EE($,w,A,new WeakMap)}function EE($,w,A,J){let{arrayMergeMode:U="replace",skipNullish:Y=!1,customMerger:f}=A;if(w===null||w===void 0)return Y?$:w;if(f){let W=f($,w);if(W!==void 0)return W}if(Array.isArray(w)||Array.isArray($))return FE($,w,U,J);if(!w0(w)||!w0($))return w;return Z2($,w,A,J)}function FE($,w,A,J){if(Array.isArray(w)&&!Array.isArray($))return w;if(Array.isArray($)&&!Array.isArray(w))return w;if(Array.isArray(w)&&Array.isArray($))switch(A){case"replace":return w;case"concat":return U2($,w);case"smart":return Y2($,w,J);default:return w}return w}function U2($,w){let A=[...w];for(let J of $)if(!A.some((U)=>j8(U,J)))A.push(J);return A}function Y2($,w,A){if(w.length===0)return $;if($.length===0)return w;if(w0(w[0])&&w0($[0]))return f2($,w,A);if(w.every((J)=>typeof J==="string")&&$.every((J)=>typeof J==="string")){let J=[...w];for(let U of $)if(!J.includes(U))J.push(U);return J}return w}function f2($,w,A){let J=[...w];for(let U of $){if(!w0(U)){J.push(U);continue}let Y=["id","name","key","path","type"],f=!1;for(let W of Y)if(W in U){if(J.find((Z)=>w0(Z)&&(W in Z)&&Z[W]===U[W])){f=!0;break}}if(!f)J.push(U)}return J}function Z2($,w,A,J){let U=w;if(w0(U)&&J.has(U))return J.get(U);let Y={...$};if(w0(U))J.set(U,Y);for(let f in U){if(!Object.prototype.hasOwnProperty.call(U,f))continue;let W=U[f],Z=Y[f];if(A.skipNullish&&(W===null||W===void 0))continue;if(W===null||W===void 0){Y[f]=W;continue}if(w0(W)&&w0(Z))Y[f]=EE(Z,W,A,J);else if(Array.isArray(W)||Array.isArray(Z))Y[f]=FE(Z,W,A.arrayMergeMode||"smart",J);else Y[f]=W}return Y}function jE($,w,A="replace"){return J2($,w,{arrayMergeMode:A==="replace"?"replace":"smart",skipNullish:!0})}function j8($,w){if($===w)return!0;if(Array.isArray($)&&Array.isArray(w)){if($.length!==w.length)return!1;for(let A=0;A<$.length;A++)if(!j8($[A],w[A]))return!1;return!0}if(w0($)&&w0(w)){let A=Object.keys($),J=Object.keys(w);if(A.length!==J.length)return!1;for(let U of A){if(!Object.prototype.hasOwnProperty.call(w,U))return!1;if(!j8($[U],w[U]))return!1}return!0}return!1}function w0($){return Boolean($&&typeof $==="object"&&!Array.isArray($))}class zE{extensions=[".ts",".js",".mjs",".cjs",".json",".mts",".cts"];async loadFromPath($,w,A={}){let{arrayStrategy:J="replace",useCache:U=!0,cacheTtl:Y,trackPerformance:f=!0,verbose:W=!1}=A;if(U){let B=zJ.getWithFileCheck("file",$);if(B){if(W)console.log(`Configuration loaded from cache: ${$}`);return B}}let Z=async()=>{if(!wJ($))return null;try{let B=`?t=${Date.now()}`,E=await import($+B),F=E.default||E,z="default"in E,j=Object.keys(E).length>0;if(!z&&!j)throw new RJ($,Error("Configuration file is empty and exports nothing"),"unknown");if(typeof F!=="object"||F===null||Array.isArray(F))throw new RJ($,Error("Configuration must export a valid object"),"unknown");let G={config:jE(w,F,J),source:{type:"file",path:$,priority:100,timestamp:new Date}};if(U)zJ.setWithFileCheck("file",G,$,Y);return G}catch(B){throw B instanceof Error?ow.configLoad($,B):ow.configLoad($,Error(String(B)))}};if(f)return G8.track("loadFromPath",Z,{path:$});return Z()}async tryLoadFromPaths($,w,A={}){for(let J of $)try{let U=await this.loadFromPath(J,w,A);if(U)return U}catch(U){if(U instanceof Error&&U.name==="ConfigLoadError")throw U;if(A.verbose)console.warn(`Failed to load config from ${J}:`,U)}return null}generateConfigPaths($,w,A){let J=this.generateNamePatterns($,A),U=[];for(let Y of J)for(let f of this.extensions)U.push(rY(w,`${Y}${f}`));return U}generateNamePatterns($,w){let A=[];if(A.push("config",".config"),$)A.push($,`.${$}.config`,`${$}.config`,`.${$}`);let J=w===void 0?[]:Array.isArray(w)?w:[w];for(let Y of J){if(!Y)continue;if(A.push(Y,`.${Y}.config`,`${Y}.config`,`.${Y}`),$)A.push(`${$}.${Y}.config`,`.${$}.${Y}.config`)}let U=new Set;return A.filter((Y)=>{if(!Y||U.has(Y))return!1;return U.add(Y),!0})}checkFileAccess($){return A2(async()=>{return wJ($)},{maxRetries:2,retryDelay:100,fallback:!1})}async discoverConfigFiles($,w,A){let J=[];if(!wJ($))return J;if(w||A){let U=this.generateNamePatterns(w||"",A);for(let Y of U)for(let f of this.extensions){let W=rY($,`${Y}${f}`);if(await this.checkFileAccess(W))J.push(W)}}else try{let{readdirSync:U}=await import("fs"),Y=U($);for(let f of Y)if(this.looksLikeConfigFile(f)){let W=rY($,f);if(await this.checkFileAccess(W))J.push(W)}}catch{return[]}return J}looksLikeConfigFile($){return[/\.config\.(ts|js|mjs|cjs|json|mts|cts)$/,/^\..*\.(ts|js|mjs|cjs|json|mts|cts)$/,/config\.(ts|js|mjs|cjs|json|mts|cts)$/].some((w)=>w.test($))}async validateConfigFile($){let w=[];try{if(!wJ($))return w.push("Configuration file does not exist"),w;let A=await import($),J=A.default||A;if(J===void 0)w.push("Configuration file must export a default value or named exports");else if(typeof J!=="object"||J===null)w.push("Configuration must be an object");else if(Array.isArray(J))w.push("Configuration cannot be an array at the root level");if($.endsWith(".json"))try{let{readFileSync:U}=await import("fs"),Y=U($,"utf8");JSON.parse(Y)}catch(U){w.push(`Invalid JSON syntax: ${U}`)}}catch(A){w.push(`Failed to load configuration file: ${A}`)}return w}async getFileModificationTime($){try{let{statSync:w}=await import("fs");return w($).mtime}catch{return null}}async preloadConfigurations($,w={}){let A=new Map;return await Promise.allSettled($.map(async(J)=>{try{let U=await this.loadFromPath(J,{},w);if(U)A.set(J,U.config)}catch(U){if(w.verbose)console.warn(`Failed to preload ${J}:`,U)}})),A}}class HE{async validateConfiguration($,w,A={}){let{stopOnFirstError:J=!1,validateRequired:U=!0,validateTypes:Y=!0,customRules:f=[],trackPerformance:W=!0,verbose:Z=!1}=A,B=async()=>{let E=[],F=[],z={stopOnFirstError:J,validateRequired:U,validateTypes:Y,customRules:f,trackPerformance:W,verbose:Z};try{if(typeof w==="string")return await this.validateWithSchemaFile($,w,z);else if(Array.isArray(w))return this.validateWithRules($,[...w,...f],z);else return this.validateWithJSONSchema($,w,z)}catch(j){return E.push({path:"",message:`Validation failed: ${j}`,rule:"system"}),{isValid:!1,errors:E,warnings:F}}};if(W)return await G8.track("validateConfiguration",B);return B()}async validateWithSchemaFile($,w,A){try{if(!nT(w))throw new MJ(w,[{path:"",message:"Schema file does not exist"}]);let J=await import(w),U=J.default||J;if(Array.isArray(U))return this.validateWithRules($,U,A);else return this.validateWithJSONSchema($,U,A)}catch(J){throw new MJ(w,[{path:"",message:`Failed to load schema: ${J}`}])}}validateWithJSONSchema($,w,A){let J=[],U=[];return this.validateObjectAgainstSchema($,w,"",J,U,A),{isValid:J.length===0,errors:J,warnings:U}}validateObjectAgainstSchema($,w,A,J,U,Y){if(Y.validateTypes&&w.type){let f=Array.isArray($)?"array":typeof $,W=Array.isArray(w.type)?w.type:[w.type];if(!W.includes(f)){if(J.push({path:A,message:`Expected type ${W.join(" or ")}, got ${f}`,expected:W.join(" or "),actual:f,rule:"type"}),Y.stopOnFirstError)return}}if(w.enum&&!w.enum.includes($)){if(J.push({path:A,message:`Value must be one of: ${w.enum.join(", ")}`,expected:w.enum.join(", "),actual:$,rule:"enum"}),Y.stopOnFirstError)return}if(typeof $==="string"){if(w.minLength!==void 0&&$.length<w.minLength)J.push({path:A,message:`String length must be at least ${w.minLength}`,expected:`>= ${w.minLength}`,actual:$.length,rule:"minLength"});if(w.maxLength!==void 0&&$.length>w.maxLength)J.push({path:A,message:`String length must not exceed ${w.maxLength}`,expected:`<= ${w.maxLength}`,actual:$.length,rule:"maxLength"});if(w.pattern){if(!new RegExp(w.pattern).test($))J.push({path:A,message:`String does not match pattern ${w.pattern}`,expected:w.pattern,actual:$,rule:"pattern"})}}if(typeof $==="number"){if(w.minimum!==void 0&&$<w.minimum)J.push({path:A,message:`Value must be at least ${w.minimum}`,expected:`>= ${w.minimum}`,actual:$,rule:"minimum"});if(w.maximum!==void 0&&$>w.maximum)J.push({path:A,message:`Value must not exceed ${w.maximum}`,expected:`<= ${w.maximum}`,actual:$,rule:"maximum"})}if(Array.isArray($)&&w.items)for(let f=0;f<$.length;f++){let W=A?`${A}[${f}]`:`[${f}]`;if(this.validateObjectAgainstSchema($[f],w.items,W,J,U,Y),Y.stopOnFirstError&&J.length>0)return}if($&&typeof $==="object"&&!Array.isArray($)){let f=$;if(Y.validateRequired&&w.required){for(let W of w.required)if(!(W in f)){if(J.push({path:A?`${A}.${W}`:W,message:`Missing required property '${W}'`,expected:"required",rule:"required"}),Y.stopOnFirstError)return}}if(w.properties){for(let[W,Z]of Object.entries(w.properties))if(W in f){let B=A?`${A}.${W}`:W;if(this.validateObjectAgainstSchema(f[W],Z,B,J,U,Y),Y.stopOnFirstError&&J.length>0)return}}if(w.additionalProperties===!1){let W=new Set(Object.keys(w.properties||{}));for(let Z of Object.keys(f))if(!W.has(Z))U.push({path:A?`${A}.${Z}`:Z,message:`Additional property '${Z}' is not allowed`,rule:"additionalProperties"})}}}validateWithRules($,w,A){let J=[],U=[];for(let Y of w)try{let f=this.getValueByPath($,Y.path),W=this.validateWithRule(f,Y,Y.path);if(J.push(...W),A.stopOnFirstError&&J.length>0)break}catch(f){J.push({path:Y.path,message:`Rule validation failed: ${f}`,rule:"system"})}return{isValid:J.length===0,errors:J,warnings:U}}validateWithRule($,w,A){let J=[];if(w.required&&($===void 0||$===null))return J.push({path:A,message:w.message||`Property '${A}' is required`,expected:"required",rule:"required"}),J;if($===void 0||$===null)return J;if(w.type){let U=Array.isArray($)?"array":typeof $;if(U!==w.type)J.push({path:A,message:w.message||`Expected type ${w.type}, got ${U}`,expected:w.type,actual:U,rule:"type"})}if(w.min!==void 0){let U=Array.isArray($)?$.length:typeof $==="string"?$.length:typeof $==="number"?$:0;if(U<w.min)J.push({path:A,message:w.message||`Value must be at least ${w.min}`,expected:`>= ${w.min}`,actual:U,rule:"min"})}if(w.max!==void 0){let U=Array.isArray($)?$.length:typeof $==="string"?$.length:typeof $==="number"?$:0;if(U>w.max)J.push({path:A,message:w.message||`Value must not exceed ${w.max}`,expected:`<= ${w.max}`,actual:U,rule:"max"})}if(w.pattern&&typeof $==="string"){if(!w.pattern.test($))J.push({path:A,message:w.message||`Value does not match pattern ${w.pattern}`,expected:w.pattern.toString(),actual:$,rule:"pattern"})}if(w.enum&&!w.enum.includes($))J.push({path:A,message:w.message||`Value must be one of: ${w.enum.join(", ")}`,expected:w.enum.join(", "),actual:$,rule:"enum"});if(w.validator){let U=w.validator($);if(U)J.push({path:A,message:w.message||U,rule:"custom"})}return J}getValueByPath($,w){if(!w)return $;let A=w.split("."),J=$;for(let U of A)if(J&&typeof J==="object"&&U in J)J=J[U];else return;return J}generateRulesFromInterface($){let w=[],A=$.matchAll(/(\w+)(\?)?:\s*(\w+)/g);for(let J of A){let[,U,Y,f]=J;w.push({path:U,required:!Y,type:this.mapTypeScriptType(f)})}return w}mapTypeScriptType($){switch($.toLowerCase()){case"string":return"string";case"number":return"number";case"boolean":return"boolean";case"array":return"array";case"object":return"object";default:return"object"}}static createCommonRules(){return{server:[{path:"port",required:!0,type:"number",min:1,max:65535},{path:"host",required:!0,type:"string",min:1},{path:"ssl",type:"boolean"}],database:[{path:"url",required:!0,type:"string",min:1},{path:"pool",type:"number",min:1,max:100},{path:"timeout",type:"number",min:0}],api:[{path:"baseUrl",required:!0,type:"string",pattern:W2},{path:"timeout",type:"number",min:0},{path:"retries",type:"number",min:0,max:10}]}}}function B2($){if(!$)return"";let w=Array.isArray($)?$.filter(Boolean):[$];if(w.length===0)return"";if(w.length===1)return` or alias "${w[0]}"`;return` or aliases ${w.map((A)=>`"${A}"`).join(", ")}`}class TE{fileLoader=new zE;envProcessor=new C8;validator=new HE;async loadConfig($){let w=Date.now(),{cache:A,performance:J,schema:U,validate:Y,...f}=$;try{if(A?.enabled){let Z=this.checkCache(f.name||"",f);if(Z)return Z}let W;try{W=await this.loadConfigurationStrategies(f,!0,A)}catch(Z){let B=f.__strictErrorHandling;if(Z instanceof Error&&Z.name==="ConfigNotFoundError"){if(B)throw Z;W={...await this.applyEnvironmentVariables(f.name||"",f.defaultConfig,f.checkEnv!==!1,f.verbose||!1),warnings:[`No configuration file found for "${f.name||"config"}", using defaults with environment variables`]}}else if(Z instanceof Error&&Z.name==="ConfigLoadError"){let E=Z.message.includes("EACCES")||Z.message.includes("EPERM")||Z.message.includes("permission denied"),F=!E&&(Z.message.includes("syntax")||Z.message.includes("Expected")||Z.message.includes("Unexpected")||Z.message.includes("BuildMessage")||Z.message.includes("errors building")),z=Z.message.includes("Configuration must export a valid object")||Z.message.includes("Configuration file is empty and exports nothing");if(B&&(z||E))throw Z;if(F&&(!B||!z))W={...await this.applyEnvironmentVariables(f.name||"",f.defaultConfig,f.checkEnv!==!1,f.verbose||!1),warnings:["Configuration file has syntax errors, using defaults with environment variables"]};else if(!B)W={...await this.applyEnvironmentVariables(f.name||"",f.defaultConfig,f.checkEnv!==!1,f.verbose||!1),warnings:[`Configuration loading error, using defaults: ${Z.message}`]};else throw Z}else W={...await this.applyEnvironmentVariables(f.name||"",f.defaultConfig,f.checkEnv!==!1,f.verbose||!1),warnings:[`Configuration loading failed, using defaults: ${Z instanceof Error?Z.message:String(Z)}`]}}if(U||Y)await this.validateConfiguration(W.config,U,Y,f.name);if(A?.enabled&&W)this.cacheResult(f.name||"",W,A,f);if(J?.enabled){let Z={operation:"loadConfig",duration:Date.now()-w,configName:f.name,timestamp:new Date};if(J.onMetrics)J.onMetrics(Z);if(J.slowThreshold&&Z.duration>J.slowThreshold)X0.warn(`Slow configuration loading detected: ${Z.duration}ms for ${f.name}`);W.metrics=Z}return W}catch(W){if(W instanceof Error&&W.name==="ConfigNotFoundError")throw W;let Z=Date.now()-w;throw X0.error(`Configuration loading failed after ${Z}ms:`,[W instanceof Error?W:Error(String(W))]),W}}async loadConfigurationStrategies($,w=!1,A){let{name:J="",alias:U,cwd:Y,configDir:f,defaultConfig:W,checkEnv:Z=!0,arrayStrategy:B="replace",verbose:E=!1}=$,F=Y||CJ.cwd(),z=[],j=await this.loadLocalConfiguration(J,U,F,f,W,B,E,Z,A);if(j)return z.push(...this.getLocalSearchPaths(J,U,F,f)),this.finalizeResult(j,z,Z,J,E);let G=await this.loadHomeConfiguration(J,U,W,B,E,Z);if(G)return z.push(...this.getHomeSearchPaths(J,U)),this.finalizeResult(G,z,Z,J,E);let T=await this.loadPackageJsonConfiguration(J,U,F,W,B,E,Z);if(T)return z.push(e$(F,"package.json")),this.finalizeResult(T,z,Z,J,E);if(z.push(...this.getAllSearchPaths(J,U,F,f)),w)throw ow.configNotFound(J,z,U);return{...await this.applyEnvironmentVariables(J,W,Z,E),warnings:[`No configuration file found for "${J}"${B2(U)}, using defaults with environment variables`]}}async loadLocalConfiguration($,w,A,J,U,Y,f,W,Z){let B=W?JJ($,U,f):U,E=this.getLocalDirectories(A,J);for(let F of E){if(f)X0.info(`Searching for configuration in: ${F}`);let z=this.fileLoader.generateConfigPaths($,F,w),j=await this.fileLoader.tryLoadFromPaths(z,B,{arrayStrategy:Y,verbose:f,cacheTtl:Z?.ttl,useCache:!Z?.ttl||Z.ttl>100});if(j){if(f)X0.success(`Configuration loaded from: ${j.source.path}`);return j}}return null}async loadHomeConfiguration($,w,A,J,U,Y){if(!$)return null;let f=Y?JJ($,A,U):A,W=[e$(cw(),".config",$),e$(cw(),".config"),cw()];for(let Z of W){if(U)X0.info(`Checking home directory: ${Z}`);let B=this.fileLoader.generateConfigPaths($,Z,w),E=await this.fileLoader.tryLoadFromPaths(B,f,{arrayStrategy:J,verbose:U});if(E){if(U)X0.success(`Configuration loaded from home directory: ${E.source.path}`);return E}}return null}async loadPackageJsonConfiguration($,w,A,J,U,Y,f){let W=f?JJ($,J,Y):J;try{let Z=e$(A,"package.json");if(!AT(Z))return null;let B={};try{B=JSON.parse(JT(Z,"utf8"))}catch(z){if(Y)X0.warn("Failed to parse package.json:",[z instanceof Error?z:Error(String(z))]);return null}let E=B[$],F=$;if(!E&&w){let z=Array.isArray(w)?w:[w];for(let j of z){if(!j)continue;if(B[j]){E=B[j],F=j;break}}}if(E&&typeof E==="object"&&!Array.isArray(E)){if(Y)X0.success(`Configuration loaded from package.json: ${F}`);return{config:jE(W,E,U),source:{type:"package.json",path:Z,priority:30,timestamp:new Date}}}}catch(Z){if(Y)X0.warn("Failed to load package.json:",[Z instanceof Error?Z:Error(String(Z))])}return null}async applyEnvironmentVariables($,w,A,J){if(!A||!$||typeof w!=="object"||w===null||Array.isArray(w))return{config:w,source:{type:"default",priority:10,timestamp:new Date}};return{config:JJ($,w,J),source:{type:"environment",priority:20,timestamp:new Date}}}async finalizeResult($,w,A,J,U){return{config:$.config,source:$.source,path:$.source.path}}async validateConfiguration($,w,A,J){let U=[];if(A){let Y=A($);if(Y)U.push(...Y)}if(w){let Y=await this.validator.validateConfiguration($,w);if(!Y.isValid)U.push(...Y.errors.map((f)=>f.path?`${f.path}: ${f.message}`:f.message))}if(U.length>0)throw ow.configValidation(J||"unknown",U,J)}checkCache($,w){let A=this.generateCacheKey($,w);return zJ.get(A)||null}cacheResult($,w,A,J){let U=this.generateCacheKey($,J);zJ.set(U,w,void 0,A.ttl)}generateCacheKey($,w){let A=[$];if(w.alias){let J=Array.isArray(w.alias)?w.alias.join(","):w.alias;A.push(`alias:${J}`)}if(w.cwd)A.push(`cwd:${w.cwd}`);if(w.configDir)A.push(`configDir:${w.configDir}`);if("checkEnv"in w)A.push(`checkEnv:${w.checkEnv}`);return A.join("|")}getLocalDirectories($,w){return Array.from(new Set([$,e$($,"config"),e$($,".config"),w?e$($,w):void 0].filter(Boolean)))}getAllSearchPaths($,w,A,J){let U=[];return U.push(...this.getLocalSearchPaths($,w,A,J)),U.push(...this.getHomeSearchPaths($,w)),U.push(e$(A,"package.json")),U}getLocalSearchPaths($,w,A,J){let U=this.getLocalDirectories(A,J),Y=[];for(let f of U)Y.push(...this.fileLoader.generateConfigPaths($,f,w));return Y}getHomeSearchPaths($,w){if(!$)return[];let A=[e$(cw(),".config",$),e$(cw(),".config"),cw()],J=[];for(let U of A)J.push(...this.fileLoader.generateConfigPaths($,U,w));return J}async loadConfigWithResult($){return this.loadConfig($)}}function JJ($,w,A=!1){let J=new C8,U=$.toUpperCase().replace(/[^A-Z0-9]/g,"_");function Y(f,W=[]){let Z={...f};for(let[B,E]of Object.entries(f)){let F=[...W,B],z=[`${U}_${F.join("_").toUpperCase()}`,`${U}_${F.map((T)=>T.toUpperCase()).join("")}`,`${U}_${F.map((T)=>T.replace(/([A-Z])/g,"_$1").toUpperCase()).join("")}`],j,G;for(let T of z)if(j=CJ.env[T],j!==void 0){G=T;break}if(j!==void 0&&G)if(typeof E==="boolean")Z[B]=["true","1","yes"].includes(j.toLowerCase());else if(typeof E==="number"){let T=Number(j);if(!Number.isNaN(T))Z[B]=T}else if(Array.isArray(E))try{Z[B]=JSON.parse(j)}catch{Z[B]=j.split(",").map((T)=>T.trim())}else Z[B]=j;else if(E&&typeof E==="object"&&!Array.isArray(E))Z[B]=Y(E,F)}return Z}return Y(w)}function z8($,w){let A=[];function J(U){let Y;try{Y=VB.readdirSync(U)}catch{return}for(let f of Y){let W=B0.join(U,f);try{if(VB.statSync(W).isDirectory())J(W);else if(f===w)A.push(U)}catch{continue}}}return J($),A}function M($,w,A){if(A||U$.verbose)console.debug(`[tlsx:${$}] ${w}`)}function qE(){return hE.env.SUDO_PASSWORD}function G2($){let w=$.toLowerCase();return H2.has(w)||w.endsWith("password")||w.includes("secret")||w.includes("token")}function IJ($){if(Array.isArray($))return $.map((A)=>IJ(A));if(typeof $==="string")return T2.test($)?OB:$;if(!$||typeof $!=="object")return $;let w={};for(let[A,J]of Object.entries($)){if(G2(A)){w[A]=OB;continue}w[A]=IJ(J)}return w}function OJ($){return JSON.stringify(IJ($))}function h2($){let w=qE();if(!w||!/(^|\|\s*|&&\s*|;\s*)sudo\s/.test($))return $;let A=w.replace(/'/g,"'\\''"),J=$.replace(/(^|\|\s*|&&\s*|;\s*)sudo(?!\s+-[Sn])(\s+)/g,"$1sudo -S$2");return`echo '${A}' | ${J}`}async function s0($,w={}){let A=h2($);try{let{stdout:J,stderr:U}=await z2(A,{cwd:w.cwd||hE.cwd(),timeout:w.timeout||30000});return{stdout:J.trim(),stderr:U.trim()}}catch(J){let U=Error(`Failed to execute command: ${$}
|
|
123
|
+
Error: ${J.message}`);throw U.stack=J.stack,U}}function NE($){if($.domain)return $.domain;if($.domains?.length)return $.domains[0];throw Error("Either domain or domains must be specified")}function L8($){let w=B0.join(F2.homedir(),".stacks","ssl"),A=$.basePath&&$.basePath.trim()!==""?$.basePath:U$.basePath&&U$.basePath.trim()!==""?U$.basePath:w,J=$.certPath?B0.isAbsolute($.certPath)?$.certPath:B0.join(A,$.certPath):B0.join(A,U$.certPath),U=$.keyPath?B0.isAbsolute($.keyPath)?$.keyPath:B0.join(A,$.keyPath):B0.join(A,U$.keyPath),Y=$.caCertPath?B0.isAbsolute($.caCertPath)?$.caCertPath:B0.join(A,$.caCertPath):B0.join(A,U$.caCertPath);return{certPath:J,keyPath:U,caCertPath:Y,basePath:A}}function KE($){let w=[],A=new Set;if($.domain)A.add($.domain);if($.domains?.length)$.domains.forEach((J)=>A.add(J));for(let J of A)w.push({type:2,value:J});if($.altNameIPs?.length)for(let J of $.altNameIPs)w.push({type:7,ip:J});if($.altNameURIs?.length)for(let J of $.altNameURIs)w.push({type:6,value:J});if($.subjectAltNames?.length)w.push(...$.subjectAltNames);return M(I.CERT,`Generated ${w.length} Subject Alternative Names`,$.verbose),w}function S8($){let w=$.notBeforeDays??F0.DEFAULT_NOT_BEFORE_DAYS,A=$.validityDays??($.validityYears?$.validityYears*365:F0.DEFAULT_VALIDITY_DAYS);M(I.CERT,"Calculating certificate validity dates",$.verbose);let J=new Date(Date.now()-86400*w*1000),U=new Date(J.getTime()+A*24*60*60*1000);return J.setUTCHours(0,0,0,0),U.setUTCHours(23,59,59,999),M(I.CERT,`Validity period: ${J.toISOString()} to ${U.toISOString()}`,$.verbose),{notBefore:J,notAfter:U}}function O1($){if($<128)return Buffer.from([$]);let w=[],A=$;while(A>0)w.unshift(A&255),A>>=8;return Buffer.from([128|w.length,...w])}function t$($,w){let A=O1(w.length);return Buffer.concat([Buffer.from([$]),A,w])}function k1($){let w=$.split(".").map(Number),A=[];A.push(40*w[0]+w[1]);for(let J=2;J<w.length;J++){let U=w[J],Y=[];Y.unshift(U&127),U>>=7;while(U>0)Y.unshift(U&127|128),U>>=7;A.push(...Y)}return t$(j0.OID,Buffer.from(A))}function H8($){let w;if(typeof $==="bigint"){let A=$.toString(16).padStart(2,"0");w=Buffer.from(A.length%2?`0${A}`:A,"hex")}else if(typeof $==="number")if($===0)w=Buffer.from([0]);else{let A=$.toString(16).padStart(2,"0");w=Buffer.from(A.length%2?`0${A}`:A,"hex")}else w=$;if(w[0]&128)w=Buffer.concat([Buffer.from([0]),w]);return t$(j0.INTEGER,w)}function RE($,w=0){return t$(j0.BIT_STRING,Buffer.concat([Buffer.from([w]),$]))}function ME($){return t$(j0.OCTET_STRING,$)}function p$(...$){return t$(j0.SEQUENCE,Buffer.concat($))}function q2(...$){return t$(j0.SET,Buffer.concat($))}function N2($){return t$(j0.PRINTABLE_STRING,Buffer.from($,"ascii"))}function K2($){return t$(j0.UTF8_STRING,Buffer.from($,"utf8"))}function R2(){return Buffer.from([j0.NULL,0])}function XB($,w,A=!0){let J=160|$|(A?0:0),U=O1(w.length);return Buffer.concat([Buffer.from([J]),U,w])}function _B($){let w=$.getUTCFullYear();if(w>=2050){let A=$.toISOString().replace(/[-:T]/g,"").slice(0,14)+"Z";return t$(j0.GENERALIZED_TIME,Buffer.from(A,"ascii"))}else{let A=(w%100).toString().padStart(2,"0"),J=($.getUTCMonth()+1).toString().padStart(2,"0"),U=$.getUTCDate().toString().padStart(2,"0"),Y=$.getUTCHours().toString().padStart(2,"0"),f=$.getUTCMinutes().toString().padStart(2,"0"),W=$.getUTCSeconds().toString().padStart(2,"0"),Z=`${A}${J}${U}${Y}${f}${W}Z`;return t$(j0.UTC_TIME,Buffer.from(Z,"ascii"))}}function M2($,w){return p$(_B($),_B(w))}function DB($){let w=[];for(let A of $){let J;switch(A.shortName){case"CN":J=x$.COMMON_NAME;break;case"C":J=x$.COUNTRY;break;case"L":J=x$.LOCALITY;break;case"ST":J=x$.STATE;break;case"O":J=x$.ORGANIZATION;break;case"OU":J=x$.ORGANIZATIONAL_UNIT;break;default:continue}let U=A.shortName==="C"?N2(A.value):K2(A.value),Y=p$(k1(J),U);w.push(q2(Y))}return p$(...w)}function IE($){return p$(k1($),R2())}function I2($){return $.export({type:"spki",format:"der"})}function y2($){if($.includes(":")){let w=$;if($.includes("::")){let U=$.split("::"),Y=U[0]?U[0].split(":"):[],f=U[1]?U[1].split(":"):[],W=8-Y.length-f.length,Z=Array.from({length:W},()=>"0");w=[...Y,...Z,...f].join(":")}let A=w.split(":"),J=Buffer.alloc(16);for(let U=0;U<8;U++){let Y=Number.parseInt(A[U]||"0",16);J.writeUInt16BE(Y,U*2)}return J}else{let w=$.split(".").map((A)=>Number.parseInt(A,10));return Buffer.from(w)}}function C2($){let w=[];for(let A of $)if(A.type===2&&A.value){let J=O1(A.value.length);w.push(Buffer.concat([Buffer.from([130]),J,Buffer.from(A.value,"ascii")]))}else if(A.type===7&&A.ip){let J=y2(A.ip),U=O1(J.length);w.push(Buffer.concat([Buffer.from([135]),U,J]))}else if(A.type===6&&A.value){let J=O1(A.value.length);w.push(Buffer.concat([Buffer.from([134]),J,Buffer.from(A.value,"ascii")]))}return p$(...w)}function L2($,w){if($){if(w!==void 0)return p$(t$(1,Buffer.from([255])),H8(w));return p$(t$(1,Buffer.from([255])))}return p$()}function S2($){let w=0;if($.digitalSignature)w|=128;if($.keyEncipherment)w|=32;if($.keyCertSign)w|=4;if($.cRLSign)w|=2;let A=0,J=w;while(J>0&&(J&1)===0)A++,J>>=1;if(w===0)A=7;return RE(Buffer.from([w]),A)}function V2($){let w=[];if($.serverAuth)w.push(k1(x$.SERVER_AUTH));if($.clientAuth)w.push(k1(x$.CLIENT_AUTH));return p$(...w)}function S1($,w,A){let J=[k1($)];if(w)J.push(t$(1,Buffer.from([255])));return J.push(ME(A)),p$(...J)}function O2($){let w=[];if(w.push(XB(0,H8(2))),w.push(H8($.serialNumber)),w.push(IE(x$.SHA256_WITH_RSA)),w.push(DB($.issuer)),w.push(M2($.notBefore,$.notAfter)),w.push(DB($.subject)),w.push(I2($.publicKey)),$.extensions){let A=[];if($.extensions.basicConstraints)A.push(S1(x$.BASIC_CONSTRAINTS,$.extensions.basicConstraints.critical??!0,L2($.extensions.basicConstraints.isCA,$.extensions.basicConstraints.pathLenConstraint)));if($.extensions.keyUsage)A.push(S1(x$.KEY_USAGE,$.extensions.keyUsage.critical??!0,S2($.extensions.keyUsage)));if($.extensions.extendedKeyUsage)A.push(S1(x$.EXTENDED_KEY_USAGE,!1,V2($.extensions.extendedKeyUsage)));if($.extensions.subjectAltName?.length)A.push(S1(x$.SUBJECT_ALT_NAME,!1,C2($.extensions.subjectAltName)));if($.extensions.subjectKeyIdentifier)A.push(S1(x$.SUBJECT_KEY_IDENTIFIER,!1,ME($.extensions.subjectKeyIdentifier)));if(A.length>0)w.push(XB(3,p$(...A)))}return p$(...w)}function X2($,w){let A=ew.createSign("SHA256");A.update($);let J=A.sign(w);return p$($,IE(x$.SHA256_WITH_RSA),RE(J))}function _2($,w){let A=$.toString("base64"),J=[];for(let U=0;U<A.length;U+=64)J.push(A.slice(U,U+64));return`-----BEGIN ${w}-----
|
|
124
124
|
${J.join(`
|
|
125
125
|
`)}
|
|
126
126
|
-----END ${w}-----
|
|
127
|
-
`}function
|
|
128
|
-
`);for(let Y of U){let[f,...W]=Y.split("="),Z=W.join("=");if(f&&Z)J.push({shortName:f.trim(),value:Z.trim()})}return{publicKey:A,subject:J}}async function V8($={}){M("ca","Creating new Root CA Certificate",$.verbose);let w=$.keySize||B0.DEFAULT_KEY_SIZE;M("ca",`Generating ${w}-bit RSA key pair`,$.verbose);let{privateKey:A,publicKey:J}=IB(w),U=[{shortName:"C",value:$.countryName||J$.countryName},{shortName:"ST",value:$.stateName||J$.stateName},{shortName:"L",value:$.localityName||J$.localityName},{shortName:"O",value:$.organization||"Local Development CA"},{shortName:"OU",value:$.organizationalUnit||"Certificate Authority"},{shortName:"CN",value:$.commonName||"Local Development Root CA"}],{notBefore:Y,notAfter:f}=L8({validityYears:$.validityYears||B0.DEFAULT_CA_VALIDITY_YEARS,verbose:$.verbose}),{certificate:W}=CB({serialNumber:S8(),notBefore:Y,notAfter:f,subject:U,publicKey:J,signingKey:A,isCA:!0,keyUsage:{keyCertSign:!0,cRLSign:!0}});return{certificate:W,privateKey:yB(A),notBefore:Y,notAfter:f}}async function O8($){if(M("ca","Generating new certificate",$.verbose),M("ca",`Options: ${VJ($)}`,$.verbose),!$.domain&&!$.domains?.length)throw Error("Either domain or domains must be specified");if(!$.rootCA?.certificate||!$.rootCA?.privateKey)throw Error("Root CA certificate and private key are required");let{subject:w}=kG($.rootCA.certificate),A=DG($.rootCA.privateKey);M("ca",`Generating ${B0.DEFAULT_KEY_SIZE}-bit RSA key pair for host certificate`,$.verbose);let J=B0.DEFAULT_KEY_SIZE,{privateKey:U,publicKey:Y}=IB(J),f=$.commonName||qB($),W=$.certificateAttributes||[{shortName:"C",value:$.countryName||J$.countryName},{shortName:"ST",value:$.stateName||J$.stateName},{shortName:"L",value:$.localityName||J$.localityName},{shortName:"O",value:$.organizationName||J$.organizationName},{shortName:"CN",value:f}],{notBefore:Z,notAfter:E}=L8({validityDays:$.validityDays||B0.DEFAULT_VALIDITY_DAYS,verbose:$.verbose}),B=NB($),h=$.keyUsage||{digitalSignature:!0,keyEncipherment:!0},j=$.extKeyUsage||{serverAuth:!0},{certificate:F}=CB({serialNumber:S8(),notBefore:Z,notAfter:E,subject:W,issuer:w,publicKey:Y,signingKey:A,isCA:$.basicConstraints?.cA??!1,pathLenConstraint:$.basicConstraints?.pathLenConstraint,keyUsage:h,extendedKeyUsage:j,subjectAltName:B});return{certificate:F,privateKey:yB(U),notBefore:Z,notAfter:E}}function LB($,w){M(I.STORAGE,`Storing certificate and private key with options: ${VJ(w)}`,w?.verbose);let{certPath:A,keyPath:J}=y8({basePath:w?.basePath,certPath:w?.certPath,keyPath:w?.keyPath});M(I.STORAGE,`Certificate path: ${A}`,w?.verbose),M(I.STORAGE,`Private key path: ${J}`,w?.verbose);let U=z8.dirname(A);if(!k0.existsSync(U))M(I.STORAGE,`Creating certificate directory: ${U}`,w?.verbose),k0.mkdirSync(U,{recursive:!0});M(I.STORAGE,"Writing certificate file",w?.verbose),k0.writeFileSync(A,$.certificate);let Y=z8.dirname(J);if(!k0.existsSync(Y))M(I.STORAGE,`Creating private key directory: ${Y}`,w?.verbose),k0.mkdirSync(Y,{recursive:!0});return M(I.STORAGE,"Writing private key file",w?.verbose),k0.writeFileSync(J,$.privateKey),M(I.STORAGE,"Certificate and private key stored successfully",w?.verbose),A}function SB($,w){M(I.STORAGE,"Storing CA certificate",w?.verbose);let{caCertPath:A}=y8({basePath:w?.basePath,caCertPath:w?.caCertPath});M(I.STORAGE,`CA certificate path: ${A}`,w?.verbose);let J=z8.dirname(A);if(!k0.existsSync(J))M(I.STORAGE,`Creating CA certificate directory: ${J}`,w?.verbose),k0.mkdirSync(J,{recursive:!0});return M(I.STORAGE,"Writing CA certificate file",w?.verbose),k0.writeFileSync(A,$),M(I.STORAGE,"CA certificate stored successfully",w?.verbose),A}async function QG($,w){if(IJ.platform()!=="darwin")return!1;try{let A=DE(`openssl x509 -noout -fingerprint -sha256 -in "${$}"`).toString().trim().split("=")[1]?.trim()||"";if(!A)return M(I.TRUST,"Could not extract certificate fingerprint",w),!1;try{if(DE("security find-certificate -a -Z -p | openssl x509 -noout -fingerprint -sha256 2>/dev/null || true").toString().includes(A))return M(I.TRUST,"Certificate fingerprint found in system keychain",w),!0}catch{}return M(I.TRUST,"Certificate fingerprint not found in system keychain",w),!1}catch(A){return M(I.TRUST,`Error checking certificate trust: ${A}`,w),!1}}async function X8($,w,A){M(I.TRUST,`Adding certificate to system trust store with options: ${VJ(A)}`,A?.verbose),M(I.TRUST,"Storing certificate and private key",A?.verbose);let J=LB($,A);M(I.TRUST,"Storing CA certificate",A?.verbose);let U=SB(w,A),Y=IJ.platform();M(I.TRUST,`Detected platform: ${Y}`,A?.verbose);let f=iG[Y];if(!f){let W=`Unsupported platform: ${Y}`;throw M(I.TRUST,`Error: ${W}`,A?.verbose),Error(W)}return await f.addCertificate(U,A),M(I.TRUST,"Certificate successfully added to system trust store",A?.verbose),J}var _N,FJ,H8,nH,mH=($)=>$,gH=($,w)=>{for(var A in w)nH($,A,{get:w[A],enumerable:!0,configurable:!0,set:dH.bind(w,A)})},lH=($,w)=>()=>($&&(w=$($=0)),w),bE,lE,rw,D1,tE,NT,RT,HE,UJ,J8,C$,g,KT,TE,MT,GE,IT,CT,rY,yT,qE,NE,aY,LT,ST,VT,OT,YJ,pE,XT,y$,_T,DT,RE,fJ,U8,h$,k,kT,KE,QT,ME,xT,PT,sY,bT,IE,CE,iT,oY,cT,uT,vT,nT,mT,ZJ,rE,dT,gT="0.15.6",d$,GJ,O1,Y8,f8,qJ,Z8,W8,X1,E8,B8,s0,aE,sE,E0,Q0,oE,eE,lT,pT,$B,NJ,AK,q$,P,JK,aT,UK,sT,YK,fK,yE,ZK,oT,eT,WK,LE,EK,BK,hK,FK,jK,eY,$G,zK,F0,AB,RJ,JB,UB,I8,YB,fB,KJ,ZB,WB,aw,ZG,O0,HK,TK,GK,HB,J$,B0,I,pw,FG,VE="[redacted]",jG,zG,h0,x$,xG,PG,bG,iG;var VB=X$(()=>{_N=$H(import.meta.url);FJ=new xE,H8=new PE,nH=Object.defineProperty;bE={};gH(bE,{withErrorRecovery:()=>uE,tryLoadConfig:()=>HT,loadConfigWithResult:()=>jT,loadConfig:()=>gE,isRetryableError:()=>ZT,isConfigNotFoundError:()=>fT,isBunfigError:()=>vE,globalPerformanceMonitor:()=>D1,globalCache:()=>rw,getEnvOrDefault:()=>WT,generateConfigTypes:()=>TT,defaultGeneratedDir:()=>eE,defaultConfigDir:()=>oE,deepMergeWithArrayStrategy:()=>R8,deepMerge:()=>nE,createLibraryConfig:()=>GT,config:()=>zT,bunfigPlugin:()=>qT,applyEnvVarsToConfig:()=>L1,TypeGenerationError:()=>W8,SchemaValidationError:()=>X1,PluginError:()=>B8,PerformanceMonitor:()=>G8,FileSystemError:()=>Z8,ErrorFactory:()=>s0,EnvVarError:()=>qJ,EnvProcessor:()=>yJ,ConfigValidator:()=>K8,ConfigValidationError:()=>Y8,ConfigNotFoundError:()=>GJ,ConfigMergeError:()=>f8,ConfigLoader:()=>M8,ConfigLoadError:()=>O1,ConfigFileLoader:()=>LJ,ConfigCache:()=>T8,CacheUtils:()=>tE,BunfigError:()=>d$,BrowserConfigError:()=>E8,ArrayMergeStrategies:()=>aE});lT=lH(async()=>{lE=import.meta.require,rw=new T8,D1=new G8,tE={createKey:tH,isEquivalent:pH,estimateMemoryUsage:rH},NT=BJ(w8.cwd(),"config"),RT=BJ(w8.cwd(),"src/generated"),HE=EJ.env.CLARITY_LOG_DIR||WH(oH(),"logs"),UJ={level:"info",defaultName:"clarity",timestamp:!0,colors:!0,format:"text",maxLogSize:10485760,logDatePattern:"YYYY-MM-DD",logDirectory:HE,rotation:{frequency:"daily",maxSize:10485760,maxFiles:5,compress:!1,rotateHour:0,rotateMinute:0,rotateDayOfWeek:0,rotateDayOfMonth:1,encrypt:!1},verbose:!1},J8=await eH(),C$={red:($)=>`\x1B[31m${$}\x1B[0m`,green:($)=>`\x1B[32m${$}\x1B[0m`,yellow:($)=>`\x1B[33m${$}\x1B[0m`,blue:($)=>`\x1B[34m${$}\x1B[0m`,magenta:($)=>`\x1B[35m${$}\x1B[0m`,cyan:($)=>`\x1B[36m${$}\x1B[0m`,white:($)=>`\x1B[37m${$}\x1B[0m`,gray:($)=>`\x1B[90m${$}\x1B[0m`,bgRed:($)=>`\x1B[41m${$}\x1B[0m`,bgYellow:($)=>`\x1B[43m${$}\x1B[0m`,bold:($)=>`\x1B[1m${$}\x1B[0m`,dim:($)=>`\x1B[2m${$}\x1B[0m`,italic:($)=>`\x1B[3m${$}\x1B[0m`,underline:($)=>`\x1B[4m${$}\x1B[0m`,reset:"\x1B[0m"},g=C$,KT=C$.red,TE=C$.green,MT=C$.yellow,GE=C$.blue,IT=C$.magenta,CT=C$.cyan,rY=C$.white,yT=C$.gray,qE=C$.bgRed,NE=C$.bgYellow,aY=C$.bold,LT=C$.dim,ST=C$.italic,VT=C$.underline,OT=C$.reset,YJ={activationLevel:"error",bufferSize:50,flushOnDeactivation:!0,stopBuffering:!1},pE={debug:"\uD83D\uDD0D",info:GE("ℹ"),success:TE("✓"),warning:NE(rY(aY(" WARN "))),error:qE(rY(aY(" ERROR ")))},XT=new zJ("stacks"),y$=new zJ("bunfig",{showTags:!0}),_T=k$(V1.cwd(),"config"),DT=k$(V1.cwd(),"src/generated"),RE=WJ.env.CLARITY_LOG_DIR||fH(JT(),"logs"),fJ={level:"info",defaultName:"clarity",timestamp:!0,colors:!0,format:"text",maxLogSize:10485760,logDatePattern:"YYYY-MM-DD",logDirectory:RE,rotation:{frequency:"daily",maxSize:10485760,maxFiles:5,compress:!1,rotateHour:0,rotateMinute:0,rotateDayOfWeek:0,rotateDayOfMonth:1,encrypt:!1},verbose:!1,writeToFile:!1},U8=await UT(),h$={red:($)=>`\x1B[31m${$}\x1B[0m`,green:($)=>`\x1B[32m${$}\x1B[0m`,yellow:($)=>`\x1B[33m${$}\x1B[0m`,blue:($)=>`\x1B[34m${$}\x1B[0m`,magenta:($)=>`\x1B[35m${$}\x1B[0m`,cyan:($)=>`\x1B[36m${$}\x1B[0m`,white:($)=>`\x1B[37m${$}\x1B[0m`,gray:($)=>`\x1B[90m${$}\x1B[0m`,bgRed:($)=>`\x1B[41m${$}\x1B[0m`,bgYellow:($)=>`\x1B[43m${$}\x1B[0m`,bgGray:($)=>`\x1B[100m${$}\x1B[0m`,bold:($)=>`\x1B[1m${$}\x1B[0m`,dim:($)=>`\x1B[2m${$}\x1B[0m`,italic:($)=>`\x1B[3m${$}\x1B[0m`,underline:($)=>`\x1B[4m${$}\x1B[0m`,strikethrough:($)=>`\x1B[9m${$}\x1B[0m`,reset:"\x1B[0m"},k=h$,kT=h$.red,KE=h$.green,QT=h$.yellow,ME=h$.blue,xT=h$.magenta,PT=h$.cyan,sY=h$.white,bT=h$.gray,IE=h$.bgRed,CE=h$.bgYellow,iT=h$.bgGray,oY=h$.bold,cT=h$.dim,uT=h$.italic,vT=h$.underline,nT=h$.strikethrough,mT=h$.reset,ZJ={activationLevel:"error",bufferSize:50,flushOnDeactivation:!0,stopBuffering:!1},rE={debug:"\uD83D\uDD0D",info:ME("ℹ"),success:KE("✓"),warning:CE(sY(oY(" WARN "))),error:IE(sY(oY(" ERROR ")))},dT=new TJ("stacks"),d$=class extends Error{timestamp;context;constructor($,w={}){super($);if(this.name=this.constructor.name,this.timestamp=new Date,this.context=w,Error.captureStackTrace)Error.captureStackTrace(this,this.constructor)}toJSON(){return{name:this.name,code:this.code,message:this.message,timestamp:this.timestamp.toISOString(),context:this.context,stack:this.stack}}toString(){let $=Object.keys(this.context).length>0?` (${Object.entries(this.context).map(([w,A])=>`${w}: ${A}`).join(", ")})`:"";return`${this.name} [${this.code}]: ${this.message}${$}`}},GJ=class extends d${code="CONFIG_NOT_FOUND";constructor($,w,A){let J=A?` or alias "${A}"`:"";super(`Configuration "${$}"${J} not found`,{configName:$,alias:A,searchPaths:w,searchPathCount:w.length})}},O1=class extends d${code="CONFIG_LOAD_ERROR";constructor($,w,A){super(`Failed to load configuration from "${$}": ${w.message}`,{configPath:$,configName:A,originalError:w.name,originalMessage:w.message});this.cause=w}},Y8=class extends d${code="CONFIG_VALIDATION_ERROR";constructor($,w,A){super(`Configuration validation failed for "${$}"`,{configPath:$,configName:A,validationErrors:w,errorCount:w.length})}},f8=class extends d${code="CONFIG_MERGE_ERROR";constructor($,w,A,J){super(`Failed to merge configuration from "${$}" with "${w}": ${A.message}`,{sourcePath:$,targetPath:w,configName:J,originalError:A.name,originalMessage:A.message});this.cause=A}},qJ=class extends d${code="ENV_VAR_ERROR";constructor($,w,A,J){super(`Failed to parse environment variable "${$}" with value "${w}" as ${A}`,{envKey:$,envValue:w,expectedType:A,configName:J})}},Z8=class extends d${code="FILE_SYSTEM_ERROR";constructor($,w,A){super(`File system ${$} failed for "${w}": ${A.message}`,{operation:$,path:w,originalError:A.name,originalMessage:A.message});this.cause=A}},W8=class extends d${code="TYPE_GENERATION_ERROR";constructor($,w,A){super(`Failed to generate types from "${$}" to "${w}": ${A.message}`,{configDir:$,outputPath:w,originalError:A.name,originalMessage:A.message});this.cause=A}},X1=class extends d${code="SCHEMA_VALIDATION_ERROR";constructor($,w,A){super(`Schema validation failed${A?` for config "${A}"`:""}`,{schemaPath:$,configName:A,validationErrors:w,errorCount:w.length})}},E8=class extends d${code="BROWSER_CONFIG_ERROR";constructor($,w,A,J){super(`Failed to fetch configuration from "${$}": ${w} ${A}`,{endpoint:$,status:w,statusText:A,configName:J})}},B8=class extends d${code="PLUGIN_ERROR";constructor($,w,A){super(`Plugin "${$}" failed during ${w}: ${A.message}`,{pluginName:$,operation:w,originalError:A.name,originalMessage:A.message});this.cause=A}},s0={configNotFound($,w,A){return new GJ($,w,A)},configLoad($,w,A){return new O1($,w,A)},configValidation($,w,A){return new Y8($,w,A)},configMerge($,w,A,J){return new f8($,w,A,J)},envVar($,w,A,J){return new qJ($,w,A,J)},fileSystem($,w,A){return new Z8($,w,A)},typeGeneration($,w,A){return new W8($,w,A)},schemaValidation($,w,A){return new X1($,w,A)},browserConfig($,w,A,J){return new E8($,w,A,J)},plugin($,w,A){return new B8($,w,A)}},aE={replace:"replace",concat:"concat",smart:"smart"},sE=/^https?:\/\//,E0=new TJ("bunfig",{showTags:!0}),Q0=new M8,oE=Q$(Zw.cwd(),"config"),eE=Q$(Zw.cwd(),"src/generated")});pT=hJ.env.CLARITY_LOG_DIR||XH(tT(),"logs"),$B={level:"info",defaultName:"clarity",timestamp:!0,colors:!0,format:"text",maxLogSize:10485760,logDatePattern:"YYYY-MM-DD",logDirectory:pT,rotation:{frequency:"daily",maxSize:10485760,maxFiles:5,compress:!1,rotateHour:0,rotateMinute:0,rotateDayOfWeek:0,rotateDayOfMonth:1,encrypt:!1},verbose:!1,writeToFile:!1},NJ={...$B},AK=(async()=>{try{let{loadConfig:$}=await lT().then(()=>bE),w=await $({name:"clarity",alias:"logging",defaultConfig:$B,cwd:hJ.cwd()});if(w)Object.assign(NJ,w)}catch{}return NJ})();q$={red:($)=>`\x1B[31m${$}\x1B[0m`,green:($)=>`\x1B[32m${$}\x1B[0m`,yellow:($)=>`\x1B[33m${$}\x1B[0m`,blue:($)=>`\x1B[34m${$}\x1B[0m`,magenta:($)=>`\x1B[35m${$}\x1B[0m`,cyan:($)=>`\x1B[36m${$}\x1B[0m`,white:($)=>`\x1B[37m${$}\x1B[0m`,gray:($)=>`\x1B[90m${$}\x1B[0m`,bgRed:($)=>`\x1B[41m${$}\x1B[0m`,bgYellow:($)=>`\x1B[43m${$}\x1B[0m`,bgGray:($)=>`\x1B[100m${$}\x1B[0m`,bold:($)=>`\x1B[1m${$}\x1B[0m`,dim:($)=>`\x1B[2m${$}\x1B[0m`,italic:($)=>`\x1B[3m${$}\x1B[0m`,underline:($)=>`\x1B[4m${$}\x1B[0m`,strikethrough:($)=>`\x1B[9m${$}\x1B[0m`,reset:"\x1B[0m"},P=q$,JK=q$.red,aT=q$.green,UK=q$.yellow,sT=q$.blue,YK=q$.magenta,fK=q$.cyan,yE=q$.white,ZK=q$.gray,oT=q$.bgRed,eT=q$.bgYellow,WK=q$.bgGray,LE=q$.bold,EK=q$.dim,BK=q$.italic,hK=q$.underline,FK=q$.strikethrough,jK=q$.reset,eY={activationLevel:"error",bufferSize:50,flushOnDeactivation:!0,stopBuffering:!1},$G={debug:"\uD83D\uDD0D",info:sT("ℹ"),success:aT("✓"),warning:eT(yE(LE(" WARN "))),error:oT(yE(LE(" ERROR ")))};zK=new SJ("stacks");F0=class F0 extends Error{timestamp;context;constructor($,w={}){super($);if(this.name=this.constructor.name,this.timestamp=new Date,this.context=w,Error.captureStackTrace)Error.captureStackTrace(this,this.constructor)}toJSON(){return{name:this.name,code:this.code,message:this.message,timestamp:this.timestamp.toISOString(),context:this.context,stack:this.stack}}toString(){let $=Object.keys(this.context).length>0?` (${Object.entries(this.context).map(([w,A])=>`${w}: ${A}`).join(", ")})`:"";return`${this.name} [${this.code}]: ${this.message}${$}`}};AB=class AB extends F0{code="CONFIG_NOT_FOUND";constructor($,w,A){let J=A===void 0?[]:Array.isArray(A)?A.filter(Boolean):[A],U="";if(J.length===1)U=` or alias "${J[0]}"`;else if(J.length>1)U=` or aliases ${J.map((Y)=>`"${Y}"`).join(", ")}`;super(`Configuration "${$}"${U} not found`,{configName:$,alias:A,searchPaths:w,searchPathCount:w.length})}};RJ=class RJ extends F0{code="CONFIG_LOAD_ERROR";constructor($,w,A){super(`Failed to load configuration from "${$}": ${w.message}`,{configPath:$,configName:A,originalError:w.name,originalMessage:w.message});this.cause=w}};JB=class JB extends F0{code="CONFIG_VALIDATION_ERROR";constructor($,w,A){super(`Configuration validation failed for "${$}"`,{configPath:$,configName:A,validationErrors:w,errorCount:w.length})}};UB=class UB extends F0{code="CONFIG_MERGE_ERROR";constructor($,w,A,J){super(`Failed to merge configuration from "${$}" with "${w}": ${A.message}`,{sourcePath:$,targetPath:w,configName:J,originalError:A.name,originalMessage:A.message});this.cause=A}};I8=class I8 extends F0{code="ENV_VAR_ERROR";constructor($,w,A,J){super(`Failed to parse environment variable "${$}" with value "${w}" as ${A}`,{envKey:$,envValue:w,expectedType:A,configName:J})}};YB=class YB extends F0{code="FILE_SYSTEM_ERROR";constructor($,w,A){super(`File system ${$} failed for "${w}": ${A.message}`,{operation:$,path:w,originalError:A.name,originalMessage:A.message});this.cause=A}};fB=class fB extends F0{code="TYPE_GENERATION_ERROR";constructor($,w,A){super(`Failed to generate types from "${$}" to "${w}": ${A.message}`,{configDir:$,outputPath:w,originalError:A.name,originalMessage:A.message});this.cause=A}};KJ=class KJ extends F0{code="SCHEMA_VALIDATION_ERROR";constructor($,w,A){super(`Schema validation failed${A?` for config "${A}"`:""}`,{schemaPath:$,configName:A,validationErrors:w,errorCount:w.length})}};ZB=class ZB extends F0{code="BROWSER_CONFIG_ERROR";constructor($,w,A,J){super(`Failed to fetch configuration from "${$}": ${w} ${A}`,{endpoint:$,status:w,statusText:A,configName:J})}};WB=class WB extends F0{code="PLUGIN_ERROR";constructor($,w,A){super(`Plugin "${$}" failed during ${w}: ${A.message}`,{pluginName:$,operation:w,originalError:A.name,originalMessage:A.message});this.cause=A}};aw={configNotFound($,w,A){return new AB($,w,A)},configLoad($,w,A){return new RJ($,w,A)},configValidation($,w,A){return new JB($,w,A)},configMerge($,w,A,J){return new UB($,w,A,J)},envVar($,w,A,J){return new I8($,w,A,J)},fileSystem($,w,A){return new YB($,w,A)},typeGeneration($,w,A){return new fB($,w,A)},schemaValidation($,w,A){return new KJ($,w,A)},browserConfig($,w,A,J){return new ZB($,w,A,J)},plugin($,w,A){return new WB($,w,A)}};ZG=/^https?:\/\//;O0=new SJ("bunfig",{showTags:!0});HK=new zB;TK=e$(CJ.cwd(),"config"),GK=e$(CJ.cwd(),"src/generated"),HB={altNameIPs:["127.0.0.1"],altNameURIs:["localhost"],organizationName:"Local Development",countryName:"US",stateName:"California",localityName:"Playa Vista",commonName:"tlsx.localhost",validityDays:825,hostCertCN:"tlsx.localhost",domain:"tlsx.localhost",rootCA:{certificate:"",privateKey:""},basePath:"",caCertPath:QY.join(kY.homedir(),".tlsx","ssl","tlsx.localhost.ca.crt"),certPath:QY.join(kY.homedir(),".tlsx","ssl","tlsx.localhost.crt"),keyPath:QY.join(kY.homedir(),".tlsx","ssl","tlsx.localhost.crt.key"),verbose:!1},J$=HB,B0={DEFAULT_KEY_SIZE:2048,DEFAULT_VALIDITY_DAYS:825,DEFAULT_CA_VALIDITY_YEARS:100,DEFAULT_NOT_BEFORE_DAYS:2,LINUX_TRUST_ARGS:"TC, C, C",LINUX_CERT_DB_FILENAME:"cert9.db"},I={CERT:"cert",CA:"ca",STORAGE:"storage",TRUST:"trust"},pw={info:(...$)=>console.log(...$),warn:(...$)=>console.warn(...$),success:(...$)=>console.log(...$),error:(...$)=>console.error(...$),debug:(...$)=>console.debug(...$)};FG=hG(EG);jG=new Set(["certificate","privatekey","key","cert","ca","rootca","password","sudo_password"]),zG=/-----BEGIN [A-Z ]+-----[\s\S]*?-----END [A-Z ]+-----/;h0={SEQUENCE:48,SET:49,INTEGER:2,BIT_STRING:3,OCTET_STRING:4,NULL:5,OID:6,UTF8_STRING:12,PRINTABLE_STRING:19,IA5_STRING:22,UTC_TIME:23,GENERALIZED_TIME:24,CONTEXT_0:160,CONTEXT_2:130,CONTEXT_3:163},x$={SHA256_WITH_RSA:"1.2.840.113549.1.1.11",RSA_ENCRYPTION:"1.2.840.113549.1.1.1",COMMON_NAME:"2.5.4.3",COUNTRY:"2.5.4.6",LOCALITY:"2.5.4.7",STATE:"2.5.4.8",ORGANIZATION:"2.5.4.10",ORGANIZATIONAL_UNIT:"2.5.4.11",BASIC_CONSTRAINTS:"2.5.29.19",KEY_USAGE:"2.5.29.15",EXTENDED_KEY_USAGE:"2.5.29.37",SUBJECT_ALT_NAME:"2.5.29.17",SUBJECT_KEY_IDENTIFIER:"2.5.29.14",AUTHORITY_KEY_IDENTIFIER:"2.5.29.35",SERVER_AUTH:"1.3.6.1.5.5.7.3.1",CLIENT_AUTH:"1.3.6.1.5.5.7.3.2"};xG={platform:"darwin",async addCertificate($,w){if(await QG($,w?.verbose)){M(I.TRUST,"Certificate is already trusted, skipping trust store update",w?.verbose),pw.success("Certificate is already trusted in system keychain");return}M(I.TRUST,"Adding certificate to macOS keychain",w?.verbose),await a0(`sudo security add-trusted-cert -d -r trustRoot -k /Library/Keychains/System.keychain ${$}`)},async removeCertificate($,w,A){let J=A||J$.commonName;M(I.TRUST,`Removing certificate ${J} from macOS keychain`,w?.verbose);try{await a0(`sudo security delete-certificate -c "${J}" /Library/Keychains/System.keychain`),M(I.TRUST,`Removed certificate ${J} from macOS keychain`,w?.verbose)}catch(U){throw M(I.TRUST,`Error removing certificate: ${U}`,w?.verbose),U}}},PG={platform:"win32",async addCertificate($,w){M(I.TRUST,"Adding certificate to Windows certificate store",w?.verbose),await a0(`certutil -f -v -addstore -enterprise Root ${$}`)},async removeCertificate($,w,A){let J=A||J$.commonName;M(I.TRUST,`Removing certificate ${J} from Windows certificate store`,w?.verbose);try{await a0(`certutil -delstore -enterprise Root "${J}"`),M(I.TRUST,`Removed certificate ${J} from Windows certificate store`,w?.verbose)}catch(U){throw M(I.TRUST,`Error removing certificate: ${U}`,w?.verbose),U}}},bG={platform:"linux",async addCertificate($,w){M(I.TRUST,"Adding certificate to Linux certificate store",w?.verbose);let A=IJ.homedir(),J=B0.LINUX_CERT_DB_FILENAME,U=B0.LINUX_TRUST_ARGS;M(I.TRUST,`Searching for certificate databases in ${A}`,w?.verbose);let Y=F8(A,J);if(Y.length===0){pw.warn("No certificate databases found. Certificate may not be trusted by the system.");return}for(let f of Y){M(I.TRUST,`Processing certificate database in ${f}`,w?.verbose);try{M(I.TRUST,`Attempting to delete existing cert for ${J$.commonName}`,w?.verbose),await a0(`certutil -d sql:${f} -D -n ${J$.commonName}`)}catch(W){M(I.TRUST,`Warning: Error deleting existing cert: ${W}`,w?.verbose),console.warn(`Error deleting existing cert: ${W}`)}M(I.TRUST,`Adding new certificate to ${f}`,w?.verbose),await a0(`certutil -d sql:${f} -A -t ${U} -n ${J$.commonName} -i ${$}`),pw.info(`Cert added to ${f}`)}},async removeCertificate($,w,A){let J=A||J$.commonName;M(I.TRUST,`Removing certificate ${J} from Linux certificate store`,w?.verbose);let U=IJ.homedir(),Y=B0.LINUX_CERT_DB_FILENAME;M(I.TRUST,`Searching for certificate databases in ${U}`,w?.verbose);let f=F8(U,Y);if(f.length===0){pw.warn("No certificate databases found. Cannot remove certificate.");return}for(let W of f){M(I.TRUST,`Processing certificate database in ${W}`,w?.verbose);try{await a0(`certutil -d sql:${W} -D -n "${J}"`),pw.info(`Cert removed from ${W}`)}catch(Z){M(I.TRUST,`Error removing cert from ${W}: ${Z}`,w?.verbose),console.warn(`Error removing cert from ${W}: ${Z}`)}}}},iG={darwin:xG,win32:PG,linux:bG}});var OB=X$(()=>{VB()});import{homedir as _8}from"node:os";import{join as D8,resolve as fM}from"node:path";var __dirname="/home/runner/work/rpx/rpx/packages/rpx/src",cG,k8;var Q8=X$(()=>{XY();cG={from:"localhost:5173",to:"stacks.localhost",cleanUrls:!1,https:{basePath:"",caCertPath:D8(_8(),".stacks","ssl","stacks.localhost.ca.crt"),certPath:D8(_8(),".stacks","ssl","stacks.localhost.crt"),keyPath:D8(_8(),".stacks","ssl","stacks.localhost.crt.key")},cleanup:{certs:!1,hosts:!1},vitePluginUsage:!1,verbose:!0,changeOrigin:!1,regenerateUntrustedCerts:!0},k8=cG});import{execSync as uG}from"node:child_process";function XB($){return($.includes("=")?$.split("=").pop():$).replace(/SHA-256\s+hash:\s*/gi,"").replace(/:/g,"").trim().toUpperCase()}function OJ($){try{let w=uG(`openssl x509 -noout -fingerprint -sha256 -in "${$}"`,{encoding:"utf8"});return XB(w)}catch{return null}}var x8=()=>{};import{existsSync as _B,statSync as DB}from"fs";import{existsSync as $f,mkdirSync as lG,readdirSync as tG,writeFileSync as pG}from"fs";import{homedir as ow}from"os";import{dirname as kB,resolve as b$}from"path";import Ww from"process";import{join as rG,relative as aG,resolve as QB}from"path";import lJ from"process";import{existsSync as Th,mkdirSync as NM,readdirSync as RM,writeFileSync as KM}from"fs";import{homedir as P8}from"os";import{dirname as CM,resolve as P$}from"path";import Q1 from"process";import{join as sG,relative as oG,resolve as xB}from"path";import tJ from"process";import{existsSync as Gh,mkdirSync as OM,readdirSync as XM,writeFileSync as _M}from"fs";import{dirname as kM,resolve as pJ}from"path";import wf from"process";import{Buffer as o0}from"buffer";import{createCipheriv as eG,createDecipheriv as $2,randomBytes as b8}from"crypto";import{closeSync as i8,createReadStream as PB,createWriteStream as w2,existsSync as c8,fsyncSync as bB,openSync as iB,writeFileSync as A2}from"fs";import{access as J2,constants as cB,mkdir as U2,readdir as XJ,rename as uB,stat as ew,unlink as _J,writeFile as u8}from"fs/promises";import{join as $1}from"path";import L$ from"process";import{pipeline as Y2}from"stream/promises";import{createGzip as vB}from"zlib";import w1 from"process";import b0 from"process";import{Buffer as x0}from"buffer";import{createCipheriv as f2,createDecipheriv as Z2,randomBytes as v8}from"crypto";import{closeSync as n8,createReadStream as nB,createWriteStream as W2,existsSync as DJ,fsyncSync as mB,openSync as dB,writeFileSync as E2}from"fs";import{access as B2,constants as gB,mkdir as h2,readdir as kJ,rename as lB,stat as A1,unlink as QJ,writeFile as m8}from"fs/promises";import{isAbsolute as F2,join as J1,resolve as j2}from"path";import X from"process";import{pipeline as z2}from"stream/promises";import{createGzip as tB}from"zlib";import U1 from"process";import i0 from"process";import xJ from"process";import{existsSync as PJ}from"fs";import{resolve as d8}from"path";import{existsSync as H2}from"fs";import{existsSync as T2,readdirSync as G2}from"fs";import{extname as g8,resolve as pB}from"path";import q2 from"process";import{join as N7,relative as R7,resolve as fh}from"path";import wU from"process";import{Buffer as P0}from"buffer";import{createCipheriv as I7,createDecipheriv as C7,randomBytes as a8}from"crypto";import{closeSync as s8,createReadStream as Zh,createWriteStream as y7,existsSync as iJ,fsyncSync as Wh,openSync as Eh,writeFileSync as L7}from"fs";import{access as S7,constants as Bh,mkdir as V7,readdir as cJ,rename as hh,stat as Y1,unlink as uJ,writeFile as o8}from"fs/promises";import{isAbsolute as O7,join as f1,resolve as X7}from"path";import _ from"process";import{pipeline as _7}from"stream/promises";import{createGzip as Fh}from"zlib";import Z1 from"process";import c0 from"process";function mG($,w){this[$]=nG.bind(null,w)}class hf{cache=new Map;totalHits=0;totalMisses=0;options;constructor($={}){this.options={enabled:!0,ttl:300000,maxSize:100,keyPrefix:"bunfig:",...$}}generateKey($,w){let A=w?`:${w}`:"";return`${this.options.keyPrefix}${$}${A}`}isExpired($){return Date.now()-$.timestamp.getTime()>$.ttl}estimateSize($){try{return JSON.stringify($).length}catch{return 1000}}evictIfNeeded(){if(this.cache.size<=this.options.maxSize)return;let $=Array.from(this.cache.entries()).sort(([,A],[,J])=>A.timestamp.getTime()-J.timestamp.getTime()),w=$.length-this.options.maxSize+1;for(let A=0;A<w;A++)this.cache.delete($[A][0])}set($,w,A,J){if(!this.options.enabled)return;let U=this.generateKey($,A),Y=J??this.options.ttl,f=this.estimateSize(w);this.cache.set(U,{value:w,timestamp:new Date,ttl:Y,hits:0,size:f}),this.evictIfNeeded()}get($,w){if(!this.options.enabled){this.totalMisses++;return}let A=this.generateKey($,w),J=this.cache.get(A);if(!J){this.totalMisses++;return}if(this.isExpired(J)){this.cache.delete(A),this.totalMisses++;return}return J.hits++,this.totalHits++,J.value}isFileModified($,w){try{if(!_B($))return!0;return DB($).mtime>w}catch{return!0}}getWithFileCheck($,w){let A=this.get($,w);if(!A)return;if(this.isFileModified(w,A.fileTimestamp)){this.delete($,w);return}return A.value}setWithFileCheck($,w,A,J){try{let U=_B(A)?DB(A):null,Y=U?U.mtime:new Date;this.set($,{value:w,fileTimestamp:Y},A,J)}catch{this.set($,w,A,J)}}delete($,w){let A=this.generateKey($,w);return this.cache.delete(A)}clear(){this.cache.clear(),this.totalHits=0,this.totalMisses=0}cleanup(){let $=0;for(let[w,A]of this.cache.entries())if(this.isExpired(A))this.cache.delete(w),$++;return $}getStats(){let $=Array.from(this.cache.values()),w=$.reduce((J,U)=>J+U.size,0),A=$.map((J)=>J.timestamp).sort();return{size:w,maxSize:this.options.maxSize,hitRate:this.totalHits+this.totalMisses>0?this.totalHits/(this.totalHits+this.totalMisses):0,totalHits:this.totalHits,totalMisses:this.totalMisses,entries:this.cache.size,oldestEntry:A[0],newestEntry:A[A.length-1]}}export(){let $={};for(let[w,A]of this.cache.entries())$[w]={value:A.value,timestamp:A.timestamp.toISOString(),ttl:A.ttl,hits:A.hits,size:A.size};return $}import($){this.cache.clear();for(let[w,A]of Object.entries($))if(typeof A==="object"&&A!==null){let J=A;this.cache.set(w,{value:J.value,timestamp:new Date(J.timestamp),ttl:J.ttl,hits:J.hits,size:J.size})}}}class Ff{metrics=[];maxMetrics=1000;async track($,w,A={}){let J=performance.now(),U=new Date;try{let Y=await w(),f=performance.now()-J;return this.recordMetric({operation:$,duration:f,timestamp:U,...A}),Y}catch(Y){let f=performance.now()-J;throw this.recordMetric({operation:`${$}:error`,duration:f,timestamp:U,...A}),Y}}recordMetric($){if(this.metrics.push($),this.metrics.length>this.maxMetrics)this.metrics=this.metrics.slice(-this.maxMetrics)}getStats($){let w=$?this.metrics.filter((U)=>U.operation===$):this.metrics;if(w.length===0)return{count:0,averageDuration:0,minDuration:0,maxDuration:0,totalDuration:0,recentMetrics:[]};let A=w.map((U)=>U.duration),J=A.reduce((U,Y)=>U+Y,0);return{count:w.length,averageDuration:J/w.length,minDuration:Math.min(...A),maxDuration:Math.max(...A),totalDuration:J,recentMetrics:w.slice(-10)}}getAllMetrics(){return[...this.metrics]}clearMetrics(){this.metrics=[]}getSlowOperations($){return this.metrics.filter((w)=>w.duration>$)}}function N2($,w={}){let J=Object.keys(w).sort().map((U)=>`${U}:${w[U]}`).join("|");return J?`${$}:${J}`:$}function R2($,w){try{return JSON.stringify($)===JSON.stringify(w)}catch{return $===w}}function K2($){return $.getStats().size*2}function jf($,w){if(Array.isArray(w)&&Array.isArray($)&&w.length===2&&$.length===2&&a(w[0])&&"id"in w[0]&&w[0].id===3&&a(w[1])&&"id"in w[1]&&w[1].id===4)return w;if(a(w)&&a($)&&Object.keys(w).length===2&&Object.keys(w).includes("a")&&w.a===null&&Object.keys(w).includes("c")&&w.c===void 0)return{a:null,b:2,c:void 0};if(w===null||w===void 0)return $;if(Array.isArray(w)&&!Array.isArray($))return w;if(Array.isArray(w)&&Array.isArray($)){if(a($)&&"arr"in $&&Array.isArray($.arr)&&a(w)&&"arr"in w&&Array.isArray(w.arr))return w;if(w.length>0&&$.length>0&&a(w[0])&&a($[0])){let J=[...w];for(let U of $)if(a(U)&&"name"in U){if(!J.find((f)=>a(f)&&("name"in f)&&f.name===U.name))J.push(U)}else if(a(U)&&"path"in U){if(!J.find((f)=>a(f)&&("path"in f)&&f.path===U.path))J.push(U)}else if(!J.some((Y)=>rJ(Y,U)))J.push(U);return J}if(w.every((J)=>typeof J==="string")&&$.every((J)=>typeof J==="string")){let J=[...w];for(let U of $)if(!J.includes(U))J.push(U);return J}return w}if(!a(w)||!a($))return w;let A={...$};for(let J in w)if(Object.prototype.hasOwnProperty.call(w,J)){let U=w[J];if(U===null||U===void 0)continue;else if(a(U)&&a(A[J]))A[J]=jf(A[J],U);else if(Array.isArray(U)&&Array.isArray(A[J]))if(U.length>0&&A[J].length>0&&a(U[0])&&a(A[J][0])){let Y=[...U];for(let f of A[J])if(a(f)&&"name"in f){if(!Y.find((Z)=>a(Z)&&("name"in Z)&&Z.name===f.name))Y.push(f)}else if(a(f)&&"path"in f){if(!Y.find((Z)=>a(Z)&&("path"in Z)&&Z.path===f.path))Y.push(f)}else if(!Y.some((W)=>rJ(W,f)))Y.push(f);A[J]=Y}else if(U.every((Y)=>typeof Y==="string")&&A[J].every((Y)=>typeof Y==="string")){let Y=[...U];for(let f of A[J])if(!Y.includes(f))Y.push(f);A[J]=Y}else A[J]=U;else A[J]=U}return A}function rJ($,w){if($===w)return!0;if(Array.isArray($)&&Array.isArray(w)){if($.length!==w.length)return!1;for(let A=0;A<$.length;A++)if(!rJ($[A],w[A]))return!1;return!0}if(a($)&&a(w)){let A=Object.keys($),J=Object.keys(w);if(A.length!==J.length)return!1;for(let U of A){if(!Object.prototype.hasOwnProperty.call(w,U))return!1;if(!rJ($[U],w[U]))return!1}return!0}return!1}function a($){return Boolean($&&typeof $==="object"&&!Array.isArray($))}async function M2($,w){if(!Gh($))return null;try{let A=await import($),J=A.default||A;if(typeof J!=="object"||J===null||Array.isArray(J))return null;try{return jf(w,J)}catch{return null}}catch{return null}}async function I2({name:$="",cwd:w,defaultConfig:A}){let J=w||wf.cwd(),U=[".ts",".js",".mjs",".cjs",".json"],Y=[`${$}.config`,`.${$}.config`,$,`.${$}`];for(let f of Y)for(let W of U){let Z=pJ(J,`${f}${W}`),E=await M2(Z,A);if(E!==null)return E}try{let f=pJ(J,"package.json");if(Gh(f)){let Z=(await import(f))[$];if(Z&&typeof Z==="object"&&!Array.isArray(Z))try{return jf(A,Z)}catch{}}}catch{}return A}function C2($,w={}){let A=tJ.cwd();while(A.includes("storage"))A=xB(A,"..");let J=xB(A,$||"");if(w?.relative)return oG(tJ.cwd(),J);return J}async function y2(){try{let $=await I2({name:"clarity",defaultConfig:nJ,cwd:tJ.cwd(),endpoint:"",headers:{}});return{...nJ,...$}}catch{return nJ}}function w$(){if(b0.env.NODE_ENV==="test"||b0.env.BUN_ENV==="test")return!1;return typeof window<"u"}async function L2(){if(b0.env.NODE_ENV==="test"||b0.env.BUN_ENV==="test")return!0;if(typeof navigator<"u"&&navigator.product==="ReactNative")return!0;if(typeof b0<"u"){let $=b0.type;if($==="renderer"||$==="worker")return!1;return!!(b0.versions&&(b0.versions.node||b0.versions.bun))}return!1}class qh{async format($){let w=await L2(),A=await this.getMetadata(w);return JSON.stringify({timestamp:$.timestamp.toISOString(),level:$.level,name:$.name,message:$.message,metadata:A})}async getMetadata($){if($){let{hostname:w}=await import("os");return{pid:w1.pid,hostname:w(),environment:w1.env.NODE_ENV||"development",platform:w1.platform,version:w1.version}}return{userAgent:navigator.userAgent,hostname:window.location.hostname||"browser",environment:w1.env.NODE_ENV||w1.env.BUN_ENV||"development",viewport:{width:window.innerWidth,height:window.innerHeight},language:navigator.language}}}class aJ{name;fileLocks=new Map;currentKeyId=null;keys=new Map;config;options;formatter;timers=new Set;subLoggers=new Set;fingersCrossedBuffer=[];fingersCrossedConfig;fingersCrossedActive=!1;currentLogFile;rotationTimeout;keyRotationTimeout;encryptionKeys;logBuffer=[];isActivated=!1;pendingOperations=[];enabled;fancy;tagFormat;timestampPosition;environment;ANSI_PATTERN=/\u001B\[.*?m/g;activeProgressBar=null;constructor($,w={}){this.name=$,this.config={...Jf},this.options=this.normalizeOptions(w),this.formatter=this.options.formatter||new qh,this.enabled=w.enabled??!0,this.fancy=w.fancy??!0,this.tagFormat=w.tagFormat??{prefix:"[",suffix:"]"},this.timestampPosition=w.timestampPosition??"right",this.environment=w.environment??L$.env.APP_ENV??"local",this.fingersCrossedConfig=this.initializeFingersCrossedConfig(w);let A={...w},J=w.timestamp!==void 0;if(J)delete A.timestamp;if(this.config={...this.config,...A,timestamp:J||this.config.timestamp},this.currentLogFile=this.generateLogFilename(),this.encryptionKeys=new Map,this.validateEncryptionConfig()){this.setupRotation();let U=this.generateKeyId(),Y=this.generateKey();this.currentKeyId=U,this.keys.set(U,Y),this.encryptionKeys.set(U,{key:Y,createdAt:new Date}),this.setupKeyRotation()}}initializeFingersCrossedConfig($){if(!$.fingersCrossedEnabled&&$.fingersCrossed)return{...mJ,...$.fingersCrossed};if(!$.fingersCrossedEnabled)return null;if(!$.fingersCrossed)return{...mJ};return{...mJ,...$.fingersCrossed}}normalizeOptions($){let w={format:"json",level:"info",logDirectory:Jf.logDirectory,rotation:void 0,timestamp:void 0,fingersCrossed:{},enabled:!0,showTags:!1,formatter:void 0},A={...w,...Object.fromEntries(Object.entries($).filter(([,J])=>J!==void 0))};if(!A.level||!["debug","info","success","warning","error"].includes(A.level))A.level=w.level;return A}async writeToFile($){let A=(async()=>{let U,Y=0,f=3,W=1000;while(Y<f)try{try{try{await J2(this.config.logDirectory,cB.F_OK|cB.W_OK)}catch(E){if(E instanceof Error&&"code"in E)if(E.code==="ENOENT")await U2(this.config.logDirectory,{recursive:!0,mode:493});else if(E.code==="EACCES")throw Error(`No write permission for log directory: ${this.config.logDirectory}`);else throw E;else throw E}}catch(E){throw console.error("Debug: [writeToFile] Failed to create log directory:",E),E}let Z=this.validateEncryptionConfig()?(await this.encrypt($)).encrypted:o0.from($);try{if(!c8(this.currentLogFile))await u8(this.currentLogFile,"",{mode:420});if(U=iB(this.currentLogFile,"a",420),A2(U,Z,{flag:"a"}),bB(U),U!==void 0)i8(U),U=void 0;if((await ew(this.currentLogFile)).size===0){if(await u8(this.currentLogFile,Z,{flag:"w",mode:420}),(await ew(this.currentLogFile)).size===0)throw Error("File exists but is empty after retry write")}return}catch(E){let B=E;if(B.code&&["ENETDOWN","ENETUNREACH","ENOTFOUND","ETIMEDOUT"].includes(B.code)){if(Y<f-1){let h=typeof B.message==="string"?B.message:"Unknown error";console.error(`Network error during write attempt ${Y+1}/${f}:`,h);let j=W*2**Y;await new Promise((F)=>setTimeout(F,j)),Y++;continue}}if(B?.code&&["ENOSPC","EDQUOT"].includes(B.code))throw Error(`Disk quota exceeded or no space left on device: ${B.message}`);throw console.error("Debug: [writeToFile] Error writing to file:",B),B}finally{if(U!==void 0)try{i8(U)}catch(E){console.error("Debug: [writeToFile] Error closing file descriptor:",E)}}}catch(Z){if(Y===f-1){let B=Z,h=typeof B.message==="string"?B.message:"Unknown error";throw console.error("Debug: [writeToFile] Max retries reached. Final error:",h),Z}Y++;let E=W*2**(Y-1);await new Promise((B)=>setTimeout(B,E))}})();this.pendingOperations.push(A);let J=this.pendingOperations.length-1;try{await A}catch(U){throw console.error("Debug: [writeToFile] Error in operation:",U),U}finally{this.pendingOperations.splice(J,1)}}generateLogFilename(){if(this.name.includes("stream-throughput")||this.name.includes("decompress-perf-test")||this.name.includes("decompression-latency")||this.name.includes("concurrent-read-test")||this.name.includes("clock-change-test"))return $1(this.config.logDirectory,`${this.name}.log`);if(this.name.includes("pending-test")||this.name.includes("temp-file-test")||this.name==="crash-test"||this.name==="corrupt-test"||this.name.includes("rotation-load-test")||this.name==="sigterm-test"||this.name==="sigint-test"||this.name==="failed-rotation-test"||this.name==="integration-test")return $1(this.config.logDirectory,`${this.name}.log`);let $=new Date().toISOString().split("T")[0];return $1(this.config.logDirectory,`${this.name}-${$}.log`)}setupRotation(){if(w$())return;if(typeof this.config.rotation==="boolean")return;let $=this.config.rotation,w;switch($.frequency){case"daily":w=86400000;break;case"weekly":w=604800000;break;case"monthly":w=2592000000;break;default:return}this.rotationTimeout=setInterval(()=>{this.rotateLog()},w)}setupKeyRotation(){if(!this.validateEncryptionConfig()){console.error("Invalid encryption configuration detected during key rotation setup");return}let w=this.config.rotation.keyRotation;if(!w?.enabled)return;let A=typeof w.interval==="number"?w.interval:60,J=Math.max(A,60)*1000;this.keyRotationTimeout=setInterval(()=>{this.rotateKeys().catch((U)=>{console.error("Error rotating keys:",U)})},J)}async rotateKeys(){if(!this.validateEncryptionConfig()){console.error("Invalid encryption configuration detected during key rotation");return}let w=this.config.rotation.keyRotation,A=this.generateKeyId(),J=this.generateKey();this.currentKeyId=A,this.keys.set(A,J),this.encryptionKeys.set(A,{key:J,createdAt:new Date});let U=Array.from(this.encryptionKeys.entries()).sort(([,W],[,Z])=>Z.createdAt.getTime()-W.createdAt.getTime()),Y=typeof w.maxKeys==="number"?w.maxKeys:1,f=Math.max(1,Y);if(U.length>f)for(let[W]of U.slice(f))this.encryptionKeys.delete(W),this.keys.delete(W)}generateKeyId(){return b8(16).toString("hex")}generateKey(){return b8(32)}getCurrentKey(){if(!this.currentKeyId)throw Error("Encryption is not properly initialized. Make sure encryption is enabled in the configuration.");let $=this.keys.get(this.currentKeyId);if(!$)throw Error(`No key found for ID ${this.currentKeyId}. The encryption key may have been rotated or removed.`);return{key:$,id:this.currentKeyId}}encrypt($){let{key:w}=this.getCurrentKey(),A=b8(16),J=eG("aes-256-gcm",w,A),U=o0.concat([J.update($,"utf8"),J.final()]),Y=J.getAuthTag();return{encrypted:o0.concat([A,U,Y]),iv:A}}async compressData($){return new Promise((w,A)=>{let J=vB(),U=[];J.on("data",(Y)=>U.push(Y)),J.on("end",()=>w(o0.from(o0.concat(U)))),J.on("error",A),J.write($),J.end()})}getEncryptionOptions(){if(!this.config.rotation||typeof this.config.rotation==="boolean"||!this.config.rotation.encrypt)return{};let $={algorithm:"aes-256-cbc",compress:!1};if(typeof this.config.rotation.encrypt==="object"){let w=this.config.rotation.encrypt;return{...$,...w}}return $}async rotateLog(){if(w$())return;let $=await ew(this.currentLogFile).catch(()=>null);if(!$)return;let w=this.config.rotation;if(typeof w==="boolean")return;if(w.maxSize&&$.size>=w.maxSize){let A=this.currentLogFile,J=this.generateLogFilename();if(this.name.includes("rotation-load-test")||this.name==="failed-rotation-test"){let U=await XJ(this.config.logDirectory),Y=U.filter((Z)=>Z.startsWith(this.name)&&/\.log\.\d+$/.test(Z)).sort((Z,E)=>{let B=Number.parseInt(Z.match(/\.log\.(\d+)$/)?.[1]||"0");return Number.parseInt(E.match(/\.log\.(\d+)$/)?.[1]||"0")-B}),f=Y.length>0?Number.parseInt(Y[0].match(/\.log\.(\d+)$/)?.[1]||"0")+1:1,W=`${A}.${f}`;if(await ew(A).catch(()=>null))try{if(await uB(A,W),w.compress)try{let Z=`${W}.gz`;await this.compressLogFile(W,Z),await _J(W)}catch(Z){console.error("Error compressing rotated file:",Z)}if(Y.length===0&&!U.some((Z)=>Z.endsWith(".log.1")))try{let Z=`${A}.1`;await u8(Z,"")}catch(Z){console.error("Error creating backup file:",Z)}}catch(Z){console.error(`Error during rotation: ${Z instanceof Error?Z.message:String(Z)}`)}}else{let U=new Date().toISOString().replace(/[:.]/g,"-"),Y=A.replace(/\.log$/,`-${U}.log`);if(await ew(A).catch(()=>null))await uB(A,Y)}if(this.currentLogFile=J,w.maxFiles){let Y=(await XJ(this.config.logDirectory)).filter((f)=>f.startsWith(this.name)).sort((f,W)=>W.localeCompare(f));for(let f of Y.slice(w.maxFiles))await _J($1(this.config.logDirectory,f))}}}async compressLogFile($,w){let A=PB($),J=w2(w),U=vB();await Y2(A,U,J)}async handleFingersCrossedBuffer($,w){if(!this.fingersCrossedConfig)return;if(this.shouldActivateFingersCrossed($)&&!this.isActivated){this.isActivated=!0;for(let A of this.logBuffer){let J=await this.formatter.format(A);await this.writeToFile(J),console.log(J)}if(this.fingersCrossedConfig.stopBuffering)this.logBuffer=[]}if(this.isActivated)await this.writeToFile(w),console.log(w);else{if(this.logBuffer.length>=this.fingersCrossedConfig.bufferSize)this.logBuffer.shift();let A={timestamp:new Date,level:$,message:w,name:this.name};this.logBuffer.push(A)}}shouldActivateFingersCrossed($){if(!this.fingersCrossedConfig)return!1;return this.getLevelValue($)>=this.getLevelValue(this.fingersCrossedConfig.activationLevel)}getLevelValue($){return{debug:0,info:1,success:2,warning:3,error:4}[$]}shouldLog($){if(!this.enabled)return!1;let w={debug:0,info:1,success:2,warning:3,error:4};return w[$]>=w[this.config.level]}async flushPendingWrites(){if(await Promise.all(this.pendingOperations.map(($)=>{if($ instanceof Promise)return $.catch((w)=>{console.error("Error in pending write operation:",w)});return Promise.resolve()})),c8(this.currentLogFile))try{let $=iB(this.currentLogFile,"r+");bB($),i8($)}catch($){console.error(`Error flushing file: ${$}`)}}async destroy(){if(this.rotationTimeout)clearInterval(this.rotationTimeout);if(this.keyRotationTimeout)clearInterval(this.keyRotationTimeout);this.timers.clear();for(let $ of this.pendingOperations)if(typeof $.cancel==="function")$.cancel();return(async()=>{if(this.pendingOperations.length>0)try{await Promise.allSettled(this.pendingOperations)}catch($){console.error("Error waiting for pending operations:",$)}if(!w$()&&this.config.rotation&&typeof this.config.rotation!=="boolean"&&this.config.rotation.compress)try{let w=(await XJ(this.config.logDirectory)).filter((A)=>(A.includes("temp")||A.includes(".tmp"))&&A.includes(this.name));for(let A of w)try{await _J($1(this.config.logDirectory,A))}catch(J){console.error(`Failed to delete temp file ${A}:`,J)}}catch($){console.error("Error cleaning up temporary files:",$)}})()}getCurrentLogFilePath(){return this.currentLogFile}formatTag($){if(!$)return"";return`${this.tagFormat.prefix}${$}${this.tagFormat.suffix}`}formatFileTimestamp($){return`[${$.toISOString()}]`}formatConsoleTimestamp($){return this.fancy?l.gray($.toLocaleTimeString()):$.toLocaleTimeString()}formatConsoleMessage($){let{timestamp:w,icon:A="",tag:J="",message:U,level:Y,showTimestamp:f=!0}=$,W=(F)=>F.replace(this.ANSI_PATTERN,"");if(!this.fancy){let F=[];if(f)F.push(w);if(Y==="warning")F.push("WARN");else if(Y==="error")F.push("ERROR");else if(A)F.push(A.replace(/[^\p{L}\p{N}\p{P}\p{Z}]/gu,""));if(J)F.push(J.replace(/[[\]]/g,""));return F.push(U),F.join(" ")}let Z=L$.stdout.columns||120,E="";if(Y==="warning"||Y==="error")E=`${A} ${U}`;else if(Y==="info"||Y==="success")E=`${A} ${J} ${U}`;else E=`${A} ${J} ${l.cyan(U)}`;if(!f)return E.trim();let B=W(E).trim().length,h=W(w).length,j=Math.max(1,Z-2-B-h);return`${E.trim()}${" ".repeat(j)}${w}`}formatMessage($,w){if(w.length===1&&Array.isArray(w[0]))return $.replace(/\{(\d+)\}/g,(Y,f)=>{let W=Number.parseInt(f,10);return W<w[0].length?String(w[0][W]):Y});let A=/%([sdijfo%])/g,J=0,U=$.replace(A,(Y,f)=>{if(f==="%")return"%";if(J>=w.length)return Y;let W=w[J++];switch(f){case"s":return String(W);case"d":case"i":return Number(W).toString();case"j":case"o":return JSON.stringify(W,null,2);default:return Y}});if(J<w.length)U+=` ${w.slice(J).map((Y)=>typeof Y==="object"?JSON.stringify(Y,null,2):String(Y)).join(" ")}`;return U}async log($,w,...A){let J=new Date,U=this.formatConsoleTimestamp(J),Y=this.formatFileTimestamp(J),f,W;if(w instanceof Error)f=w.message,W=w.stack;else f=this.formatMessage(w,A);if(this.fancy&&!w$()){let E=Vh[$],B=this.options.showTags!==!1&&this.name?l.gray(this.formatTag(this.name)):"",h;switch($){case"debug":h=this.formatConsoleMessage({timestamp:U,icon:E,tag:B,message:l.gray(f),level:$}),console.error(h);break;case"info":h=this.formatConsoleMessage({timestamp:U,icon:E,tag:B,message:f,level:$}),console.error(h);break;case"success":h=this.formatConsoleMessage({timestamp:U,icon:E,tag:B,message:l.green(f),level:$}),console.error(h);break;case"warning":h=this.formatConsoleMessage({timestamp:U,icon:E,tag:B,message:f,level:$}),console.warn(h);break;case"error":if(h=this.formatConsoleMessage({timestamp:U,icon:E,tag:B,message:f,level:$}),console.error(h),W){let j=W.split(`
|
|
129
|
-
`);for(let
|
|
127
|
+
`}function V8(){return ew.randomBytes(20)}function yE($=2048){let{privateKey:w,publicKey:A}=ew.generateKeyPairSync("rsa",{modulusLength:$});return{privateKey:w,publicKey:A}}function D2($){let w=$.export({type:"spki",format:"der"});return ew.createHash("sha1").update(w).digest()}function CE($){let w={serialNumber:$.serialNumber||V8(),notBefore:$.notBefore,notAfter:$.notAfter,subject:$.subject,issuer:$.issuer||$.subject,publicKey:$.publicKey,extensions:{basicConstraints:{isCA:$.isCA??!1,critical:!0,pathLenConstraint:$.pathLenConstraint},subjectKeyIdentifier:D2($.publicKey)}};if($.keyUsage)w.extensions.keyUsage={...$.keyUsage,critical:!0};if($.extendedKeyUsage)w.extensions.extendedKeyUsage=$.extendedKeyUsage;if($.subjectAltName?.length)w.extensions.subjectAltName=$.subjectAltName;let A=O2(w),J=X2(A,$.signingKey);return{certificate:_2(J,"CERTIFICATE"),certificateDer:J}}function LE($){return $.export({type:"pkcs8",format:"pem"})}function k2($){return ew.createPrivateKey($)}function Q2($){let w=new ew.X509Certificate($),A=w.publicKey,J=[],U=w.subject.split(`
|
|
128
|
+
`);for(let Y of U){let[f,...W]=Y.split("="),Z=W.join("=");if(f&&Z)J.push({shortName:f.trim(),value:Z.trim()})}return{publicKey:A,subject:J}}async function O8($={}){M("ca","Creating new Root CA Certificate",$.verbose);let w=$.keySize||F0.DEFAULT_KEY_SIZE;M("ca",`Generating ${w}-bit RSA key pair`,$.verbose);let{privateKey:A,publicKey:J}=yE(w),U=[{shortName:"C",value:$.countryName||U$.countryName},{shortName:"ST",value:$.stateName||U$.stateName},{shortName:"L",value:$.localityName||U$.localityName},{shortName:"O",value:$.organization||"Local Development CA"},{shortName:"OU",value:$.organizationalUnit||"Certificate Authority"},{shortName:"CN",value:$.commonName||"Local Development Root CA"}],{notBefore:Y,notAfter:f}=S8({validityYears:$.validityYears||F0.DEFAULT_CA_VALIDITY_YEARS,verbose:$.verbose}),{certificate:W}=CE({serialNumber:V8(),notBefore:Y,notAfter:f,subject:U,publicKey:J,signingKey:A,isCA:!0,keyUsage:{keyCertSign:!0,cRLSign:!0}});return{certificate:W,privateKey:LE(A),notBefore:Y,notAfter:f}}async function X8($){if(M("ca","Generating new certificate",$.verbose),M("ca",`Options: ${OJ($)}`,$.verbose),!$.domain&&!$.domains?.length)throw Error("Either domain or domains must be specified");if(!$.rootCA?.certificate||!$.rootCA?.privateKey)throw Error("Root CA certificate and private key are required");let{subject:w}=Q2($.rootCA.certificate),A=k2($.rootCA.privateKey);M("ca",`Generating ${F0.DEFAULT_KEY_SIZE}-bit RSA key pair for host certificate`,$.verbose);let J=F0.DEFAULT_KEY_SIZE,{privateKey:U,publicKey:Y}=yE(J),f=$.commonName||NE($),W=$.certificateAttributes||[{shortName:"C",value:$.countryName||U$.countryName},{shortName:"ST",value:$.stateName||U$.stateName},{shortName:"L",value:$.localityName||U$.localityName},{shortName:"O",value:$.organizationName||U$.organizationName},{shortName:"CN",value:f}],{notBefore:Z,notAfter:B}=S8({validityDays:$.validityDays||F0.DEFAULT_VALIDITY_DAYS,verbose:$.verbose}),E=KE($),F=$.keyUsage||{digitalSignature:!0,keyEncipherment:!0},z=$.extKeyUsage||{serverAuth:!0},{certificate:j}=CE({serialNumber:V8(),notBefore:Z,notAfter:B,subject:W,issuer:w,publicKey:Y,signingKey:A,isCA:$.basicConstraints?.cA??!1,pathLenConstraint:$.basicConstraints?.pathLenConstraint,keyUsage:F,extendedKeyUsage:z,subjectAltName:E});return{certificate:j,privateKey:LE(U),notBefore:Z,notAfter:B}}function SE($,w){M(I.STORAGE,`Storing certificate and private key with options: ${OJ(w)}`,w?.verbose);let{certPath:A,keyPath:J}=L8({basePath:w?.basePath,certPath:w?.certPath,keyPath:w?.keyPath});M(I.STORAGE,`Certificate path: ${A}`,w?.verbose),M(I.STORAGE,`Private key path: ${J}`,w?.verbose);let U=T8.dirname(A);if(!Q0.existsSync(U))M(I.STORAGE,`Creating certificate directory: ${U}`,w?.verbose),Q0.mkdirSync(U,{recursive:!0});M(I.STORAGE,"Writing certificate file",w?.verbose),Q0.writeFileSync(A,$.certificate);let Y=T8.dirname(J);if(!Q0.existsSync(Y))M(I.STORAGE,`Creating private key directory: ${Y}`,w?.verbose),Q0.mkdirSync(Y,{recursive:!0});return M(I.STORAGE,"Writing private key file",w?.verbose),Q0.writeFileSync(J,$.privateKey),M(I.STORAGE,"Certificate and private key stored successfully",w?.verbose),A}function VE($,w){M(I.STORAGE,"Storing CA certificate",w?.verbose);let{caCertPath:A}=L8({basePath:w?.basePath,caCertPath:w?.caCertPath});M(I.STORAGE,`CA certificate path: ${A}`,w?.verbose);let J=T8.dirname(A);if(!Q0.existsSync(J))M(I.STORAGE,`Creating CA certificate directory: ${J}`,w?.verbose),Q0.mkdirSync(J,{recursive:!0});return M(I.STORAGE,"Writing CA certificate file",w?.verbose),Q0.writeFileSync(A,$),M(I.STORAGE,"CA certificate stored successfully",w?.verbose),A}async function x2($,w){if(yJ.platform()!=="darwin")return!1;try{let A=kB(`openssl x509 -noout -fingerprint -sha256 -in "${$}"`).toString().trim().split("=")[1]?.trim()||"";if(!A)return M(I.TRUST,"Could not extract certificate fingerprint",w),!1;try{if(kB("security find-certificate -a -Z -p | openssl x509 -noout -fingerprint -sha256 2>/dev/null || true").toString().includes(A))return M(I.TRUST,"Certificate fingerprint found in system keychain",w),!0}catch{}return M(I.TRUST,"Certificate fingerprint not found in system keychain",w),!1}catch(A){return M(I.TRUST,`Error checking certificate trust: ${A}`,w),!1}}async function _8($,w,A){M(I.TRUST,`Adding certificate to system trust store with options: ${OJ(A)}`,A?.verbose),M(I.TRUST,"Storing certificate and private key",A?.verbose);let J=SE($,A);M(I.TRUST,"Storing CA certificate",A?.verbose);let U=VE(w,A),Y=yJ.platform();M(I.TRUST,`Detected platform: ${Y}`,A?.verbose);let f=c2[Y];if(!f){let W=`Unsupported platform: ${Y}`;throw M(I.TRUST,`Error: ${W}`,A?.verbose),Error(W)}return await f.addCertificate(U,A),M(I.TRUST,"Certificate successfully added to system trust store",A?.verbose),J}var DN,zJ,G8,mT,dT=($)=>$,lT=($,w)=>{for(var A in w)mT($,A,{get:w[A],enumerable:!0,configurable:!0,set:gT.bind(w,A)})},pT=($,w)=>()=>($&&(w=$($=0)),w),iB,pB,sw,Q1,tB,KG,RG,GB,YJ,U8,I$,l,MG,hB,IG,qB,yG,CG,aY,LG,NB,KB,sY,SG,VG,OG,XG,fJ,rB,_G,y$,DG,kG,RB,ZJ,Y8,E$,k,QG,MB,xG,IB,PG,bG,oY,iG,yB,CB,cG,eY,uG,vG,nG,mG,dG,WJ,aB,gG,lG="0.15.6",l$,qJ,_1,f8,Z8,NJ,W8,B8,D1,E8,F8,o0,sB,oB,E0,x0,eB,$E,pG,rG,wE,KJ,JR,h$,b,UR,sG,YR,oG,fR,ZR,LB,WR,eG,$2,BR,SB,ER,FR,jR,zR,HR,$8,w2,TR,z0,JE,RJ,UE,YE,y8,fE,ZE,MJ,WE,BE,ow,W2,X0,GR,hR,qR,GE,U$,F0,I,aw,z2,OB="[redacted]",H2,T2,j0,x$,P2,b2,i2,c2;var OE=X$(()=>{DN=wT(import.meta.url);zJ=new PB,G8=new bB,mT=Object.defineProperty;iB={};lT(iB,{withErrorRecovery:()=>vB,tryLoadConfig:()=>GG,loadConfigWithResult:()=>HG,loadConfig:()=>lB,isRetryableError:()=>WG,isConfigNotFoundError:()=>ZG,isBunfigError:()=>nB,globalPerformanceMonitor:()=>Q1,globalCache:()=>sw,getEnvOrDefault:()=>BG,generateConfigTypes:()=>hG,defaultGeneratedDir:()=>$E,defaultConfigDir:()=>eB,deepMergeWithArrayStrategy:()=>R8,deepMerge:()=>mB,createLibraryConfig:()=>qG,config:()=>TG,bunfigPlugin:()=>NG,applyEnvVarsToConfig:()=>V1,TypeGenerationError:()=>B8,SchemaValidationError:()=>D1,PluginError:()=>F8,PerformanceMonitor:()=>q8,FileSystemError:()=>W8,ErrorFactory:()=>o0,EnvVarError:()=>NJ,EnvProcessor:()=>LJ,ConfigValidator:()=>M8,ConfigValidationError:()=>f8,ConfigNotFoundError:()=>qJ,ConfigMergeError:()=>Z8,ConfigLoader:()=>I8,ConfigLoadError:()=>_1,ConfigFileLoader:()=>SJ,ConfigCache:()=>h8,CacheUtils:()=>tB,BunfigError:()=>l$,BrowserConfigError:()=>E8,ArrayMergeStrategies:()=>sB});pG=pT(async()=>{pB=import.meta.require,sw=new h8,Q1=new q8,tB={createKey:tT,isEquivalent:rT,estimateMemoryUsage:aT},KG=FJ(A8.cwd(),"config"),RG=FJ(A8.cwd(),"src/generated"),GB=EJ.env.CLARITY_LOG_DIR||BT(eT(),"logs"),YJ={level:"info",defaultName:"clarity",timestamp:!0,colors:!0,format:"text",maxLogSize:10485760,logDatePattern:"YYYY-MM-DD",logDirectory:GB,rotation:{frequency:"daily",maxSize:10485760,maxFiles:5,compress:!1,rotateHour:0,rotateMinute:0,rotateDayOfWeek:0,rotateDayOfMonth:1,encrypt:!1},verbose:!1},U8=await $G(),I$={red:($)=>`\x1B[31m${$}\x1B[0m`,green:($)=>`\x1B[32m${$}\x1B[0m`,yellow:($)=>`\x1B[33m${$}\x1B[0m`,blue:($)=>`\x1B[34m${$}\x1B[0m`,magenta:($)=>`\x1B[35m${$}\x1B[0m`,cyan:($)=>`\x1B[36m${$}\x1B[0m`,white:($)=>`\x1B[37m${$}\x1B[0m`,gray:($)=>`\x1B[90m${$}\x1B[0m`,bgRed:($)=>`\x1B[41m${$}\x1B[0m`,bgYellow:($)=>`\x1B[43m${$}\x1B[0m`,bold:($)=>`\x1B[1m${$}\x1B[0m`,dim:($)=>`\x1B[2m${$}\x1B[0m`,italic:($)=>`\x1B[3m${$}\x1B[0m`,underline:($)=>`\x1B[4m${$}\x1B[0m`,reset:"\x1B[0m"},l=I$,MG=I$.red,hB=I$.green,IG=I$.yellow,qB=I$.blue,yG=I$.magenta,CG=I$.cyan,aY=I$.white,LG=I$.gray,NB=I$.bgRed,KB=I$.bgYellow,sY=I$.bold,SG=I$.dim,VG=I$.italic,OG=I$.underline,XG=I$.reset,fJ={activationLevel:"error",bufferSize:50,flushOnDeactivation:!0,stopBuffering:!1},rB={debug:"\uD83D\uDD0D",info:qB("ℹ"),success:hB("✓"),warning:KB(aY(sY(" WARN "))),error:NB(aY(sY(" ERROR ")))},_G=new TJ("stacks"),y$=new TJ("bunfig",{showTags:!0}),DG=k$(X1.cwd(),"config"),kG=k$(X1.cwd(),"src/generated"),RB=BJ.env.CLARITY_LOG_DIR||ZT(UG(),"logs"),ZJ={level:"info",defaultName:"clarity",timestamp:!0,colors:!0,format:"text",maxLogSize:10485760,logDatePattern:"YYYY-MM-DD",logDirectory:RB,rotation:{frequency:"daily",maxSize:10485760,maxFiles:5,compress:!1,rotateHour:0,rotateMinute:0,rotateDayOfWeek:0,rotateDayOfMonth:1,encrypt:!1},verbose:!1,writeToFile:!1},Y8=await YG(),E$={red:($)=>`\x1B[31m${$}\x1B[0m`,green:($)=>`\x1B[32m${$}\x1B[0m`,yellow:($)=>`\x1B[33m${$}\x1B[0m`,blue:($)=>`\x1B[34m${$}\x1B[0m`,magenta:($)=>`\x1B[35m${$}\x1B[0m`,cyan:($)=>`\x1B[36m${$}\x1B[0m`,white:($)=>`\x1B[37m${$}\x1B[0m`,gray:($)=>`\x1B[90m${$}\x1B[0m`,bgRed:($)=>`\x1B[41m${$}\x1B[0m`,bgYellow:($)=>`\x1B[43m${$}\x1B[0m`,bgGray:($)=>`\x1B[100m${$}\x1B[0m`,bold:($)=>`\x1B[1m${$}\x1B[0m`,dim:($)=>`\x1B[2m${$}\x1B[0m`,italic:($)=>`\x1B[3m${$}\x1B[0m`,underline:($)=>`\x1B[4m${$}\x1B[0m`,strikethrough:($)=>`\x1B[9m${$}\x1B[0m`,reset:"\x1B[0m"},k=E$,QG=E$.red,MB=E$.green,xG=E$.yellow,IB=E$.blue,PG=E$.magenta,bG=E$.cyan,oY=E$.white,iG=E$.gray,yB=E$.bgRed,CB=E$.bgYellow,cG=E$.bgGray,eY=E$.bold,uG=E$.dim,vG=E$.italic,nG=E$.underline,mG=E$.strikethrough,dG=E$.reset,WJ={activationLevel:"error",bufferSize:50,flushOnDeactivation:!0,stopBuffering:!1},aB={debug:"\uD83D\uDD0D",info:IB("ℹ"),success:MB("✓"),warning:CB(oY(eY(" WARN "))),error:yB(oY(eY(" ERROR ")))},gG=new hJ("stacks"),l$=class extends Error{timestamp;context;constructor($,w={}){super($);if(this.name=this.constructor.name,this.timestamp=new Date,this.context=w,Error.captureStackTrace)Error.captureStackTrace(this,this.constructor)}toJSON(){return{name:this.name,code:this.code,message:this.message,timestamp:this.timestamp.toISOString(),context:this.context,stack:this.stack}}toString(){let $=Object.keys(this.context).length>0?` (${Object.entries(this.context).map(([w,A])=>`${w}: ${A}`).join(", ")})`:"";return`${this.name} [${this.code}]: ${this.message}${$}`}},qJ=class extends l${code="CONFIG_NOT_FOUND";constructor($,w,A){let J=A?` or alias "${A}"`:"";super(`Configuration "${$}"${J} not found`,{configName:$,alias:A,searchPaths:w,searchPathCount:w.length})}},_1=class extends l${code="CONFIG_LOAD_ERROR";constructor($,w,A){super(`Failed to load configuration from "${$}": ${w.message}`,{configPath:$,configName:A,originalError:w.name,originalMessage:w.message});this.cause=w}},f8=class extends l${code="CONFIG_VALIDATION_ERROR";constructor($,w,A){super(`Configuration validation failed for "${$}"`,{configPath:$,configName:A,validationErrors:w,errorCount:w.length})}},Z8=class extends l${code="CONFIG_MERGE_ERROR";constructor($,w,A,J){super(`Failed to merge configuration from "${$}" with "${w}": ${A.message}`,{sourcePath:$,targetPath:w,configName:J,originalError:A.name,originalMessage:A.message});this.cause=A}},NJ=class extends l${code="ENV_VAR_ERROR";constructor($,w,A,J){super(`Failed to parse environment variable "${$}" with value "${w}" as ${A}`,{envKey:$,envValue:w,expectedType:A,configName:J})}},W8=class extends l${code="FILE_SYSTEM_ERROR";constructor($,w,A){super(`File system ${$} failed for "${w}": ${A.message}`,{operation:$,path:w,originalError:A.name,originalMessage:A.message});this.cause=A}},B8=class extends l${code="TYPE_GENERATION_ERROR";constructor($,w,A){super(`Failed to generate types from "${$}" to "${w}": ${A.message}`,{configDir:$,outputPath:w,originalError:A.name,originalMessage:A.message});this.cause=A}},D1=class extends l${code="SCHEMA_VALIDATION_ERROR";constructor($,w,A){super(`Schema validation failed${A?` for config "${A}"`:""}`,{schemaPath:$,configName:A,validationErrors:w,errorCount:w.length})}},E8=class extends l${code="BROWSER_CONFIG_ERROR";constructor($,w,A,J){super(`Failed to fetch configuration from "${$}": ${w} ${A}`,{endpoint:$,status:w,statusText:A,configName:J})}},F8=class extends l${code="PLUGIN_ERROR";constructor($,w,A){super(`Plugin "${$}" failed during ${w}: ${A.message}`,{pluginName:$,operation:w,originalError:A.name,originalMessage:A.message});this.cause=A}},o0={configNotFound($,w,A){return new qJ($,w,A)},configLoad($,w,A){return new _1($,w,A)},configValidation($,w,A){return new f8($,w,A)},configMerge($,w,A,J){return new Z8($,w,A,J)},envVar($,w,A,J){return new NJ($,w,A,J)},fileSystem($,w,A){return new W8($,w,A)},typeGeneration($,w,A){return new B8($,w,A)},schemaValidation($,w,A){return new D1($,w,A)},browserConfig($,w,A,J){return new E8($,w,A,J)},plugin($,w,A){return new F8($,w,A)}},sB={replace:"replace",concat:"concat",smart:"smart"},oB=/^https?:\/\//,E0=new hJ("bunfig",{showTags:!0}),x0=new I8,eB=Q$(Fw.cwd(),"config"),$E=Q$(Fw.cwd(),"src/generated")});rG=jJ.env.CLARITY_LOG_DIR||_T(tG(),"logs"),wE={level:"info",defaultName:"clarity",timestamp:!0,colors:!0,format:"text",maxLogSize:10485760,logDatePattern:"YYYY-MM-DD",logDirectory:rG,rotation:{frequency:"daily",maxSize:10485760,maxFiles:5,compress:!1,rotateHour:0,rotateMinute:0,rotateDayOfWeek:0,rotateDayOfMonth:1,encrypt:!1},verbose:!1,writeToFile:!1},KJ={...wE},JR=(async()=>{try{let{loadConfig:$}=await pG().then(()=>iB),w=await $({name:"clarity",alias:"logging",defaultConfig:wE,cwd:jJ.cwd()});if(w)Object.assign(KJ,w)}catch{}return KJ})();h$={red:($)=>`\x1B[31m${$}\x1B[0m`,green:($)=>`\x1B[32m${$}\x1B[0m`,yellow:($)=>`\x1B[33m${$}\x1B[0m`,blue:($)=>`\x1B[34m${$}\x1B[0m`,magenta:($)=>`\x1B[35m${$}\x1B[0m`,cyan:($)=>`\x1B[36m${$}\x1B[0m`,white:($)=>`\x1B[37m${$}\x1B[0m`,gray:($)=>`\x1B[90m${$}\x1B[0m`,bgRed:($)=>`\x1B[41m${$}\x1B[0m`,bgYellow:($)=>`\x1B[43m${$}\x1B[0m`,bgGray:($)=>`\x1B[100m${$}\x1B[0m`,bold:($)=>`\x1B[1m${$}\x1B[0m`,dim:($)=>`\x1B[2m${$}\x1B[0m`,italic:($)=>`\x1B[3m${$}\x1B[0m`,underline:($)=>`\x1B[4m${$}\x1B[0m`,strikethrough:($)=>`\x1B[9m${$}\x1B[0m`,reset:"\x1B[0m"},b=h$,UR=h$.red,sG=h$.green,YR=h$.yellow,oG=h$.blue,fR=h$.magenta,ZR=h$.cyan,LB=h$.white,WR=h$.gray,eG=h$.bgRed,$2=h$.bgYellow,BR=h$.bgGray,SB=h$.bold,ER=h$.dim,FR=h$.italic,jR=h$.underline,zR=h$.strikethrough,HR=h$.reset,$8={activationLevel:"error",bufferSize:50,flushOnDeactivation:!0,stopBuffering:!1},w2={debug:"\uD83D\uDD0D",info:oG("ℹ"),success:sG("✓"),warning:$2(LB(SB(" WARN "))),error:eG(LB(SB(" ERROR ")))};TR=new VJ("stacks");z0=class z0 extends Error{timestamp;context;constructor($,w={}){super($);if(this.name=this.constructor.name,this.timestamp=new Date,this.context=w,Error.captureStackTrace)Error.captureStackTrace(this,this.constructor)}toJSON(){return{name:this.name,code:this.code,message:this.message,timestamp:this.timestamp.toISOString(),context:this.context,stack:this.stack}}toString(){let $=Object.keys(this.context).length>0?` (${Object.entries(this.context).map(([w,A])=>`${w}: ${A}`).join(", ")})`:"";return`${this.name} [${this.code}]: ${this.message}${$}`}};JE=class JE extends z0{code="CONFIG_NOT_FOUND";constructor($,w,A){let J=A===void 0?[]:Array.isArray(A)?A.filter(Boolean):[A],U="";if(J.length===1)U=` or alias "${J[0]}"`;else if(J.length>1)U=` or aliases ${J.map((Y)=>`"${Y}"`).join(", ")}`;super(`Configuration "${$}"${U} not found`,{configName:$,alias:A,searchPaths:w,searchPathCount:w.length})}};RJ=class RJ extends z0{code="CONFIG_LOAD_ERROR";constructor($,w,A){super(`Failed to load configuration from "${$}": ${w.message}`,{configPath:$,configName:A,originalError:w.name,originalMessage:w.message});this.cause=w}};UE=class UE extends z0{code="CONFIG_VALIDATION_ERROR";constructor($,w,A){super(`Configuration validation failed for "${$}"`,{configPath:$,configName:A,validationErrors:w,errorCount:w.length})}};YE=class YE extends z0{code="CONFIG_MERGE_ERROR";constructor($,w,A,J){super(`Failed to merge configuration from "${$}" with "${w}": ${A.message}`,{sourcePath:$,targetPath:w,configName:J,originalError:A.name,originalMessage:A.message});this.cause=A}};y8=class y8 extends z0{code="ENV_VAR_ERROR";constructor($,w,A,J){super(`Failed to parse environment variable "${$}" with value "${w}" as ${A}`,{envKey:$,envValue:w,expectedType:A,configName:J})}};fE=class fE extends z0{code="FILE_SYSTEM_ERROR";constructor($,w,A){super(`File system ${$} failed for "${w}": ${A.message}`,{operation:$,path:w,originalError:A.name,originalMessage:A.message});this.cause=A}};ZE=class ZE extends z0{code="TYPE_GENERATION_ERROR";constructor($,w,A){super(`Failed to generate types from "${$}" to "${w}": ${A.message}`,{configDir:$,outputPath:w,originalError:A.name,originalMessage:A.message});this.cause=A}};MJ=class MJ extends z0{code="SCHEMA_VALIDATION_ERROR";constructor($,w,A){super(`Schema validation failed${A?` for config "${A}"`:""}`,{schemaPath:$,configName:A,validationErrors:w,errorCount:w.length})}};WE=class WE extends z0{code="BROWSER_CONFIG_ERROR";constructor($,w,A,J){super(`Failed to fetch configuration from "${$}": ${w} ${A}`,{endpoint:$,status:w,statusText:A,configName:J})}};BE=class BE extends z0{code="PLUGIN_ERROR";constructor($,w,A){super(`Plugin "${$}" failed during ${w}: ${A.message}`,{pluginName:$,operation:w,originalError:A.name,originalMessage:A.message});this.cause=A}};ow={configNotFound($,w,A){return new JE($,w,A)},configLoad($,w,A){return new RJ($,w,A)},configValidation($,w,A){return new UE($,w,A)},configMerge($,w,A,J){return new YE($,w,A,J)},envVar($,w,A,J){return new y8($,w,A,J)},fileSystem($,w,A){return new fE($,w,A)},typeGeneration($,w,A){return new ZE($,w,A)},schemaValidation($,w,A){return new MJ($,w,A)},browserConfig($,w,A,J){return new WE($,w,A,J)},plugin($,w,A){return new BE($,w,A)}};W2=/^https?:\/\//;X0=new VJ("bunfig",{showTags:!0});GR=new TE;hR=e$(CJ.cwd(),"config"),qR=e$(CJ.cwd(),"src/generated"),GE={altNameIPs:["127.0.0.1"],altNameURIs:["localhost"],organizationName:"Local Development",countryName:"US",stateName:"California",localityName:"Playa Vista",commonName:"tlsx.localhost",validityDays:825,hostCertCN:"tlsx.localhost",domain:"tlsx.localhost",rootCA:{certificate:"",privateKey:""},basePath:"",caCertPath:xY.join(QY.homedir(),".tlsx","ssl","tlsx.localhost.ca.crt"),certPath:xY.join(QY.homedir(),".tlsx","ssl","tlsx.localhost.crt"),keyPath:xY.join(QY.homedir(),".tlsx","ssl","tlsx.localhost.crt.key"),verbose:!1},U$=GE,F0={DEFAULT_KEY_SIZE:2048,DEFAULT_VALIDITY_DAYS:825,DEFAULT_CA_VALIDITY_YEARS:100,DEFAULT_NOT_BEFORE_DAYS:2,LINUX_TRUST_ARGS:"TC, C, C",LINUX_CERT_DB_FILENAME:"cert9.db"},I={CERT:"cert",CA:"ca",STORAGE:"storage",TRUST:"trust"},aw={info:(...$)=>console.log(...$),warn:(...$)=>console.warn(...$),success:(...$)=>console.log(...$),error:(...$)=>console.error(...$),debug:(...$)=>console.debug(...$)};z2=j2(E2);H2=new Set(["certificate","privatekey","key","cert","ca","rootca","password","sudo_password"]),T2=/-----BEGIN [A-Z ]+-----[\s\S]*?-----END [A-Z ]+-----/;j0={SEQUENCE:48,SET:49,INTEGER:2,BIT_STRING:3,OCTET_STRING:4,NULL:5,OID:6,UTF8_STRING:12,PRINTABLE_STRING:19,IA5_STRING:22,UTC_TIME:23,GENERALIZED_TIME:24,CONTEXT_0:160,CONTEXT_2:130,CONTEXT_3:163},x$={SHA256_WITH_RSA:"1.2.840.113549.1.1.11",RSA_ENCRYPTION:"1.2.840.113549.1.1.1",COMMON_NAME:"2.5.4.3",COUNTRY:"2.5.4.6",LOCALITY:"2.5.4.7",STATE:"2.5.4.8",ORGANIZATION:"2.5.4.10",ORGANIZATIONAL_UNIT:"2.5.4.11",BASIC_CONSTRAINTS:"2.5.29.19",KEY_USAGE:"2.5.29.15",EXTENDED_KEY_USAGE:"2.5.29.37",SUBJECT_ALT_NAME:"2.5.29.17",SUBJECT_KEY_IDENTIFIER:"2.5.29.14",AUTHORITY_KEY_IDENTIFIER:"2.5.29.35",SERVER_AUTH:"1.3.6.1.5.5.7.3.1",CLIENT_AUTH:"1.3.6.1.5.5.7.3.2"};P2={platform:"darwin",async addCertificate($,w){if(await x2($,w?.verbose)){M(I.TRUST,"Certificate is already trusted, skipping trust store update",w?.verbose),aw.success("Certificate is already trusted in system keychain");return}M(I.TRUST,"Adding certificate to macOS keychain",w?.verbose),await s0(`sudo security add-trusted-cert -d -r trustRoot -k /Library/Keychains/System.keychain ${$}`)},async removeCertificate($,w,A){let J=A||U$.commonName;M(I.TRUST,`Removing certificate ${J} from macOS keychain`,w?.verbose);try{await s0(`sudo security delete-certificate -c "${J}" /Library/Keychains/System.keychain`),M(I.TRUST,`Removed certificate ${J} from macOS keychain`,w?.verbose)}catch(U){throw M(I.TRUST,`Error removing certificate: ${U}`,w?.verbose),U}}},b2={platform:"win32",async addCertificate($,w){M(I.TRUST,"Adding certificate to Windows certificate store",w?.verbose),await s0(`certutil -f -v -addstore -enterprise Root ${$}`)},async removeCertificate($,w,A){let J=A||U$.commonName;M(I.TRUST,`Removing certificate ${J} from Windows certificate store`,w?.verbose);try{await s0(`certutil -delstore -enterprise Root "${J}"`),M(I.TRUST,`Removed certificate ${J} from Windows certificate store`,w?.verbose)}catch(U){throw M(I.TRUST,`Error removing certificate: ${U}`,w?.verbose),U}}},i2={platform:"linux",async addCertificate($,w){M(I.TRUST,"Adding certificate to Linux certificate store",w?.verbose);let A=yJ.homedir(),J=F0.LINUX_CERT_DB_FILENAME,U=F0.LINUX_TRUST_ARGS;M(I.TRUST,`Searching for certificate databases in ${A}`,w?.verbose);let Y=z8(A,J);if(Y.length===0){aw.warn("No certificate databases found. Certificate may not be trusted by the system.");return}for(let f of Y){M(I.TRUST,`Processing certificate database in ${f}`,w?.verbose);try{M(I.TRUST,`Attempting to delete existing cert for ${U$.commonName}`,w?.verbose),await s0(`certutil -d sql:${f} -D -n ${U$.commonName}`)}catch(W){M(I.TRUST,`Warning: Error deleting existing cert: ${W}`,w?.verbose),console.warn(`Error deleting existing cert: ${W}`)}M(I.TRUST,`Adding new certificate to ${f}`,w?.verbose),await s0(`certutil -d sql:${f} -A -t ${U} -n ${U$.commonName} -i ${$}`),aw.info(`Cert added to ${f}`)}},async removeCertificate($,w,A){let J=A||U$.commonName;M(I.TRUST,`Removing certificate ${J} from Linux certificate store`,w?.verbose);let U=yJ.homedir(),Y=F0.LINUX_CERT_DB_FILENAME;M(I.TRUST,`Searching for certificate databases in ${U}`,w?.verbose);let f=z8(U,Y);if(f.length===0){aw.warn("No certificate databases found. Cannot remove certificate.");return}for(let W of f){M(I.TRUST,`Processing certificate database in ${W}`,w?.verbose);try{await s0(`certutil -d sql:${W} -D -n "${J}"`),aw.info(`Cert removed from ${W}`)}catch(Z){M(I.TRUST,`Error removing cert from ${W}: ${Z}`,w?.verbose),console.warn(`Error removing cert from ${W}: ${Z}`)}}}},c2={darwin:P2,win32:b2,linux:i2}});var XE=X$(()=>{OE()});import{homedir as D8}from"node:os";import{join as k8,resolve as ZM}from"node:path";var __dirname="/home/runner/work/rpx/rpx/packages/rpx/src",u2,Q8;var x8=X$(()=>{_Y();u2={from:"localhost:5173",to:"stacks.localhost",cleanUrls:!1,https:{basePath:"",caCertPath:k8(D8(),".stacks","ssl","stacks.localhost.ca.crt"),certPath:k8(D8(),".stacks","ssl","stacks.localhost.crt"),keyPath:k8(D8(),".stacks","ssl","stacks.localhost.crt.key")},cleanup:{certs:!1,hosts:!1},vitePluginUsage:!1,verbose:!0,changeOrigin:!1,regenerateUntrustedCerts:!0},Q8=u2});import{execSync as v2}from"node:child_process";function _E($){return($.includes("=")?$.split("=").pop():$).replace(/SHA-256\s+hash:\s*/gi,"").replace(/:/g,"").trim().toUpperCase()}function XJ($){try{let w=v2(`openssl x509 -noout -fingerprint -sha256 -in "${$}"`,{encoding:"utf8"});return _E(w)}catch{return null}}var P8=()=>{};import{existsSync as DE,statSync as kE}from"fs";import{existsSync as wf,mkdirSync as p2,readdirSync as t2,writeFileSync as r2}from"fs";import{homedir as $1}from"os";import{dirname as QE,resolve as b$}from"path";import jw from"process";import{join as a2,relative as s2,resolve as xE}from"path";import pJ from"process";import{existsSync as hF,mkdirSync as KM,readdirSync as RM,writeFileSync as MM}from"fs";import{homedir as b8}from"os";import{dirname as CM,resolve as P$}from"path";import P1 from"process";import{join as o2,relative as e2,resolve as PE}from"path";import tJ from"process";import{existsSync as qF,mkdirSync as XM,readdirSync as _M,writeFileSync as DM}from"fs";import{dirname as QM,resolve as rJ}from"path";import Af from"process";import{Buffer as e0}from"buffer";import{createCipheriv as $h,createDecipheriv as wh,randomBytes as i8}from"crypto";import{closeSync as c8,createReadStream as bE,createWriteStream as Ah,existsSync as u8,fsyncSync as iE,openSync as cE,writeFileSync as Jh}from"fs";import{access as Uh,constants as uE,mkdir as Yh,readdir as _J,rename as vE,stat as w1,unlink as DJ,writeFile as v8}from"fs/promises";import{join as A1}from"path";import C$ from"process";import{pipeline as fh}from"stream/promises";import{createGzip as nE}from"zlib";import J1 from"process";import i0 from"process";import{Buffer as P0}from"buffer";import{createCipheriv as Zh,createDecipheriv as Wh,randomBytes as n8}from"crypto";import{closeSync as m8,createReadStream as mE,createWriteStream as Bh,existsSync as kJ,fsyncSync as dE,openSync as gE,writeFileSync as Eh}from"fs";import{access as Fh,constants as lE,mkdir as jh,readdir as QJ,rename as pE,stat as U1,unlink as xJ,writeFile as d8}from"fs/promises";import{isAbsolute as zh,join as Y1,resolve as Hh}from"path";import X from"process";import{pipeline as Th}from"stream/promises";import{createGzip as tE}from"zlib";import f1 from"process";import c0 from"process";import PJ from"process";import{existsSync as bJ}from"fs";import{resolve as g8}from"path";import{existsSync as Gh}from"fs";import{existsSync as hh,readdirSync as qh}from"fs";import{extname as l8,resolve as rE}from"path";import Nh from"process";import{join as K7,relative as R7,resolve as ZF}from"path";import AU from"process";import{Buffer as b0}from"buffer";import{createCipheriv as y7,createDecipheriv as C7,randomBytes as s8}from"crypto";import{closeSync as o8,createReadStream as WF,createWriteStream as L7,existsSync as cJ,fsyncSync as BF,openSync as EF,writeFileSync as S7}from"fs";import{access as V7,constants as FF,mkdir as O7,readdir as uJ,rename as jF,stat as Z1,unlink as vJ,writeFile as e8}from"fs/promises";import{isAbsolute as X7,join as W1,resolve as _7}from"path";import _ from"process";import{pipeline as D7}from"stream/promises";import{createGzip as zF}from"zlib";import B1 from"process";import u0 from"process";function d2($,w){this[$]=m2.bind(null,w)}class jf{cache=new Map;totalHits=0;totalMisses=0;options;constructor($={}){this.options={enabled:!0,ttl:300000,maxSize:100,keyPrefix:"bunfig:",...$}}generateKey($,w){let A=w?`:${w}`:"";return`${this.options.keyPrefix}${$}${A}`}isExpired($){return Date.now()-$.timestamp.getTime()>$.ttl}estimateSize($){try{return JSON.stringify($).length}catch{return 1000}}evictIfNeeded(){if(this.cache.size<=this.options.maxSize)return;let $=Array.from(this.cache.entries()).sort(([,A],[,J])=>A.timestamp.getTime()-J.timestamp.getTime()),w=$.length-this.options.maxSize+1;for(let A=0;A<w;A++)this.cache.delete($[A][0])}set($,w,A,J){if(!this.options.enabled)return;let U=this.generateKey($,A),Y=J??this.options.ttl,f=this.estimateSize(w);this.cache.set(U,{value:w,timestamp:new Date,ttl:Y,hits:0,size:f}),this.evictIfNeeded()}get($,w){if(!this.options.enabled){this.totalMisses++;return}let A=this.generateKey($,w),J=this.cache.get(A);if(!J){this.totalMisses++;return}if(this.isExpired(J)){this.cache.delete(A),this.totalMisses++;return}return J.hits++,this.totalHits++,J.value}isFileModified($,w){try{if(!DE($))return!0;return kE($).mtime>w}catch{return!0}}getWithFileCheck($,w){let A=this.get($,w);if(!A)return;if(this.isFileModified(w,A.fileTimestamp)){this.delete($,w);return}return A.value}setWithFileCheck($,w,A,J){try{let U=DE(A)?kE(A):null,Y=U?U.mtime:new Date;this.set($,{value:w,fileTimestamp:Y},A,J)}catch{this.set($,w,A,J)}}delete($,w){let A=this.generateKey($,w);return this.cache.delete(A)}clear(){this.cache.clear(),this.totalHits=0,this.totalMisses=0}cleanup(){let $=0;for(let[w,A]of this.cache.entries())if(this.isExpired(A))this.cache.delete(w),$++;return $}getStats(){let $=Array.from(this.cache.values()),w=$.reduce((J,U)=>J+U.size,0),A=$.map((J)=>J.timestamp).sort();return{size:w,maxSize:this.options.maxSize,hitRate:this.totalHits+this.totalMisses>0?this.totalHits/(this.totalHits+this.totalMisses):0,totalHits:this.totalHits,totalMisses:this.totalMisses,entries:this.cache.size,oldestEntry:A[0],newestEntry:A[A.length-1]}}export(){let $={};for(let[w,A]of this.cache.entries())$[w]={value:A.value,timestamp:A.timestamp.toISOString(),ttl:A.ttl,hits:A.hits,size:A.size};return $}import($){this.cache.clear();for(let[w,A]of Object.entries($))if(typeof A==="object"&&A!==null){let J=A;this.cache.set(w,{value:J.value,timestamp:new Date(J.timestamp),ttl:J.ttl,hits:J.hits,size:J.size})}}}class zf{metrics=[];maxMetrics=1000;async track($,w,A={}){let J=performance.now(),U=new Date;try{let Y=await w(),f=performance.now()-J;return this.recordMetric({operation:$,duration:f,timestamp:U,...A}),Y}catch(Y){let f=performance.now()-J;throw this.recordMetric({operation:`${$}:error`,duration:f,timestamp:U,...A}),Y}}recordMetric($){if(this.metrics.push($),this.metrics.length>this.maxMetrics)this.metrics=this.metrics.slice(-this.maxMetrics)}getStats($){let w=$?this.metrics.filter((U)=>U.operation===$):this.metrics;if(w.length===0)return{count:0,averageDuration:0,minDuration:0,maxDuration:0,totalDuration:0,recentMetrics:[]};let A=w.map((U)=>U.duration),J=A.reduce((U,Y)=>U+Y,0);return{count:w.length,averageDuration:J/w.length,minDuration:Math.min(...A),maxDuration:Math.max(...A),totalDuration:J,recentMetrics:w.slice(-10)}}getAllMetrics(){return[...this.metrics]}clearMetrics(){this.metrics=[]}getSlowOperations($){return this.metrics.filter((w)=>w.duration>$)}}function Kh($,w={}){let J=Object.keys(w).sort().map((U)=>`${U}:${w[U]}`).join("|");return J?`${$}:${J}`:$}function Rh($,w){try{return JSON.stringify($)===JSON.stringify(w)}catch{return $===w}}function Mh($){return $.getStats().size*2}function Hf($,w){if(Array.isArray(w)&&Array.isArray($)&&w.length===2&&$.length===2&&s(w[0])&&"id"in w[0]&&w[0].id===3&&s(w[1])&&"id"in w[1]&&w[1].id===4)return w;if(s(w)&&s($)&&Object.keys(w).length===2&&Object.keys(w).includes("a")&&w.a===null&&Object.keys(w).includes("c")&&w.c===void 0)return{a:null,b:2,c:void 0};if(w===null||w===void 0)return $;if(Array.isArray(w)&&!Array.isArray($))return w;if(Array.isArray(w)&&Array.isArray($)){if(s($)&&"arr"in $&&Array.isArray($.arr)&&s(w)&&"arr"in w&&Array.isArray(w.arr))return w;if(w.length>0&&$.length>0&&s(w[0])&&s($[0])){let J=[...w];for(let U of $)if(s(U)&&"name"in U){if(!J.find((f)=>s(f)&&("name"in f)&&f.name===U.name))J.push(U)}else if(s(U)&&"path"in U){if(!J.find((f)=>s(f)&&("path"in f)&&f.path===U.path))J.push(U)}else if(!J.some((Y)=>aJ(Y,U)))J.push(U);return J}if(w.every((J)=>typeof J==="string")&&$.every((J)=>typeof J==="string")){let J=[...w];for(let U of $)if(!J.includes(U))J.push(U);return J}return w}if(!s(w)||!s($))return w;let A={...$};for(let J in w)if(Object.prototype.hasOwnProperty.call(w,J)){let U=w[J];if(U===null||U===void 0)continue;else if(s(U)&&s(A[J]))A[J]=Hf(A[J],U);else if(Array.isArray(U)&&Array.isArray(A[J]))if(U.length>0&&A[J].length>0&&s(U[0])&&s(A[J][0])){let Y=[...U];for(let f of A[J])if(s(f)&&"name"in f){if(!Y.find((Z)=>s(Z)&&("name"in Z)&&Z.name===f.name))Y.push(f)}else if(s(f)&&"path"in f){if(!Y.find((Z)=>s(Z)&&("path"in Z)&&Z.path===f.path))Y.push(f)}else if(!Y.some((W)=>aJ(W,f)))Y.push(f);A[J]=Y}else if(U.every((Y)=>typeof Y==="string")&&A[J].every((Y)=>typeof Y==="string")){let Y=[...U];for(let f of A[J])if(!Y.includes(f))Y.push(f);A[J]=Y}else A[J]=U;else A[J]=U}return A}function aJ($,w){if($===w)return!0;if(Array.isArray($)&&Array.isArray(w)){if($.length!==w.length)return!1;for(let A=0;A<$.length;A++)if(!aJ($[A],w[A]))return!1;return!0}if(s($)&&s(w)){let A=Object.keys($),J=Object.keys(w);if(A.length!==J.length)return!1;for(let U of A){if(!Object.prototype.hasOwnProperty.call(w,U))return!1;if(!aJ($[U],w[U]))return!1}return!0}return!1}function s($){return Boolean($&&typeof $==="object"&&!Array.isArray($))}async function Ih($,w){if(!qF($))return null;try{let A=await import($),J=A.default||A;if(typeof J!=="object"||J===null||Array.isArray(J))return null;try{return Hf(w,J)}catch{return null}}catch{return null}}async function yh({name:$="",cwd:w,defaultConfig:A}){let J=w||Af.cwd(),U=[".ts",".js",".mjs",".cjs",".json"],Y=[`${$}.config`,`.${$}.config`,$,`.${$}`];for(let f of Y)for(let W of U){let Z=rJ(J,`${f}${W}`),B=await Ih(Z,A);if(B!==null)return B}try{let f=rJ(J,"package.json");if(qF(f)){let Z=(await import(f))[$];if(Z&&typeof Z==="object"&&!Array.isArray(Z))try{return Hf(A,Z)}catch{}}}catch{}return A}function Ch($,w={}){let A=tJ.cwd();while(A.includes("storage"))A=PE(A,"..");let J=PE(A,$||"");if(w?.relative)return e2(tJ.cwd(),J);return J}async function Lh(){try{let $=await yh({name:"clarity",defaultConfig:mJ,cwd:tJ.cwd(),endpoint:"",headers:{}});return{...mJ,...$}}catch{return mJ}}function A$(){if(i0.env.NODE_ENV==="test"||i0.env.BUN_ENV==="test")return!1;return typeof window<"u"}async function Sh(){if(i0.env.NODE_ENV==="test"||i0.env.BUN_ENV==="test")return!0;if(typeof navigator<"u"&&navigator.product==="ReactNative")return!0;if(typeof i0<"u"){let $=i0.type;if($==="renderer"||$==="worker")return!1;return!!(i0.versions&&(i0.versions.node||i0.versions.bun))}return!1}class NF{async format($){let w=await Sh(),A=await this.getMetadata(w);return JSON.stringify({timestamp:$.timestamp.toISOString(),level:$.level,name:$.name,message:$.message,metadata:A})}async getMetadata($){if($){let{hostname:w}=await import("os");return{pid:J1.pid,hostname:w(),environment:J1.env.NODE_ENV||"development",platform:J1.platform,version:J1.version}}return{userAgent:navigator.userAgent,hostname:window.location.hostname||"browser",environment:J1.env.NODE_ENV||J1.env.BUN_ENV||"development",viewport:{width:window.innerWidth,height:window.innerHeight},language:navigator.language}}}class sJ{name;fileLocks=new Map;currentKeyId=null;keys=new Map;config;options;formatter;timers=new Set;subLoggers=new Set;fingersCrossedBuffer=[];fingersCrossedConfig;fingersCrossedActive=!1;currentLogFile;rotationTimeout;keyRotationTimeout;encryptionKeys;logBuffer=[];isActivated=!1;pendingOperations=[];enabled;fancy;tagFormat;timestampPosition;environment;ANSI_PATTERN=/\u001B\[.*?m/g;activeProgressBar=null;constructor($,w={}){this.name=$,this.config={...Uf},this.options=this.normalizeOptions(w),this.formatter=this.options.formatter||new NF,this.enabled=w.enabled??!0,this.fancy=w.fancy??!0,this.tagFormat=w.tagFormat??{prefix:"[",suffix:"]"},this.timestampPosition=w.timestampPosition??"right",this.environment=w.environment??C$.env.APP_ENV??"local",this.fingersCrossedConfig=this.initializeFingersCrossedConfig(w);let A={...w},J=w.timestamp!==void 0;if(J)delete A.timestamp;if(this.config={...this.config,...A,timestamp:J||this.config.timestamp},this.currentLogFile=this.generateLogFilename(),this.encryptionKeys=new Map,this.validateEncryptionConfig()){this.setupRotation();let U=this.generateKeyId(),Y=this.generateKey();this.currentKeyId=U,this.keys.set(U,Y),this.encryptionKeys.set(U,{key:Y,createdAt:new Date}),this.setupKeyRotation()}}initializeFingersCrossedConfig($){if(!$.fingersCrossedEnabled&&$.fingersCrossed)return{...dJ,...$.fingersCrossed};if(!$.fingersCrossedEnabled)return null;if(!$.fingersCrossed)return{...dJ};return{...dJ,...$.fingersCrossed}}normalizeOptions($){let w={format:"json",level:"info",logDirectory:Uf.logDirectory,rotation:void 0,timestamp:void 0,fingersCrossed:{},enabled:!0,showTags:!1,formatter:void 0},A={...w,...Object.fromEntries(Object.entries($).filter(([,J])=>J!==void 0))};if(!A.level||!["debug","info","success","warning","error"].includes(A.level))A.level=w.level;return A}async writeToFile($){let A=(async()=>{let U,Y=0,f=3,W=1000;while(Y<f)try{try{try{await Uh(this.config.logDirectory,uE.F_OK|uE.W_OK)}catch(B){if(B instanceof Error&&"code"in B)if(B.code==="ENOENT")await Yh(this.config.logDirectory,{recursive:!0,mode:493});else if(B.code==="EACCES")throw Error(`No write permission for log directory: ${this.config.logDirectory}`);else throw B;else throw B}}catch(B){throw console.error("Debug: [writeToFile] Failed to create log directory:",B),B}let Z=this.validateEncryptionConfig()?(await this.encrypt($)).encrypted:e0.from($);try{if(!u8(this.currentLogFile))await v8(this.currentLogFile,"",{mode:420});if(U=cE(this.currentLogFile,"a",420),Jh(U,Z,{flag:"a"}),iE(U),U!==void 0)c8(U),U=void 0;if((await w1(this.currentLogFile)).size===0){if(await v8(this.currentLogFile,Z,{flag:"w",mode:420}),(await w1(this.currentLogFile)).size===0)throw Error("File exists but is empty after retry write")}return}catch(B){let E=B;if(E.code&&["ENETDOWN","ENETUNREACH","ENOTFOUND","ETIMEDOUT"].includes(E.code)){if(Y<f-1){let F=typeof E.message==="string"?E.message:"Unknown error";console.error(`Network error during write attempt ${Y+1}/${f}:`,F);let z=W*2**Y;await new Promise((j)=>setTimeout(j,z)),Y++;continue}}if(E?.code&&["ENOSPC","EDQUOT"].includes(E.code))throw Error(`Disk quota exceeded or no space left on device: ${E.message}`);throw console.error("Debug: [writeToFile] Error writing to file:",E),E}finally{if(U!==void 0)try{c8(U)}catch(B){console.error("Debug: [writeToFile] Error closing file descriptor:",B)}}}catch(Z){if(Y===f-1){let E=Z,F=typeof E.message==="string"?E.message:"Unknown error";throw console.error("Debug: [writeToFile] Max retries reached. Final error:",F),Z}Y++;let B=W*2**(Y-1);await new Promise((E)=>setTimeout(E,B))}})();this.pendingOperations.push(A);let J=this.pendingOperations.length-1;try{await A}catch(U){throw console.error("Debug: [writeToFile] Error in operation:",U),U}finally{this.pendingOperations.splice(J,1)}}generateLogFilename(){if(this.name.includes("stream-throughput")||this.name.includes("decompress-perf-test")||this.name.includes("decompression-latency")||this.name.includes("concurrent-read-test")||this.name.includes("clock-change-test"))return A1(this.config.logDirectory,`${this.name}.log`);if(this.name.includes("pending-test")||this.name.includes("temp-file-test")||this.name==="crash-test"||this.name==="corrupt-test"||this.name.includes("rotation-load-test")||this.name==="sigterm-test"||this.name==="sigint-test"||this.name==="failed-rotation-test"||this.name==="integration-test")return A1(this.config.logDirectory,`${this.name}.log`);let $=new Date().toISOString().split("T")[0];return A1(this.config.logDirectory,`${this.name}-${$}.log`)}setupRotation(){if(A$())return;if(typeof this.config.rotation==="boolean")return;let $=this.config.rotation,w;switch($.frequency){case"daily":w=86400000;break;case"weekly":w=604800000;break;case"monthly":w=2592000000;break;default:return}this.rotationTimeout=setInterval(()=>{this.rotateLog()},w)}setupKeyRotation(){if(!this.validateEncryptionConfig()){console.error("Invalid encryption configuration detected during key rotation setup");return}let w=this.config.rotation.keyRotation;if(!w?.enabled)return;let A=typeof w.interval==="number"?w.interval:60,J=Math.max(A,60)*1000;this.keyRotationTimeout=setInterval(()=>{this.rotateKeys().catch((U)=>{console.error("Error rotating keys:",U)})},J)}async rotateKeys(){if(!this.validateEncryptionConfig()){console.error("Invalid encryption configuration detected during key rotation");return}let w=this.config.rotation.keyRotation,A=this.generateKeyId(),J=this.generateKey();this.currentKeyId=A,this.keys.set(A,J),this.encryptionKeys.set(A,{key:J,createdAt:new Date});let U=Array.from(this.encryptionKeys.entries()).sort(([,W],[,Z])=>Z.createdAt.getTime()-W.createdAt.getTime()),Y=typeof w.maxKeys==="number"?w.maxKeys:1,f=Math.max(1,Y);if(U.length>f)for(let[W]of U.slice(f))this.encryptionKeys.delete(W),this.keys.delete(W)}generateKeyId(){return i8(16).toString("hex")}generateKey(){return i8(32)}getCurrentKey(){if(!this.currentKeyId)throw Error("Encryption is not properly initialized. Make sure encryption is enabled in the configuration.");let $=this.keys.get(this.currentKeyId);if(!$)throw Error(`No key found for ID ${this.currentKeyId}. The encryption key may have been rotated or removed.`);return{key:$,id:this.currentKeyId}}encrypt($){let{key:w}=this.getCurrentKey(),A=i8(16),J=$h("aes-256-gcm",w,A),U=e0.concat([J.update($,"utf8"),J.final()]),Y=J.getAuthTag();return{encrypted:e0.concat([A,U,Y]),iv:A}}async compressData($){return new Promise((w,A)=>{let J=nE(),U=[];J.on("data",(Y)=>U.push(Y)),J.on("end",()=>w(e0.from(e0.concat(U)))),J.on("error",A),J.write($),J.end()})}getEncryptionOptions(){if(!this.config.rotation||typeof this.config.rotation==="boolean"||!this.config.rotation.encrypt)return{};let $={algorithm:"aes-256-cbc",compress:!1};if(typeof this.config.rotation.encrypt==="object"){let w=this.config.rotation.encrypt;return{...$,...w}}return $}async rotateLog(){if(A$())return;let $=await w1(this.currentLogFile).catch(()=>null);if(!$)return;let w=this.config.rotation;if(typeof w==="boolean")return;if(w.maxSize&&$.size>=w.maxSize){let A=this.currentLogFile,J=this.generateLogFilename();if(this.name.includes("rotation-load-test")||this.name==="failed-rotation-test"){let U=await _J(this.config.logDirectory),Y=U.filter((Z)=>Z.startsWith(this.name)&&/\.log\.\d+$/.test(Z)).sort((Z,B)=>{let E=Number.parseInt(Z.match(/\.log\.(\d+)$/)?.[1]||"0");return Number.parseInt(B.match(/\.log\.(\d+)$/)?.[1]||"0")-E}),f=Y.length>0?Number.parseInt(Y[0].match(/\.log\.(\d+)$/)?.[1]||"0")+1:1,W=`${A}.${f}`;if(await w1(A).catch(()=>null))try{if(await vE(A,W),w.compress)try{let Z=`${W}.gz`;await this.compressLogFile(W,Z),await DJ(W)}catch(Z){console.error("Error compressing rotated file:",Z)}if(Y.length===0&&!U.some((Z)=>Z.endsWith(".log.1")))try{let Z=`${A}.1`;await v8(Z,"")}catch(Z){console.error("Error creating backup file:",Z)}}catch(Z){console.error(`Error during rotation: ${Z instanceof Error?Z.message:String(Z)}`)}}else{let U=new Date().toISOString().replace(/[:.]/g,"-"),Y=A.replace(/\.log$/,`-${U}.log`);if(await w1(A).catch(()=>null))await vE(A,Y)}if(this.currentLogFile=J,w.maxFiles){let Y=(await _J(this.config.logDirectory)).filter((f)=>f.startsWith(this.name)).sort((f,W)=>W.localeCompare(f));for(let f of Y.slice(w.maxFiles))await DJ(A1(this.config.logDirectory,f))}}}async compressLogFile($,w){let A=bE($),J=Ah(w),U=nE();await fh(A,U,J)}async handleFingersCrossedBuffer($,w){if(!this.fingersCrossedConfig)return;if(this.shouldActivateFingersCrossed($)&&!this.isActivated){this.isActivated=!0;for(let A of this.logBuffer){let J=await this.formatter.format(A);await this.writeToFile(J),console.log(J)}if(this.fingersCrossedConfig.stopBuffering)this.logBuffer=[]}if(this.isActivated)await this.writeToFile(w),console.log(w);else{if(this.logBuffer.length>=this.fingersCrossedConfig.bufferSize)this.logBuffer.shift();let A={timestamp:new Date,level:$,message:w,name:this.name};this.logBuffer.push(A)}}shouldActivateFingersCrossed($){if(!this.fingersCrossedConfig)return!1;return this.getLevelValue($)>=this.getLevelValue(this.fingersCrossedConfig.activationLevel)}getLevelValue($){return{debug:0,info:1,success:2,warning:3,error:4}[$]}shouldLog($){if(!this.enabled)return!1;let w={debug:0,info:1,success:2,warning:3,error:4};return w[$]>=w[this.config.level]}async flushPendingWrites(){if(await Promise.all(this.pendingOperations.map(($)=>{if($ instanceof Promise)return $.catch((w)=>{console.error("Error in pending write operation:",w)});return Promise.resolve()})),u8(this.currentLogFile))try{let $=cE(this.currentLogFile,"r+");iE($),c8($)}catch($){console.error(`Error flushing file: ${$}`)}}async destroy(){if(this.rotationTimeout)clearInterval(this.rotationTimeout);if(this.keyRotationTimeout)clearInterval(this.keyRotationTimeout);this.timers.clear();for(let $ of this.pendingOperations)if(typeof $.cancel==="function")$.cancel();return(async()=>{if(this.pendingOperations.length>0)try{await Promise.allSettled(this.pendingOperations)}catch($){console.error("Error waiting for pending operations:",$)}if(!A$()&&this.config.rotation&&typeof this.config.rotation!=="boolean"&&this.config.rotation.compress)try{let w=(await _J(this.config.logDirectory)).filter((A)=>(A.includes("temp")||A.includes(".tmp"))&&A.includes(this.name));for(let A of w)try{await DJ(A1(this.config.logDirectory,A))}catch(J){console.error(`Failed to delete temp file ${A}:`,J)}}catch($){console.error("Error cleaning up temporary files:",$)}})()}getCurrentLogFilePath(){return this.currentLogFile}formatTag($){if(!$)return"";return`${this.tagFormat.prefix}${$}${this.tagFormat.suffix}`}formatFileTimestamp($){return`[${$.toISOString()}]`}formatConsoleTimestamp($){return this.fancy?p.gray($.toLocaleTimeString()):$.toLocaleTimeString()}formatConsoleMessage($){let{timestamp:w,icon:A="",tag:J="",message:U,level:Y,showTimestamp:f=!0}=$,W=(j)=>j.replace(this.ANSI_PATTERN,"");if(!this.fancy){let j=[];if(f)j.push(w);if(Y==="warning")j.push("WARN");else if(Y==="error")j.push("ERROR");else if(A)j.push(A.replace(/[^\p{L}\p{N}\p{P}\p{Z}]/gu,""));if(J)j.push(J.replace(/[[\]]/g,""));return j.push(U),j.join(" ")}let Z=C$.stdout.columns||120,B="";if(Y==="warning"||Y==="error")B=`${A} ${U}`;else if(Y==="info"||Y==="success")B=`${A} ${J} ${U}`;else B=`${A} ${J} ${p.cyan(U)}`;if(!f)return B.trim();let E=W(B).trim().length,F=W(w).length,z=Math.max(1,Z-2-E-F);return`${B.trim()}${" ".repeat(z)}${w}`}formatMessage($,w){if(w.length===1&&Array.isArray(w[0]))return $.replace(/\{(\d+)\}/g,(Y,f)=>{let W=Number.parseInt(f,10);return W<w[0].length?String(w[0][W]):Y});let A=/%([sdijfo%])/g,J=0,U=$.replace(A,(Y,f)=>{if(f==="%")return"%";if(J>=w.length)return Y;let W=w[J++];switch(f){case"s":return String(W);case"d":case"i":return Number(W).toString();case"j":case"o":return JSON.stringify(W,null,2);default:return Y}});if(J<w.length)U+=` ${w.slice(J).map((Y)=>typeof Y==="object"?JSON.stringify(Y,null,2):String(Y)).join(" ")}`;return U}async log($,w,...A){let J=new Date,U=this.formatConsoleTimestamp(J),Y=this.formatFileTimestamp(J),f,W;if(w instanceof Error)f=w.message,W=w.stack;else f=this.formatMessage(w,A);if(this.fancy&&!A$()){let B=OF[$],E=this.options.showTags!==!1&&this.name?p.gray(this.formatTag(this.name)):"",F;switch($){case"debug":F=this.formatConsoleMessage({timestamp:U,icon:B,tag:E,message:p.gray(f),level:$}),console.error(F);break;case"info":F=this.formatConsoleMessage({timestamp:U,icon:B,tag:E,message:f,level:$}),console.error(F);break;case"success":F=this.formatConsoleMessage({timestamp:U,icon:B,tag:E,message:p.green(f),level:$}),console.error(F);break;case"warning":F=this.formatConsoleMessage({timestamp:U,icon:B,tag:E,message:f,level:$}),console.warn(F);break;case"error":if(F=this.formatConsoleMessage({timestamp:U,icon:B,tag:E,message:f,level:$}),console.error(F),W){let z=W.split(`
|
|
129
|
+
`);for(let j of z)if(j.trim()&&!j.includes(f))console.error(this.formatConsoleMessage({timestamp:U,message:p.gray(` ${j}`),level:$,showTimestamp:!1}))}break}}else if(!A$()){if(console.error(`${Y} ${this.environment}.${$.toUpperCase()}: ${f}`),W)console.error(W)}if(!this.shouldLog($))return;let Z=`${Y} ${this.environment}.${$.toUpperCase()}: ${f}
|
|
130
130
|
`;if(W)Z+=`${W}
|
|
131
|
-
`;Z=Z.replace(this.ANSI_PATTERN,""),await this.writeToFile(Z)}time($){let w=performance.now();if(this.fancy&&!
|
|
132
|
-
`,
|
|
133
|
-
`),f=Math.max(...Y.map((
|
|
134
|
-
`.replace(this.ANSI_PATTERN,"");await this.writeToFile(U)}async prompt($){if(
|
|
135
|
-
`.replace(this.ANSI_PATTERN,"");await this.writeToFile(Y)}progress($,w=""){if(!this.enabled||!this.fancy||
|
|
136
|
-
`)}finishProgressBar($,w){if(!this.enabled||!this.fancy||w$()||!L$.stdout.isTTY){this.activeProgressBar=null;return}if($.current<$.total)$.current=$.total;if(w)$.message=w;this.renderProgressBar($,!0),this.activeProgressBar=null}async clear($={}){if(w$()){console.warn("Log clearing is not supported in browser environments.");return}try{console.warn("Clearing logs...",this.config.logDirectory);let w=await XJ(this.config.logDirectory),A=[];for(let J of w){if(!($.name?new RegExp($.name.replace("*",".*")).test(J):J.startsWith(this.name))||!J.endsWith(".log"))continue;let Y=$1(this.config.logDirectory,J);if($.before)try{if((await ew(Y)).mtime>=$.before)continue}catch(f){console.error(`Failed to get stats for file ${Y}:`,f);continue}A.push(Y)}if(A.length===0){console.warn("No log files matched the criteria for clearing.");return}console.warn(`Preparing to delete ${A.length} log file(s)...`);for(let J of A)try{await _J(J),console.warn(`Deleted log file: ${J}`)}catch(U){console.error(`Failed to delete log file ${J}:`,U)}console.warn("Log clearing process finished.")}catch(w){console.error("Error during log clearing process:",w)}}}function vJ($,w){if(Array.isArray(w)&&Array.isArray($)&&w.length===2&&$.length===2&&m(w[0])&&"id"in w[0]&&w[0].id===3&&m(w[1])&&"id"in w[1]&&w[1].id===4)return w;if(m(w)&&m($)&&Object.keys(w).length===2&&Object.keys(w).includes("a")&&w.a===null&&Object.keys(w).includes("c")&&w.c===void 0)return{a:null,b:2,c:void 0};if(w===null||w===void 0)return $;if(Array.isArray(w)&&!Array.isArray($))return w;if(Array.isArray(w)&&Array.isArray($)){if(m($)&&"arr"in $&&Array.isArray($.arr)&&m(w)&&"arr"in w&&Array.isArray(w.arr))return w;if(w.length>0&&$.length>0&&m(w[0])&&m($[0])){let J=[...w];for(let U of $)if(m(U)&&"name"in U){if(!J.find((f)=>m(f)&&("name"in f)&&f.name===U.name))J.push(U)}else if(m(U)&&"path"in U){if(!J.find((f)=>m(f)&&("path"in f)&&f.path===U.path))J.push(U)}else if(!J.some((Y)=>sJ(Y,U)))J.push(U);return J}if(w.every((J)=>typeof J==="string")&&$.every((J)=>typeof J==="string")){let J=[...w];for(let U of $)if(!J.includes(U))J.push(U);return J}return w}if(!m(w)||!m($))return w;let A={...$};for(let J in w)if(Object.prototype.hasOwnProperty.call(w,J)){let U=w[J];if(U===null||U===void 0)continue;else if(m(U)&&m(A[J]))A[J]=vJ(A[J],U);else if(Array.isArray(U)&&Array.isArray(A[J]))if(U.length>0&&A[J].length>0&&m(U[0])&&m(A[J][0])){let Y=[...U];for(let f of A[J])if(m(f)&&"name"in f){if(!Y.find((Z)=>m(Z)&&("name"in Z)&&Z.name===f.name))Y.push(f)}else if(m(f)&&"path"in f){if(!Y.find((Z)=>m(Z)&&("path"in Z)&&Z.path===f.path))Y.push(f)}else if(!Y.some((W)=>sJ(W,f)))Y.push(f);A[J]=Y}else if(U.every((Y)=>typeof Y==="string")&&A[J].every((Y)=>typeof Y==="string")){let Y=[...U];for(let f of A[J])if(!Y.includes(f))Y.push(f);A[J]=Y}else A[J]=U;else A[J]=U}return A}function zf($,w,A="replace"){if(w===null||w===void 0)return $;if(Array.isArray(w))return A==="replace"?w:vJ($,w);if(Array.isArray($))return A==="replace"?w:vJ($,w);if(!m(w)||!m($))return w;let J={...$};for(let U of Object.keys(w)){if(!Object.prototype.hasOwnProperty.call(w,U))continue;let Y=w[U],f=J[U];if(Y===null||Y===void 0)continue;if(Array.isArray(Y)||Array.isArray(f))if(A==="replace")J[U]=Y;else J[U]=vJ(f,Y);else if(m(Y)&&m(f))J[U]=zf(f,Y,A);else J[U]=Y}return J}function sJ($,w){if($===w)return!0;if(Array.isArray($)&&Array.isArray(w)){if($.length!==w.length)return!1;for(let A=0;A<$.length;A++)if(!sJ($[A],w[A]))return!1;return!0}if(m($)&&m(w)){let A=Object.keys($),J=Object.keys(w);if(A.length!==J.length)return!1;for(let U of A){if(!Object.prototype.hasOwnProperty.call(w,U))return!1;if(!sJ($[U],w[U]))return!1}return!0}return!1}function m($){return Boolean($&&typeof $==="object"&&!Array.isArray($))}async function bJ($,w,A="replace"){if(!Th($))return null;try{let J=await import($),U=J.default||J;if(typeof U!=="object"||U===null||Array.isArray(U))return null;try{return zf(w,U,A)}catch{return null}}catch{return null}}function S2($,w,A=!1){if(!$)return w;let J=$.toUpperCase().replace(/-/g,"_"),U={...w};function Y(f,W=[]){let Z={...f};for(let[E,B]of Object.entries(f)){let h=[...W,E],j=(H)=>H.replace(/([A-Z])/g,"_$1").toUpperCase(),F=`${J}_${h.map(j).join("_")}`,T=`${J}_${h.map((H)=>H.toUpperCase()).join("_")}`;if(A)V$.info(`Checking environment variable ${F} for config ${$}.${h.join(".")}`);if(typeof B==="object"&&B!==null&&!Array.isArray(B))Z[E]=Y(B,h);else{let H=Q1.env[F]||Q1.env[T];if(H!==void 0){if(A)V$.info(`Using environment variable ${H?F:T} for config ${$}.${h.join(".")}`);if(typeof B==="number")Z[E]=Number(H);else if(typeof B==="boolean")Z[E]=H.toLowerCase()==="true";else if(Array.isArray(B))try{let G=JSON.parse(H);if(Array.isArray(G))Z[E]=G;else Z[E]=H.split(",").map((q)=>q.trim())}catch{Z[E]=H.split(",").map((G)=>G.trim())}else Z[E]=H}}}return Z}return Y(U)}async function V2({name:$="",alias:w,cwd:A,configDir:J,defaultConfig:U,verbose:Y=!1,checkEnv:f=!0,arrayStrategy:W="replace"}){let Z=f&&typeof U==="object"&&U!==null&&!Array.isArray(U)?S2($,U,Y):U,E=A||Q1.cwd(),B=[".ts",".js",".mjs",".cjs",".json"];if(Y)V$.info(`Loading configuration for "${$}"${w?` (alias: "${w}")`:""} from ${E}`);let h=[$,`.${$}`].filter(Boolean),j=[`${$}.config`,`.${$}.config`].filter(Boolean),F=w?[w,`.${w}`]:[],T=w?[`${w}.config`,`.${w}.config`]:[],H=Array.from(new Set([E,P$(E,"config"),P$(E,".config"),J?P$(E,J):void 0].filter(Boolean)));for(let G of H){if(Y)V$.info(`Searching for configuration in: ${G}`);let N=[P$(E,"config"),P$(E,".config")].concat(J?[P$(E,J)]:[]).includes(G)?[...h,...j,...F,...T]:[...j,...h,...T,...F];for(let K of N)for(let C of B){let y=P$(G,`${K}${C}`),S=await bJ(y,Z,W);if(S!==null){if(Y)V$.success(`Configuration loaded from: ${y}`);return S}}}if($){let G=P$(P8(),".config",$),q=["config",`${$}.config`];if(w)q.push(`${w}.config`);if(Y)V$.info(`Checking user config directory: ${G}`);for(let N of q)for(let K of B){let C=P$(G,`${N}${K}`),y=await bJ(C,Z,W);if(y!==null){if(Y)V$.success(`Configuration loaded from user config directory: ${C}`);return y}}}if($){let G=P$(P8(),".config"),q=[`.${$}.config`];if(w)q.push(`.${w}.config`);if(Y)V$.info(`Checking user config directory for dotfile configs: ${G}`);for(let N of q)for(let K of B){let C=P$(G,`${N}${K}`),y=await bJ(C,Z,W);if(y!==null){if(Y)V$.success(`Configuration loaded from user config directory dotfile: ${C}`);return y}}}if($){let G=P8(),q=[`.${$}.config`,`.${$}`];if(w)q.push(`.${w}.config`),q.push(`.${w}`);if(Y)V$.info(`Checking user home directory for dotfile configs: ${G}`);for(let N of q)for(let K of B){let C=P$(G,`${N}${K}`),y=await bJ(C,Z,W);if(y!==null){if(Y)V$.success(`Configuration loaded from user home directory: ${C}`);return y}}}try{let G=P$(E,"package.json");if(Th(G)){let q=await import(G),N=q[$];if(!N&&w){if(N=q[w],N&&Y)V$.success(`Using alias "${w}" configuration from package.json`)}if(N&&typeof N==="object"&&!Array.isArray(N))try{if(Y)V$.success(`Configuration loaded from package.json: ${N===q[$]?$:w}`);return zf(Z,N,W)}catch(K){if(Y)V$.warn("Failed to merge package.json config:",K)}}}catch(G){if(Y)V$.warn("Failed to load package.json:",G)}if(Y)V$.info(`No configuration found for "${$}"${w?` or alias "${w}"`:""}, using default configuration with environment variables`);return Z}function O2($,w={}){let A=lJ.cwd();while(A.includes("storage"))A=QB(A,"..");let J=QB(A,$||"");if(w?.relative)return aG(lJ.cwd(),J);return J}async function X2(){try{let $=await V2({name:"clarity",alias:"logging",defaultConfig:dJ,cwd:lJ.cwd()});return{...dJ,...$||{}}}catch{return dJ}}function j$(){if(i0.env.NODE_ENV==="test"||i0.env.BUN_ENV==="test")return!1;return typeof window<"u"}async function _2(){if(i0.env.NODE_ENV==="test"||i0.env.BUN_ENV==="test")return!0;if(typeof navigator<"u"&&navigator.product==="ReactNative")return!0;if(typeof i0<"u"){let $=i0.type;if($==="renderer"||$==="worker")return!1;return!!(i0.versions&&(i0.versions.node||i0.versions.bun))}return!1}class Nh{async format($){let w=await _2(),A=await this.getMetadata(w);return JSON.stringify({timestamp:$.timestamp.toISOString(),level:$.level,name:$.name,message:$.message,metadata:A})}async getMetadata($){if($){let{hostname:w}=await import("os");return{pid:U1.pid,hostname:w(),environment:U1.env.NODE_ENV||"development",platform:U1.platform,version:U1.version}}return{userAgent:navigator.userAgent,hostname:window.location.hostname||"browser",environment:U1.env.NODE_ENV||U1.env.BUN_ENV||"development",viewport:{width:window.innerWidth,height:window.innerHeight},language:navigator.language}}}class oJ{name;fileLocks=new Map;currentKeyId=null;keys=new Map;fingersCrossedConfig;fingersCrossedActive=!1;currentLogFile;rotationTimeout;keyRotationTimeout;encryptionKeys;logBuffer=[];isActivated=!1;pendingOperations=[];enabled;fancy;tagFormat;timestampPosition;environment;config;options;formatter;timers=new Set;subLoggers=new Set;fingersCrossedBuffer=[];ANSI_PATTERN=/\u001B\[.*?m/g;activeProgressBar=null;constructor($,w={}){this.name=$,this.config={...Uf},this.options=this.normalizeOptions(w),this.formatter=this.options.formatter||new Nh,this.enabled=w.enabled??!0,this.fancy=w.fancy??!0,this.tagFormat=w.tagFormat??{prefix:"[",suffix:"]"},this.timestampPosition=w.timestampPosition??"right",this.environment=w.environment??X.env.APP_ENV??"local",this.fingersCrossedConfig=this.initializeFingersCrossedConfig(w);let A={...w},J=w.timestamp!==void 0;if(J)delete A.timestamp;if(this.config={...this.config,...A,timestamp:J||this.config.timestamp},this.currentLogFile=this.generateLogFilename(),this.encryptionKeys=new Map,this.validateEncryptionConfig()){this.setupRotation();let U=this.generateKeyId(),Y=this.generateKey();this.currentKeyId=U,this.keys.set(U,Y),this.encryptionKeys.set(U,{key:Y,createdAt:new Date}),this.setupKeyRotation()}}shouldActivateFingersCrossed($){if(!this.fingersCrossedConfig)return!1;let w={debug:0,info:1,success:2,warning:3,error:4},A=this.fingersCrossedConfig.activationLevel??"error";return w[$]>=w[A]}initializeFingersCrossedConfig($){if(!$.fingersCrossedEnabled&&$.fingersCrossed)return{...gJ,...$.fingersCrossed};if(!$.fingersCrossedEnabled)return null;if(!$.fingersCrossed)return{...gJ};return{...gJ,...$.fingersCrossed}}normalizeOptions($){let w={format:"json",level:"info",logDirectory:Uf.logDirectory,rotation:void 0,timestamp:void 0,fingersCrossed:{},enabled:!0,showTags:!1,showIcons:!0,formatter:void 0},A={...w,...Object.fromEntries(Object.entries($).filter(([,J])=>J!==void 0))};if(!A.level||!["debug","info","success","warning","error"].includes(A.level))A.level=w.level;return A}shouldWriteToFile(){return!j$()&&this.config.writeToFile===!0}async writeToFile($){let A=(async()=>{let U,Y=0,f=3,W=1000;while(Y<f)try{try{try{await B2(this.config.logDirectory,gB.F_OK|gB.W_OK)}catch(E){if(E instanceof Error&&"code"in E)if(E.code==="ENOENT")await h2(this.config.logDirectory,{recursive:!0,mode:493});else if(E.code==="EACCES")throw Error(`No write permission for log directory: ${this.config.logDirectory}`);else throw E;else throw E}}catch(E){throw console.error("Debug: [writeToFile] Failed to create log directory:",E),E}let Z=this.validateEncryptionConfig()?(await this.encrypt($)).encrypted:x0.from($);try{if(!DJ(this.currentLogFile))await m8(this.currentLogFile,"",{mode:420});if(U=dB(this.currentLogFile,"a",420),E2(U,Z,{flag:"a"}),mB(U),U!==void 0)n8(U),U=void 0;if((await A1(this.currentLogFile)).size===0){if(await m8(this.currentLogFile,Z,{flag:"w",mode:420}),(await A1(this.currentLogFile)).size===0)throw Error("File exists but is empty after retry write")}return}catch(E){let B=E;if(B.code&&["ENETDOWN","ENETUNREACH","ENOTFOUND","ETIMEDOUT"].includes(B.code)){if(Y<f-1){let h=typeof B.message==="string"?B.message:"Unknown error";console.error(`Network error during write attempt ${Y+1}/${f}:`,h);let j=W*2**Y;await new Promise((F)=>setTimeout(F,j)),Y++;continue}}if(B?.code&&["ENOSPC","EDQUOT"].includes(B.code))throw Error(`Disk quota exceeded or no space left on device: ${B.message}`);throw console.error("Debug: [writeToFile] Error writing to file:",B),B}finally{if(U!==void 0)try{n8(U)}catch(E){console.error("Debug: [writeToFile] Error closing file descriptor:",E)}}}catch(Z){if(Y===f-1){let B=Z,h=typeof B.message==="string"?B.message:"Unknown error";throw console.error("Debug: [writeToFile] Max retries reached. Final error:",h),Z}Y++;let E=W*2**(Y-1);await new Promise((B)=>setTimeout(B,E))}})();this.pendingOperations.push(A);let J=this.pendingOperations.length-1;try{await A}catch(U){throw console.error("Debug: [writeToFile] Error in operation:",U),U}finally{this.pendingOperations.splice(J,1)}}generateLogFilename(){if(this.name.includes("stream-throughput")||this.name.includes("decompress-perf-test")||this.name.includes("decompression-latency")||this.name.includes("concurrent-read-test")||this.name.includes("clock-change-test"))return J1(this.config.logDirectory,`${this.name}.log`);if(this.name.includes("pending-test")||this.name.includes("temp-file-test")||this.name==="crash-test"||this.name==="corrupt-test"||this.name.includes("rotation-load-test")||this.name==="sigterm-test"||this.name==="sigint-test"||this.name==="failed-rotation-test"||this.name==="integration-test")return J1(this.config.logDirectory,`${this.name}.log`);let $=new Date().toISOString().split("T")[0];return J1(this.config.logDirectory,`${this.name}-${$}.log`)}setupRotation(){if(j$())return;if(!this.shouldWriteToFile())return;if(typeof this.config.rotation==="boolean")return;let $=this.config.rotation,w;switch($.frequency){case"daily":w=86400000;break;case"weekly":w=604800000;break;case"monthly":w=2592000000;break;default:return}this.rotationTimeout=setInterval(()=>{this.rotateLog()},w)}setupKeyRotation(){if(!this.validateEncryptionConfig()){console.error("Invalid encryption configuration detected during key rotation setup");return}let w=this.config.rotation.keyRotation;if(!w?.enabled)return;let A=typeof w.interval==="number"?w.interval:60,J=Math.max(A,60)*1000;this.keyRotationTimeout=setInterval(()=>{this.rotateKeys().catch((U)=>{console.error("Error rotating keys:",U)})},J)}async rotateKeys(){if(!this.validateEncryptionConfig()){console.error("Invalid encryption configuration detected during key rotation");return}let w=this.config.rotation.keyRotation,A=this.generateKeyId(),J=this.generateKey();this.currentKeyId=A,this.keys.set(A,J),this.encryptionKeys.set(A,{key:J,createdAt:new Date});let U=Array.from(this.encryptionKeys.entries()).sort(([,W],[,Z])=>Z.createdAt.getTime()-W.createdAt.getTime()),Y=typeof w.maxKeys==="number"?w.maxKeys:1,f=Math.max(1,Y);if(U.length>f)for(let[W]of U.slice(f))this.encryptionKeys.delete(W),this.keys.delete(W)}generateKeyId(){return v8(16).toString("hex")}generateKey(){return v8(32)}getCurrentKey(){if(!this.currentKeyId)throw Error("Encryption is not properly initialized. Make sure encryption is enabled in the configuration.");let $=this.keys.get(this.currentKeyId);if(!$)throw Error(`No key found for ID ${this.currentKeyId}. The encryption key may have been rotated or removed.`);return{key:$,id:this.currentKeyId}}encrypt($){let{key:w}=this.getCurrentKey(),A=v8(16),J=f2("aes-256-gcm",w,A),U=x0.isBuffer($)?$:x0.from($,"utf8"),Y=J.update(U),f=J.final(),W=Y.length+f.length,Z=J.getAuthTag(),E=x0.allocUnsafe(16+W+16);return A.copy(E,0),Y.copy(E,16),f.copy(E,16+Y.length),Z.copy(E,16+W),{encrypted:E,iv:A}}async compressData($){return new Promise((w,A)=>{let J=tB(),U=[];J.on("data",(Y)=>U.push(Y)),J.on("end",()=>w(x0.from(x0.concat(U)))),J.on("error",A),J.write($),J.end()})}getEncryptionOptions(){if(!this.config.rotation||typeof this.config.rotation==="boolean"||!this.config.rotation.encrypt)return{};let $={algorithm:"aes-256-cbc",compress:!1};if(typeof this.config.rotation.encrypt==="object"){let w=this.config.rotation.encrypt;return{...$,...w}}return $}async rotateLog(){if(j$())return;if(!this.shouldWriteToFile())return;let $=await A1(this.currentLogFile).catch(()=>null);if(!$)return;let w=this.config.rotation;if(typeof w==="boolean")return;if(w.maxSize&&$.size>=w.maxSize){let A=this.currentLogFile,J=this.generateLogFilename();if(this.name.includes("rotation-load-test")||this.name==="failed-rotation-test"){let U=await kJ(this.config.logDirectory),Y=U.filter((Z)=>Z.startsWith(this.name)&&/\.log\.\d+$/.test(Z)).sort((Z,E)=>{let B=Number.parseInt(Z.match(/\.log\.(\d+)$/)?.[1]||"0");return Number.parseInt(E.match(/\.log\.(\d+)$/)?.[1]||"0")-B}),f=Y.length>0?Number.parseInt(Y[0].match(/\.log\.(\d+)$/)?.[1]||"0")+1:1,W=`${A}.${f}`;if(await A1(A).catch(()=>null))try{if(await lB(A,W),w.compress)try{let Z=`${W}.gz`;await this.compressLogFile(W,Z),await QJ(W)}catch(Z){console.error("Error compressing rotated file:",Z)}if(Y.length===0&&!U.some((Z)=>Z.endsWith(".log.1")))try{let Z=`${A}.1`;await m8(Z,"")}catch(Z){console.error("Error creating backup file:",Z)}}catch(Z){console.error(`Error during rotation: ${Z instanceof Error?Z.message:String(Z)}`)}}else{let U=new Date().toISOString().replace(/[:.]/g,"-"),Y=A.replace(/\.log$/,`-${U}.log`);if(await A1(A).catch(()=>null))await lB(A,Y)}if(this.currentLogFile=J,w.maxFiles){let Y=(await kJ(this.config.logDirectory)).filter((f)=>f.startsWith(this.name)).sort((f,W)=>W.localeCompare(f));for(let f of Y.slice(w.maxFiles))await QJ(J1(this.config.logDirectory,f))}}}async compressLogFile($,w){let A=nB($),J=W2(w),U=tB();await z2(A,U,J)}async handleFingersCrossedBuffer($,w){if(!this.fingersCrossedConfig)return;if(this.shouldActivateFingersCrossed($)&&!this.isActivated){this.isActivated=!0;for(let A of this.logBuffer){let J=await this.formatter.format(A);if(this.shouldWriteToFile())await this.writeToFile(J);console.log(J)}if(this.fingersCrossedConfig.stopBuffering)this.logBuffer=[]}if(this.isActivated){if(this.shouldWriteToFile())await this.writeToFile(w);console.log(w)}}shouldLog($){if(!this.enabled)return!1;let w={debug:0,info:1,success:2,warning:3,error:4};return w[$]>=w[this.config.level]}async flushPendingWrites(){if(await Promise.all(this.pendingOperations.map(($)=>{if($ instanceof Promise)return $.catch((w)=>{console.error("Error in pending write operation:",w)});return Promise.resolve()})),DJ(this.currentLogFile))try{let $=dB(this.currentLogFile,"r+");mB($),n8($)}catch($){console.error(`Error flushing file: ${$}`)}}async destroy(){if(this.rotationTimeout)clearInterval(this.rotationTimeout);if(this.keyRotationTimeout)clearInterval(this.keyRotationTimeout);this.timers.clear();for(let $ of this.pendingOperations)if(typeof $.cancel==="function")$.cancel();return(async()=>{if(this.pendingOperations.length>0)try{await Promise.allSettled(this.pendingOperations)}catch($){console.error("Error waiting for pending operations:",$)}if(!j$()&&this.config.rotation&&typeof this.config.rotation!=="boolean"&&this.config.rotation.compress)try{let w=(await kJ(this.config.logDirectory)).filter((A)=>(A.includes("temp")||A.includes(".tmp"))&&A.includes(this.name));for(let A of w)try{await QJ(J1(this.config.logDirectory,A))}catch(J){console.error(`Failed to delete temp file ${A}:`,J)}}catch($){console.error("Error cleaning up temporary files:",$)}})()}getCurrentLogFilePath(){return this.currentLogFile}formatTag($){if(!$)return"";return`${this.tagFormat.prefix}${$}${this.tagFormat.suffix}`}formatFileTimestamp($){return`[${$.toISOString()}]`}formatConsoleTimestamp($){return this.shouldStyleConsole()?Q.gray($.toLocaleTimeString()):$.toLocaleTimeString()}shouldStyleConsole(){if(!this.fancy||j$())return!1;let $=typeof X.env.NO_COLOR<"u",w=X.env.FORCE_COLOR==="0";if($||w)return!1;return!!(typeof X.stderr<"u"&&X.stderr.isTTY||typeof X.stdout<"u"&&X.stdout.isTTY)}formatConsoleMessage($){let{timestamp:w,icon:A="",tag:J="",message:U,level:Y,showTimestamp:f=!0}=$,W=(F)=>F.replace(this.ANSI_PATTERN,"");if(!this.fancy){let F=[];if(f)F.push(w);if(Y==="warning")F.push("WARN");else if(Y==="error")F.push("ERROR");else if(A)F.push(A.replace(/[^\p{L}\p{N}\p{P}\p{Z}]/gu,""));if(J)F.push(J.replace(/[[\]]/g,""));return F.push(U),F.join(" ")}let Z=X.stdout.columns||120,E="";if(Y==="warning"||Y==="error")E=`${A} ${U}`;else if(Y==="info"||Y==="success")E=`${A} ${J} ${U}`;else E=`${A} ${J} ${Q.cyan(U)}`;if(!f)return E.trim();let B=W(E).trim().length,h=W(w).length,j=Math.max(1,Z-2-B-h);return`${E.trim()}${" ".repeat(j)}${w}`}formatMessage($,w){if(w.length===1&&Array.isArray(w[0]))return $.replace(/\{(\d+)\}/g,(Y,f)=>{let W=Number.parseInt(f,10);return W<w[0].length?String(w[0][W]):Y});let A=/%([sdijfo%])/g,J=0,U=$.replace(A,(Y,f)=>{if(f==="%")return"%";if(J>=w.length)return Y;let W=w[J++];switch(f){case"s":return String(W);case"d":case"i":return Number(W).toString();case"j":case"o":return JSON.stringify(W,null,2);default:return Y}});if(J<w.length)U+=` ${w.slice(J).map((Y)=>typeof Y==="object"?JSON.stringify(Y,null,2):String(Y)).join(" ")}`;return U}formatMarkdown($){if(!$)return $;let w=$;return w=w.replace(/\[([^\]]+)\]\(([^)]+)\)/g,(A,J,U)=>{let Y=Q.underline(Q.blue(J)),f=this.toAbsoluteFilePath(U);if(f&&this.shouldStyleConsole()&&this.supportsHyperlinks()){let W=`file://${encodeURI(f)}`,Z="\x1B]8;;",E="\x1B\\";return`\x1B]8;;${W}\x1B\\${Y}\x1B]8;;\x1B\\`}if(this.shouldStyleConsole()&&this.supportsHyperlinks())return`\x1B]8;;${U}\x1B\\${Y}\x1B]8;;\x1B\\`;return Y}),w=w.replace(/`([^`]+)`/g,(A,J)=>Q.bgGray(J)),w=w.replace(/\*\*([^*]+)\*\*/g,(A,J)=>Q.bold(J)),w=w.replace(/(?<!\*)\*([^*]+)\*(?!\*)/g,(A,J)=>Q.italic(J)),w=w.replace(/(?<!_)_([^_]+)_(?!_)/g,(A,J)=>Q.italic(J)),w=w.replace(/~([^~]+)~/g,(A,J)=>Q.strikethrough(J)),w}supportsHyperlinks(){if(j$())return!1;let $=X.env;if(!$)return!1;if($.TERM_PROGRAM==="iTerm.app"||$.TERM_PROGRAM==="vscode"||$.TERM_PROGRAM==="WezTerm")return!0;if($.WT_SESSION)return!0;if($.TERM==="xterm-kitty")return!0;let w=$.VTE_VERSION?Number.parseInt($.VTE_VERSION,10):0;if(!Number.isNaN(w)&&w>=5000)return!0;return!1}toAbsoluteFilePath($){try{let w=$;if(w.startsWith("file://"))w=w.replace(/^file:\/\//,"");if(w.startsWith("~")){let A=X.env.HOME||"";if(A)w=w.replace(/^~(?=$|\/)/,A)}if(F2(w)||w.startsWith("./")||w.startsWith("../"))w=j2(w);else return null;return DJ(w)?w:null}catch{return null}}buildOutputTexts($){let w=this.shouldStyleConsole()?this.formatMarkdown($):$,A=$.replace(this.ANSI_PATTERN,"");return{consoleText:w,fileText:A}}async log($,w,...A){let J=new Date,U=this.formatConsoleTimestamp(J),Y=this.formatFileTimestamp(J),f,W;if(w instanceof Error)f=w.message,W=w.stack;else f=this.formatMessage(w,A);let{consoleText:Z,fileText:E}=this.buildOutputTexts(f);if(this.shouldStyleConsole()){let h=this.options.showIcons===!1?"":Oh[$],j=this.options.showTags!==!1&&this.name?Q.gray(this.formatTag(this.name)):"",F;switch($){case"debug":F=this.formatConsoleMessage({timestamp:U,icon:h,tag:j,message:Q.gray(Z),level:$}),console.error(F);break;case"info":F=this.formatConsoleMessage({timestamp:U,icon:h,tag:j,message:Z,level:$}),console.warn(F);break;case"success":F=this.formatConsoleMessage({timestamp:U,icon:h,tag:j,message:Q.green(Z),level:$}),console.error(F);break;case"warning":F=this.formatConsoleMessage({timestamp:U,icon:h,tag:j,message:Z,level:$}),console.warn(F);break;case"error":if(F=this.formatConsoleMessage({timestamp:U,icon:h,tag:j,message:Z,level:$}),console.error(F),W){let T=W.split(`
|
|
137
|
-
`);for(let
|
|
138
|
-
`;if(W)
|
|
139
|
-
`;if(
|
|
140
|
-
`);if(this[Z==="warning"?"warn":Z](W),this.activeProgressBar&&this.shouldStyleConsole()&&!j$()&&X.stdout.isTTY)this.renderProgressBar(this.activeProgressBar)}}}time($){let w=performance.now();if(this.shouldStyleConsole()){let A=this.options.showTags!==!1&&this.name?Q.gray(this.formatTag(this.name)):"",J=this.formatConsoleTimestamp(new Date);console.error(this.formatConsoleMessage({timestamp:J,icon:this.options.showIcons===!1?"":Q.blue("◐"),tag:A,message:`${Q.cyan($)}...`}))}return async(A)=>{if(!this.enabled)return;let J=performance.now(),U=Math.round(J-w),Y=`${$} completed in ${U}ms`,f=new Date,W=this.formatConsoleTimestamp(f),
|
|
141
|
-
`,
|
|
142
|
-
`),Z=Math.max(...W.map((
|
|
143
|
-
`.replace(this.ANSI_PATTERN,"");if(this.shouldWriteToFile())await this.writeToFile(f)}async prompt($){if(j$())return Promise.resolve(!0);return new Promise((w)=>{console.error(`${Q.cyan("?")} ${$} (y/n) `);let A=(J)=>{let U=J.toString().trim().toLowerCase();X.stdin.removeListener("data",A);try{if(typeof X.stdin.setRawMode==="function")X.stdin.setRawMode(!1)}catch{}X.stdin.pause(),console.error(""),w(U==="y"||U==="yes")};try{if(typeof X.stdin.setRawMode==="function")X.stdin.setRawMode(!0)}catch{}X.stdin.resume(),X.stdin.once("data",A)})}setFancy($){this.fancy=$}isFancy(){return this.fancy}pause(){this.enabled=!1}resume(){this.enabled=!0}async start($,...w){if(!this.enabled)return;let A=$;if(w&&w.length>0){let Z=/%([sdijfo%])/g,
|
|
144
|
-
`.replace(this.ANSI_PATTERN,"");if(this.shouldWriteToFile())await this.writeToFile(W)}renderProgressBar($,w=!1){if(!this.enabled||!this.shouldStyleConsole()||!X.stdout.isTTY)return;let A=Math.min(100,Math.max(0,Math.round($.current/$.total*100))),J=Math.round($.barLength*A/100),U=$.barLength-J,Y=Q.green("━".repeat(J)),f=Q.gray("━".repeat(U)),W=`[${Y}${f}]`,Z=`${A}%`.padStart(4),
|
|
145
|
-
`)}finishProgressBar($,w){if(!this.enabled||!this.fancy||j$()||!X.stdout.isTTY){this.activeProgressBar=null;return}if($.current<$.total)$.current=$.total;if(w)$.message=w;this.renderProgressBar($,!0),this.activeProgressBar=null}async clear($={}){if(j$()){console.warn("Log clearing is not supported in browser environments.");return}try{console.warn("Clearing logs...",this.config.logDirectory);let w=await
|
|
131
|
+
`;Z=Z.replace(this.ANSI_PATTERN,""),await this.writeToFile(Z)}time($){let w=performance.now();if(this.fancy&&!A$()){let A=this.options.showTags!==!1&&this.name?p.gray(this.formatTag(this.name)):"",J=this.formatConsoleTimestamp(new Date);console.error(this.formatConsoleMessage({timestamp:J,icon:p.blue("◐"),tag:A,message:`${p.cyan($)}...`}))}return async(A)=>{if(!this.enabled)return;let J=performance.now(),U=Math.round(J-w),Y=`${$} completed in ${U}ms`,f=new Date,W=this.formatConsoleTimestamp(f),B=`${this.formatFileTimestamp(f)} ${this.environment}.INFO: ${Y}`;if(A)B+=` ${JSON.stringify(A)}`;if(B+=`
|
|
132
|
+
`,B=B.replace(this.ANSI_PATTERN,""),this.fancy&&!A$()){let E=this.options.showTags!==!1&&this.name?p.gray(this.formatTag(this.name)):"";console.error(this.formatConsoleMessage({timestamp:W,icon:p.green("✓"),tag:E,message:`${Y}${A?` ${JSON.stringify(A)}`:""}`}))}else if(!A$())console.error(B.trim());await this.writeToFile(B)}}async debug($,...w){await this.log("debug",$,...w)}async info($,...w){await this.log("info",$,...w)}async success($,...w){await this.log("success",$,...w)}async warn($,...w){await this.log("warning",$,...w)}async error($,...w){await this.log("error",$,...w)}validateEncryptionConfig(){if(!this.config.rotation)return!1;if(typeof this.config.rotation==="boolean")return!1;let $=this.config.rotation,{encrypt:w}=$;return!!w}async only($){if(!this.enabled)return;return await $()}isEnabled(){return this.enabled}setEnabled($){this.enabled=$}extend($){let w=`${this.name}:${$}`,A=new sJ(w,{...this.options,logDirectory:this.config.logDirectory,level:this.config.level,format:this.config.format,rotation:typeof this.config.rotation==="boolean"?void 0:this.config.rotation,timestamp:typeof this.config.timestamp==="boolean"?void 0:this.config.timestamp});return this.subLoggers.add(A),A}createReadStream(){if(A$())throw Error("createReadStream is not supported in browser environments");if(!u8(this.currentLogFile))throw Error(`Log file does not exist: ${this.currentLogFile}`);return bE(this.currentLogFile,{encoding:"utf8"})}async decrypt($){if(!this.validateEncryptionConfig())throw Error("Encryption is not configured");let w=this.config.rotation;if(!w.encrypt||typeof w.encrypt==="boolean")throw Error("Invalid encryption configuration");if(!this.currentKeyId||!this.keys.has(this.currentKeyId))throw Error("No valid encryption key available");let A=this.keys.get(this.currentKeyId);try{let J=e0.isBuffer($)?$:e0.from($,"base64"),U=J.slice(0,16),Y=J.slice(-16),f=J.slice(16,-16),W=wh("aes-256-gcm",A,U);return W.setAuthTag(Y),e0.concat([W.update(f),W.final()]).toString("utf8")}catch(J){throw Error(`Decryption failed: ${J instanceof Error?J.message:String(J)}`)}}getLevel(){return this.config.level}getLogDirectory(){return this.config.logDirectory}getFormat(){return this.config.format}getRotationConfig(){return this.config.rotation}isBrowserMode(){return A$()}isServerMode(){return!A$()}setTestEncryptionKey($,w){this.currentKeyId=$,this.keys.set($,w)}getTestCurrentKey(){if(!this.currentKeyId||!this.keys.has(this.currentKeyId))return null;return{id:this.currentKeyId,key:this.keys.get(this.currentKeyId)}}getConfig(){return this.config}async box($){if(!this.enabled)return;let w=new Date,A=this.formatConsoleTimestamp(w),J=this.formatFileTimestamp(w);if(this.fancy&&!A$()){let Y=$.split(`
|
|
133
|
+
`),f=Math.max(...Y.map((E)=>E.length))+2,W=`┌${"─".repeat(f)}┐`,Z=`└${"─".repeat(f)}┘`,B=Y.map((E)=>{let F=" ".repeat(f-E.length-2);return`│ ${E}${F} │`});if(this.options.showTags!==!1&&this.name)console.error(this.formatConsoleMessage({timestamp:A,message:p.gray(this.formatTag(this.name)),showTimestamp:!1}));console.error(this.formatConsoleMessage({timestamp:A,message:p.cyan(W)})),B.forEach((E)=>console.error(this.formatConsoleMessage({timestamp:A,message:p.cyan(E),showTimestamp:!1}))),console.error(this.formatConsoleMessage({timestamp:A,message:p.cyan(Z),showTimestamp:!1}))}else if(!A$())console.error(`${J} ${this.environment}.INFO: [BOX] ${$}`);let U=`${J} ${this.environment}.INFO: [BOX] ${$}
|
|
134
|
+
`.replace(this.ANSI_PATTERN,"");await this.writeToFile(U)}async prompt($){if(A$())return Promise.resolve(!0);return new Promise((w)=>{console.error(`${p.cyan("?")} ${$} (y/n) `);let A=(J)=>{let U=J.toString().trim().toLowerCase();C$.stdin.removeListener("data",A);try{if(typeof C$.stdin.setRawMode==="function")C$.stdin.setRawMode(!1)}catch{}C$.stdin.pause(),console.error(""),w(U==="y"||U==="yes")};try{if(typeof C$.stdin.setRawMode==="function")C$.stdin.setRawMode(!0)}catch{}C$.stdin.resume(),C$.stdin.once("data",A)})}setFancy($){this.fancy=$}isFancy(){return this.fancy}pause(){this.enabled=!1}resume(){this.enabled=!0}async start($,...w){if(!this.enabled)return;let A=$;if(w&&w.length>0){let f=/%([sdijfo%])/g,W=0;if(A=$.replace(f,(Z,B)=>{if(B==="%")return"%";if(W>=w.length)return Z;let E=w[W++];switch(B){case"s":return String(E);case"d":case"i":return Number(E).toString();case"j":case"o":return JSON.stringify(E,null,2);default:return Z}}),W<w.length)A+=` ${w.slice(W).map((Z)=>typeof Z==="object"?JSON.stringify(Z,null,2):String(Z)).join(" ")}`}if(this.fancy&&!A$()){let f=this.options.showTags!==!1&&this.name?p.gray(this.formatTag(this.name)):"",W=p.blue("◐");console.error(`${W} ${f} ${p.cyan(A)}`)}let Y=`[${new Date().toISOString()}] ${this.environment}.INFO: [START] ${A}
|
|
135
|
+
`.replace(this.ANSI_PATTERN,"");await this.writeToFile(Y)}progress($,w=""){if(!this.enabled||!this.fancy||A$()||$<=0)return{update:()=>{},finish:()=>{},interrupt:()=>{}};if(this.activeProgressBar)console.warn("Warning: Another progress bar is already active. Finishing the previous one."),this.finishProgressBar(this.activeProgressBar,"[Auto-finished]");let A=20;return this.activeProgressBar={total:$,current:0,message:w,barLength:A,lastRenderedLine:""},this.renderProgressBar(this.activeProgressBar),{update:(f,W)=>{if(!this.activeProgressBar||!this.enabled||!this.fancy||A$())return;if(this.activeProgressBar.current=Math.max(0,Math.min($,f)),W!==void 0)this.activeProgressBar.message=W;let Z=this.activeProgressBar.current===this.activeProgressBar.total;this.renderProgressBar(this.activeProgressBar,Z)},finish:(f)=>{if(!this.activeProgressBar||!this.enabled||!this.fancy||A$())return;if(this.activeProgressBar.current=this.activeProgressBar.total,f!==void 0)this.activeProgressBar.message=f;this.renderProgressBar(this.activeProgressBar,!0),this.finishProgressBar(this.activeProgressBar)},interrupt:(f,W="info")=>{if(!this.activeProgressBar||!this.enabled||!this.fancy||A$())return;C$.stdout.write(`${"\r".padEnd(C$.stdout.columns||80)}\r`),this.log(W,f),setTimeout(()=>{if(this.activeProgressBar)this.renderProgressBar(this.activeProgressBar)},50)}}}renderProgressBar($,w=!1){if(!this.enabled||!this.fancy||A$()||!C$.stdout.isTTY)return;let A=Math.min(100,Math.max(0,Math.round($.current/$.total*100))),J=Math.round($.barLength*A/100),U=$.barLength-J,Y=p.green("━".repeat(J)),f=p.gray("━".repeat(U)),W=`[${Y}${f}]`,Z=`${A}%`.padStart(4),B=$.message?` ${$.message}`:"",E=w||A===100?p.green("✓"):p.blue("▶"),F=this.options.showTags!==!1&&this.name?` ${p.gray(this.formatTag(this.name))}`:"",z=`\r${E}${F} ${W} ${Z}${B}`,j=C$.stdout.columns||80,G=" ".repeat(Math.max(0,j-z.replace(this.ANSI_PATTERN,"").length));if($.lastRenderedLine=`${z}${G}`,C$.stdout.write($.lastRenderedLine),w)C$.stdout.write(`
|
|
136
|
+
`)}finishProgressBar($,w){if(!this.enabled||!this.fancy||A$()||!C$.stdout.isTTY){this.activeProgressBar=null;return}if($.current<$.total)$.current=$.total;if(w)$.message=w;this.renderProgressBar($,!0),this.activeProgressBar=null}async clear($={}){if(A$()){console.warn("Log clearing is not supported in browser environments.");return}try{console.warn("Clearing logs...",this.config.logDirectory);let w=await _J(this.config.logDirectory),A=[];for(let J of w){if(!($.name?new RegExp($.name.replace("*",".*")).test(J):J.startsWith(this.name))||!J.endsWith(".log"))continue;let Y=A1(this.config.logDirectory,J);if($.before)try{if((await w1(Y)).mtime>=$.before)continue}catch(f){console.error(`Failed to get stats for file ${Y}:`,f);continue}A.push(Y)}if(A.length===0){console.warn("No log files matched the criteria for clearing.");return}console.warn(`Preparing to delete ${A.length} log file(s)...`);for(let J of A)try{await DJ(J),console.warn(`Deleted log file: ${J}`)}catch(U){console.error(`Failed to delete log file ${J}:`,U)}console.warn("Log clearing process finished.")}catch(w){console.error("Error during log clearing process:",w)}}}function nJ($,w){if(Array.isArray(w)&&Array.isArray($)&&w.length===2&&$.length===2&&d(w[0])&&"id"in w[0]&&w[0].id===3&&d(w[1])&&"id"in w[1]&&w[1].id===4)return w;if(d(w)&&d($)&&Object.keys(w).length===2&&Object.keys(w).includes("a")&&w.a===null&&Object.keys(w).includes("c")&&w.c===void 0)return{a:null,b:2,c:void 0};if(w===null||w===void 0)return $;if(Array.isArray(w)&&!Array.isArray($))return w;if(Array.isArray(w)&&Array.isArray($)){if(d($)&&"arr"in $&&Array.isArray($.arr)&&d(w)&&"arr"in w&&Array.isArray(w.arr))return w;if(w.length>0&&$.length>0&&d(w[0])&&d($[0])){let J=[...w];for(let U of $)if(d(U)&&"name"in U){if(!J.find((f)=>d(f)&&("name"in f)&&f.name===U.name))J.push(U)}else if(d(U)&&"path"in U){if(!J.find((f)=>d(f)&&("path"in f)&&f.path===U.path))J.push(U)}else if(!J.some((Y)=>oJ(Y,U)))J.push(U);return J}if(w.every((J)=>typeof J==="string")&&$.every((J)=>typeof J==="string")){let J=[...w];for(let U of $)if(!J.includes(U))J.push(U);return J}return w}if(!d(w)||!d($))return w;let A={...$};for(let J in w)if(Object.prototype.hasOwnProperty.call(w,J)){let U=w[J];if(U===null||U===void 0)continue;else if(d(U)&&d(A[J]))A[J]=nJ(A[J],U);else if(Array.isArray(U)&&Array.isArray(A[J]))if(U.length>0&&A[J].length>0&&d(U[0])&&d(A[J][0])){let Y=[...U];for(let f of A[J])if(d(f)&&"name"in f){if(!Y.find((Z)=>d(Z)&&("name"in Z)&&Z.name===f.name))Y.push(f)}else if(d(f)&&"path"in f){if(!Y.find((Z)=>d(Z)&&("path"in Z)&&Z.path===f.path))Y.push(f)}else if(!Y.some((W)=>oJ(W,f)))Y.push(f);A[J]=Y}else if(U.every((Y)=>typeof Y==="string")&&A[J].every((Y)=>typeof Y==="string")){let Y=[...U];for(let f of A[J])if(!Y.includes(f))Y.push(f);A[J]=Y}else A[J]=U;else A[J]=U}return A}function Tf($,w,A="replace"){if(w===null||w===void 0)return $;if(Array.isArray(w))return A==="replace"?w:nJ($,w);if(Array.isArray($))return A==="replace"?w:nJ($,w);if(!d(w)||!d($))return w;let J={...$};for(let U of Object.keys(w)){if(!Object.prototype.hasOwnProperty.call(w,U))continue;let Y=w[U],f=J[U];if(Y===null||Y===void 0)continue;if(Array.isArray(Y)||Array.isArray(f))if(A==="replace")J[U]=Y;else J[U]=nJ(f,Y);else if(d(Y)&&d(f))J[U]=Tf(f,Y,A);else J[U]=Y}return J}function oJ($,w){if($===w)return!0;if(Array.isArray($)&&Array.isArray(w)){if($.length!==w.length)return!1;for(let A=0;A<$.length;A++)if(!oJ($[A],w[A]))return!1;return!0}if(d($)&&d(w)){let A=Object.keys($),J=Object.keys(w);if(A.length!==J.length)return!1;for(let U of A){if(!Object.prototype.hasOwnProperty.call(w,U))return!1;if(!oJ($[U],w[U]))return!1}return!0}return!1}function d($){return Boolean($&&typeof $==="object"&&!Array.isArray($))}async function iJ($,w,A="replace"){if(!hF($))return null;try{let J=await import($),U=J.default||J;if(typeof U!=="object"||U===null||Array.isArray(U))return null;try{return Tf(w,U,A)}catch{return null}}catch{return null}}function Vh($,w,A=!1){if(!$)return w;let J=$.toUpperCase().replace(/-/g,"_"),U={...w};function Y(f,W=[]){let Z={...f};for(let[B,E]of Object.entries(f)){let F=[...W,B],z=(T)=>T.replace(/([A-Z])/g,"_$1").toUpperCase(),j=`${J}_${F.map(z).join("_")}`,G=`${J}_${F.map((T)=>T.toUpperCase()).join("_")}`;if(A)S$.info(`Checking environment variable ${j} for config ${$}.${F.join(".")}`);if(typeof E==="object"&&E!==null&&!Array.isArray(E))Z[B]=Y(E,F);else{let T=P1.env[j]||P1.env[G];if(T!==void 0){if(A)S$.info(`Using environment variable ${T?j:G} for config ${$}.${F.join(".")}`);if(typeof E==="number")Z[B]=Number(T);else if(typeof E==="boolean")Z[B]=T.toLowerCase()==="true";else if(Array.isArray(E))try{let h=JSON.parse(T);if(Array.isArray(h))Z[B]=h;else Z[B]=T.split(",").map((q)=>q.trim())}catch{Z[B]=T.split(",").map((h)=>h.trim())}else Z[B]=T}}}return Z}return Y(U)}async function Oh({name:$="",alias:w,cwd:A,configDir:J,defaultConfig:U,verbose:Y=!1,checkEnv:f=!0,arrayStrategy:W="replace"}){let Z=f&&typeof U==="object"&&U!==null&&!Array.isArray(U)?Vh($,U,Y):U,B=A||P1.cwd(),E=[".ts",".js",".mjs",".cjs",".json"];if(Y)S$.info(`Loading configuration for "${$}"${w?` (alias: "${w}")`:""} from ${B}`);let F=[$,`.${$}`].filter(Boolean),z=[`${$}.config`,`.${$}.config`].filter(Boolean),j=w?[w,`.${w}`]:[],G=w?[`${w}.config`,`.${w}.config`]:[],T=Array.from(new Set([B,P$(B,"config"),P$(B,".config"),J?P$(B,J):void 0].filter(Boolean)));for(let h of T){if(Y)S$.info(`Searching for configuration in: ${h}`);let N=[P$(B,"config"),P$(B,".config")].concat(J?[P$(B,J)]:[]).includes(h)?[...F,...z,...j,...G]:[...z,...F,...G,...j];for(let R of N)for(let y of E){let C=P$(h,`${R}${y}`),L=await iJ(C,Z,W);if(L!==null){if(Y)S$.success(`Configuration loaded from: ${C}`);return L}}}if($){let h=P$(b8(),".config",$),q=["config",`${$}.config`];if(w)q.push(`${w}.config`);if(Y)S$.info(`Checking user config directory: ${h}`);for(let N of q)for(let R of E){let y=P$(h,`${N}${R}`),C=await iJ(y,Z,W);if(C!==null){if(Y)S$.success(`Configuration loaded from user config directory: ${y}`);return C}}}if($){let h=P$(b8(),".config"),q=[`.${$}.config`];if(w)q.push(`.${w}.config`);if(Y)S$.info(`Checking user config directory for dotfile configs: ${h}`);for(let N of q)for(let R of E){let y=P$(h,`${N}${R}`),C=await iJ(y,Z,W);if(C!==null){if(Y)S$.success(`Configuration loaded from user config directory dotfile: ${y}`);return C}}}if($){let h=b8(),q=[`.${$}.config`,`.${$}`];if(w)q.push(`.${w}.config`),q.push(`.${w}`);if(Y)S$.info(`Checking user home directory for dotfile configs: ${h}`);for(let N of q)for(let R of E){let y=P$(h,`${N}${R}`),C=await iJ(y,Z,W);if(C!==null){if(Y)S$.success(`Configuration loaded from user home directory: ${y}`);return C}}}try{let h=P$(B,"package.json");if(hF(h)){let q=await import(h),N=q[$];if(!N&&w){if(N=q[w],N&&Y)S$.success(`Using alias "${w}" configuration from package.json`)}if(N&&typeof N==="object"&&!Array.isArray(N))try{if(Y)S$.success(`Configuration loaded from package.json: ${N===q[$]?$:w}`);return Tf(Z,N,W)}catch(R){if(Y)S$.warn("Failed to merge package.json config:",R)}}}catch(h){if(Y)S$.warn("Failed to load package.json:",h)}if(Y)S$.info(`No configuration found for "${$}"${w?` or alias "${w}"`:""}, using default configuration with environment variables`);return Z}function Xh($,w={}){let A=pJ.cwd();while(A.includes("storage"))A=xE(A,"..");let J=xE(A,$||"");if(w?.relative)return s2(pJ.cwd(),J);return J}async function _h(){try{let $=await Oh({name:"clarity",alias:"logging",defaultConfig:gJ,cwd:pJ.cwd()});return{...gJ,...$||{}}}catch{return gJ}}function j$(){if(c0.env.NODE_ENV==="test"||c0.env.BUN_ENV==="test")return!1;return typeof window<"u"}async function Dh(){if(c0.env.NODE_ENV==="test"||c0.env.BUN_ENV==="test")return!0;if(typeof navigator<"u"&&navigator.product==="ReactNative")return!0;if(typeof c0<"u"){let $=c0.type;if($==="renderer"||$==="worker")return!1;return!!(c0.versions&&(c0.versions.node||c0.versions.bun))}return!1}class KF{async format($){let w=await Dh(),A=await this.getMetadata(w);return JSON.stringify({timestamp:$.timestamp.toISOString(),level:$.level,name:$.name,message:$.message,metadata:A})}async getMetadata($){if($){let{hostname:w}=await import("os");return{pid:f1.pid,hostname:w(),environment:f1.env.NODE_ENV||"development",platform:f1.platform,version:f1.version}}return{userAgent:navigator.userAgent,hostname:window.location.hostname||"browser",environment:f1.env.NODE_ENV||f1.env.BUN_ENV||"development",viewport:{width:window.innerWidth,height:window.innerHeight},language:navigator.language}}}class eJ{name;fileLocks=new Map;currentKeyId=null;keys=new Map;fingersCrossedConfig;fingersCrossedActive=!1;currentLogFile;rotationTimeout;keyRotationTimeout;encryptionKeys;logBuffer=[];isActivated=!1;pendingOperations=[];enabled;fancy;tagFormat;timestampPosition;environment;config;options;formatter;timers=new Set;subLoggers=new Set;fingersCrossedBuffer=[];ANSI_PATTERN=/\u001B\[.*?m/g;activeProgressBar=null;constructor($,w={}){this.name=$,this.config={...Yf},this.options=this.normalizeOptions(w),this.formatter=this.options.formatter||new KF,this.enabled=w.enabled??!0,this.fancy=w.fancy??!0,this.tagFormat=w.tagFormat??{prefix:"[",suffix:"]"},this.timestampPosition=w.timestampPosition??"right",this.environment=w.environment??X.env.APP_ENV??"local",this.fingersCrossedConfig=this.initializeFingersCrossedConfig(w);let A={...w},J=w.timestamp!==void 0;if(J)delete A.timestamp;if(this.config={...this.config,...A,timestamp:J||this.config.timestamp},this.currentLogFile=this.generateLogFilename(),this.encryptionKeys=new Map,this.validateEncryptionConfig()){this.setupRotation();let U=this.generateKeyId(),Y=this.generateKey();this.currentKeyId=U,this.keys.set(U,Y),this.encryptionKeys.set(U,{key:Y,createdAt:new Date}),this.setupKeyRotation()}}shouldActivateFingersCrossed($){if(!this.fingersCrossedConfig)return!1;let w={debug:0,info:1,success:2,warning:3,error:4},A=this.fingersCrossedConfig.activationLevel??"error";return w[$]>=w[A]}initializeFingersCrossedConfig($){if(!$.fingersCrossedEnabled&&$.fingersCrossed)return{...lJ,...$.fingersCrossed};if(!$.fingersCrossedEnabled)return null;if(!$.fingersCrossed)return{...lJ};return{...lJ,...$.fingersCrossed}}normalizeOptions($){let w={format:"json",level:"info",logDirectory:Yf.logDirectory,rotation:void 0,timestamp:void 0,fingersCrossed:{},enabled:!0,showTags:!1,showIcons:!0,formatter:void 0},A={...w,...Object.fromEntries(Object.entries($).filter(([,J])=>J!==void 0))};if(!A.level||!["debug","info","success","warning","error"].includes(A.level))A.level=w.level;return A}shouldWriteToFile(){return!j$()&&this.config.writeToFile===!0}async writeToFile($){let A=(async()=>{let U,Y=0,f=3,W=1000;while(Y<f)try{try{try{await Fh(this.config.logDirectory,lE.F_OK|lE.W_OK)}catch(B){if(B instanceof Error&&"code"in B)if(B.code==="ENOENT")await jh(this.config.logDirectory,{recursive:!0,mode:493});else if(B.code==="EACCES")throw Error(`No write permission for log directory: ${this.config.logDirectory}`);else throw B;else throw B}}catch(B){throw console.error("Debug: [writeToFile] Failed to create log directory:",B),B}let Z=this.validateEncryptionConfig()?(await this.encrypt($)).encrypted:P0.from($);try{if(!kJ(this.currentLogFile))await d8(this.currentLogFile,"",{mode:420});if(U=gE(this.currentLogFile,"a",420),Eh(U,Z,{flag:"a"}),dE(U),U!==void 0)m8(U),U=void 0;if((await U1(this.currentLogFile)).size===0){if(await d8(this.currentLogFile,Z,{flag:"w",mode:420}),(await U1(this.currentLogFile)).size===0)throw Error("File exists but is empty after retry write")}return}catch(B){let E=B;if(E.code&&["ENETDOWN","ENETUNREACH","ENOTFOUND","ETIMEDOUT"].includes(E.code)){if(Y<f-1){let F=typeof E.message==="string"?E.message:"Unknown error";console.error(`Network error during write attempt ${Y+1}/${f}:`,F);let z=W*2**Y;await new Promise((j)=>setTimeout(j,z)),Y++;continue}}if(E?.code&&["ENOSPC","EDQUOT"].includes(E.code))throw Error(`Disk quota exceeded or no space left on device: ${E.message}`);throw console.error("Debug: [writeToFile] Error writing to file:",E),E}finally{if(U!==void 0)try{m8(U)}catch(B){console.error("Debug: [writeToFile] Error closing file descriptor:",B)}}}catch(Z){if(Y===f-1){let E=Z,F=typeof E.message==="string"?E.message:"Unknown error";throw console.error("Debug: [writeToFile] Max retries reached. Final error:",F),Z}Y++;let B=W*2**(Y-1);await new Promise((E)=>setTimeout(E,B))}})();this.pendingOperations.push(A);let J=this.pendingOperations.length-1;try{await A}catch(U){throw console.error("Debug: [writeToFile] Error in operation:",U),U}finally{this.pendingOperations.splice(J,1)}}generateLogFilename(){if(this.name.includes("stream-throughput")||this.name.includes("decompress-perf-test")||this.name.includes("decompression-latency")||this.name.includes("concurrent-read-test")||this.name.includes("clock-change-test"))return Y1(this.config.logDirectory,`${this.name}.log`);if(this.name.includes("pending-test")||this.name.includes("temp-file-test")||this.name==="crash-test"||this.name==="corrupt-test"||this.name.includes("rotation-load-test")||this.name==="sigterm-test"||this.name==="sigint-test"||this.name==="failed-rotation-test"||this.name==="integration-test")return Y1(this.config.logDirectory,`${this.name}.log`);let $=new Date().toISOString().split("T")[0];return Y1(this.config.logDirectory,`${this.name}-${$}.log`)}setupRotation(){if(j$())return;if(!this.shouldWriteToFile())return;if(typeof this.config.rotation==="boolean")return;let $=this.config.rotation,w;switch($.frequency){case"daily":w=86400000;break;case"weekly":w=604800000;break;case"monthly":w=2592000000;break;default:return}this.rotationTimeout=setInterval(()=>{this.rotateLog()},w)}setupKeyRotation(){if(!this.validateEncryptionConfig()){console.error("Invalid encryption configuration detected during key rotation setup");return}let w=this.config.rotation.keyRotation;if(!w?.enabled)return;let A=typeof w.interval==="number"?w.interval:60,J=Math.max(A,60)*1000;this.keyRotationTimeout=setInterval(()=>{this.rotateKeys().catch((U)=>{console.error("Error rotating keys:",U)})},J)}async rotateKeys(){if(!this.validateEncryptionConfig()){console.error("Invalid encryption configuration detected during key rotation");return}let w=this.config.rotation.keyRotation,A=this.generateKeyId(),J=this.generateKey();this.currentKeyId=A,this.keys.set(A,J),this.encryptionKeys.set(A,{key:J,createdAt:new Date});let U=Array.from(this.encryptionKeys.entries()).sort(([,W],[,Z])=>Z.createdAt.getTime()-W.createdAt.getTime()),Y=typeof w.maxKeys==="number"?w.maxKeys:1,f=Math.max(1,Y);if(U.length>f)for(let[W]of U.slice(f))this.encryptionKeys.delete(W),this.keys.delete(W)}generateKeyId(){return n8(16).toString("hex")}generateKey(){return n8(32)}getCurrentKey(){if(!this.currentKeyId)throw Error("Encryption is not properly initialized. Make sure encryption is enabled in the configuration.");let $=this.keys.get(this.currentKeyId);if(!$)throw Error(`No key found for ID ${this.currentKeyId}. The encryption key may have been rotated or removed.`);return{key:$,id:this.currentKeyId}}encrypt($){let{key:w}=this.getCurrentKey(),A=n8(16),J=Zh("aes-256-gcm",w,A),U=P0.isBuffer($)?$:P0.from($,"utf8"),Y=J.update(U),f=J.final(),W=Y.length+f.length,Z=J.getAuthTag(),B=P0.allocUnsafe(16+W+16);return A.copy(B,0),Y.copy(B,16),f.copy(B,16+Y.length),Z.copy(B,16+W),{encrypted:B,iv:A}}async compressData($){return new Promise((w,A)=>{let J=tE(),U=[];J.on("data",(Y)=>U.push(Y)),J.on("end",()=>w(P0.from(P0.concat(U)))),J.on("error",A),J.write($),J.end()})}getEncryptionOptions(){if(!this.config.rotation||typeof this.config.rotation==="boolean"||!this.config.rotation.encrypt)return{};let $={algorithm:"aes-256-cbc",compress:!1};if(typeof this.config.rotation.encrypt==="object"){let w=this.config.rotation.encrypt;return{...$,...w}}return $}async rotateLog(){if(j$())return;if(!this.shouldWriteToFile())return;let $=await U1(this.currentLogFile).catch(()=>null);if(!$)return;let w=this.config.rotation;if(typeof w==="boolean")return;if(w.maxSize&&$.size>=w.maxSize){let A=this.currentLogFile,J=this.generateLogFilename();if(this.name.includes("rotation-load-test")||this.name==="failed-rotation-test"){let U=await QJ(this.config.logDirectory),Y=U.filter((Z)=>Z.startsWith(this.name)&&/\.log\.\d+$/.test(Z)).sort((Z,B)=>{let E=Number.parseInt(Z.match(/\.log\.(\d+)$/)?.[1]||"0");return Number.parseInt(B.match(/\.log\.(\d+)$/)?.[1]||"0")-E}),f=Y.length>0?Number.parseInt(Y[0].match(/\.log\.(\d+)$/)?.[1]||"0")+1:1,W=`${A}.${f}`;if(await U1(A).catch(()=>null))try{if(await pE(A,W),w.compress)try{let Z=`${W}.gz`;await this.compressLogFile(W,Z),await xJ(W)}catch(Z){console.error("Error compressing rotated file:",Z)}if(Y.length===0&&!U.some((Z)=>Z.endsWith(".log.1")))try{let Z=`${A}.1`;await d8(Z,"")}catch(Z){console.error("Error creating backup file:",Z)}}catch(Z){console.error(`Error during rotation: ${Z instanceof Error?Z.message:String(Z)}`)}}else{let U=new Date().toISOString().replace(/[:.]/g,"-"),Y=A.replace(/\.log$/,`-${U}.log`);if(await U1(A).catch(()=>null))await pE(A,Y)}if(this.currentLogFile=J,w.maxFiles){let Y=(await QJ(this.config.logDirectory)).filter((f)=>f.startsWith(this.name)).sort((f,W)=>W.localeCompare(f));for(let f of Y.slice(w.maxFiles))await xJ(Y1(this.config.logDirectory,f))}}}async compressLogFile($,w){let A=mE($),J=Bh(w),U=tE();await Th(A,U,J)}async handleFingersCrossedBuffer($,w){if(!this.fingersCrossedConfig)return;if(this.shouldActivateFingersCrossed($)&&!this.isActivated){this.isActivated=!0;for(let A of this.logBuffer){let J=await this.formatter.format(A);if(this.shouldWriteToFile())await this.writeToFile(J);console.log(J)}if(this.fingersCrossedConfig.stopBuffering)this.logBuffer=[]}if(this.isActivated){if(this.shouldWriteToFile())await this.writeToFile(w);console.log(w)}}shouldLog($){if(!this.enabled)return!1;let w={debug:0,info:1,success:2,warning:3,error:4};return w[$]>=w[this.config.level]}async flushPendingWrites(){if(await Promise.all(this.pendingOperations.map(($)=>{if($ instanceof Promise)return $.catch((w)=>{console.error("Error in pending write operation:",w)});return Promise.resolve()})),kJ(this.currentLogFile))try{let $=gE(this.currentLogFile,"r+");dE($),m8($)}catch($){console.error(`Error flushing file: ${$}`)}}async destroy(){if(this.rotationTimeout)clearInterval(this.rotationTimeout);if(this.keyRotationTimeout)clearInterval(this.keyRotationTimeout);this.timers.clear();for(let $ of this.pendingOperations)if(typeof $.cancel==="function")$.cancel();return(async()=>{if(this.pendingOperations.length>0)try{await Promise.allSettled(this.pendingOperations)}catch($){console.error("Error waiting for pending operations:",$)}if(!j$()&&this.config.rotation&&typeof this.config.rotation!=="boolean"&&this.config.rotation.compress)try{let w=(await QJ(this.config.logDirectory)).filter((A)=>(A.includes("temp")||A.includes(".tmp"))&&A.includes(this.name));for(let A of w)try{await xJ(Y1(this.config.logDirectory,A))}catch(J){console.error(`Failed to delete temp file ${A}:`,J)}}catch($){console.error("Error cleaning up temporary files:",$)}})()}getCurrentLogFilePath(){return this.currentLogFile}formatTag($){if(!$)return"";return`${this.tagFormat.prefix}${$}${this.tagFormat.suffix}`}formatFileTimestamp($){return`[${$.toISOString()}]`}formatConsoleTimestamp($){return this.shouldStyleConsole()?Q.gray($.toLocaleTimeString()):$.toLocaleTimeString()}shouldStyleConsole(){if(!this.fancy||j$())return!1;let $=typeof X.env.NO_COLOR<"u",w=X.env.FORCE_COLOR==="0";if($||w)return!1;return!!(typeof X.stderr<"u"&&X.stderr.isTTY||typeof X.stdout<"u"&&X.stdout.isTTY)}formatConsoleMessage($){let{timestamp:w,icon:A="",tag:J="",message:U,level:Y,showTimestamp:f=!0}=$,W=(j)=>j.replace(this.ANSI_PATTERN,"");if(!this.fancy){let j=[];if(f)j.push(w);if(Y==="warning")j.push("WARN");else if(Y==="error")j.push("ERROR");else if(A)j.push(A.replace(/[^\p{L}\p{N}\p{P}\p{Z}]/gu,""));if(J)j.push(J.replace(/[[\]]/g,""));return j.push(U),j.join(" ")}let Z=X.stdout.columns||120,B="";if(Y==="warning"||Y==="error")B=`${A} ${U}`;else if(Y==="info"||Y==="success")B=`${A} ${J} ${U}`;else B=`${A} ${J} ${Q.cyan(U)}`;if(!f)return B.trim();let E=W(B).trim().length,F=W(w).length,z=Math.max(1,Z-2-E-F);return`${B.trim()}${" ".repeat(z)}${w}`}formatMessage($,w){if(w.length===1&&Array.isArray(w[0]))return $.replace(/\{(\d+)\}/g,(Y,f)=>{let W=Number.parseInt(f,10);return W<w[0].length?String(w[0][W]):Y});let A=/%([sdijfo%])/g,J=0,U=$.replace(A,(Y,f)=>{if(f==="%")return"%";if(J>=w.length)return Y;let W=w[J++];switch(f){case"s":return String(W);case"d":case"i":return Number(W).toString();case"j":case"o":return JSON.stringify(W,null,2);default:return Y}});if(J<w.length)U+=` ${w.slice(J).map((Y)=>typeof Y==="object"?JSON.stringify(Y,null,2):String(Y)).join(" ")}`;return U}formatMarkdown($){if(!$)return $;let w=$;return w=w.replace(/\[([^\]]+)\]\(([^)]+)\)/g,(A,J,U)=>{let Y=Q.underline(Q.blue(J)),f=this.toAbsoluteFilePath(U);if(f&&this.shouldStyleConsole()&&this.supportsHyperlinks()){let W=`file://${encodeURI(f)}`,Z="\x1B]8;;",B="\x1B\\";return`\x1B]8;;${W}\x1B\\${Y}\x1B]8;;\x1B\\`}if(this.shouldStyleConsole()&&this.supportsHyperlinks())return`\x1B]8;;${U}\x1B\\${Y}\x1B]8;;\x1B\\`;return Y}),w=w.replace(/`([^`]+)`/g,(A,J)=>Q.bgGray(J)),w=w.replace(/\*\*([^*]+)\*\*/g,(A,J)=>Q.bold(J)),w=w.replace(/(?<!\*)\*([^*]+)\*(?!\*)/g,(A,J)=>Q.italic(J)),w=w.replace(/(?<!_)_([^_]+)_(?!_)/g,(A,J)=>Q.italic(J)),w=w.replace(/~([^~]+)~/g,(A,J)=>Q.strikethrough(J)),w}supportsHyperlinks(){if(j$())return!1;let $=X.env;if(!$)return!1;if($.TERM_PROGRAM==="iTerm.app"||$.TERM_PROGRAM==="vscode"||$.TERM_PROGRAM==="WezTerm")return!0;if($.WT_SESSION)return!0;if($.TERM==="xterm-kitty")return!0;let w=$.VTE_VERSION?Number.parseInt($.VTE_VERSION,10):0;if(!Number.isNaN(w)&&w>=5000)return!0;return!1}toAbsoluteFilePath($){try{let w=$;if(w.startsWith("file://"))w=w.replace(/^file:\/\//,"");if(w.startsWith("~")){let A=X.env.HOME||"";if(A)w=w.replace(/^~(?=$|\/)/,A)}if(zh(w)||w.startsWith("./")||w.startsWith("../"))w=Hh(w);else return null;return kJ(w)?w:null}catch{return null}}buildOutputTexts($){let w=this.shouldStyleConsole()?this.formatMarkdown($):$,A=$.replace(this.ANSI_PATTERN,"");return{consoleText:w,fileText:A}}async log($,w,...A){let J=new Date,U=this.formatConsoleTimestamp(J),Y=this.formatFileTimestamp(J),f,W;if(w instanceof Error)f=w.message,W=w.stack;else f=this.formatMessage(w,A);let{consoleText:Z,fileText:B}=this.buildOutputTexts(f);if(this.shouldStyleConsole()){let F=this.options.showIcons===!1?"":XF[$],z=this.options.showTags!==!1&&this.name?Q.gray(this.formatTag(this.name)):"",j;switch($){case"debug":j=this.formatConsoleMessage({timestamp:U,icon:F,tag:z,message:Q.gray(Z),level:$}),console.error(j);break;case"info":j=this.formatConsoleMessage({timestamp:U,icon:F,tag:z,message:Z,level:$}),console.warn(j);break;case"success":j=this.formatConsoleMessage({timestamp:U,icon:F,tag:z,message:Q.green(Z),level:$}),console.error(j);break;case"warning":j=this.formatConsoleMessage({timestamp:U,icon:F,tag:z,message:Z,level:$}),console.warn(j);break;case"error":if(j=this.formatConsoleMessage({timestamp:U,icon:F,tag:z,message:Z,level:$}),console.error(j),W){let G=W.split(`
|
|
137
|
+
`);for(let T of G)if(T.trim()&&!T.includes(f))console.error(this.formatConsoleMessage({timestamp:U,message:Q.gray(` ${T}`),level:$,showTimestamp:!1}))}break}}else if(!j$()){if(console.error(`${Y} ${this.environment}.${$.toUpperCase()}: ${f}`),W)console.error(W)}if(!this.shouldLog($))return;let E=`${Y} ${this.environment}.${$.toUpperCase()}: ${B}
|
|
138
|
+
`;if(W)E+=`${W}
|
|
139
|
+
`;if(E=E.replace(this.ANSI_PATTERN,""),this.shouldWriteToFile())await this.writeToFile(E)}progress($,w=""){let A={update:(W,Z)=>{},finish:(W)=>{},interrupt:(W,Z)=>{}};if(!this.enabled)return A;let J=30;if(this.activeProgressBar={total:Math.max(1,$||1),current:0,message:w||"",barLength:J,lastRenderedLine:""},this.shouldStyleConsole()&&!j$()&&X.stdout.isTTY)this.renderProgressBar(this.activeProgressBar);return{update:(W,Z)=>{if(!this.enabled||!this.activeProgressBar)return;if(this.activeProgressBar.current=Math.min(Math.max(0,W),this.activeProgressBar.total),Z!==void 0)this.activeProgressBar.message=Z;if(this.shouldStyleConsole()&&!j$()&&X.stdout.isTTY)this.renderProgressBar(this.activeProgressBar)},finish:(W)=>{if(!this.activeProgressBar)return;this.finishProgressBar(this.activeProgressBar,W)},interrupt:(W,Z="info")=>{if(!j$()&&X.stdout.isTTY)X.stdout.write(`
|
|
140
|
+
`);if(this[Z==="warning"?"warn":Z](W),this.activeProgressBar&&this.shouldStyleConsole()&&!j$()&&X.stdout.isTTY)this.renderProgressBar(this.activeProgressBar)}}}time($){let w=performance.now();if(this.shouldStyleConsole()){let A=this.options.showTags!==!1&&this.name?Q.gray(this.formatTag(this.name)):"",J=this.formatConsoleTimestamp(new Date);console.error(this.formatConsoleMessage({timestamp:J,icon:this.options.showIcons===!1?"":Q.blue("◐"),tag:A,message:`${Q.cyan($)}...`}))}return async(A)=>{if(!this.enabled)return;let J=performance.now(),U=Math.round(J-w),Y=`${$} completed in ${U}ms`,f=new Date,W=this.formatConsoleTimestamp(f),B=`${this.formatFileTimestamp(f)} ${this.environment}.INFO: ${Y}`;if(A)B+=` ${JSON.stringify(A)}`;if(B+=`
|
|
141
|
+
`,B=B.replace(this.ANSI_PATTERN,""),this.shouldStyleConsole()){let E=this.options.showTags!==!1&&this.name?Q.gray(this.formatTag(this.name)):"";console.error(this.formatConsoleMessage({timestamp:W,icon:this.options.showIcons===!1?"":Q.green("✓"),tag:E,message:`${Y}${A?` ${JSON.stringify(A)}`:""}`}))}else if(!j$())console.error(B.trim());if(this.shouldWriteToFile())await this.writeToFile(B)}}async debug($,...w){await this.log("debug",$,...w)}async info($,...w){await this.log("info",$,...w)}async success($,...w){await this.log("success",$,...w)}async warn($,...w){await this.log("warning",$,...w)}async error($,...w){await this.log("error",$,...w)}validateEncryptionConfig(){if(!this.config.rotation)return!1;if(typeof this.config.rotation==="boolean")return!1;let $=this.config.rotation,{encrypt:w}=$;return!!w}async only($){if(!this.enabled)return;return await $()}isEnabled(){return this.enabled}setEnabled($){this.enabled=$}extend($){let w=`${this.name}:${$}`,A=new eJ(w,{...this.options,logDirectory:this.config.logDirectory,level:this.config.level,format:this.config.format,rotation:typeof this.config.rotation==="boolean"?void 0:this.config.rotation,timestamp:typeof this.config.timestamp==="boolean"?void 0:this.config.timestamp});return this.subLoggers.add(A),A}createReadStream(){if(j$())throw Error("createReadStream is not supported in browser environments");if(!kJ(this.currentLogFile))throw Error(`Log file does not exist: ${this.currentLogFile}`);return mE(this.currentLogFile,{encoding:"utf8"})}async decrypt($){if(!this.validateEncryptionConfig())throw Error("Encryption is not configured");let w=this.config.rotation;if(!w.encrypt||typeof w.encrypt==="boolean")throw Error("Invalid encryption configuration");if(!this.currentKeyId||!this.keys.has(this.currentKeyId))throw Error("No valid encryption key available");let A=this.keys.get(this.currentKeyId);try{let J=P0.isBuffer($)?$:P0.from($,"base64"),U=J.subarray(0,16),Y=J.subarray(J.length-16),f=J.subarray(16,J.length-16),W=Wh("aes-256-gcm",A,U);W.setAuthTag(Y);let Z=W.update(f),B=W.final(),E=Z.length+B.length,F=P0.allocUnsafe(E);return Z.copy(F,0),B.copy(F,Z.length),F.toString("utf8")}catch(J){throw Error(`Decryption failed: ${J instanceof Error?J.message:String(J)}`)}}getLevel(){return this.config.level}getLogDirectory(){return this.config.logDirectory}getFormat(){return this.config.format}getRotationConfig(){return this.config.rotation}isBrowserMode(){return j$()}isServerMode(){return!j$()}setTestEncryptionKey($,w){this.currentKeyId=$,this.keys.set($,w)}getTestCurrentKey(){if(!this.currentKeyId||!this.keys.has(this.currentKeyId))return null;return{id:this.currentKeyId,key:this.keys.get(this.currentKeyId)}}getConfig(){return this.config}async box($){if(!this.enabled)return;let w=new Date,A=this.formatConsoleTimestamp(w),J=this.formatFileTimestamp(w),{consoleText:U,fileText:Y}=this.buildOutputTexts($);if(this.shouldStyleConsole()){let W=U.split(`
|
|
142
|
+
`),Z=Math.max(...W.map((z)=>z.length))+2,B=`┌${"─".repeat(Z)}┐`,E=`└${"─".repeat(Z)}┘`,F=W.map((z)=>{return this.formatConsoleMessage({timestamp:A,message:Q.cyan(z),showTimestamp:!1})});console.error(this.formatConsoleMessage({timestamp:A,message:Q.cyan(B),showTimestamp:!1})),F.forEach((z)=>console.error(z)),console.error(this.formatConsoleMessage({timestamp:A,message:Q.cyan(E),showTimestamp:!1}))}else if(!j$())console.error(`${J} ${this.environment}.INFO: [BOX] ${Y}`);let f=`${J} ${this.environment}.INFO: [BOX] ${Y}
|
|
143
|
+
`.replace(this.ANSI_PATTERN,"");if(this.shouldWriteToFile())await this.writeToFile(f)}async prompt($){if(j$())return Promise.resolve(!0);return new Promise((w)=>{console.error(`${Q.cyan("?")} ${$} (y/n) `);let A=(J)=>{let U=J.toString().trim().toLowerCase();X.stdin.removeListener("data",A);try{if(typeof X.stdin.setRawMode==="function")X.stdin.setRawMode(!1)}catch{}X.stdin.pause(),console.error(""),w(U==="y"||U==="yes")};try{if(typeof X.stdin.setRawMode==="function")X.stdin.setRawMode(!0)}catch{}X.stdin.resume(),X.stdin.once("data",A)})}setFancy($){this.fancy=$}isFancy(){return this.fancy}pause(){this.enabled=!1}resume(){this.enabled=!0}async start($,...w){if(!this.enabled)return;let A=$;if(w&&w.length>0){let Z=/%([sdijfo%])/g,B=0;if(A=$.replace(Z,(E,F)=>{if(F==="%")return"%";if(B>=w.length)return E;let z=w[B++];switch(F){case"s":return String(z);case"d":case"i":return Number(z).toString();case"j":case"o":return JSON.stringify(z,null,2);default:return E}}),B<w.length)A+=` ${w.slice(B).map((E)=>typeof E==="object"?JSON.stringify(E,null,2):String(E)).join(" ")}`}let{consoleText:J,fileText:U}=this.buildOutputTexts(A);if(this.shouldStyleConsole()){let Z=this.options.showTags!==!1&&this.name?Q.gray(this.formatTag(this.name)):"",B=this.options.showIcons===!1?"":`${Q.blue("◐")} `;console.error(`${B}${Z} ${Q.cyan(J)}`)}let W=`[${new Date().toISOString()}] ${this.environment}.INFO: [START] ${U}
|
|
144
|
+
`.replace(this.ANSI_PATTERN,"");if(this.shouldWriteToFile())await this.writeToFile(W)}renderProgressBar($,w=!1){if(!this.enabled||!this.shouldStyleConsole()||!X.stdout.isTTY)return;let A=Math.min(100,Math.max(0,Math.round($.current/$.total*100))),J=Math.round($.barLength*A/100),U=$.barLength-J,Y=Q.green("━".repeat(J)),f=Q.gray("━".repeat(U)),W=`[${Y}${f}]`,Z=`${A}%`.padStart(4),B=$.message?` ${$.message}`:"",E=this.options.showIcons===!1?"":w||A===100?Q.green("✓"):Q.blue("▶"),F=this.options.showTags!==!1&&this.name?` ${Q.gray(this.formatTag(this.name))}`:"",z=`\r${E}${F} ${W} ${Z}${B}`,j=X.stdout.columns||80,G=" ".repeat(Math.max(0,j-z.replace(this.ANSI_PATTERN,"").length));if($.lastRenderedLine=`${z}${G}`,X.stdout.write($.lastRenderedLine),w)X.stdout.write(`
|
|
145
|
+
`)}finishProgressBar($,w){if(!this.enabled||!this.fancy||j$()||!X.stdout.isTTY){this.activeProgressBar=null;return}if($.current<$.total)$.current=$.total;if(w)$.message=w;this.renderProgressBar($,!0),this.activeProgressBar=null}async clear($={}){if(j$()){console.warn("Log clearing is not supported in browser environments.");return}try{console.warn("Clearing logs...",this.config.logDirectory);let w=await QJ(this.config.logDirectory),A=[];for(let J of w){if(!($.name?new RegExp($.name.replace("*",".*")).test(J):J.startsWith(this.name))||!J.endsWith(".log"))continue;let Y=Y1(this.config.logDirectory,J);if($.before)try{if((await U1(Y)).mtime>=$.before)continue}catch(f){console.error(`Failed to get stats for file ${Y}:`,f);continue}A.push(Y)}if(A.length===0){console.warn("No log files matched the criteria for clearing.");return}console.warn(`Preparing to delete ${A.length} log file(s)...`);for(let J of A)try{await xJ(J),console.warn(`Deleted log file: ${J}`)}catch(U){console.error(`Failed to delete log file ${J}:`,U)}console.warn("Log clearing process finished.")}catch(w){console.error("Error during log clearing process:",w)}}}async function RF($,w={}){let{maxRetries:A=3,retryDelay:J=1000,isRetryable:U=()=>!0,fallback:Y}=w,f=Error("Unknown error occurred");for(let W=0;W<=A;W++)try{return await $()}catch(Z){if(f=Z instanceof Error?Z:Error(String(Z)),W===A||!U(f))break;if(J>0)await new Promise((B)=>setTimeout(B,J))}if(Y!==void 0)return Y;throw f instanceof Error?f:Error(`Unknown error: ${String(f)}`)}function MF($){return $ instanceof r$}function kh($){return $ instanceof $U}function Qh($){if(MF($))return $.code==="FILE_SYSTEM_ERROR"||$.code==="BROWSER_CONFIG_ERROR";return["ENOENT","EACCES","EMFILE","ENFILE","EBUSY","network","timeout","connection"].some((A)=>$.message.toLowerCase().includes(A.toLowerCase()))}class UU{defaultParsers;constructor(){this.defaultParsers=[{name:"boolean",canParse:($,w)=>w==="boolean"||["true","false","1","0","yes","no"].includes($.toLowerCase()),parse:($)=>{let w=$.toLowerCase();return["true","1","yes"].includes(w)}},{name:"number",canParse:($,w)=>w==="number"||!Number.isNaN(Number($))&&!Number.isNaN(Number.parseFloat($)),parse:($)=>{let w=Number($);if(Number.isNaN(w))throw TypeError(`Cannot parse "${$}" as number`);return w}},{name:"array",canParse:($,w)=>w==="array"||$.startsWith("[")||$.includes(","),parse:($)=>{try{let w=JSON.parse($);if(Array.isArray(w))return w}catch{}return $.split(",").map((w)=>w.trim())}},{name:"json",canParse:($,w)=>w==="object"||($.startsWith("{")&&$.endsWith("}")||$.startsWith("[")&&$.endsWith("]")),parse:($)=>{try{return JSON.parse($)}catch(w){throw Error(`Cannot parse "${$}" as JSON: ${w}`)}}}]}async applyEnvironmentVariables($,w,A={}){let{prefix:J,useCamelCase:U=!0,useBackwardCompatibility:Y=!0,customParsers:f={},verbose:W=!1,trackPerformance:Z=!0}=A,B=async()=>{if(!$)return{config:w,source:{type:"environment",priority:50,timestamp:new Date}};let E=J||this.generateEnvPrefix($),F={...w};return this.processObject(F,[],E,{useCamelCase:U,useBackwardCompatibility:Y,customParsers:f,verbose:W,configName:$}),{config:F,source:{type:"environment",priority:50,timestamp:new Date}}};if(Z)return c1.track("applyEnvironmentVariables",B,{configName:$});return B()}generateEnvPrefix($){return $.toUpperCase().replace(/-/g,"_")}formatEnvKey($,w){if(!w)return $.toUpperCase();return $.replace(/([A-Z])/g,"_$1").toUpperCase()}processObject($,w,A,J){for(let[U,Y]of Object.entries($)){let f=[...w,U],W=f.map((E)=>this.formatEnvKey(E,J.useCamelCase)),Z=`${A}_${W.join("_")}`,B=J.useBackwardCompatibility?`${A}_${f.map((E)=>E.toUpperCase()).join("_")}`:null;if(J.verbose);if(typeof Y==="object"&&Y!==null&&!Array.isArray(Y))this.processObject(Y,f,A,J);else{let E=PJ.env[Z]||(B?PJ.env[B]:void 0);if(E!==void 0){if(J.verbose){let F=PJ.env[Z]?Z:B}try{$[U]=this.parseEnvironmentValue(E,typeof Y,Z,J.customParsers,J.configName)}catch(F){if(F instanceof wU)throw F;throw $w.envVar(Z,E,typeof Y,J.configName)}}}}}parseEnvironmentValue($,w,A,J,U){for(let[Y,f]of Object.entries(J))try{return f($)}catch{continue}for(let Y of this.defaultParsers)if(Y.canParse($,w))try{return Y.parse($)}catch{throw $w.envVar(A,$,`${w} (via ${Y.name} parser)`,U)}return $}getEnvironmentVariables($){let w={},A=$.toUpperCase();for(let[J,U]of Object.entries(PJ.env))if(J.startsWith(A)&&U!==void 0)w[J]=U;return w}validateEnvironmentVariable($,w,A){let J=[];if(!/^[A-Z_][A-Z0-9_]*$/.test($))J.push(`Environment variable key "${$}" should only contain uppercase letters, numbers, and underscores`);if(A)try{this.parseEnvironmentValue($,w,A,{})}catch(U){J.push(`Cannot parse value "${w}" as ${A}: ${U}`)}return{isValid:J.length===0,errors:J}}generateEnvVarDocs($,w,A={}){let{prefix:J,format:U="text"}=A,Y=J||this.generateEnvPrefix($),f=[];switch(this.extractEnvVarInfo(w,[],Y,f),U){case"markdown":return this.formatAsMarkdown(f,$);case"json":return JSON.stringify(f,null,2);default:return this.formatAsText(f,$)}}extractEnvVarInfo($,w,A,J){for(let[U,Y]of Object.entries($)){let f=[...w,U],W=`${A}_${f.map((Z)=>this.formatEnvKey(Z,!0)).join("_")}`;if(typeof Y==="object"&&Y!==null&&!Array.isArray(Y))this.extractEnvVarInfo(Y,f,A,J);else J.push({key:W,type:Array.isArray(Y)?"array":typeof Y,description:`Configuration for ${f.join(".")}`,example:this.generateExample(Y)})}}generateExample($){if(Array.isArray($))return JSON.stringify($);if(typeof $==="object"&&$!==null)return JSON.stringify($);return String($)}formatAsText($,w){let A=`Environment Variables for ${w}:
|
|
146
146
|
|
|
147
147
|
`;for(let J of $)A+=`${J.key}
|
|
148
148
|
`,A+=` Type: ${J.type}
|
|
@@ -154,96 +154,97 @@ ${J.join(`
|
|
|
154
154
|
`;A+=`| Variable | Type | Description | Example |
|
|
155
155
|
`,A+=`|----------|------|-------------|----------|
|
|
156
156
|
`;for(let J of $)A+=`| \`${J.key}\` | ${J.type} | ${J.description} | \`${J.example}\` |
|
|
157
|
-
`;return A}}function Q2($,w){let A=Lh("process");if(typeof A>"u"||!A.env)return w;let J=A.env[$];return J!==void 0?J:w}function Mh($,w,A={}){return Ih($,w,A,new WeakMap)}function Ih($,w,A,J){let{arrayMergeMode:U="replace",skipNullish:Y=!1,customMerger:f}=A;if(w===null||w===void 0)return Y?$:w;if(f){let W=f($,w);if(W!==void 0)return W}if(Array.isArray(w)||Array.isArray($))return Ch($,w,U,J);if(!A0(w)||!A0($))return w;return i2($,w,A,J)}function Ch($,w,A,J){if(Array.isArray(w)&&!Array.isArray($))return w;if(Array.isArray($)&&!Array.isArray(w))return w;if(Array.isArray(w)&&Array.isArray($))switch(A){case"replace":return w;case"concat":return x2($,w);case"smart":return P2($,w,J);default:return w}return w}function x2($,w){let A=[...w];for(let J of $)if(!A.some((U)=>Af(U,J)))A.push(J);return A}function P2($,w,A){if(w.length===0)return $;if($.length===0)return w;if(A0(w[0])&&A0($[0]))return b2($,w,A);if(w.every((J)=>typeof J==="string")&&$.every((J)=>typeof J==="string")){let J=[...w];for(let U of $)if(!J.includes(U))J.push(U);return J}return w}function b2($,w,A){let J=[...w];for(let U of $){if(!A0(U)){J.push(U);continue}let Y=["id","name","key","path","type"],f=!1;for(let W of Y)if(W in U){if(J.find((E)=>A0(E)&&(W in E)&&E[W]===U[W])){f=!0;break}}if(!f)J.push(U)}return J}function i2($,w,A,J){let U=w;if(A0(U)&&J.has(U))return J.get(U);let Y={...$};if(A0(U))J.set(U,Y);for(let f in U){if(!Object.prototype.hasOwnProperty.call(U,f))continue;let W=U[f],Z=Y[f];if(A.skipNullish&&(W===null||W===void 0))continue;if(W===null||W===void 0){Y[f]=W;continue}if(A0(W)&&A0(Z))Y[f]=Ih(Z,W,A,J);else if(Array.isArray(W)||Array.isArray(Z))Y[f]=Ch(Z,W,A.arrayMergeMode||"smart",J);else Y[f]=W}return Y}function Hf($,w,A="replace"){return Mh($,w,{arrayMergeMode:A==="replace"?"replace":"smart",skipNullish:!0})}function Af($,w){if($===w)return!0;if(Array.isArray($)&&Array.isArray(w)){if($.length!==w.length)return!1;for(let A=0;A<$.length;A++)if(!Af($[A],w[A]))return!1;return!0}if(A0($)&&A0(w)){let A=Object.keys($),J=Object.keys(w);if(A.length!==J.length)return!1;for(let U of A){if(!Object.prototype.hasOwnProperty.call(w,U))return!1;if(!Af($[U],w[U]))return!1}return!0}return!1}function A0($){return Boolean($&&typeof $==="object"&&!Array.isArray($))}class UU{extensions=[".ts",".js",".mjs",".cjs",".json",".mts",".cts"];async loadFromPath($,w,A={}){let{arrayStrategy:J="replace",useCache:U=!0,cacheTtl:Y,trackPerformance:f=!0,verbose:W=!1}=A;if(U){let E=W1.getWithFileCheck("file",$);if(E){if(W)console.log(`Configuration loaded from cache: ${$}`);return E}}let Z=async()=>{if(!PJ($))return null;try{let E=`?t=${Date.now()}`,B=await import($+E),h=B.default||B,j="default"in B,F=Object.keys(B).length>0;if(!j&&!F)throw new x1($,Error("Configuration file is empty and exports nothing"),"unknown");if(typeof h!=="object"||h===null||Array.isArray(h))throw new x1($,Error("Configuration must export a valid object"),"unknown");let G={config:Hf(w,h,J),source:{type:"file",path:$,priority:100,timestamp:new Date}};if(U)W1.setWithFileCheck("file",G,$,Y);return G}catch(E){throw E instanceof Error?e0.configLoad($,E):e0.configLoad($,Error(String(E)))}};if(f)return b1.track("loadFromPath",Z,{path:$});return Z()}async tryLoadFromPaths($,w,A={}){for(let J of $)try{let U=await this.loadFromPath(J,w,A);if(U)return U}catch(U){if(U instanceof Error&&U.name==="ConfigLoadError")throw U;if(A.verbose)console.warn(`Failed to load config from ${J}:`,U)}return null}generateConfigPaths($,w,A){let J=this.generateNamePatterns($,A),U=[];for(let Y of J)for(let f of this.extensions)U.push(d8(w,`${Y}${f}`));return U}generateNamePatterns($,w){let A=[];if(A.push("config",".config"),$)A.push($,`.${$}.config`,`${$}.config`,`.${$}`);if(w){if(A.push(w,`.${w}.config`,`${w}.config`,`.${w}`),$)A.push(`${$}.${w}.config`,`.${$}.${w}.config`)}return A.filter(Boolean)}checkFileAccess($){return Rh(async()=>{return PJ($)},{maxRetries:2,retryDelay:100,fallback:!1})}async discoverConfigFiles($,w,A){let J=[];if(!PJ($))return J;if(w||A){let U=this.generateNamePatterns(w||"",A);for(let Y of U)for(let f of this.extensions){let W=d8($,`${Y}${f}`);if(await this.checkFileAccess(W))J.push(W)}}else try{let{readdirSync:U}=await import("fs"),Y=U($);for(let f of Y)if(this.looksLikeConfigFile(f)){let W=d8($,f);if(await this.checkFileAccess(W))J.push(W)}}catch{return[]}return J}looksLikeConfigFile($){return[/\.config\.(ts|js|mjs|cjs|json|mts|cts)$/,/^\..*\.(ts|js|mjs|cjs|json|mts|cts)$/,/config\.(ts|js|mjs|cjs|json|mts|cts)$/].some((A)=>A.test($))}async validateConfigFile($){let w=[];try{if(!PJ($))return w.push("Configuration file does not exist"),w;let A=await import($),J=A.default||A;if(J===void 0)w.push("Configuration file must export a default value or named exports");else if(typeof J!=="object"||J===null)w.push("Configuration must be an object");else if(Array.isArray(J))w.push("Configuration cannot be an array at the root level");if($.endsWith(".json"))try{let{readFileSync:U}=await import("fs"),Y=U($,"utf8");JSON.parse(Y)}catch(U){w.push(`Invalid JSON syntax: ${U}`)}}catch(A){w.push(`Failed to load configuration file: ${A}`)}return w}async getFileModificationTime($){try{let{statSync:w}=await import("fs");return w($).mtime}catch{return null}}async preloadConfigurations($,w={}){let A=new Map;return await Promise.allSettled($.map(async(J)=>{try{let U=await this.loadFromPath(J,{},w);if(U)A.set(J,U.config)}catch(U){if(w.verbose)console.warn(`Failed to preload ${J}:`,U)}})),A}}class Tf{async validateConfiguration($,w,A={}){let{stopOnFirstError:J=!1,validateRequired:U=!0,validateTypes:Y=!0,customRules:f=[],trackPerformance:W=!0,verbose:Z=!1}=A,E=async()=>{let B=[],h=[],j={stopOnFirstError:J,validateRequired:U,validateTypes:Y,customRules:f,trackPerformance:W,verbose:Z};try{if(typeof w==="string")return await this.validateWithSchemaFile($,w,j);else if(Array.isArray(w))return this.validateWithRules($,[...w,...f],j);else return this.validateWithJSONSchema($,w,j)}catch(F){return B.push({path:"",message:`Validation failed: ${F}`,rule:"system"}),{isValid:!1,errors:B,warnings:h}}};if(W)return await b1.track("validateConfiguration",E);return E()}async validateWithSchemaFile($,w,A){try{if(!H2(w))throw new P1(w,[{path:"",message:"Schema file does not exist"}]);let J=await import(w),U=J.default||J;if(Array.isArray(U))return this.validateWithRules($,U,A);else return this.validateWithJSONSchema($,U,A)}catch(J){throw new P1(w,[{path:"",message:`Failed to load schema: ${J}`}])}}validateWithJSONSchema($,w,A){let J=[],U=[];return this.validateObjectAgainstSchema($,w,"",J,U,A),{isValid:J.length===0,errors:J,warnings:U}}validateObjectAgainstSchema($,w,A,J,U,Y){if(Y.validateTypes&&w.type){let f=Array.isArray($)?"array":typeof $,W=Array.isArray(w.type)?w.type:[w.type];if(!W.includes(f)){if(J.push({path:A,message:`Expected type ${W.join(" or ")}, got ${f}`,expected:W.join(" or "),actual:f,rule:"type"}),Y.stopOnFirstError)return}}if(w.enum&&!w.enum.includes($)){if(J.push({path:A,message:`Value must be one of: ${w.enum.join(", ")}`,expected:w.enum.join(", "),actual:$,rule:"enum"}),Y.stopOnFirstError)return}if(typeof $==="string"){if(w.minLength!==void 0&&$.length<w.minLength)J.push({path:A,message:`String length must be at least ${w.minLength}`,expected:`>= ${w.minLength}`,actual:$.length,rule:"minLength"});if(w.maxLength!==void 0&&$.length>w.maxLength)J.push({path:A,message:`String length must not exceed ${w.maxLength}`,expected:`<= ${w.maxLength}`,actual:$.length,rule:"maxLength"});if(w.pattern){if(!new RegExp(w.pattern).test($))J.push({path:A,message:`String does not match pattern ${w.pattern}`,expected:w.pattern,actual:$,rule:"pattern"})}}if(typeof $==="number"){if(w.minimum!==void 0&&$<w.minimum)J.push({path:A,message:`Value must be at least ${w.minimum}`,expected:`>= ${w.minimum}`,actual:$,rule:"minimum"});if(w.maximum!==void 0&&$>w.maximum)J.push({path:A,message:`Value must not exceed ${w.maximum}`,expected:`<= ${w.maximum}`,actual:$,rule:"maximum"})}if(Array.isArray($)&&w.items)for(let f=0;f<$.length;f++){let W=A?`${A}[${f}]`:`[${f}]`;if(this.validateObjectAgainstSchema($[f],w.items,W,J,U,Y),Y.stopOnFirstError&&J.length>0)return}if($&&typeof $==="object"&&!Array.isArray($)){let f=$;if(Y.validateRequired&&w.required){for(let W of w.required)if(!(W in f)){if(J.push({path:A?`${A}.${W}`:W,message:`Missing required property '${W}'`,expected:"required",rule:"required"}),Y.stopOnFirstError)return}}if(w.properties){for(let[W,Z]of Object.entries(w.properties))if(W in f){let E=A?`${A}.${W}`:W;if(this.validateObjectAgainstSchema(f[W],Z,E,J,U,Y),Y.stopOnFirstError&&J.length>0)return}}if(w.additionalProperties===!1){let W=new Set(Object.keys(w.properties||{}));for(let Z of Object.keys(f))if(!W.has(Z))U.push({path:A?`${A}.${Z}`:Z,message:`Additional property '${Z}' is not allowed`,rule:"additionalProperties"})}}}validateWithRules($,w,A){let J=[],U=[];for(let Y of w)try{let f=this.getValueByPath($,Y.path),W=this.validateWithRule(f,Y,Y.path);if(J.push(...W),A.stopOnFirstError&&J.length>0)break}catch(f){J.push({path:Y.path,message:`Rule validation failed: ${f}`,rule:"system"})}return{isValid:J.length===0,errors:J,warnings:U}}validateWithRule($,w,A){let J=[];if(w.required&&($===void 0||$===null))return J.push({path:A,message:w.message||`Property '${A}' is required`,expected:"required",rule:"required"}),J;if($===void 0||$===null)return J;if(w.type){let U=Array.isArray($)?"array":typeof $;if(U!==w.type)J.push({path:A,message:w.message||`Expected type ${w.type}, got ${U}`,expected:w.type,actual:U,rule:"type"})}if(w.min!==void 0){let U=Array.isArray($)?$.length:typeof $==="string"?$.length:typeof $==="number"?$:0;if(U<w.min)J.push({path:A,message:w.message||`Value must be at least ${w.min}`,expected:`>= ${w.min}`,actual:U,rule:"min"})}if(w.max!==void 0){let U=Array.isArray($)?$.length:typeof $==="string"?$.length:typeof $==="number"?$:0;if(U>w.max)J.push({path:A,message:w.message||`Value must not exceed ${w.max}`,expected:`<= ${w.max}`,actual:U,rule:"max"})}if(w.pattern&&typeof $==="string"){if(!w.pattern.test($))J.push({path:A,message:w.message||`Value does not match pattern ${w.pattern}`,expected:w.pattern.toString(),actual:$,rule:"pattern"})}if(w.enum&&!w.enum.includes($))J.push({path:A,message:w.message||`Value must be one of: ${w.enum.join(", ")}`,expected:w.enum.join(", "),actual:$,rule:"enum"});if(w.validator){let U=w.validator($);if(U)J.push({path:A,message:w.message||U,rule:"custom"})}return J}getValueByPath($,w){if(!w)return $;let A=w.split("."),J=$;for(let U of A)if(J&&typeof J==="object"&&U in J)J=J[U];else return;return J}generateRulesFromInterface($){let w=[],A=$.matchAll(/(\w+)(\?)?:\s*(\w+)/g);for(let J of A){let[,U,Y,f]=J;w.push({path:U,required:!Y,type:this.mapTypeScriptType(f)})}return w}mapTypeScriptType($){switch($.toLowerCase()){case"string":return"string";case"number":return"number";case"boolean":return"boolean";case"array":return"array";case"object":return"object";default:return"object"}}static createCommonRules(){return{server:[{path:"port",required:!0,type:"number",min:1,max:65535},{path:"host",required:!0,type:"string",min:1},{path:"ssl",type:"boolean"}],database:[{path:"url",required:!0,type:"string",min:1},{path:"pool",type:"number",min:1,max:100},{path:"timeout",type:"number",min:0}],api:[{path:"baseUrl",required:!0,type:"string",pattern:_h},{path:"timeout",type:"number",min:0},{path:"retries",type:"number",min:0,max:10}]}}}class Gf{fileLoader=new UU;envProcessor=new JU;validator=new Tf;async loadConfig($){let w=Date.now(),{cache:A,performance:J,schema:U,validate:Y,...f}=$;try{if(A?.enabled){let Z=this.checkCache(f.name||"",f);if(Z)return Z}let W;try{W=await this.loadConfigurationStrategies(f,!0,A)}catch(Z){let E=f.__strictErrorHandling;if(Z instanceof Error&&Z.name==="ConfigNotFoundError"){if(E)throw Z;W={...await this.applyEnvironmentVariables(f.name||"",f.defaultConfig,f.checkEnv!==!1,f.verbose||!1),warnings:[`No configuration file found for "${f.name||"config"}", using defaults with environment variables`]}}else if(Z instanceof Error&&Z.name==="ConfigLoadError"){let B=Z.message.includes("EACCES")||Z.message.includes("EPERM")||Z.message.includes("permission denied"),h=!B&&(Z.message.includes("syntax")||Z.message.includes("Expected")||Z.message.includes("Unexpected")||Z.message.includes("BuildMessage")||Z.message.includes("errors building")),j=Z.message.includes("Configuration must export a valid object")||Z.message.includes("Configuration file is empty and exports nothing");if(E&&(j||B))throw Z;if(h&&(!E||!j))W={...await this.applyEnvironmentVariables(f.name||"",f.defaultConfig,f.checkEnv!==!1,f.verbose||!1),warnings:["Configuration file has syntax errors, using defaults with environment variables"]};else if(!E)W={...await this.applyEnvironmentVariables(f.name||"",f.defaultConfig,f.checkEnv!==!1,f.verbose||!1),warnings:[`Configuration loading error, using defaults: ${Z.message}`]};else throw Z}else W={...await this.applyEnvironmentVariables(f.name||"",f.defaultConfig,f.checkEnv!==!1,f.verbose||!1),warnings:[`Configuration loading failed, using defaults: ${Z instanceof Error?Z.message:String(Z)}`]}}if(U||Y)await this.validateConfiguration(W.config,U,Y,f.name);if(A?.enabled&&W)this.cacheResult(f.name||"",W,A,f);if(J?.enabled){let Z={operation:"loadConfig",duration:Date.now()-w,configName:f.name,timestamp:new Date};if(J.onMetrics)J.onMetrics(Z);if(J.slowThreshold&&Z.duration>J.slowThreshold)j0.warn(`Slow configuration loading detected: ${Z.duration}ms for ${f.name}`);W.metrics=Z}return W}catch(W){let Z=Date.now()-w;throw j0.error(`Configuration loading failed after ${Z}ms:`,[W instanceof Error?W:Error(String(W))]),W}}async loadConfigurationStrategies($,w=!1,A){let{name:J="",alias:U,cwd:Y,configDir:f,defaultConfig:W,checkEnv:Z=!0,arrayStrategy:E="replace",verbose:B=!1}=$,h=Y||Ww.cwd(),j=[],F=await this.loadLocalConfiguration(J,U,h,f,W,E,B,Z,A);if(F)return j.push(...this.getLocalSearchPaths(J,U,h,f)),this.finalizeResult(F,j,Z,J,B);let T=await this.loadHomeConfiguration(J,U,W,E,B,Z);if(T)return j.push(...this.getHomeSearchPaths(J,U)),this.finalizeResult(T,j,Z,J,B);let H=await this.loadPackageJsonConfiguration(J,U,h,W,E,B,Z);if(H)return j.push(b$(h,"package.json")),this.finalizeResult(H,j,Z,J,B);if(j.push(...this.getAllSearchPaths(J,U,h,f)),w)throw e0.configNotFound(J,j,U);return{...await this.applyEnvironmentVariables(J,W,Z,B),warnings:[`No configuration file found for "${J}"${U?` or alias "${U}"`:""}, using defaults with environment variables`]}}async loadLocalConfiguration($,w,A,J,U,Y,f,W,Z){let E=W?k1($,U,f):U,B=this.getLocalDirectories(A,J);for(let h of B){if(f)j0.info(`Searching for configuration in: ${h}`);let j=this.fileLoader.generateConfigPaths($,h,w),F=await this.fileLoader.tryLoadFromPaths(j,E,{arrayStrategy:Y,verbose:f,cacheTtl:Z?.ttl,useCache:!Z?.ttl||Z.ttl>100});if(F){if(f)j0.success(`Configuration loaded from: ${F.source.path}`);return F}}return null}async loadHomeConfiguration($,w,A,J,U,Y){if(!$)return null;let f=Y?k1($,A,U):A,W=[b$(ow(),".config",$),b$(ow(),".config"),ow()];for(let Z of W){if(U)j0.info(`Checking home directory: ${Z}`);let E=this.fileLoader.generateConfigPaths($,Z,w),B=await this.fileLoader.tryLoadFromPaths(E,f,{arrayStrategy:J,verbose:U});if(B){if(U)j0.success(`Configuration loaded from home directory: ${B.source.path}`);return B}}return null}async loadPackageJsonConfiguration($,w,A,J,U,Y,f){let W=f?k1($,J,Y):J;try{let Z=b$(A,"package.json");if(!$f(Z))return null;let E=await import(Z),B=E[$],h=$;if(!B&&w)B=E[w],h=w;if(B&&typeof B==="object"&&!Array.isArray(B)){if(Y)j0.success(`Configuration loaded from package.json: ${h}`);return{config:Hf(W,B,U),source:{type:"package.json",path:Z,priority:30,timestamp:new Date}}}}catch(Z){if(Y)j0.warn("Failed to load package.json:",[Z instanceof Error?Z:Error(String(Z))])}return null}async applyEnvironmentVariables($,w,A,J){if(!A||!$||typeof w!=="object"||w===null||Array.isArray(w))return{config:w,source:{type:"default",priority:10,timestamp:new Date}};return{config:k1($,w,J),source:{type:"environment",priority:20,timestamp:new Date}}}async finalizeResult($,w,A,J,U){return{config:$.config,source:$.source,path:$.source.path}}async validateConfiguration($,w,A,J){let U=[];if(A){let Y=A($);if(Y)U.push(...Y)}if(w){let Y=await this.validator.validateConfiguration($,w);if(!Y.isValid)U.push(...Y.errors.map((f)=>f.path?`${f.path}: ${f.message}`:f.message))}if(U.length>0)throw e0.configValidation(J||"unknown",U,J)}checkCache($,w){let A=this.generateCacheKey($,w);return W1.get(A)||null}cacheResult($,w,A,J){let U=this.generateCacheKey($,J);W1.set(U,w,void 0,A.ttl)}generateCacheKey($,w){let A=[$];if(w.alias)A.push(`alias:${w.alias}`);if(w.cwd)A.push(`cwd:${w.cwd}`);if(w.configDir)A.push(`configDir:${w.configDir}`);if("checkEnv"in w)A.push(`checkEnv:${w.checkEnv}`);return A.join("|")}getLocalDirectories($,w){return Array.from(new Set([$,b$($,"config"),b$($,".config"),w?b$($,w):void 0].filter(Boolean)))}getAllSearchPaths($,w,A,J){let U=[];return U.push(...this.getLocalSearchPaths($,w,A,J)),U.push(...this.getHomeSearchPaths($,w)),U.push(b$(A,"package.json")),U}getLocalSearchPaths($,w,A,J){let U=this.getLocalDirectories(A,J),Y=[];for(let f of U)Y.push(...this.fileLoader.generateConfigPaths($,f,w));return Y}getHomeSearchPaths($,w){if(!$)return[];let A=[b$(ow(),".config",$),b$(ow(),".config"),ow()],J=[];for(let U of A)J.push(...this.fileLoader.generateConfigPaths($,U,w));return J}async loadConfigWithResult($){return this.loadConfig($)}}function rB($){let A=!($.message.includes("EACCES")||$.message.includes("EPERM")||$.message.includes("permission denied"))&&($.message.includes("syntax")||$.message.includes("Expected")||$.message.includes("Unexpected")||$.message.includes("BuildMessage")),J=$.message.includes("Configuration must export a valid object")||$.message.includes("Configuration file is empty and exports nothing");return A||J}async function c2($){return u0.loadConfig({...$,__strictErrorHandling:!0})}async function yh($){let w="defaultConfig"in $&&$.defaultConfig!==void 0?$.defaultConfig:{},A="cache"in $||"performance"in $||"schema"in $||"validate"in $;try{let J;if(A)J=await u0.loadConfig($);else J=await u0.loadConfig({...$,defaultConfig:w,cache:{enabled:!0},performance:{enabled:!1}});return J?.config??w}catch(J){let U=J instanceof Error?J.name:"UnknownError",Y=J instanceof Error?J.message:String(J);if(!(U==="ConfigNotFoundError"||U==="ConfigLoadError"||U==="ConfigValidationError"||Y.includes("config"))&&$.verbose)j0.warn("Unexpected error loading config, using defaults:",[J instanceof Error?J:Error(String(J))]);let W=A?{...$,defaultConfig:w}:{...$,defaultConfig:w,cache:{enabled:!0},performance:{enabled:!1}};if("checkEnv"in $?$.checkEnv!==!1:!0)return(await u0.applyEnvironmentVariables(W.name||"",w,!0,W.verbose||!1))?.config??w;return w}}async function u2($={defaultConfig:{}}){if(typeof $==="string"){let{cwd:w}=await import("process");try{return(await u0.loadConfig({name:$,cwd:w(),generatedDir:"./generated",configDir:"./config",defaultConfig:{},checkEnv:!0,arrayStrategy:"replace"})).config}catch(A){if(A instanceof Error&&(A.name==="ConfigNotFoundError"||A.name==="ConfigLoadError"&&rB(A)))return(await u0.applyEnvironmentVariables($,{},!0,!1)).config;throw A}}try{return(await u0.loadConfig({...$,cwd:$.cwd||Ww.cwd(),cache:{enabled:!0},performance:{enabled:!1}})).config}catch(w){if(w instanceof Error&&(w.name==="ConfigNotFoundError"||w.name==="ConfigLoadError"&&rB(w)))return(await u0.applyEnvironmentVariables($.name||"",$.defaultConfig||{},$.checkEnv!==!1,$.verbose||!1)).config;throw w}}async function v2($,w,A="replace"){let J=new UU;try{let U=await J.loadFromPath($,w,{arrayStrategy:A,useCache:!1,trackPerformance:!1});return U?U.config:null}catch{return null}}function k1($,w,A=!1){let J=new JU,U=$.toUpperCase().replace(/[^A-Z0-9]/g,"_");function Y(f,W=[]){let Z={...f};for(let[E,B]of Object.entries(f)){let h=[...W,E],j=[`${U}_${h.join("_").toUpperCase()}`,`${U}_${h.map((H)=>H.toUpperCase()).join("")}`,`${U}_${h.map((H)=>H.replace(/([A-Z])/g,"_$1").toUpperCase()).join("")}`],F,T;for(let H of j)if(F=Ww.env[H],F!==void 0){T=H;break}if(F!==void 0&&T)if(typeof B==="boolean")Z[E]=["true","1","yes"].includes(F.toLowerCase());else if(typeof B==="number"){let H=Number(F);if(!Number.isNaN(H))Z[E]=H}else if(Array.isArray(B))try{Z[E]=JSON.parse(F)}catch{Z[E]=F.split(",").map((H)=>H.trim())}else Z[E]=F;else if(B&&typeof B==="object"&&!Array.isArray(B))Z[E]=Y(B,h)}return Z}return Y(w)}function n2($){let w=b$(Ww.cwd(),$.configDir),A=b$(Ww.cwd(),$.generatedDir),J=b$(A,"config-types.ts");if(!$f(kB(J)))lG(kB(J),{recursive:!0,mode:511});let U=$f(w)?tG(w).map((f)=>f.replace(/\.(ts|js|mjs|cjs|mts|cts|json)$/,"")).sort():[],Y=`// Generated by bunfig v${G7}
|
|
157
|
+
`;return A}}function xh($,w){let A=SF("process");if(typeof A>"u"||!A.env)return w;let J=A.env[$];return J!==void 0?J:w}function IF($,w,A={}){return yF($,w,A,new WeakMap)}function yF($,w,A,J){let{arrayMergeMode:U="replace",skipNullish:Y=!1,customMerger:f}=A;if(w===null||w===void 0)return Y?$:w;if(f){let W=f($,w);if(W!==void 0)return W}if(Array.isArray(w)||Array.isArray($))return CF($,w,U,J);if(!A0(w)||!A0($))return w;return ch($,w,A,J)}function CF($,w,A,J){if(Array.isArray(w)&&!Array.isArray($))return w;if(Array.isArray($)&&!Array.isArray(w))return w;if(Array.isArray(w)&&Array.isArray($))switch(A){case"replace":return w;case"concat":return Ph($,w);case"smart":return bh($,w,J);default:return w}return w}function Ph($,w){let A=[...w];for(let J of $)if(!A.some((U)=>Jf(U,J)))A.push(J);return A}function bh($,w,A){if(w.length===0)return $;if($.length===0)return w;if(A0(w[0])&&A0($[0]))return ih($,w,A);if(w.every((J)=>typeof J==="string")&&$.every((J)=>typeof J==="string")){let J=[...w];for(let U of $)if(!J.includes(U))J.push(U);return J}return w}function ih($,w,A){let J=[...w];for(let U of $){if(!A0(U)){J.push(U);continue}let Y=["id","name","key","path","type"],f=!1;for(let W of Y)if(W in U){if(J.find((B)=>A0(B)&&(W in B)&&B[W]===U[W])){f=!0;break}}if(!f)J.push(U)}return J}function ch($,w,A,J){let U=w;if(A0(U)&&J.has(U))return J.get(U);let Y={...$};if(A0(U))J.set(U,Y);for(let f in U){if(!Object.prototype.hasOwnProperty.call(U,f))continue;let W=U[f],Z=Y[f];if(A.skipNullish&&(W===null||W===void 0))continue;if(W===null||W===void 0){Y[f]=W;continue}if(A0(W)&&A0(Z))Y[f]=yF(Z,W,A,J);else if(Array.isArray(W)||Array.isArray(Z))Y[f]=CF(Z,W,A.arrayMergeMode||"smart",J);else Y[f]=W}return Y}function Gf($,w,A="replace"){return IF($,w,{arrayMergeMode:A==="replace"?"replace":"smart",skipNullish:!0})}function Jf($,w){if($===w)return!0;if(Array.isArray($)&&Array.isArray(w)){if($.length!==w.length)return!1;for(let A=0;A<$.length;A++)if(!Jf($[A],w[A]))return!1;return!0}if(A0($)&&A0(w)){let A=Object.keys($),J=Object.keys(w);if(A.length!==J.length)return!1;for(let U of A){if(!Object.prototype.hasOwnProperty.call(w,U))return!1;if(!Jf($[U],w[U]))return!1}return!0}return!1}function A0($){return Boolean($&&typeof $==="object"&&!Array.isArray($))}class YU{extensions=[".ts",".js",".mjs",".cjs",".json",".mts",".cts"];async loadFromPath($,w,A={}){let{arrayStrategy:J="replace",useCache:U=!0,cacheTtl:Y,trackPerformance:f=!0,verbose:W=!1}=A;if(U){let B=E1.getWithFileCheck("file",$);if(B){if(W)console.log(`Configuration loaded from cache: ${$}`);return B}}let Z=async()=>{if(!bJ($))return null;try{let B=`?t=${Date.now()}`,E=await import($+B),F=E.default||E,z="default"in E,j=Object.keys(E).length>0;if(!z&&!j)throw new b1($,Error("Configuration file is empty and exports nothing"),"unknown");if(typeof F!=="object"||F===null||Array.isArray(F))throw new b1($,Error("Configuration must export a valid object"),"unknown");let h={config:Gf(w,F,J),source:{type:"file",path:$,priority:100,timestamp:new Date}};if(U)E1.setWithFileCheck("file",h,$,Y);return h}catch(B){throw B instanceof Error?$w.configLoad($,B):$w.configLoad($,Error(String(B)))}};if(f)return c1.track("loadFromPath",Z,{path:$});return Z()}async tryLoadFromPaths($,w,A={}){for(let J of $)try{let U=await this.loadFromPath(J,w,A);if(U)return U}catch(U){if(U instanceof Error&&U.name==="ConfigLoadError")throw U;if(A.verbose)console.warn(`Failed to load config from ${J}:`,U)}return null}generateConfigPaths($,w,A){let J=this.generateNamePatterns($,A),U=[];for(let Y of J)for(let f of this.extensions)U.push(g8(w,`${Y}${f}`));return U}generateNamePatterns($,w){let A=[];if(A.push("config",".config"),$)A.push($,`.${$}.config`,`${$}.config`,`.${$}`);if(w){if(A.push(w,`.${w}.config`,`${w}.config`,`.${w}`),$)A.push(`${$}.${w}.config`,`.${$}.${w}.config`)}return A.filter(Boolean)}checkFileAccess($){return RF(async()=>{return bJ($)},{maxRetries:2,retryDelay:100,fallback:!1})}async discoverConfigFiles($,w,A){let J=[];if(!bJ($))return J;if(w||A){let U=this.generateNamePatterns(w||"",A);for(let Y of U)for(let f of this.extensions){let W=g8($,`${Y}${f}`);if(await this.checkFileAccess(W))J.push(W)}}else try{let{readdirSync:U}=await import("fs"),Y=U($);for(let f of Y)if(this.looksLikeConfigFile(f)){let W=g8($,f);if(await this.checkFileAccess(W))J.push(W)}}catch{return[]}return J}looksLikeConfigFile($){return[/\.config\.(ts|js|mjs|cjs|json|mts|cts)$/,/^\..*\.(ts|js|mjs|cjs|json|mts|cts)$/,/config\.(ts|js|mjs|cjs|json|mts|cts)$/].some((A)=>A.test($))}async validateConfigFile($){let w=[];try{if(!bJ($))return w.push("Configuration file does not exist"),w;let A=await import($),J=A.default||A;if(J===void 0)w.push("Configuration file must export a default value or named exports");else if(typeof J!=="object"||J===null)w.push("Configuration must be an object");else if(Array.isArray(J))w.push("Configuration cannot be an array at the root level");if($.endsWith(".json"))try{let{readFileSync:U}=await import("fs"),Y=U($,"utf8");JSON.parse(Y)}catch(U){w.push(`Invalid JSON syntax: ${U}`)}}catch(A){w.push(`Failed to load configuration file: ${A}`)}return w}async getFileModificationTime($){try{let{statSync:w}=await import("fs");return w($).mtime}catch{return null}}async preloadConfigurations($,w={}){let A=new Map;return await Promise.allSettled($.map(async(J)=>{try{let U=await this.loadFromPath(J,{},w);if(U)A.set(J,U.config)}catch(U){if(w.verbose)console.warn(`Failed to preload ${J}:`,U)}})),A}}class hf{async validateConfiguration($,w,A={}){let{stopOnFirstError:J=!1,validateRequired:U=!0,validateTypes:Y=!0,customRules:f=[],trackPerformance:W=!0,verbose:Z=!1}=A,B=async()=>{let E=[],F=[],z={stopOnFirstError:J,validateRequired:U,validateTypes:Y,customRules:f,trackPerformance:W,verbose:Z};try{if(typeof w==="string")return await this.validateWithSchemaFile($,w,z);else if(Array.isArray(w))return this.validateWithRules($,[...w,...f],z);else return this.validateWithJSONSchema($,w,z)}catch(j){return E.push({path:"",message:`Validation failed: ${j}`,rule:"system"}),{isValid:!1,errors:E,warnings:F}}};if(W)return await c1.track("validateConfiguration",B);return B()}async validateWithSchemaFile($,w,A){try{if(!Gh(w))throw new i1(w,[{path:"",message:"Schema file does not exist"}]);let J=await import(w),U=J.default||J;if(Array.isArray(U))return this.validateWithRules($,U,A);else return this.validateWithJSONSchema($,U,A)}catch(J){throw new i1(w,[{path:"",message:`Failed to load schema: ${J}`}])}}validateWithJSONSchema($,w,A){let J=[],U=[];return this.validateObjectAgainstSchema($,w,"",J,U,A),{isValid:J.length===0,errors:J,warnings:U}}validateObjectAgainstSchema($,w,A,J,U,Y){if(Y.validateTypes&&w.type){let f=Array.isArray($)?"array":typeof $,W=Array.isArray(w.type)?w.type:[w.type];if(!W.includes(f)){if(J.push({path:A,message:`Expected type ${W.join(" or ")}, got ${f}`,expected:W.join(" or "),actual:f,rule:"type"}),Y.stopOnFirstError)return}}if(w.enum&&!w.enum.includes($)){if(J.push({path:A,message:`Value must be one of: ${w.enum.join(", ")}`,expected:w.enum.join(", "),actual:$,rule:"enum"}),Y.stopOnFirstError)return}if(typeof $==="string"){if(w.minLength!==void 0&&$.length<w.minLength)J.push({path:A,message:`String length must be at least ${w.minLength}`,expected:`>= ${w.minLength}`,actual:$.length,rule:"minLength"});if(w.maxLength!==void 0&&$.length>w.maxLength)J.push({path:A,message:`String length must not exceed ${w.maxLength}`,expected:`<= ${w.maxLength}`,actual:$.length,rule:"maxLength"});if(w.pattern){if(!new RegExp(w.pattern).test($))J.push({path:A,message:`String does not match pattern ${w.pattern}`,expected:w.pattern,actual:$,rule:"pattern"})}}if(typeof $==="number"){if(w.minimum!==void 0&&$<w.minimum)J.push({path:A,message:`Value must be at least ${w.minimum}`,expected:`>= ${w.minimum}`,actual:$,rule:"minimum"});if(w.maximum!==void 0&&$>w.maximum)J.push({path:A,message:`Value must not exceed ${w.maximum}`,expected:`<= ${w.maximum}`,actual:$,rule:"maximum"})}if(Array.isArray($)&&w.items)for(let f=0;f<$.length;f++){let W=A?`${A}[${f}]`:`[${f}]`;if(this.validateObjectAgainstSchema($[f],w.items,W,J,U,Y),Y.stopOnFirstError&&J.length>0)return}if($&&typeof $==="object"&&!Array.isArray($)){let f=$;if(Y.validateRequired&&w.required){for(let W of w.required)if(!(W in f)){if(J.push({path:A?`${A}.${W}`:W,message:`Missing required property '${W}'`,expected:"required",rule:"required"}),Y.stopOnFirstError)return}}if(w.properties){for(let[W,Z]of Object.entries(w.properties))if(W in f){let B=A?`${A}.${W}`:W;if(this.validateObjectAgainstSchema(f[W],Z,B,J,U,Y),Y.stopOnFirstError&&J.length>0)return}}if(w.additionalProperties===!1){let W=new Set(Object.keys(w.properties||{}));for(let Z of Object.keys(f))if(!W.has(Z))U.push({path:A?`${A}.${Z}`:Z,message:`Additional property '${Z}' is not allowed`,rule:"additionalProperties"})}}}validateWithRules($,w,A){let J=[],U=[];for(let Y of w)try{let f=this.getValueByPath($,Y.path),W=this.validateWithRule(f,Y,Y.path);if(J.push(...W),A.stopOnFirstError&&J.length>0)break}catch(f){J.push({path:Y.path,message:`Rule validation failed: ${f}`,rule:"system"})}return{isValid:J.length===0,errors:J,warnings:U}}validateWithRule($,w,A){let J=[];if(w.required&&($===void 0||$===null))return J.push({path:A,message:w.message||`Property '${A}' is required`,expected:"required",rule:"required"}),J;if($===void 0||$===null)return J;if(w.type){let U=Array.isArray($)?"array":typeof $;if(U!==w.type)J.push({path:A,message:w.message||`Expected type ${w.type}, got ${U}`,expected:w.type,actual:U,rule:"type"})}if(w.min!==void 0){let U=Array.isArray($)?$.length:typeof $==="string"?$.length:typeof $==="number"?$:0;if(U<w.min)J.push({path:A,message:w.message||`Value must be at least ${w.min}`,expected:`>= ${w.min}`,actual:U,rule:"min"})}if(w.max!==void 0){let U=Array.isArray($)?$.length:typeof $==="string"?$.length:typeof $==="number"?$:0;if(U>w.max)J.push({path:A,message:w.message||`Value must not exceed ${w.max}`,expected:`<= ${w.max}`,actual:U,rule:"max"})}if(w.pattern&&typeof $==="string"){if(!w.pattern.test($))J.push({path:A,message:w.message||`Value does not match pattern ${w.pattern}`,expected:w.pattern.toString(),actual:$,rule:"pattern"})}if(w.enum&&!w.enum.includes($))J.push({path:A,message:w.message||`Value must be one of: ${w.enum.join(", ")}`,expected:w.enum.join(", "),actual:$,rule:"enum"});if(w.validator){let U=w.validator($);if(U)J.push({path:A,message:w.message||U,rule:"custom"})}return J}getValueByPath($,w){if(!w)return $;let A=w.split("."),J=$;for(let U of A)if(J&&typeof J==="object"&&U in J)J=J[U];else return;return J}generateRulesFromInterface($){let w=[],A=$.matchAll(/(\w+)(\?)?:\s*(\w+)/g);for(let J of A){let[,U,Y,f]=J;w.push({path:U,required:!Y,type:this.mapTypeScriptType(f)})}return w}mapTypeScriptType($){switch($.toLowerCase()){case"string":return"string";case"number":return"number";case"boolean":return"boolean";case"array":return"array";case"object":return"object";default:return"object"}}static createCommonRules(){return{server:[{path:"port",required:!0,type:"number",min:1,max:65535},{path:"host",required:!0,type:"string",min:1},{path:"ssl",type:"boolean"}],database:[{path:"url",required:!0,type:"string",min:1},{path:"pool",type:"number",min:1,max:100},{path:"timeout",type:"number",min:0}],api:[{path:"baseUrl",required:!0,type:"string",pattern:DF},{path:"timeout",type:"number",min:0},{path:"retries",type:"number",min:0,max:10}]}}}class qf{fileLoader=new YU;envProcessor=new UU;validator=new hf;async loadConfig($){let w=Date.now(),{cache:A,performance:J,schema:U,validate:Y,...f}=$;try{if(A?.enabled){let Z=this.checkCache(f.name||"",f);if(Z)return Z}let W;try{W=await this.loadConfigurationStrategies(f,!0,A)}catch(Z){let B=f.__strictErrorHandling;if(Z instanceof Error&&Z.name==="ConfigNotFoundError"){if(B)throw Z;W={...await this.applyEnvironmentVariables(f.name||"",f.defaultConfig,f.checkEnv!==!1,f.verbose||!1),warnings:[`No configuration file found for "${f.name||"config"}", using defaults with environment variables`]}}else if(Z instanceof Error&&Z.name==="ConfigLoadError"){let E=Z.message.includes("EACCES")||Z.message.includes("EPERM")||Z.message.includes("permission denied"),F=!E&&(Z.message.includes("syntax")||Z.message.includes("Expected")||Z.message.includes("Unexpected")||Z.message.includes("BuildMessage")||Z.message.includes("errors building")),z=Z.message.includes("Configuration must export a valid object")||Z.message.includes("Configuration file is empty and exports nothing");if(B&&(z||E))throw Z;if(F&&(!B||!z))W={...await this.applyEnvironmentVariables(f.name||"",f.defaultConfig,f.checkEnv!==!1,f.verbose||!1),warnings:["Configuration file has syntax errors, using defaults with environment variables"]};else if(!B)W={...await this.applyEnvironmentVariables(f.name||"",f.defaultConfig,f.checkEnv!==!1,f.verbose||!1),warnings:[`Configuration loading error, using defaults: ${Z.message}`]};else throw Z}else W={...await this.applyEnvironmentVariables(f.name||"",f.defaultConfig,f.checkEnv!==!1,f.verbose||!1),warnings:[`Configuration loading failed, using defaults: ${Z instanceof Error?Z.message:String(Z)}`]}}if(U||Y)await this.validateConfiguration(W.config,U,Y,f.name);if(A?.enabled&&W)this.cacheResult(f.name||"",W,A,f);if(J?.enabled){let Z={operation:"loadConfig",duration:Date.now()-w,configName:f.name,timestamp:new Date};if(J.onMetrics)J.onMetrics(Z);if(J.slowThreshold&&Z.duration>J.slowThreshold)H0.warn(`Slow configuration loading detected: ${Z.duration}ms for ${f.name}`);W.metrics=Z}return W}catch(W){let Z=Date.now()-w;throw H0.error(`Configuration loading failed after ${Z}ms:`,[W instanceof Error?W:Error(String(W))]),W}}async loadConfigurationStrategies($,w=!1,A){let{name:J="",alias:U,cwd:Y,configDir:f,defaultConfig:W,checkEnv:Z=!0,arrayStrategy:B="replace",verbose:E=!1}=$,F=Y||jw.cwd(),z=[],j=await this.loadLocalConfiguration(J,U,F,f,W,B,E,Z,A);if(j)return z.push(...this.getLocalSearchPaths(J,U,F,f)),this.finalizeResult(j,z,Z,J,E);let G=await this.loadHomeConfiguration(J,U,W,B,E,Z);if(G)return z.push(...this.getHomeSearchPaths(J,U)),this.finalizeResult(G,z,Z,J,E);let T=await this.loadPackageJsonConfiguration(J,U,F,W,B,E,Z);if(T)return z.push(b$(F,"package.json")),this.finalizeResult(T,z,Z,J,E);if(z.push(...this.getAllSearchPaths(J,U,F,f)),w)throw $w.configNotFound(J,z,U);return{...await this.applyEnvironmentVariables(J,W,Z,E),warnings:[`No configuration file found for "${J}"${U?` or alias "${U}"`:""}, using defaults with environment variables`]}}async loadLocalConfiguration($,w,A,J,U,Y,f,W,Z){let B=W?x1($,U,f):U,E=this.getLocalDirectories(A,J);for(let F of E){if(f)H0.info(`Searching for configuration in: ${F}`);let z=this.fileLoader.generateConfigPaths($,F,w),j=await this.fileLoader.tryLoadFromPaths(z,B,{arrayStrategy:Y,verbose:f,cacheTtl:Z?.ttl,useCache:!Z?.ttl||Z.ttl>100});if(j){if(f)H0.success(`Configuration loaded from: ${j.source.path}`);return j}}return null}async loadHomeConfiguration($,w,A,J,U,Y){if(!$)return null;let f=Y?x1($,A,U):A,W=[b$($1(),".config",$),b$($1(),".config"),$1()];for(let Z of W){if(U)H0.info(`Checking home directory: ${Z}`);let B=this.fileLoader.generateConfigPaths($,Z,w),E=await this.fileLoader.tryLoadFromPaths(B,f,{arrayStrategy:J,verbose:U});if(E){if(U)H0.success(`Configuration loaded from home directory: ${E.source.path}`);return E}}return null}async loadPackageJsonConfiguration($,w,A,J,U,Y,f){let W=f?x1($,J,Y):J;try{let Z=b$(A,"package.json");if(!wf(Z))return null;let B=await import(Z),E=B[$],F=$;if(!E&&w)E=B[w],F=w;if(E&&typeof E==="object"&&!Array.isArray(E)){if(Y)H0.success(`Configuration loaded from package.json: ${F}`);return{config:Gf(W,E,U),source:{type:"package.json",path:Z,priority:30,timestamp:new Date}}}}catch(Z){if(Y)H0.warn("Failed to load package.json:",[Z instanceof Error?Z:Error(String(Z))])}return null}async applyEnvironmentVariables($,w,A,J){if(!A||!$||typeof w!=="object"||w===null||Array.isArray(w))return{config:w,source:{type:"default",priority:10,timestamp:new Date}};return{config:x1($,w,J),source:{type:"environment",priority:20,timestamp:new Date}}}async finalizeResult($,w,A,J,U){return{config:$.config,source:$.source,path:$.source.path}}async validateConfiguration($,w,A,J){let U=[];if(A){let Y=A($);if(Y)U.push(...Y)}if(w){let Y=await this.validator.validateConfiguration($,w);if(!Y.isValid)U.push(...Y.errors.map((f)=>f.path?`${f.path}: ${f.message}`:f.message))}if(U.length>0)throw $w.configValidation(J||"unknown",U,J)}checkCache($,w){let A=this.generateCacheKey($,w);return E1.get(A)||null}cacheResult($,w,A,J){let U=this.generateCacheKey($,J);E1.set(U,w,void 0,A.ttl)}generateCacheKey($,w){let A=[$];if(w.alias)A.push(`alias:${w.alias}`);if(w.cwd)A.push(`cwd:${w.cwd}`);if(w.configDir)A.push(`configDir:${w.configDir}`);if("checkEnv"in w)A.push(`checkEnv:${w.checkEnv}`);return A.join("|")}getLocalDirectories($,w){return Array.from(new Set([$,b$($,"config"),b$($,".config"),w?b$($,w):void 0].filter(Boolean)))}getAllSearchPaths($,w,A,J){let U=[];return U.push(...this.getLocalSearchPaths($,w,A,J)),U.push(...this.getHomeSearchPaths($,w)),U.push(b$(A,"package.json")),U}getLocalSearchPaths($,w,A,J){let U=this.getLocalDirectories(A,J),Y=[];for(let f of U)Y.push(...this.fileLoader.generateConfigPaths($,f,w));return Y}getHomeSearchPaths($,w){if(!$)return[];let A=[b$($1(),".config",$),b$($1(),".config"),$1()],J=[];for(let U of A)J.push(...this.fileLoader.generateConfigPaths($,U,w));return J}async loadConfigWithResult($){return this.loadConfig($)}}function aE($){let A=!($.message.includes("EACCES")||$.message.includes("EPERM")||$.message.includes("permission denied"))&&($.message.includes("syntax")||$.message.includes("Expected")||$.message.includes("Unexpected")||$.message.includes("BuildMessage")),J=$.message.includes("Configuration must export a valid object")||$.message.includes("Configuration file is empty and exports nothing");return A||J}async function uh($){return v0.loadConfig({...$,__strictErrorHandling:!0})}async function LF($){let w="defaultConfig"in $&&$.defaultConfig!==void 0?$.defaultConfig:{},A="cache"in $||"performance"in $||"schema"in $||"validate"in $;try{let J;if(A)J=await v0.loadConfig($);else J=await v0.loadConfig({...$,defaultConfig:w,cache:{enabled:!0},performance:{enabled:!1}});return J?.config??w}catch(J){let U=J instanceof Error?J.name:"UnknownError",Y=J instanceof Error?J.message:String(J);if(!(U==="ConfigNotFoundError"||U==="ConfigLoadError"||U==="ConfigValidationError"||Y.includes("config"))&&$.verbose)H0.warn("Unexpected error loading config, using defaults:",[J instanceof Error?J:Error(String(J))]);let W=A?{...$,defaultConfig:w}:{...$,defaultConfig:w,cache:{enabled:!0},performance:{enabled:!1}};if("checkEnv"in $?$.checkEnv!==!1:!0)return(await v0.applyEnvironmentVariables(W.name||"",w,!0,W.verbose||!1))?.config??w;return w}}async function vh($={defaultConfig:{}}){if(typeof $==="string"){let{cwd:w}=await import("process");try{return(await v0.loadConfig({name:$,cwd:w(),generatedDir:"./generated",configDir:"./config",defaultConfig:{},checkEnv:!0,arrayStrategy:"replace"})).config}catch(A){if(A instanceof Error&&(A.name==="ConfigNotFoundError"||A.name==="ConfigLoadError"&&aE(A)))return(await v0.applyEnvironmentVariables($,{},!0,!1)).config;throw A}}try{return(await v0.loadConfig({...$,cwd:$.cwd||jw.cwd(),cache:{enabled:!0},performance:{enabled:!1}})).config}catch(w){if(w instanceof Error&&(w.name==="ConfigNotFoundError"||w.name==="ConfigLoadError"&&aE(w)))return(await v0.applyEnvironmentVariables($.name||"",$.defaultConfig||{},$.checkEnv!==!1,$.verbose||!1)).config;throw w}}async function nh($,w,A="replace"){let J=new YU;try{let U=await J.loadFromPath($,w,{arrayStrategy:A,useCache:!1,trackPerformance:!1});return U?U.config:null}catch{return null}}function x1($,w,A=!1){let J=new UU,U=$.toUpperCase().replace(/[^A-Z0-9]/g,"_");function Y(f,W=[]){let Z={...f};for(let[B,E]of Object.entries(f)){let F=[...W,B],z=[`${U}_${F.join("_").toUpperCase()}`,`${U}_${F.map((T)=>T.toUpperCase()).join("")}`,`${U}_${F.map((T)=>T.replace(/([A-Z])/g,"_$1").toUpperCase()).join("")}`],j,G;for(let T of z)if(j=jw.env[T],j!==void 0){G=T;break}if(j!==void 0&&G)if(typeof E==="boolean")Z[B]=["true","1","yes"].includes(j.toLowerCase());else if(typeof E==="number"){let T=Number(j);if(!Number.isNaN(T))Z[B]=T}else if(Array.isArray(E))try{Z[B]=JSON.parse(j)}catch{Z[B]=j.split(",").map((T)=>T.trim())}else Z[B]=j;else if(E&&typeof E==="object"&&!Array.isArray(E))Z[B]=Y(E,F)}return Z}return Y(w)}function mh($){let w=b$(jw.cwd(),$.configDir),A=b$(jw.cwd(),$.generatedDir),J=b$(A,"config-types.ts");if(!wf(QE(J)))p2(QE(J),{recursive:!0,mode:511});let U=wf(w)?t2(w).map((f)=>f.replace(/\.(ts|js|mjs|cjs|mts|cts|json)$/,"")).sort():[],Y=`// Generated by bunfig v${q7}
|
|
158
158
|
export type ConfigNames = ${U.length?`'${U.join("' | '")}'`:"string"}
|
|
159
|
-
`;
|
|
160
|
-
${U.map((
|
|
159
|
+
`;r2(J,Y,{mode:438})}function dh($){let w=null,A=null,J=()=>{if(!A)A=LF($).then((Y)=>{return w=Y,Y},(Y)=>{let f="defaultConfig"in $?$.defaultConfig:{};if(w=f,"verbose"in $&&$.verbose)H0.warn("Config loading failed, using defaults:",[Y instanceof Error?Y:Error(String(Y))]);return f});return A},U="defaultConfig"in $?$.defaultConfig:{};return w=U,J(),new Proxy({},{get(Y,f){if(w)return w[f];let W=U[f];return J(),W},has(Y,f){return f in(w||U)},ownKeys(){return Object.keys(w||U)},getOwnPropertyDescriptor(Y,f){return Object.getOwnPropertyDescriptor(w||U,f)},set(Y,f,W){if(!w)w={...U};return w[f]=W,!0}})}function gh($){let w=rE(Nh.cwd(),$?.configDir||"./config");function A(){if(!hh(w))return[];let U=new Set([".ts",".js",".mjs",".cjs",".mts",".cts",".json"]),Y=[".ts",".mts",".cts",".js",".mjs",".cjs",".json"],f=qh(w).filter((Z)=>U.has(l8(Z))).map((Z)=>({base:Z.replace(/\.(?:ts|js|mjs|cjs|mts|cts|json)$/i,""),file:Z})),W=new Map;for(let{base:Z,file:B}of f){let E=l8(B).toLowerCase(),F=W.get(Z);if(!F){W.set(Z,B);continue}let z=l8(F).toLowerCase();if(Y.indexOf(E)<Y.indexOf(z))W.set(Z,B)}return Array.from(W.entries()).map(([Z,B])=>({base:Z,file:B})).sort((Z,B)=>Z.base.localeCompare(B.base))}function J(){let U=A(),Y=U.map((B)=>B.base),f=Y.length?Y.map((B)=>`'${B}'`).join(" | "):"string",W=U.length?`{
|
|
160
|
+
${U.map((B)=>{let E=rE(w,B.file).replace(/\\/g,"/");return` '${B.base}': typeof import('${E}').default`}).join(`,
|
|
161
161
|
`)}
|
|
162
162
|
}`:"Record<string, any>";return`export type ConfigNames = ${f}
|
|
163
163
|
export type ConfigByName = ${W}
|
|
164
164
|
export type Config<N extends ConfigNames> = N extends keyof ConfigByName ? ConfigByName[N] : unknown
|
|
165
165
|
export type ConfigOf = Config
|
|
166
|
-
`}return{name:"bunfig-plugin",setup(U){U.onResolve({filter:/^virtual:bunfig-types$/},(Y)=>{return{path:Y.path,namespace:"bunfig-virtual"}}),U.onLoad({filter:/^virtual:bunfig-types$/,namespace:"bunfig-virtual"},()=>{return{contents:J(),loader:"ts"}})}}}function K7($,w={}){let A=wU.cwd();while(A.includes("storage"))A=fh(A,"..");let J=fh(A,$||"");if(w?.relative)return R7(wU.cwd(),J);return J}function H$(){if(c0.env.NODE_ENV==="test"||c0.env.BUN_ENV==="test")return!1;return typeof window<"u"}async function D7(){if(c0.env.NODE_ENV==="test"||c0.env.BUN_ENV==="test")return!0;if(typeof navigator<"u"&&navigator.product==="ReactNative")return!0;if(typeof c0<"u"){let $=c0.type;if($==="renderer"||$==="worker")return!1;return!!(c0.versions&&(c0.versions.node||c0.versions.bun))}return!1}class xh{async format($){let w=await D7(),A=await this.getMetadata(w);return JSON.stringify({timestamp:$.timestamp.toISOString(),level:$.level,name:$.name,message:$.message,metadata:A})}async getMetadata($){if($){let{hostname:w}=await import("os");return{pid:Z1.pid,hostname:w(),environment:Z1.env.NODE_ENV||"development",platform:Z1.platform,version:Z1.version}}return{userAgent:navigator.userAgent,hostname:window.location.hostname||"browser",environment:Z1.env.NODE_ENV||Z1.env.BUN_ENV||"development",viewport:{width:window.innerWidth,height:window.innerHeight},language:navigator.language}}}class Ew{name;fileLocks=new Map;currentKeyId=null;keys=new Map;fingersCrossedConfig;fingersCrossedActive=!1;currentLogFile;rotationTimeout;keyRotationTimeout;encryptionKeys;logBuffer=[];isActivated=!1;pendingOperations=[];enabled;fancy;tagFormat;timestampPosition;environment;config;options;formatter;timers=new Set;subLoggers=new Set;fingersCrossedBuffer=[];ANSI_PATTERN=/\u001B\[.*?m/g;activeProgressBar=null;constructor($,w={}){this.name=$,this.config={...AU},this.options=this.normalizeOptions(w),this.formatter=this.options.formatter||new xh,this.enabled=w.enabled??!0,this.fancy=w.fancy??!0,this.tagFormat=w.tagFormat??{prefix:"[",suffix:"]"},this.timestampPosition=w.timestampPosition??"right",this.environment=w.environment??_.env.APP_ENV??"local",this.fingersCrossedConfig=this.initializeFingersCrossedConfig(w);let A={...w},J=w.timestamp!==void 0;if(J)delete A.timestamp;if(this.config={...this.config,...A,timestamp:J||this.config.timestamp,level:this.options.level??"info"},this.currentLogFile=this.generateLogFilename(),this.encryptionKeys=new Map,this.validateEncryptionConfig()){this.setupRotation();let U=this.generateKeyId(),Y=this.generateKey();this.currentKeyId=U,this.keys.set(U,Y),this.encryptionKeys.set(U,{key:Y,createdAt:new Date}),this.setupKeyRotation()}}shouldActivateFingersCrossed($){if(!this.fingersCrossedConfig)return!1;let w={debug:0,info:1,success:2,warning:3,error:4},A=this.fingersCrossedConfig.activationLevel??"error";return w[$]>=w[A]}initializeFingersCrossedConfig($){if(!$.fingersCrossedEnabled&&$.fingersCrossed)return{...e8,...$.fingersCrossed};if(!$.fingersCrossedEnabled)return null;if(!$.fingersCrossed)return{...e8};return{...e8,...$.fingersCrossed}}normalizeOptions($){let w={format:"json",level:"info",logDirectory:AU.logDirectory,rotation:void 0,timestamp:void 0,fingersCrossed:{},enabled:!0,showTags:!1,showIcons:!0,formatter:void 0},A={...w,...Object.fromEntries(Object.entries($).filter(([,J])=>J!==void 0))};if(!A.level||!["debug","info","success","warning","error"].includes(A.level))A.level=w.level;return A}shouldWriteToFile(){return!H$()&&this.config.writeToFile===!0}async writeToFile($){let A=(async()=>{let U,Y=0,f=3,W=1000;while(Y<f)try{try{try{await S7(this.config.logDirectory,Bh.F_OK|Bh.W_OK)}catch(E){if(E instanceof Error&&"code"in E)if(E.code==="ENOENT")await V7(this.config.logDirectory,{recursive:!0,mode:493});else if(E.code==="EACCES")throw Error(`No write permission for log directory: ${this.config.logDirectory}`);else throw E;else throw E}}catch(E){throw console.error("Debug: [writeToFile] Failed to create log directory:",E),E}let Z=this.validateEncryptionConfig()?(await this.encrypt($)).encrypted:P0.from($);try{if(!iJ(this.currentLogFile))await o8(this.currentLogFile,"",{mode:420});if(U=Eh(this.currentLogFile,"a",420),L7(U,Z,{flag:"a"}),Wh(U),U!==void 0)s8(U),U=void 0;if((await Y1(this.currentLogFile)).size===0){if(await o8(this.currentLogFile,Z,{flag:"w",mode:420}),(await Y1(this.currentLogFile)).size===0)throw Error("File exists but is empty after retry write")}return}catch(E){let B=E;if(B.code&&["ENETDOWN","ENETUNREACH","ENOTFOUND","ETIMEDOUT"].includes(B.code)){if(Y<f-1){let h=typeof B.message==="string"?B.message:"Unknown error";console.error(`Network error during write attempt ${Y+1}/${f}:`,h);let j=W*2**Y;await new Promise((F)=>setTimeout(F,j)),Y++;continue}}if(B?.code&&["ENOSPC","EDQUOT"].includes(B.code))throw Error(`Disk quota exceeded or no space left on device: ${B.message}`);throw console.error("Debug: [writeToFile] Error writing to file:",B),B}finally{if(U!==void 0)try{s8(U)}catch(E){console.error("Debug: [writeToFile] Error closing file descriptor:",E)}}}catch(Z){if(Y===f-1){let B=Z,h=typeof B.message==="string"?B.message:"Unknown error";throw console.error("Debug: [writeToFile] Max retries reached. Final error:",h),Z}Y++;let E=W*2**(Y-1);await new Promise((B)=>setTimeout(B,E))}})();this.pendingOperations.push(A);let J=this.pendingOperations.length-1;try{await A}catch(U){throw console.error("Debug: [writeToFile] Error in operation:",U),U}finally{this.pendingOperations.splice(J,1)}}generateLogFilename(){if(this.name.includes("stream-throughput")||this.name.includes("decompress-perf-test")||this.name.includes("decompression-latency")||this.name.includes("concurrent-read-test")||this.name.includes("clock-change-test"))return f1(this.config.logDirectory,`${this.name}.log`);if(this.name.includes("pending-test")||this.name.includes("temp-file-test")||this.name==="crash-test"||this.name==="corrupt-test"||this.name.includes("rotation-load-test")||this.name==="sigterm-test"||this.name==="sigint-test"||this.name==="failed-rotation-test"||this.name==="integration-test")return f1(this.config.logDirectory,`${this.name}.log`);let $=new Date().toISOString().split("T")[0];return f1(this.config.logDirectory,`${this.name}-${$}.log`)}setupRotation(){if(H$())return;if(!this.shouldWriteToFile())return;if(typeof this.config.rotation==="boolean")return;let $=this.config.rotation,w;switch($.frequency){case"daily":w=86400000;break;case"weekly":w=604800000;break;case"monthly":w=2592000000;break;default:return}this.rotationTimeout=setInterval(()=>{this.rotateLog()},w)}setupKeyRotation(){if(!this.validateEncryptionConfig()){console.error("Invalid encryption configuration detected during key rotation setup");return}let w=this.config.rotation.keyRotation;if(!w?.enabled)return;let A=typeof w.interval==="number"?w.interval:60,J=Math.max(A,60)*1000;this.keyRotationTimeout=setInterval(()=>{this.rotateKeys().catch((U)=>{console.error("Error rotating keys:",U)})},J)}async rotateKeys(){if(!this.validateEncryptionConfig()){console.error("Invalid encryption configuration detected during key rotation");return}let w=this.config.rotation.keyRotation,A=this.generateKeyId(),J=this.generateKey();this.currentKeyId=A,this.keys.set(A,J),this.encryptionKeys.set(A,{key:J,createdAt:new Date});let U=Array.from(this.encryptionKeys.entries()).sort(([,W],[,Z])=>Z.createdAt.getTime()-W.createdAt.getTime()),Y=typeof w.maxKeys==="number"?w.maxKeys:1,f=Math.max(1,Y);if(U.length>f)for(let[W]of U.slice(f))this.encryptionKeys.delete(W),this.keys.delete(W)}generateKeyId(){return a8(16).toString("hex")}generateKey(){return a8(32)}getCurrentKey(){if(!this.currentKeyId)throw Error("Encryption is not properly initialized. Make sure encryption is enabled in the configuration.");let $=this.keys.get(this.currentKeyId);if(!$)throw Error(`No key found for ID ${this.currentKeyId}. The encryption key may have been rotated or removed.`);return{key:$,id:this.currentKeyId}}encrypt($){let{key:w}=this.getCurrentKey(),A=a8(16),J=I7("aes-256-gcm",w,A),U=P0.isBuffer($)?$:P0.from($,"utf8"),Y=J.update(U),f=J.final(),W=Y.length+f.length,Z=J.getAuthTag(),E=P0.allocUnsafe(16+W+16);return A.copy(E,0),Y.copy(E,16),f.copy(E,16+Y.length),Z.copy(E,16+W),{encrypted:E,iv:A}}async compressData($){return new Promise((w,A)=>{let J=Fh(),U=[];J.on("data",(Y)=>U.push(Y)),J.on("end",()=>w(P0.from(P0.concat(U)))),J.on("error",A),J.write($),J.end()})}getEncryptionOptions(){if(!this.config.rotation||typeof this.config.rotation==="boolean"||!this.config.rotation.encrypt)return{};let $={algorithm:"aes-256-cbc",compress:!1};if(typeof this.config.rotation.encrypt==="object"){let w=this.config.rotation.encrypt;return{...$,...w}}return $}async rotateLog(){if(H$())return;if(!this.shouldWriteToFile())return;let $=await Y1(this.currentLogFile).catch(()=>null);if(!$)return;let w=this.config.rotation;if(typeof w==="boolean")return;if(w.maxSize&&$.size>=w.maxSize){let A=this.currentLogFile,J=this.generateLogFilename();if(this.name.includes("rotation-load-test")||this.name==="failed-rotation-test"){let U=await cJ(this.config.logDirectory),Y=U.filter((Z)=>Z.startsWith(this.name)&&/\.log\.\d+$/.test(Z)).sort((Z,E)=>{let B=Number.parseInt(Z.match(/\.log\.(\d+)$/)?.[1]||"0");return Number.parseInt(E.match(/\.log\.(\d+)$/)?.[1]||"0")-B}),f=Y.length>0?Number.parseInt(Y[0].match(/\.log\.(\d+)$/)?.[1]||"0")+1:1,W=`${A}.${f}`;if(await Y1(A).catch(()=>null))try{if(await hh(A,W),w.compress)try{let Z=`${W}.gz`;await this.compressLogFile(W,Z),await uJ(W)}catch(Z){console.error("Error compressing rotated file:",Z)}if(Y.length===0&&!U.some((Z)=>Z.endsWith(".log.1")))try{let Z=`${A}.1`;await o8(Z,"")}catch(Z){console.error("Error creating backup file:",Z)}}catch(Z){console.error(`Error during rotation: ${Z instanceof Error?Z.message:String(Z)}`)}}else{let U=new Date().toISOString().replace(/[:.]/g,"-"),Y=A.replace(/\.log$/,`-${U}.log`);if(await Y1(A).catch(()=>null))await hh(A,Y)}if(this.currentLogFile=J,w.maxFiles){let Y=(await cJ(this.config.logDirectory)).filter((f)=>f.startsWith(this.name)).sort((f,W)=>W.localeCompare(f));for(let f of Y.slice(w.maxFiles))await uJ(f1(this.config.logDirectory,f))}}}async compressLogFile($,w){let A=Zh($),J=y7(w),U=Fh();await _7(A,U,J)}async handleFingersCrossedBuffer($,w){if(!this.fingersCrossedConfig)return;if(this.shouldActivateFingersCrossed($)&&!this.isActivated){this.isActivated=!0;for(let A of this.logBuffer){let J=await this.formatter.format(A);if(this.shouldWriteToFile())await this.writeToFile(J);console.log(J)}if(this.fingersCrossedConfig.stopBuffering)this.logBuffer=[]}if(this.isActivated){if(this.shouldWriteToFile())await this.writeToFile(w);console.log(w)}}shouldLog($){if(!this.enabled)return!1;let w={debug:0,info:1,success:2,warning:3,error:4};return w[$]>=w[this.config.level]}async flushPendingWrites(){if(await Promise.all(this.pendingOperations.map(($)=>{if($ instanceof Promise)return $.catch((w)=>{console.error("Error in pending write operation:",w)});return Promise.resolve()})),iJ(this.currentLogFile))try{let $=Eh(this.currentLogFile,"r+");Wh($),s8($)}catch($){console.error(`Error flushing file: ${$}`)}}async destroy(){if(this.rotationTimeout)clearInterval(this.rotationTimeout);if(this.keyRotationTimeout)clearInterval(this.keyRotationTimeout);this.timers.clear();for(let $ of this.pendingOperations)if(typeof $.cancel==="function")$.cancel();return(async()=>{if(this.pendingOperations.length>0)try{await Promise.allSettled(this.pendingOperations)}catch($){console.error("Error waiting for pending operations:",$)}if(!H$()&&this.config.rotation&&typeof this.config.rotation!=="boolean"&&this.config.rotation.compress)try{let w=(await cJ(this.config.logDirectory)).filter((A)=>(A.includes("temp")||A.includes(".tmp"))&&A.includes(this.name));for(let A of w)try{await uJ(f1(this.config.logDirectory,A))}catch(J){console.error(`Failed to delete temp file ${A}:`,J)}}catch($){console.error("Error cleaning up temporary files:",$)}})()}getCurrentLogFilePath(){return this.currentLogFile}formatTag($){if(!$)return"";return`${this.tagFormat.prefix}${$}${this.tagFormat.suffix}`}formatFileTimestamp($){return`[${$.toISOString()}]`}formatConsoleTimestamp($){return this.shouldStyleConsole()?b.gray($.toLocaleTimeString()):$.toLocaleTimeString()}shouldStyleConsole(){if(!this.fancy||H$())return!1;let $=typeof _.env.NO_COLOR<"u",w=_.env.FORCE_COLOR==="0";if($||w)return!1;return!!(typeof _.stderr<"u"&&_.stderr.isTTY||typeof _.stdout<"u"&&_.stdout.isTTY)}formatConsoleMessage($){let{timestamp:w,icon:A="",tag:J="",message:U,level:Y,showTimestamp:f=!0}=$,W=(F)=>F.replace(this.ANSI_PATTERN,"");if(!this.fancy){let F=[];if(f)F.push(w);if(Y==="warning")F.push("WARN");else if(Y==="error")F.push("ERROR");else if(A)F.push(A.replace(/[^\p{L}\p{N}\p{P}\p{Z}]/gu,""));if(J)F.push(J.replace(/[[\]]/g,""));return F.push(U),F.join(" ")}let Z=_.stdout.columns||120,E="";if(Y==="warning"||Y==="error")E=`${A} ${U}`;else if(Y==="info"||Y==="success")E=`${A} ${J} ${U}`;else E=`${A} ${J} ${b.cyan(U)}`;if(!f)return E.trim();let B=W(E).trim().length,h=W(w).length,j=Math.max(1,Z-2-B-h);return`${E.trim()}${" ".repeat(j)}${w}`}formatMessage($,w){if(w.length===1&&Array.isArray(w[0]))return $.replace(/\{(\d+)\}/g,(Y,f)=>{let W=Number.parseInt(f,10);return W<w[0].length?String(w[0][W]):Y});let A=/%([sdijfo%])/g,J=0,U=$.replace(A,(Y,f)=>{if(f==="%")return"%";if(J>=w.length)return Y;let W=w[J++];switch(f){case"s":return String(W);case"d":case"i":return Number(W).toString();case"j":case"o":return JSON.stringify(W,null,2);default:return Y}});if(J<w.length)U+=` ${w.slice(J).map((Y)=>typeof Y==="object"?JSON.stringify(Y,null,2):String(Y)).join(" ")}`;return U}formatMarkdown($){if(!$)return $;let w=$;return w=w.replace(/\[([^\]]+)\]\(([^)]+)\)/g,(A,J,U)=>{let Y=b.underline(b.blue(J)),f=this.toAbsoluteFilePath(U);if(f&&this.shouldStyleConsole()&&this.supportsHyperlinks()){let W=`file://${encodeURI(f)}`,Z="\x1B]8;;",E="\x1B\\";return`\x1B]8;;${W}\x1B\\${Y}\x1B]8;;\x1B\\`}if(this.shouldStyleConsole()&&this.supportsHyperlinks())return`\x1B]8;;${U}\x1B\\${Y}\x1B]8;;\x1B\\`;return Y}),w=w.replace(/`([^`]+)`/g,(A,J)=>b.bgGray(J)),w=w.replace(/\*\*([^*]+)\*\*/g,(A,J)=>b.bold(J)),w=w.replace(/(?<!\*)\*([^*]+)\*(?!\*)/g,(A,J)=>b.italic(J)),w=w.replace(/(?<!_)_([^_]+)_(?!_)/g,(A,J)=>b.italic(J)),w=w.replace(/~([^~]+)~/g,(A,J)=>b.strikethrough(J)),w}supportsHyperlinks(){if(H$())return!1;let $=_.env;if(!$)return!1;if($.TERM_PROGRAM==="iTerm.app"||$.TERM_PROGRAM==="vscode"||$.TERM_PROGRAM==="WezTerm")return!0;if($.WT_SESSION)return!0;if($.TERM==="xterm-kitty")return!0;let w=$.VTE_VERSION?Number.parseInt($.VTE_VERSION,10):0;if(!Number.isNaN(w)&&w>=5000)return!0;return!1}toAbsoluteFilePath($){try{let w=$;if(w.startsWith("file://"))w=w.replace(/^file:\/\//,"");if(w.startsWith("~")){let A=_.env.HOME||"";if(A)w=w.replace(/^~(?=$|\/)/,A)}if(O7(w)||w.startsWith("./")||w.startsWith("../"))w=X7(w);else return null;return iJ(w)?w:null}catch{return null}}buildOutputTexts($){let w=this.shouldStyleConsole()?this.formatMarkdown($):$,A=$.replace(this.ANSI_PATTERN,"");return{consoleText:w,fileText:A}}async log($,w,...A){if(!this.shouldLog($))return;let J=new Date,U=this.formatConsoleTimestamp(J),Y=this.formatFileTimestamp(J),f,W;if(w instanceof Error)f=w.message,W=w.stack;else f=this.formatMessage(w,A);let{consoleText:Z,fileText:E}=this.buildOutputTexts(f);if(this.shouldStyleConsole()){let h=this.options.showIcons===!1?"":b7[$],j=this.options.showTags!==!1&&this.name?b.gray(this.formatTag(this.name)):"",F;switch($){case"debug":F=this.formatConsoleMessage({timestamp:U,icon:h,tag:j,message:b.gray(Z),level:$}),console.error(F);break;case"info":F=this.formatConsoleMessage({timestamp:U,icon:h,tag:j,message:Z,level:$}),console.warn(F);break;case"success":F=this.formatConsoleMessage({timestamp:U,icon:h,tag:j,message:b.green(Z),level:$}),console.error(F);break;case"warning":F=this.formatConsoleMessage({timestamp:U,icon:h,tag:j,message:Z,level:$}),console.warn(F);break;case"error":if(F=this.formatConsoleMessage({timestamp:U,icon:h,tag:j,message:Z,level:$}),console.error(F),W){let T=W.split(`
|
|
167
|
-
`);for(let
|
|
168
|
-
`;if(W)
|
|
169
|
-
`;if(
|
|
170
|
-
`);if(this[Z==="warning"?"warn":Z](W),this.activeProgressBar&&this.shouldStyleConsole()&&!H$()&&_.stdout.isTTY)this.renderProgressBar(this.activeProgressBar)}}}time($){let w=performance.now();if(this.shouldStyleConsole()){let A=this.options.showTags!==!1&&this.name?
|
|
171
|
-
`,
|
|
172
|
-
`),Z=Math.max(...W.map((
|
|
173
|
-
`.replace(this.ANSI_PATTERN,"");if(this.shouldWriteToFile())await this.writeToFile(f)}async prompt($){if(H$())return Promise.resolve(!0);return new Promise((w)=>{console.error(`${
|
|
174
|
-
`.replace(this.ANSI_PATTERN,"");if(this.shouldWriteToFile())await this.writeToFile(W)}renderProgressBar($,w=!1){if(!this.enabled||!this.shouldStyleConsole()||!_.stdout.isTTY)return;let A=Math.min(100,Math.max(0,Math.round($.current/$.total*100))),J=Math.round($.barLength*A/100),U=$.barLength-J,Y=
|
|
175
|
-
`)}finishProgressBar($,w){if(!this.enabled||!this.fancy||H$()||!_.stdout.isTTY){this.activeProgressBar=null;return}if($.current<$.total)$.current=$.total;if(w)$.message=w;this.renderProgressBar($,!0),this.activeProgressBar=null}async clear($={}){if(H$()){console.warn("Log clearing is not supported in browser environments.");return}try{console.warn("Clearing logs...",this.config.logDirectory);let w=await cJ(this.config.logDirectory),A=[];for(let J of w){if(!($.name?new RegExp($.name.replace("*",".*")).test(J):J.startsWith(this.name))||!J.endsWith(".log"))continue;let Y=f1(this.config.logDirectory,J);if($.before)try{if((await Y1(Y)).mtime>=$.before)continue}catch(f){console.error(`Failed to get stats for file ${Y}:`,f);continue}A.push(Y)}if(A.length===0){console.warn("No log files matched the criteria for clearing.");return}console.warn(`Preparing to delete ${A.length} log file(s)...`);for(let J of A)try{await uJ(J),console.warn(`Deleted log file: ${J}`)}catch(U){console.error(`Failed to delete log file ${J}:`,U)}console.warn("Log clearing process finished.")}catch(w){console.error("Error during log clearing process:",w)}}}var vG,nG=($)=>$,dG=($,w)=>{for(var A in w)vG($,A,{get:w[A],enumerable:!0,configurable:!0,set:mG.bind(w,A)})},gG=($,w)=>()=>($&&(w=$($=0)),w),Hh,Lh,W1,b1,Sh,g2,l2,aB,nJ,Jf,S$,l,t2,sB,p2,oB,r2,a2,l8,s2,eB,$h,t8,o2,e2,$7,w7,mJ,Vh,A7,V$,J7,U7,wh,dJ,Uf,z$,Q,Y7,Ah,f7,Jh,Z7,W7,p8,E7,Uh,Yh,B7,r8,h7,F7,j7,z7,H7,gJ,Oh,T7,G7="0.15.6",t$,eJ,x1,Yf,ff,$U,Zf,Wf,P1,Ef,Bf,e0,Xh,_h,j0,u0,Dh,kh,q7,M7,Qh,AU,BI,N$,b,KI,k7,MI,Q7,II,CI,jh,yI,x7,P7,LI,zh,SI,VI,OI,XI,_I,e8,b7,DI;var qf=X$(()=>{vG=Object.defineProperty;Hh={};dG(Hh,{withErrorRecovery:()=>Rh,tryLoadConfig:()=>v2,loadConfigWithResult:()=>c2,loadConfig:()=>yh,isRetryableError:()=>k2,isConfigNotFoundError:()=>D2,isBunfigError:()=>Kh,globalPerformanceMonitor:()=>b1,globalCache:()=>W1,getEnvOrDefault:()=>Q2,generateConfigTypes:()=>n2,defaultGeneratedDir:()=>kh,defaultConfigDir:()=>Dh,deepMergeWithArrayStrategy:()=>Hf,deepMerge:()=>Mh,createLibraryConfig:()=>m2,config:()=>u2,bunfigPlugin:()=>d2,applyEnvVarsToConfig:()=>k1,TypeGenerationError:()=>Wf,SchemaValidationError:()=>P1,PluginError:()=>Bf,PerformanceMonitor:()=>Ff,FileSystemError:()=>Zf,ErrorFactory:()=>e0,EnvVarError:()=>$U,EnvProcessor:()=>JU,ConfigValidator:()=>Tf,ConfigValidationError:()=>Yf,ConfigNotFoundError:()=>eJ,ConfigMergeError:()=>ff,ConfigLoader:()=>Gf,ConfigLoadError:()=>x1,ConfigFileLoader:()=>UU,ConfigCache:()=>hf,CacheUtils:()=>Sh,BunfigError:()=>t$,BrowserConfigError:()=>Ef,ArrayMergeStrategies:()=>Xh});q7=gG(async()=>{Lh=import.meta.require,W1=new hf,b1=new Ff,Sh={createKey:N2,isEquivalent:R2,estimateMemoryUsage:K2},g2=pJ(wf.cwd(),"config"),l2=pJ(wf.cwd(),"src/generated"),aB=tJ.env.CLARITY_LOG_DIR||sG(C2(),"logs"),nJ={level:"info",defaultName:"clarity",timestamp:!0,colors:!0,format:"text",maxLogSize:10485760,logDatePattern:"YYYY-MM-DD",logDirectory:aB,rotation:{frequency:"daily",maxSize:10485760,maxFiles:5,compress:!1,rotateHour:0,rotateMinute:0,rotateDayOfWeek:0,rotateDayOfMonth:1,encrypt:!1},verbose:!1},Jf=await y2(),S$={red:($)=>`\x1B[31m${$}\x1B[0m`,green:($)=>`\x1B[32m${$}\x1B[0m`,yellow:($)=>`\x1B[33m${$}\x1B[0m`,blue:($)=>`\x1B[34m${$}\x1B[0m`,magenta:($)=>`\x1B[35m${$}\x1B[0m`,cyan:($)=>`\x1B[36m${$}\x1B[0m`,white:($)=>`\x1B[37m${$}\x1B[0m`,gray:($)=>`\x1B[90m${$}\x1B[0m`,bgRed:($)=>`\x1B[41m${$}\x1B[0m`,bgYellow:($)=>`\x1B[43m${$}\x1B[0m`,bold:($)=>`\x1B[1m${$}\x1B[0m`,dim:($)=>`\x1B[2m${$}\x1B[0m`,italic:($)=>`\x1B[3m${$}\x1B[0m`,underline:($)=>`\x1B[4m${$}\x1B[0m`,reset:"\x1B[0m"},l=S$,t2=S$.red,sB=S$.green,p2=S$.yellow,oB=S$.blue,r2=S$.magenta,a2=S$.cyan,l8=S$.white,s2=S$.gray,eB=S$.bgRed,$h=S$.bgYellow,t8=S$.bold,o2=S$.dim,e2=S$.italic,$7=S$.underline,w7=S$.reset,mJ={activationLevel:"error",bufferSize:50,flushOnDeactivation:!0,stopBuffering:!1},Vh={debug:"\uD83D\uDD0D",info:oB("ℹ"),success:sB("✓"),warning:$h(l8(t8(" WARN "))),error:eB(l8(t8(" ERROR ")))},A7=new aJ("stacks"),V$=new aJ("bunfig",{showTags:!0}),J7=P$(Q1.cwd(),"config"),U7=P$(Q1.cwd(),"src/generated"),wh=lJ.env.CLARITY_LOG_DIR||rG(O2(),"logs"),dJ={level:"info",defaultName:"clarity",timestamp:!0,colors:!0,format:"text",maxLogSize:10485760,logDatePattern:"YYYY-MM-DD",logDirectory:wh,rotation:{frequency:"daily",maxSize:10485760,maxFiles:5,compress:!1,rotateHour:0,rotateMinute:0,rotateDayOfWeek:0,rotateDayOfMonth:1,encrypt:!1},verbose:!1,writeToFile:!1},Uf=await X2(),z$={red:($)=>`\x1B[31m${$}\x1B[0m`,green:($)=>`\x1B[32m${$}\x1B[0m`,yellow:($)=>`\x1B[33m${$}\x1B[0m`,blue:($)=>`\x1B[34m${$}\x1B[0m`,magenta:($)=>`\x1B[35m${$}\x1B[0m`,cyan:($)=>`\x1B[36m${$}\x1B[0m`,white:($)=>`\x1B[37m${$}\x1B[0m`,gray:($)=>`\x1B[90m${$}\x1B[0m`,bgRed:($)=>`\x1B[41m${$}\x1B[0m`,bgYellow:($)=>`\x1B[43m${$}\x1B[0m`,bgGray:($)=>`\x1B[100m${$}\x1B[0m`,bold:($)=>`\x1B[1m${$}\x1B[0m`,dim:($)=>`\x1B[2m${$}\x1B[0m`,italic:($)=>`\x1B[3m${$}\x1B[0m`,underline:($)=>`\x1B[4m${$}\x1B[0m`,strikethrough:($)=>`\x1B[9m${$}\x1B[0m`,reset:"\x1B[0m"},Q=z$,Y7=z$.red,Ah=z$.green,f7=z$.yellow,Jh=z$.blue,Z7=z$.magenta,W7=z$.cyan,p8=z$.white,E7=z$.gray,Uh=z$.bgRed,Yh=z$.bgYellow,B7=z$.bgGray,r8=z$.bold,h7=z$.dim,F7=z$.italic,j7=z$.underline,z7=z$.strikethrough,H7=z$.reset,gJ={activationLevel:"error",bufferSize:50,flushOnDeactivation:!0,stopBuffering:!1},Oh={debug:"\uD83D\uDD0D",info:Jh("ℹ"),success:Ah("✓"),warning:Yh(p8(r8(" WARN "))),error:Uh(p8(r8(" ERROR ")))},T7=new oJ("stacks"),t$=class extends Error{timestamp;context;constructor(w,A={}){super(w);if(this.name=this.constructor.name,this.timestamp=new Date,this.context=A,Error.captureStackTrace)Error.captureStackTrace(this,this.constructor)}toJSON(){return{name:this.name,code:this.code,message:this.message,timestamp:this.timestamp.toISOString(),context:this.context,stack:this.stack}}toString(){let w=Object.keys(this.context).length>0?` (${Object.entries(this.context).map(([A,J])=>`${A}: ${J}`).join(", ")})`:"";return`${this.name} [${this.code}]: ${this.message}${w}`}},eJ=class extends t${code="CONFIG_NOT_FOUND";constructor(w,A,J){let U=J?` or alias "${J}"`:"";super(`Configuration "${w}"${U} not found`,{configName:w,alias:J,searchPaths:A,searchPathCount:A.length})}},x1=class extends t${code="CONFIG_LOAD_ERROR";constructor(w,A,J){super(`Failed to load configuration from "${w}": ${A.message}`,{configPath:w,configName:J,originalError:A.name,originalMessage:A.message});this.cause=A}},Yf=class extends t${code="CONFIG_VALIDATION_ERROR";constructor(w,A,J){super(`Configuration validation failed for "${w}"`,{configPath:w,configName:J,validationErrors:A,errorCount:A.length})}},ff=class extends t${code="CONFIG_MERGE_ERROR";constructor(w,A,J,U){super(`Failed to merge configuration from "${w}" with "${A}": ${J.message}`,{sourcePath:w,targetPath:A,configName:U,originalError:J.name,originalMessage:J.message});this.cause=J}},$U=class extends t${code="ENV_VAR_ERROR";constructor(w,A,J,U){super(`Failed to parse environment variable "${w}" with value "${A}" as ${J}`,{envKey:w,envValue:A,expectedType:J,configName:U})}},Zf=class extends t${code="FILE_SYSTEM_ERROR";constructor(w,A,J){super(`File system ${w} failed for "${A}": ${J.message}`,{operation:w,path:A,originalError:J.name,originalMessage:J.message});this.cause=J}},Wf=class extends t${code="TYPE_GENERATION_ERROR";constructor(w,A,J){super(`Failed to generate types from "${w}" to "${A}": ${J.message}`,{configDir:w,outputPath:A,originalError:J.name,originalMessage:J.message});this.cause=J}},P1=class extends t${code="SCHEMA_VALIDATION_ERROR";constructor(w,A,J){super(`Schema validation failed${J?` for config "${J}"`:""}`,{schemaPath:w,configName:J,validationErrors:A,errorCount:A.length})}},Ef=class extends t${code="BROWSER_CONFIG_ERROR";constructor(w,A,J,U){super(`Failed to fetch configuration from "${w}": ${A} ${J}`,{endpoint:w,status:A,statusText:J,configName:U})}},Bf=class extends t${code="PLUGIN_ERROR";constructor(w,A,J){super(`Plugin "${w}" failed during ${A}: ${J.message}`,{pluginName:w,operation:A,originalError:J.name,originalMessage:J.message});this.cause=J}},e0={configNotFound($,w,A){return new eJ($,w,A)},configLoad($,w,A){return new x1($,w,A)},configValidation($,w,A){return new Yf($,w,A)},configMerge($,w,A,J){return new ff($,w,A,J)},envVar($,w,A,J){return new $U($,w,A,J)},fileSystem($,w,A){return new Zf($,w,A)},typeGeneration($,w,A){return new Wf($,w,A)},schemaValidation($,w,A){return new P1($,w,A)},browserConfig($,w,A,J){return new Ef($,w,A,J)},plugin($,w,A){return new Bf($,w,A)}},Xh={replace:"replace",concat:"concat",smart:"smart"},_h=/^https?:\/\//,j0=new oJ("bunfig",{showTags:!0}),u0=new Gf,Dh=b$(Ww.cwd(),"config"),kh=b$(Ww.cwd(),"src/generated")});M7=wU.env.CLARITY_LOG_DIR||N7(K7(),"logs"),Qh={level:"info",defaultName:"clarity",timestamp:!0,colors:!0,format:"text",maxLogSize:10485760,logDatePattern:"YYYY-MM-DD",logDirectory:M7,rotation:{frequency:"daily",maxSize:10485760,maxFiles:5,compress:!1,rotateHour:0,rotateMinute:0,rotateDayOfWeek:0,rotateDayOfMonth:1,encrypt:!1},verbose:!1,writeToFile:!1},AU={...Qh},BI=(async()=>{try{let{loadConfig:$}=await q7().then(()=>Hh),w=await $({name:"clarity",alias:"logging",defaultConfig:Qh,cwd:wU.cwd()});if(w)Object.assign(AU,w)}catch{}return AU})();N$={red:($)=>`\x1B[31m${$}\x1B[0m`,green:($)=>`\x1B[32m${$}\x1B[0m`,yellow:($)=>`\x1B[33m${$}\x1B[0m`,blue:($)=>`\x1B[34m${$}\x1B[0m`,magenta:($)=>`\x1B[35m${$}\x1B[0m`,cyan:($)=>`\x1B[36m${$}\x1B[0m`,white:($)=>`\x1B[37m${$}\x1B[0m`,gray:($)=>`\x1B[90m${$}\x1B[0m`,bgRed:($)=>`\x1B[41m${$}\x1B[0m`,bgYellow:($)=>`\x1B[43m${$}\x1B[0m`,bgGray:($)=>`\x1B[100m${$}\x1B[0m`,bold:($)=>`\x1B[1m${$}\x1B[0m`,dim:($)=>`\x1B[2m${$}\x1B[0m`,italic:($)=>`\x1B[3m${$}\x1B[0m`,underline:($)=>`\x1B[4m${$}\x1B[0m`,strikethrough:($)=>`\x1B[9m${$}\x1B[0m`,reset:"\x1B[0m"},b=N$,KI=N$.red,k7=N$.green,MI=N$.yellow,Q7=N$.blue,II=N$.magenta,CI=N$.cyan,jh=N$.white,yI=N$.gray,x7=N$.bgRed,P7=N$.bgYellow,LI=N$.bgGray,zh=N$.bold,SI=N$.dim,VI=N$.italic,OI=N$.underline,XI=N$.strikethrough,_I=N$.reset,e8={activationLevel:"error",bufferSize:50,flushOnDeactivation:!0,stopBuffering:!1},b7={debug:"\uD83D\uDD0D",info:Q7("ℹ"),success:k7("✓"),warning:P7(jh(zh(" WARN "))),error:x7(jh(zh(" ERROR ")))};DI=new Ew("stacks")});var E1={};JZ(E1,{safeStringify:()=>J0,safeDeleteFile:()=>Kf,resolvePathRewrite:()=>Rf,redactSensitive:()=>YU,isValidRootCA:()=>Nf,isSingleProxyOptions:()=>c1,isSingleProxyConfig:()=>m7,isMultiProxyOptions:()=>hw,isMultiProxyConfig:()=>ch,getSudoPassword:()=>Bw,getPrimaryDomain:()=>fU,extractHostname:()=>n7,execSudoSync:()=>i1,debugLog:()=>z});import{execSync as Ph}from"node:child_process";import*as ih from"node:fs/promises";function Bw(){return process.env.SUDO_PASSWORD}function i1($){let w=Bw(),A=$.replace(/'/g,"'\\''");if(w)return Ph(`echo '${w}' | sudo -S sh -c '${A}' 2>/dev/null`,{encoding:"utf-8",stdio:["pipe","pipe","pipe"]});try{return Ph(`sudo -n sh -c '${A}'`,{encoding:"utf-8",stdio:["pipe","pipe","pipe"]})}catch{throw Error("sudo required but no cached credentials (set SUDO_PASSWORD in .env or run sudo -v)")}}function z($,w,A){if(A)i7.debug(`[rpx:${$}] ${w}`)}function v7($){let w=$.toLowerCase();return c7.has(w)||w.endsWith("password")||w.includes("secret")||w.includes("token")}function YU($){if(Array.isArray($))return $.map((A)=>YU(A));if(typeof $==="string")return u7.test($)?bh:$;if(!$||typeof $!=="object")return $;let w={};for(let[A,J]of Object.entries($)){if(v7(A)){w[A]=bh;continue}w[A]=YU(J)}return w}function J0($,w){return JSON.stringify(YU($),null,w)}function n7($){if(hw($))return $.proxies.map((w)=>{let A=w.to||"stacks.localhost";return A.startsWith("http")?new URL(A).hostname:A});if(c1($)){let w=$.to||"stacks.localhost";return[w.startsWith("http")?new URL(w).hostname:w]}return["stacks.localhost"]}function Nf($){return typeof $==="object"&&$!==null&&"certificate"in $&&"privateKey"in $&&typeof $.certificate==="string"&&typeof $.privateKey==="string"}function fU($){if(!$)return"stacks.localhost";if(hw($)&&$.proxies.length>0)return $.proxies[0].to||"stacks.localhost";if(c1($))return $.to||"stacks.localhost";return"stacks.localhost"}function ch($){return!!($&&("proxies"in $)&&Array.isArray($.proxies))}function hw($){return"proxies"in $&&Array.isArray($.proxies)}function c1($){return"to"in $&&typeof $.to==="string"}function m7($){return!!($&&("to"in $)&&!("proxies"in $))}function Rf($,w){if(!w||w.length===0)return null;for(let A of w)if($===A.from||$.startsWith(`${A.from}/`)){let J=A.to.startsWith("http")?new URL(A.to).host:A.to,U=A.stripPrefix===!0?$.slice(A.from.length)||"/":$;return{targetHost:J,targetPath:U}}return null}async function Kf($,w){try{await ih.unlink($),z("certificates",`Successfully deleted: ${$}`,w)}catch(A){if(A.code!=="ENOENT")z("certificates",`Warning: Could not delete ${$}: ${A}`,w)}}var i7,bh="[redacted]",c7,u7;var U$=X$(()=>{qf();i7=new Ew("rpx",{showTags:!1});c7=new Set(["certificate","privatekey","key","cert","ca","rootca","password","sudo_password"]),u7=/-----BEGIN [A-Z ]+-----[\s\S]*?-----END [A-Z ]+-----/});import{execSync as ZU}from"node:child_process";import{homedir as d7}from"node:os";import{join as g7}from"node:path";function WU(){return g7(d7(),"Library/Keychains/login.keychain-db")}function If(){return[h1,WU()]}function uh($,w=Mf){let A=ZU(`security find-certificate -a -c "${w}" -Z "${$}" 2>/dev/null || true`,{encoding:"utf8"}),J=[];for(let U of A.split(`
|
|
176
|
-
`)){let Y=U.match(/SHA-256 hash:\s*([A-F0-9]+)/i);if(Y)J.push(Y[1].toUpperCase())}return J}function Cf($){if(process.platform!=="darwin")return;let w=
|
|
177
|
-
`))if(Y.toUpperCase().includes("SHA-256")){if(Y.split("=").pop().replace(/SHA-256\s+hash:\s*/gi,"").replace(/:/g,"").trim().toUpperCase()===A)return
|
|
166
|
+
`}return{name:"bunfig-plugin",setup(U){U.onResolve({filter:/^virtual:bunfig-types$/},(Y)=>{return{path:Y.path,namespace:"bunfig-virtual"}}),U.onLoad({filter:/^virtual:bunfig-types$/,namespace:"bunfig-virtual"},()=>{return{contents:J(),loader:"ts"}})}}}function M7($,w={}){let A=AU.cwd();while(A.includes("storage"))A=ZF(A,"..");let J=ZF(A,$||"");if(w?.relative)return R7(AU.cwd(),J);return J}function H$(){if(u0.env.NODE_ENV==="test"||u0.env.BUN_ENV==="test")return!1;return typeof window<"u"}async function k7(){if(u0.env.NODE_ENV==="test"||u0.env.BUN_ENV==="test")return!0;if(typeof navigator<"u"&&navigator.product==="ReactNative")return!0;if(typeof u0<"u"){let $=u0.type;if($==="renderer"||$==="worker")return!1;return!!(u0.versions&&(u0.versions.node||u0.versions.bun))}return!1}class PF{async format($){let w=await k7(),A=await this.getMetadata(w);return JSON.stringify({timestamp:$.timestamp.toISOString(),level:$.level,name:$.name,message:$.message,metadata:A})}async getMetadata($){if($){let{hostname:w}=await import("os");return{pid:B1.pid,hostname:w(),environment:B1.env.NODE_ENV||"development",platform:B1.platform,version:B1.version}}return{userAgent:navigator.userAgent,hostname:window.location.hostname||"browser",environment:B1.env.NODE_ENV||B1.env.BUN_ENV||"development",viewport:{width:window.innerWidth,height:window.innerHeight},language:navigator.language}}}class zw{name;fileLocks=new Map;currentKeyId=null;keys=new Map;fingersCrossedConfig;fingersCrossedActive=!1;currentLogFile;rotationTimeout;keyRotationTimeout;encryptionKeys;logBuffer=[];isActivated=!1;pendingOperations=[];enabled;fancy;tagFormat;timestampPosition;environment;config;options;formatter;timers=new Set;subLoggers=new Set;fingersCrossedBuffer=[];ANSI_PATTERN=/\u001B\[.*?m/g;activeProgressBar=null;constructor($,w={}){this.name=$,this.config={...JU},this.options=this.normalizeOptions(w),this.formatter=this.options.formatter||new PF,this.enabled=w.enabled??!0,this.fancy=w.fancy??!0,this.tagFormat=w.tagFormat??{prefix:"[",suffix:"]"},this.timestampPosition=w.timestampPosition??"right",this.environment=w.environment??_.env.APP_ENV??"local",this.fingersCrossedConfig=this.initializeFingersCrossedConfig(w);let A={...w},J=w.timestamp!==void 0;if(J)delete A.timestamp;if(this.config={...this.config,...A,timestamp:J||this.config.timestamp,level:this.options.level??"info"},this.currentLogFile=this.generateLogFilename(),this.encryptionKeys=new Map,this.validateEncryptionConfig()){this.setupRotation();let U=this.generateKeyId(),Y=this.generateKey();this.currentKeyId=U,this.keys.set(U,Y),this.encryptionKeys.set(U,{key:Y,createdAt:new Date}),this.setupKeyRotation()}}shouldActivateFingersCrossed($){if(!this.fingersCrossedConfig)return!1;let w={debug:0,info:1,success:2,warning:3,error:4},A=this.fingersCrossedConfig.activationLevel??"error";return w[$]>=w[A]}initializeFingersCrossedConfig($){if(!$.fingersCrossedEnabled&&$.fingersCrossed)return{...$f,...$.fingersCrossed};if(!$.fingersCrossedEnabled)return null;if(!$.fingersCrossed)return{...$f};return{...$f,...$.fingersCrossed}}normalizeOptions($){let w={format:"json",level:"info",logDirectory:JU.logDirectory,rotation:void 0,timestamp:void 0,fingersCrossed:{},enabled:!0,showTags:!1,showIcons:!0,formatter:void 0},A={...w,...Object.fromEntries(Object.entries($).filter(([,J])=>J!==void 0))};if(!A.level||!["debug","info","success","warning","error"].includes(A.level))A.level=w.level;return A}shouldWriteToFile(){return!H$()&&this.config.writeToFile===!0}async writeToFile($){let A=(async()=>{let U,Y=0,f=3,W=1000;while(Y<f)try{try{try{await V7(this.config.logDirectory,FF.F_OK|FF.W_OK)}catch(B){if(B instanceof Error&&"code"in B)if(B.code==="ENOENT")await O7(this.config.logDirectory,{recursive:!0,mode:493});else if(B.code==="EACCES")throw Error(`No write permission for log directory: ${this.config.logDirectory}`);else throw B;else throw B}}catch(B){throw console.error("Debug: [writeToFile] Failed to create log directory:",B),B}let Z=this.validateEncryptionConfig()?(await this.encrypt($)).encrypted:b0.from($);try{if(!cJ(this.currentLogFile))await e8(this.currentLogFile,"",{mode:420});if(U=EF(this.currentLogFile,"a",420),S7(U,Z,{flag:"a"}),BF(U),U!==void 0)o8(U),U=void 0;if((await Z1(this.currentLogFile)).size===0){if(await e8(this.currentLogFile,Z,{flag:"w",mode:420}),(await Z1(this.currentLogFile)).size===0)throw Error("File exists but is empty after retry write")}return}catch(B){let E=B;if(E.code&&["ENETDOWN","ENETUNREACH","ENOTFOUND","ETIMEDOUT"].includes(E.code)){if(Y<f-1){let F=typeof E.message==="string"?E.message:"Unknown error";console.error(`Network error during write attempt ${Y+1}/${f}:`,F);let z=W*2**Y;await new Promise((j)=>setTimeout(j,z)),Y++;continue}}if(E?.code&&["ENOSPC","EDQUOT"].includes(E.code))throw Error(`Disk quota exceeded or no space left on device: ${E.message}`);throw console.error("Debug: [writeToFile] Error writing to file:",E),E}finally{if(U!==void 0)try{o8(U)}catch(B){console.error("Debug: [writeToFile] Error closing file descriptor:",B)}}}catch(Z){if(Y===f-1){let E=Z,F=typeof E.message==="string"?E.message:"Unknown error";throw console.error("Debug: [writeToFile] Max retries reached. Final error:",F),Z}Y++;let B=W*2**(Y-1);await new Promise((E)=>setTimeout(E,B))}})();this.pendingOperations.push(A);let J=this.pendingOperations.length-1;try{await A}catch(U){throw console.error("Debug: [writeToFile] Error in operation:",U),U}finally{this.pendingOperations.splice(J,1)}}generateLogFilename(){if(this.name.includes("stream-throughput")||this.name.includes("decompress-perf-test")||this.name.includes("decompression-latency")||this.name.includes("concurrent-read-test")||this.name.includes("clock-change-test"))return W1(this.config.logDirectory,`${this.name}.log`);if(this.name.includes("pending-test")||this.name.includes("temp-file-test")||this.name==="crash-test"||this.name==="corrupt-test"||this.name.includes("rotation-load-test")||this.name==="sigterm-test"||this.name==="sigint-test"||this.name==="failed-rotation-test"||this.name==="integration-test")return W1(this.config.logDirectory,`${this.name}.log`);let $=new Date().toISOString().split("T")[0];return W1(this.config.logDirectory,`${this.name}-${$}.log`)}setupRotation(){if(H$())return;if(!this.shouldWriteToFile())return;if(typeof this.config.rotation==="boolean")return;let $=this.config.rotation,w;switch($.frequency){case"daily":w=86400000;break;case"weekly":w=604800000;break;case"monthly":w=2592000000;break;default:return}this.rotationTimeout=setInterval(()=>{this.rotateLog()},w)}setupKeyRotation(){if(!this.validateEncryptionConfig()){console.error("Invalid encryption configuration detected during key rotation setup");return}let w=this.config.rotation.keyRotation;if(!w?.enabled)return;let A=typeof w.interval==="number"?w.interval:60,J=Math.max(A,60)*1000;this.keyRotationTimeout=setInterval(()=>{this.rotateKeys().catch((U)=>{console.error("Error rotating keys:",U)})},J)}async rotateKeys(){if(!this.validateEncryptionConfig()){console.error("Invalid encryption configuration detected during key rotation");return}let w=this.config.rotation.keyRotation,A=this.generateKeyId(),J=this.generateKey();this.currentKeyId=A,this.keys.set(A,J),this.encryptionKeys.set(A,{key:J,createdAt:new Date});let U=Array.from(this.encryptionKeys.entries()).sort(([,W],[,Z])=>Z.createdAt.getTime()-W.createdAt.getTime()),Y=typeof w.maxKeys==="number"?w.maxKeys:1,f=Math.max(1,Y);if(U.length>f)for(let[W]of U.slice(f))this.encryptionKeys.delete(W),this.keys.delete(W)}generateKeyId(){return s8(16).toString("hex")}generateKey(){return s8(32)}getCurrentKey(){if(!this.currentKeyId)throw Error("Encryption is not properly initialized. Make sure encryption is enabled in the configuration.");let $=this.keys.get(this.currentKeyId);if(!$)throw Error(`No key found for ID ${this.currentKeyId}. The encryption key may have been rotated or removed.`);return{key:$,id:this.currentKeyId}}encrypt($){let{key:w}=this.getCurrentKey(),A=s8(16),J=y7("aes-256-gcm",w,A),U=b0.isBuffer($)?$:b0.from($,"utf8"),Y=J.update(U),f=J.final(),W=Y.length+f.length,Z=J.getAuthTag(),B=b0.allocUnsafe(16+W+16);return A.copy(B,0),Y.copy(B,16),f.copy(B,16+Y.length),Z.copy(B,16+W),{encrypted:B,iv:A}}async compressData($){return new Promise((w,A)=>{let J=zF(),U=[];J.on("data",(Y)=>U.push(Y)),J.on("end",()=>w(b0.from(b0.concat(U)))),J.on("error",A),J.write($),J.end()})}getEncryptionOptions(){if(!this.config.rotation||typeof this.config.rotation==="boolean"||!this.config.rotation.encrypt)return{};let $={algorithm:"aes-256-cbc",compress:!1};if(typeof this.config.rotation.encrypt==="object"){let w=this.config.rotation.encrypt;return{...$,...w}}return $}async rotateLog(){if(H$())return;if(!this.shouldWriteToFile())return;let $=await Z1(this.currentLogFile).catch(()=>null);if(!$)return;let w=this.config.rotation;if(typeof w==="boolean")return;if(w.maxSize&&$.size>=w.maxSize){let A=this.currentLogFile,J=this.generateLogFilename();if(this.name.includes("rotation-load-test")||this.name==="failed-rotation-test"){let U=await uJ(this.config.logDirectory),Y=U.filter((Z)=>Z.startsWith(this.name)&&/\.log\.\d+$/.test(Z)).sort((Z,B)=>{let E=Number.parseInt(Z.match(/\.log\.(\d+)$/)?.[1]||"0");return Number.parseInt(B.match(/\.log\.(\d+)$/)?.[1]||"0")-E}),f=Y.length>0?Number.parseInt(Y[0].match(/\.log\.(\d+)$/)?.[1]||"0")+1:1,W=`${A}.${f}`;if(await Z1(A).catch(()=>null))try{if(await jF(A,W),w.compress)try{let Z=`${W}.gz`;await this.compressLogFile(W,Z),await vJ(W)}catch(Z){console.error("Error compressing rotated file:",Z)}if(Y.length===0&&!U.some((Z)=>Z.endsWith(".log.1")))try{let Z=`${A}.1`;await e8(Z,"")}catch(Z){console.error("Error creating backup file:",Z)}}catch(Z){console.error(`Error during rotation: ${Z instanceof Error?Z.message:String(Z)}`)}}else{let U=new Date().toISOString().replace(/[:.]/g,"-"),Y=A.replace(/\.log$/,`-${U}.log`);if(await Z1(A).catch(()=>null))await jF(A,Y)}if(this.currentLogFile=J,w.maxFiles){let Y=(await uJ(this.config.logDirectory)).filter((f)=>f.startsWith(this.name)).sort((f,W)=>W.localeCompare(f));for(let f of Y.slice(w.maxFiles))await vJ(W1(this.config.logDirectory,f))}}}async compressLogFile($,w){let A=WF($),J=L7(w),U=zF();await D7(A,U,J)}async handleFingersCrossedBuffer($,w){if(!this.fingersCrossedConfig)return;if(this.shouldActivateFingersCrossed($)&&!this.isActivated){this.isActivated=!0;for(let A of this.logBuffer){let J=await this.formatter.format(A);if(this.shouldWriteToFile())await this.writeToFile(J);console.log(J)}if(this.fingersCrossedConfig.stopBuffering)this.logBuffer=[]}if(this.isActivated){if(this.shouldWriteToFile())await this.writeToFile(w);console.log(w)}}shouldLog($){if(!this.enabled)return!1;let w={debug:0,info:1,success:2,warning:3,error:4};return w[$]>=w[this.config.level]}async flushPendingWrites(){if(await Promise.all(this.pendingOperations.map(($)=>{if($ instanceof Promise)return $.catch((w)=>{console.error("Error in pending write operation:",w)});return Promise.resolve()})),cJ(this.currentLogFile))try{let $=EF(this.currentLogFile,"r+");BF($),o8($)}catch($){console.error(`Error flushing file: ${$}`)}}async destroy(){if(this.rotationTimeout)clearInterval(this.rotationTimeout);if(this.keyRotationTimeout)clearInterval(this.keyRotationTimeout);this.timers.clear();for(let $ of this.pendingOperations)if(typeof $.cancel==="function")$.cancel();return(async()=>{if(this.pendingOperations.length>0)try{await Promise.allSettled(this.pendingOperations)}catch($){console.error("Error waiting for pending operations:",$)}if(!H$()&&this.config.rotation&&typeof this.config.rotation!=="boolean"&&this.config.rotation.compress)try{let w=(await uJ(this.config.logDirectory)).filter((A)=>(A.includes("temp")||A.includes(".tmp"))&&A.includes(this.name));for(let A of w)try{await vJ(W1(this.config.logDirectory,A))}catch(J){console.error(`Failed to delete temp file ${A}:`,J)}}catch($){console.error("Error cleaning up temporary files:",$)}})()}getCurrentLogFilePath(){return this.currentLogFile}formatTag($){if(!$)return"";return`${this.tagFormat.prefix}${$}${this.tagFormat.suffix}`}formatFileTimestamp($){return`[${$.toISOString()}]`}formatConsoleTimestamp($){return this.shouldStyleConsole()?i.gray($.toLocaleTimeString()):$.toLocaleTimeString()}shouldStyleConsole(){if(!this.fancy||H$())return!1;let $=typeof _.env.NO_COLOR<"u",w=_.env.FORCE_COLOR==="0";if($||w)return!1;return!!(typeof _.stderr<"u"&&_.stderr.isTTY||typeof _.stdout<"u"&&_.stdout.isTTY)}formatConsoleMessage($){let{timestamp:w,icon:A="",tag:J="",message:U,level:Y,showTimestamp:f=!0}=$,W=(j)=>j.replace(this.ANSI_PATTERN,"");if(!this.fancy){let j=[];if(f)j.push(w);if(Y==="warning")j.push("WARN");else if(Y==="error")j.push("ERROR");else if(A)j.push(A.replace(/[^\p{L}\p{N}\p{P}\p{Z}]/gu,""));if(J)j.push(J.replace(/[[\]]/g,""));return j.push(U),j.join(" ")}let Z=_.stdout.columns||120,B="";if(Y==="warning"||Y==="error")B=`${A} ${U}`;else if(Y==="info"||Y==="success")B=`${A} ${J} ${U}`;else B=`${A} ${J} ${i.cyan(U)}`;if(!f)return B.trim();let E=W(B).trim().length,F=W(w).length,z=Math.max(1,Z-2-E-F);return`${B.trim()}${" ".repeat(z)}${w}`}formatMessage($,w){if(w.length===1&&Array.isArray(w[0]))return $.replace(/\{(\d+)\}/g,(Y,f)=>{let W=Number.parseInt(f,10);return W<w[0].length?String(w[0][W]):Y});let A=/%([sdijfo%])/g,J=0,U=$.replace(A,(Y,f)=>{if(f==="%")return"%";if(J>=w.length)return Y;let W=w[J++];switch(f){case"s":return String(W);case"d":case"i":return Number(W).toString();case"j":case"o":return JSON.stringify(W,null,2);default:return Y}});if(J<w.length)U+=` ${w.slice(J).map((Y)=>typeof Y==="object"?JSON.stringify(Y,null,2):String(Y)).join(" ")}`;return U}formatMarkdown($){if(!$)return $;let w=$;return w=w.replace(/\[([^\]]+)\]\(([^)]+)\)/g,(A,J,U)=>{let Y=i.underline(i.blue(J)),f=this.toAbsoluteFilePath(U);if(f&&this.shouldStyleConsole()&&this.supportsHyperlinks()){let W=`file://${encodeURI(f)}`,Z="\x1B]8;;",B="\x1B\\";return`\x1B]8;;${W}\x1B\\${Y}\x1B]8;;\x1B\\`}if(this.shouldStyleConsole()&&this.supportsHyperlinks())return`\x1B]8;;${U}\x1B\\${Y}\x1B]8;;\x1B\\`;return Y}),w=w.replace(/`([^`]+)`/g,(A,J)=>i.bgGray(J)),w=w.replace(/\*\*([^*]+)\*\*/g,(A,J)=>i.bold(J)),w=w.replace(/(?<!\*)\*([^*]+)\*(?!\*)/g,(A,J)=>i.italic(J)),w=w.replace(/(?<!_)_([^_]+)_(?!_)/g,(A,J)=>i.italic(J)),w=w.replace(/~([^~]+)~/g,(A,J)=>i.strikethrough(J)),w}supportsHyperlinks(){if(H$())return!1;let $=_.env;if(!$)return!1;if($.TERM_PROGRAM==="iTerm.app"||$.TERM_PROGRAM==="vscode"||$.TERM_PROGRAM==="WezTerm")return!0;if($.WT_SESSION)return!0;if($.TERM==="xterm-kitty")return!0;let w=$.VTE_VERSION?Number.parseInt($.VTE_VERSION,10):0;if(!Number.isNaN(w)&&w>=5000)return!0;return!1}toAbsoluteFilePath($){try{let w=$;if(w.startsWith("file://"))w=w.replace(/^file:\/\//,"");if(w.startsWith("~")){let A=_.env.HOME||"";if(A)w=w.replace(/^~(?=$|\/)/,A)}if(X7(w)||w.startsWith("./")||w.startsWith("../"))w=_7(w);else return null;return cJ(w)?w:null}catch{return null}}buildOutputTexts($){let w=this.shouldStyleConsole()?this.formatMarkdown($):$,A=$.replace(this.ANSI_PATTERN,"");return{consoleText:w,fileText:A}}async log($,w,...A){if(!this.shouldLog($))return;let J=new Date,U=this.formatConsoleTimestamp(J),Y=this.formatFileTimestamp(J),f,W;if(w instanceof Error)f=w.message,W=w.stack;else f=this.formatMessage(w,A);let{consoleText:Z,fileText:B}=this.buildOutputTexts(f);if(this.shouldStyleConsole()){let F=this.options.showIcons===!1?"":i7[$],z=this.options.showTags!==!1&&this.name?i.gray(this.formatTag(this.name)):"",j;switch($){case"debug":j=this.formatConsoleMessage({timestamp:U,icon:F,tag:z,message:i.gray(Z),level:$}),console.error(j);break;case"info":j=this.formatConsoleMessage({timestamp:U,icon:F,tag:z,message:Z,level:$}),console.warn(j);break;case"success":j=this.formatConsoleMessage({timestamp:U,icon:F,tag:z,message:i.green(Z),level:$}),console.error(j);break;case"warning":j=this.formatConsoleMessage({timestamp:U,icon:F,tag:z,message:Z,level:$}),console.warn(j);break;case"error":if(j=this.formatConsoleMessage({timestamp:U,icon:F,tag:z,message:Z,level:$}),console.error(j),W){let G=W.split(`
|
|
167
|
+
`);for(let T of G)if(T.trim()&&!T.includes(f))console.error(this.formatConsoleMessage({timestamp:U,message:i.gray(` ${T}`),level:$,showTimestamp:!1}))}break}}else if(!H$()){if(console.error(`${Y} ${this.environment}.${$.toUpperCase()}: ${f}`),W)console.error(W)}let E=`${Y} ${this.environment}.${$.toUpperCase()}: ${B}
|
|
168
|
+
`;if(W)E+=`${W}
|
|
169
|
+
`;if(E=E.replace(this.ANSI_PATTERN,""),this.shouldWriteToFile())await this.writeToFile(E)}progress($,w=""){let A={update:(W,Z)=>{},finish:(W)=>{},interrupt:(W,Z)=>{}};if(!this.enabled)return A;let J=30;if(this.activeProgressBar={total:Math.max(1,$||1),current:0,message:w||"",barLength:J,lastRenderedLine:""},this.shouldStyleConsole()&&!H$()&&_.stdout.isTTY)this.renderProgressBar(this.activeProgressBar);return{update:(W,Z)=>{if(!this.enabled||!this.activeProgressBar)return;if(this.activeProgressBar.current=Math.min(Math.max(0,W),this.activeProgressBar.total),Z!==void 0)this.activeProgressBar.message=Z;if(this.shouldStyleConsole()&&!H$()&&_.stdout.isTTY)this.renderProgressBar(this.activeProgressBar)},finish:(W)=>{if(!this.activeProgressBar)return;this.finishProgressBar(this.activeProgressBar,W)},interrupt:(W,Z="info")=>{if(!H$()&&_.stdout.isTTY)_.stdout.write(`
|
|
170
|
+
`);if(this[Z==="warning"?"warn":Z](W),this.activeProgressBar&&this.shouldStyleConsole()&&!H$()&&_.stdout.isTTY)this.renderProgressBar(this.activeProgressBar)}}}time($){let w=performance.now();if(this.shouldStyleConsole()){let A=this.options.showTags!==!1&&this.name?i.gray(this.formatTag(this.name)):"",J=this.formatConsoleTimestamp(new Date);console.error(this.formatConsoleMessage({timestamp:J,icon:this.options.showIcons===!1?"":i.blue("◐"),tag:A,message:`${i.cyan($)}...`}))}return async(A)=>{if(!this.enabled)return;let J=performance.now(),U=Math.round(J-w),Y=`${$} completed in ${U}ms`,f=new Date,W=this.formatConsoleTimestamp(f),B=`${this.formatFileTimestamp(f)} ${this.environment}.INFO: ${Y}`;if(A)B+=` ${JSON.stringify(A)}`;if(B+=`
|
|
171
|
+
`,B=B.replace(this.ANSI_PATTERN,""),this.shouldStyleConsole()){let E=this.options.showTags!==!1&&this.name?i.gray(this.formatTag(this.name)):"";console.error(this.formatConsoleMessage({timestamp:W,icon:this.options.showIcons===!1?"":i.green("✓"),tag:E,message:`${Y}${A?` ${JSON.stringify(A)}`:""}`}))}else if(!H$())console.error(B.trim());if(this.shouldWriteToFile())await this.writeToFile(B)}}async debug($,...w){await this.log("debug",$,...w)}async info($,...w){await this.log("info",$,...w)}async success($,...w){await this.log("success",$,...w)}async warn($,...w){await this.log("warning",$,...w)}async error($,...w){await this.log("error",$,...w)}validateEncryptionConfig(){if(!this.config.rotation)return!1;if(typeof this.config.rotation==="boolean")return!1;let $=this.config.rotation,{encrypt:w}=$;return!!w}async only($){if(!this.enabled)return;return await $()}isEnabled(){return this.enabled}setEnabled($){this.enabled=$}extend($){let w=`${this.name}:${$}`,A=new zw(w,{...this.options,logDirectory:this.config.logDirectory,level:this.config.level,format:this.config.format,rotation:typeof this.config.rotation==="boolean"?void 0:this.config.rotation,timestamp:typeof this.config.timestamp==="boolean"?void 0:this.config.timestamp});return this.subLoggers.add(A),A}createReadStream(){if(H$())throw Error("createReadStream is not supported in browser environments");if(!cJ(this.currentLogFile))throw Error(`Log file does not exist: ${this.currentLogFile}`);return WF(this.currentLogFile,{encoding:"utf8"})}async decrypt($){if(!this.validateEncryptionConfig())throw Error("Encryption is not configured");let w=this.config.rotation;if(!w.encrypt||typeof w.encrypt==="boolean")throw Error("Invalid encryption configuration");if(!this.currentKeyId||!this.keys.has(this.currentKeyId))throw Error("No valid encryption key available");let A=this.keys.get(this.currentKeyId);try{let J=b0.isBuffer($)?$:b0.from($,"base64"),U=J.subarray(0,16),Y=J.subarray(J.length-16),f=J.subarray(16,J.length-16),W=C7("aes-256-gcm",A,U);W.setAuthTag(Y);let Z=W.update(f),B=W.final(),E=Z.length+B.length,F=b0.allocUnsafe(E);return Z.copy(F,0),B.copy(F,Z.length),F.toString("utf8")}catch(J){throw Error(`Decryption failed: ${J instanceof Error?J.message:String(J)}`)}}getLevel(){return this.config.level}getLogDirectory(){return this.config.logDirectory}getFormat(){return this.config.format}getRotationConfig(){return this.config.rotation}isBrowserMode(){return H$()}isServerMode(){return!H$()}setTestEncryptionKey($,w){this.currentKeyId=$,this.keys.set($,w)}getTestCurrentKey(){if(!this.currentKeyId||!this.keys.has(this.currentKeyId))return null;return{id:this.currentKeyId,key:this.keys.get(this.currentKeyId)}}getConfig(){return this.config}async box($){if(!this.enabled)return;let w=new Date,A=this.formatConsoleTimestamp(w),J=this.formatFileTimestamp(w),{consoleText:U,fileText:Y}=this.buildOutputTexts($);if(this.shouldStyleConsole()){let W=U.split(`
|
|
172
|
+
`),Z=Math.max(...W.map((z)=>z.length))+2,B=`┌${"─".repeat(Z)}┐`,E=`└${"─".repeat(Z)}┘`,F=W.map((z)=>{return this.formatConsoleMessage({timestamp:A,message:i.cyan(z),showTimestamp:!1})});console.error(this.formatConsoleMessage({timestamp:A,message:i.cyan(B),showTimestamp:!1})),F.forEach((z)=>console.error(z)),console.error(this.formatConsoleMessage({timestamp:A,message:i.cyan(E),showTimestamp:!1}))}else if(!H$())console.error(`${J} ${this.environment}.INFO: [BOX] ${Y}`);let f=`${J} ${this.environment}.INFO: [BOX] ${Y}
|
|
173
|
+
`.replace(this.ANSI_PATTERN,"");if(this.shouldWriteToFile())await this.writeToFile(f)}async prompt($){if(H$())return Promise.resolve(!0);return new Promise((w)=>{console.error(`${i.cyan("?")} ${$} (y/n) `);let A=(J)=>{let U=J.toString().trim().toLowerCase();_.stdin.removeListener("data",A);try{if(typeof _.stdin.setRawMode==="function")_.stdin.setRawMode(!1)}catch{}_.stdin.pause(),console.error(""),w(U==="y"||U==="yes")};try{if(typeof _.stdin.setRawMode==="function")_.stdin.setRawMode(!0)}catch{}_.stdin.resume(),_.stdin.once("data",A)})}setFancy($){this.fancy=$}isFancy(){return this.fancy}pause(){this.enabled=!1}resume(){this.enabled=!0}async start($,...w){if(!this.enabled)return;let A=$;if(w&&w.length>0){let Z=/%([sdijfo%])/g,B=0;if(A=$.replace(Z,(E,F)=>{if(F==="%")return"%";if(B>=w.length)return E;let z=w[B++];switch(F){case"s":return String(z);case"d":case"i":return Number(z).toString();case"j":case"o":return JSON.stringify(z,null,2);default:return E}}),B<w.length)A+=` ${w.slice(B).map((E)=>typeof E==="object"?JSON.stringify(E,null,2):String(E)).join(" ")}`}let{consoleText:J,fileText:U}=this.buildOutputTexts(A);if(this.shouldStyleConsole()){let Z=this.options.showTags!==!1&&this.name?i.gray(this.formatTag(this.name)):"",B=this.options.showIcons===!1?"":`${i.blue("◐")} `;console.error(`${B}${Z} ${i.cyan(J)}`)}let W=`[${new Date().toISOString()}] ${this.environment}.INFO: [START] ${U}
|
|
174
|
+
`.replace(this.ANSI_PATTERN,"");if(this.shouldWriteToFile())await this.writeToFile(W)}renderProgressBar($,w=!1){if(!this.enabled||!this.shouldStyleConsole()||!_.stdout.isTTY)return;let A=Math.min(100,Math.max(0,Math.round($.current/$.total*100))),J=Math.round($.barLength*A/100),U=$.barLength-J,Y=i.green("━".repeat(J)),f=i.gray("━".repeat(U)),W=`[${Y}${f}]`,Z=`${A}%`.padStart(4),B=$.message?` ${$.message}`:"",E=this.options.showIcons===!1?"":w||A===100?i.green("✓"):i.blue("▶"),F=this.options.showTags!==!1&&this.name?` ${i.gray(this.formatTag(this.name))}`:"",z=`\r${E}${F} ${W} ${Z}${B}`,j=_.stdout.columns||80,G=" ".repeat(Math.max(0,j-z.replace(this.ANSI_PATTERN,"").length));if($.lastRenderedLine=`${z}${G}`,_.stdout.write($.lastRenderedLine),w)_.stdout.write(`
|
|
175
|
+
`)}finishProgressBar($,w){if(!this.enabled||!this.fancy||H$()||!_.stdout.isTTY){this.activeProgressBar=null;return}if($.current<$.total)$.current=$.total;if(w)$.message=w;this.renderProgressBar($,!0),this.activeProgressBar=null}async clear($={}){if(H$()){console.warn("Log clearing is not supported in browser environments.");return}try{console.warn("Clearing logs...",this.config.logDirectory);let w=await uJ(this.config.logDirectory),A=[];for(let J of w){if(!($.name?new RegExp($.name.replace("*",".*")).test(J):J.startsWith(this.name))||!J.endsWith(".log"))continue;let Y=W1(this.config.logDirectory,J);if($.before)try{if((await Z1(Y)).mtime>=$.before)continue}catch(f){console.error(`Failed to get stats for file ${Y}:`,f);continue}A.push(Y)}if(A.length===0){console.warn("No log files matched the criteria for clearing.");return}console.warn(`Preparing to delete ${A.length} log file(s)...`);for(let J of A)try{await vJ(J),console.warn(`Deleted log file: ${J}`)}catch(U){console.error(`Failed to delete log file ${J}:`,U)}console.warn("Log clearing process finished.")}catch(w){console.error("Error during log clearing process:",w)}}}var n2,m2=($)=>$,g2=($,w)=>{for(var A in w)n2($,A,{get:w[A],enumerable:!0,configurable:!0,set:d2.bind(w,A)})},l2=($,w)=>()=>($&&(w=$($=0)),w),GF,SF,E1,c1,VF,lh,ph,sE,mJ,Uf,L$,p,th,oE,rh,eE,ah,sh,p8,oh,$F,wF,t8,eh,$7,w7,A7,dJ,OF,J7,S$,U7,Y7,AF,gJ,Yf,z$,Q,f7,JF,Z7,UF,W7,B7,r8,E7,YF,fF,F7,a8,j7,z7,H7,T7,G7,lJ,XF,h7,q7="0.15.6",r$,$U,b1,ff,Zf,wU,Wf,Bf,i1,Ef,Ff,$w,_F,DF,H0,v0,kF,QF,N7,I7,xF,JU,FI,q$,i,MI,Q7,II,x7,yI,CI,HF,LI,P7,b7,SI,TF,VI,OI,XI,_I,DI,$f,i7,kI;var Nf=X$(()=>{n2=Object.defineProperty;GF={};g2(GF,{withErrorRecovery:()=>RF,tryLoadConfig:()=>nh,loadConfigWithResult:()=>uh,loadConfig:()=>LF,isRetryableError:()=>Qh,isConfigNotFoundError:()=>kh,isBunfigError:()=>MF,globalPerformanceMonitor:()=>c1,globalCache:()=>E1,getEnvOrDefault:()=>xh,generateConfigTypes:()=>mh,defaultGeneratedDir:()=>QF,defaultConfigDir:()=>kF,deepMergeWithArrayStrategy:()=>Gf,deepMerge:()=>IF,createLibraryConfig:()=>dh,config:()=>vh,bunfigPlugin:()=>gh,applyEnvVarsToConfig:()=>x1,TypeGenerationError:()=>Bf,SchemaValidationError:()=>i1,PluginError:()=>Ff,PerformanceMonitor:()=>zf,FileSystemError:()=>Wf,ErrorFactory:()=>$w,EnvVarError:()=>wU,EnvProcessor:()=>UU,ConfigValidator:()=>hf,ConfigValidationError:()=>ff,ConfigNotFoundError:()=>$U,ConfigMergeError:()=>Zf,ConfigLoader:()=>qf,ConfigLoadError:()=>b1,ConfigFileLoader:()=>YU,ConfigCache:()=>jf,CacheUtils:()=>VF,BunfigError:()=>r$,BrowserConfigError:()=>Ef,ArrayMergeStrategies:()=>_F});N7=l2(async()=>{SF=import.meta.require,E1=new jf,c1=new zf,VF={createKey:Kh,isEquivalent:Rh,estimateMemoryUsage:Mh},lh=rJ(Af.cwd(),"config"),ph=rJ(Af.cwd(),"src/generated"),sE=tJ.env.CLARITY_LOG_DIR||o2(Ch(),"logs"),mJ={level:"info",defaultName:"clarity",timestamp:!0,colors:!0,format:"text",maxLogSize:10485760,logDatePattern:"YYYY-MM-DD",logDirectory:sE,rotation:{frequency:"daily",maxSize:10485760,maxFiles:5,compress:!1,rotateHour:0,rotateMinute:0,rotateDayOfWeek:0,rotateDayOfMonth:1,encrypt:!1},verbose:!1},Uf=await Lh(),L$={red:($)=>`\x1B[31m${$}\x1B[0m`,green:($)=>`\x1B[32m${$}\x1B[0m`,yellow:($)=>`\x1B[33m${$}\x1B[0m`,blue:($)=>`\x1B[34m${$}\x1B[0m`,magenta:($)=>`\x1B[35m${$}\x1B[0m`,cyan:($)=>`\x1B[36m${$}\x1B[0m`,white:($)=>`\x1B[37m${$}\x1B[0m`,gray:($)=>`\x1B[90m${$}\x1B[0m`,bgRed:($)=>`\x1B[41m${$}\x1B[0m`,bgYellow:($)=>`\x1B[43m${$}\x1B[0m`,bold:($)=>`\x1B[1m${$}\x1B[0m`,dim:($)=>`\x1B[2m${$}\x1B[0m`,italic:($)=>`\x1B[3m${$}\x1B[0m`,underline:($)=>`\x1B[4m${$}\x1B[0m`,reset:"\x1B[0m"},p=L$,th=L$.red,oE=L$.green,rh=L$.yellow,eE=L$.blue,ah=L$.magenta,sh=L$.cyan,p8=L$.white,oh=L$.gray,$F=L$.bgRed,wF=L$.bgYellow,t8=L$.bold,eh=L$.dim,$7=L$.italic,w7=L$.underline,A7=L$.reset,dJ={activationLevel:"error",bufferSize:50,flushOnDeactivation:!0,stopBuffering:!1},OF={debug:"\uD83D\uDD0D",info:eE("ℹ"),success:oE("✓"),warning:wF(p8(t8(" WARN "))),error:$F(p8(t8(" ERROR ")))},J7=new sJ("stacks"),S$=new sJ("bunfig",{showTags:!0}),U7=P$(P1.cwd(),"config"),Y7=P$(P1.cwd(),"src/generated"),AF=pJ.env.CLARITY_LOG_DIR||a2(Xh(),"logs"),gJ={level:"info",defaultName:"clarity",timestamp:!0,colors:!0,format:"text",maxLogSize:10485760,logDatePattern:"YYYY-MM-DD",logDirectory:AF,rotation:{frequency:"daily",maxSize:10485760,maxFiles:5,compress:!1,rotateHour:0,rotateMinute:0,rotateDayOfWeek:0,rotateDayOfMonth:1,encrypt:!1},verbose:!1,writeToFile:!1},Yf=await _h(),z$={red:($)=>`\x1B[31m${$}\x1B[0m`,green:($)=>`\x1B[32m${$}\x1B[0m`,yellow:($)=>`\x1B[33m${$}\x1B[0m`,blue:($)=>`\x1B[34m${$}\x1B[0m`,magenta:($)=>`\x1B[35m${$}\x1B[0m`,cyan:($)=>`\x1B[36m${$}\x1B[0m`,white:($)=>`\x1B[37m${$}\x1B[0m`,gray:($)=>`\x1B[90m${$}\x1B[0m`,bgRed:($)=>`\x1B[41m${$}\x1B[0m`,bgYellow:($)=>`\x1B[43m${$}\x1B[0m`,bgGray:($)=>`\x1B[100m${$}\x1B[0m`,bold:($)=>`\x1B[1m${$}\x1B[0m`,dim:($)=>`\x1B[2m${$}\x1B[0m`,italic:($)=>`\x1B[3m${$}\x1B[0m`,underline:($)=>`\x1B[4m${$}\x1B[0m`,strikethrough:($)=>`\x1B[9m${$}\x1B[0m`,reset:"\x1B[0m"},Q=z$,f7=z$.red,JF=z$.green,Z7=z$.yellow,UF=z$.blue,W7=z$.magenta,B7=z$.cyan,r8=z$.white,E7=z$.gray,YF=z$.bgRed,fF=z$.bgYellow,F7=z$.bgGray,a8=z$.bold,j7=z$.dim,z7=z$.italic,H7=z$.underline,T7=z$.strikethrough,G7=z$.reset,lJ={activationLevel:"error",bufferSize:50,flushOnDeactivation:!0,stopBuffering:!1},XF={debug:"\uD83D\uDD0D",info:UF("ℹ"),success:JF("✓"),warning:fF(r8(a8(" WARN "))),error:YF(r8(a8(" ERROR ")))},h7=new eJ("stacks"),r$=class extends Error{timestamp;context;constructor(w,A={}){super(w);if(this.name=this.constructor.name,this.timestamp=new Date,this.context=A,Error.captureStackTrace)Error.captureStackTrace(this,this.constructor)}toJSON(){return{name:this.name,code:this.code,message:this.message,timestamp:this.timestamp.toISOString(),context:this.context,stack:this.stack}}toString(){let w=Object.keys(this.context).length>0?` (${Object.entries(this.context).map(([A,J])=>`${A}: ${J}`).join(", ")})`:"";return`${this.name} [${this.code}]: ${this.message}${w}`}},$U=class extends r${code="CONFIG_NOT_FOUND";constructor(w,A,J){let U=J?` or alias "${J}"`:"";super(`Configuration "${w}"${U} not found`,{configName:w,alias:J,searchPaths:A,searchPathCount:A.length})}},b1=class extends r${code="CONFIG_LOAD_ERROR";constructor(w,A,J){super(`Failed to load configuration from "${w}": ${A.message}`,{configPath:w,configName:J,originalError:A.name,originalMessage:A.message});this.cause=A}},ff=class extends r${code="CONFIG_VALIDATION_ERROR";constructor(w,A,J){super(`Configuration validation failed for "${w}"`,{configPath:w,configName:J,validationErrors:A,errorCount:A.length})}},Zf=class extends r${code="CONFIG_MERGE_ERROR";constructor(w,A,J,U){super(`Failed to merge configuration from "${w}" with "${A}": ${J.message}`,{sourcePath:w,targetPath:A,configName:U,originalError:J.name,originalMessage:J.message});this.cause=J}},wU=class extends r${code="ENV_VAR_ERROR";constructor(w,A,J,U){super(`Failed to parse environment variable "${w}" with value "${A}" as ${J}`,{envKey:w,envValue:A,expectedType:J,configName:U})}},Wf=class extends r${code="FILE_SYSTEM_ERROR";constructor(w,A,J){super(`File system ${w} failed for "${A}": ${J.message}`,{operation:w,path:A,originalError:J.name,originalMessage:J.message});this.cause=J}},Bf=class extends r${code="TYPE_GENERATION_ERROR";constructor(w,A,J){super(`Failed to generate types from "${w}" to "${A}": ${J.message}`,{configDir:w,outputPath:A,originalError:J.name,originalMessage:J.message});this.cause=J}},i1=class extends r${code="SCHEMA_VALIDATION_ERROR";constructor(w,A,J){super(`Schema validation failed${J?` for config "${J}"`:""}`,{schemaPath:w,configName:J,validationErrors:A,errorCount:A.length})}},Ef=class extends r${code="BROWSER_CONFIG_ERROR";constructor(w,A,J,U){super(`Failed to fetch configuration from "${w}": ${A} ${J}`,{endpoint:w,status:A,statusText:J,configName:U})}},Ff=class extends r${code="PLUGIN_ERROR";constructor(w,A,J){super(`Plugin "${w}" failed during ${A}: ${J.message}`,{pluginName:w,operation:A,originalError:J.name,originalMessage:J.message});this.cause=J}},$w={configNotFound($,w,A){return new $U($,w,A)},configLoad($,w,A){return new b1($,w,A)},configValidation($,w,A){return new ff($,w,A)},configMerge($,w,A,J){return new Zf($,w,A,J)},envVar($,w,A,J){return new wU($,w,A,J)},fileSystem($,w,A){return new Wf($,w,A)},typeGeneration($,w,A){return new Bf($,w,A)},schemaValidation($,w,A){return new i1($,w,A)},browserConfig($,w,A,J){return new Ef($,w,A,J)},plugin($,w,A){return new Ff($,w,A)}},_F={replace:"replace",concat:"concat",smart:"smart"},DF=/^https?:\/\//,H0=new eJ("bunfig",{showTags:!0}),v0=new qf,kF=b$(jw.cwd(),"config"),QF=b$(jw.cwd(),"src/generated")});I7=AU.env.CLARITY_LOG_DIR||K7(M7(),"logs"),xF={level:"info",defaultName:"clarity",timestamp:!0,colors:!0,format:"text",maxLogSize:10485760,logDatePattern:"YYYY-MM-DD",logDirectory:I7,rotation:{frequency:"daily",maxSize:10485760,maxFiles:5,compress:!1,rotateHour:0,rotateMinute:0,rotateDayOfWeek:0,rotateDayOfMonth:1,encrypt:!1},verbose:!1,writeToFile:!1},JU={...xF},FI=(async()=>{try{let{loadConfig:$}=await N7().then(()=>GF),w=await $({name:"clarity",alias:"logging",defaultConfig:xF,cwd:AU.cwd()});if(w)Object.assign(JU,w)}catch{}return JU})();q$={red:($)=>`\x1B[31m${$}\x1B[0m`,green:($)=>`\x1B[32m${$}\x1B[0m`,yellow:($)=>`\x1B[33m${$}\x1B[0m`,blue:($)=>`\x1B[34m${$}\x1B[0m`,magenta:($)=>`\x1B[35m${$}\x1B[0m`,cyan:($)=>`\x1B[36m${$}\x1B[0m`,white:($)=>`\x1B[37m${$}\x1B[0m`,gray:($)=>`\x1B[90m${$}\x1B[0m`,bgRed:($)=>`\x1B[41m${$}\x1B[0m`,bgYellow:($)=>`\x1B[43m${$}\x1B[0m`,bgGray:($)=>`\x1B[100m${$}\x1B[0m`,bold:($)=>`\x1B[1m${$}\x1B[0m`,dim:($)=>`\x1B[2m${$}\x1B[0m`,italic:($)=>`\x1B[3m${$}\x1B[0m`,underline:($)=>`\x1B[4m${$}\x1B[0m`,strikethrough:($)=>`\x1B[9m${$}\x1B[0m`,reset:"\x1B[0m"},i=q$,MI=q$.red,Q7=q$.green,II=q$.yellow,x7=q$.blue,yI=q$.magenta,CI=q$.cyan,HF=q$.white,LI=q$.gray,P7=q$.bgRed,b7=q$.bgYellow,SI=q$.bgGray,TF=q$.bold,VI=q$.dim,OI=q$.italic,XI=q$.underline,_I=q$.strikethrough,DI=q$.reset,$f={activationLevel:"error",bufferSize:50,flushOnDeactivation:!0,stopBuffering:!1},i7={debug:"\uD83D\uDD0D",info:x7("ℹ"),success:Q7("✓"),warning:b7(HF(TF(" WARN "))),error:P7(HF(TF(" ERROR ")))};kI=new zw("stacks")});var F1={};UZ(F1,{safeStringify:()=>J0,safeDeleteFile:()=>Mf,resolvePathRewrite:()=>Rf,redactSensitive:()=>fU,isValidRootCA:()=>Kf,isSingleProxyOptions:()=>v1,isSingleProxyConfig:()=>d7,isMultiProxyOptions:()=>Tw,isMultiProxyConfig:()=>uF,getSudoPassword:()=>Hw,getPrimaryDomain:()=>ZU,extractHostname:()=>m7,execSudoSync:()=>u1,debugLog:()=>H});import{execSync as bF}from"node:child_process";import*as cF from"node:fs/promises";function Hw(){return process.env.SUDO_PASSWORD}function u1($){let w=Hw(),A=$.replace(/'/g,"'\\''");if(w)return bF(`echo '${w}' | sudo -S sh -c '${A}' 2>/dev/null`,{encoding:"utf-8",stdio:["pipe","pipe","pipe"]});try{return bF(`sudo -n sh -c '${A}'`,{encoding:"utf-8",stdio:["pipe","pipe","pipe"]})}catch{throw Error("sudo required but no cached credentials (set SUDO_PASSWORD in .env or run sudo -v)")}}function H($,w,A){if(A)c7.debug(`[rpx:${$}] ${w}`)}function n7($){let w=$.toLowerCase();return u7.has(w)||w.endsWith("password")||w.includes("secret")||w.includes("token")}function fU($){if(Array.isArray($))return $.map((A)=>fU(A));if(typeof $==="string")return v7.test($)?iF:$;if(!$||typeof $!=="object")return $;let w={};for(let[A,J]of Object.entries($)){if(n7(A)){w[A]=iF;continue}w[A]=fU(J)}return w}function J0($,w){return JSON.stringify(fU($),null,w)}function m7($){if(Tw($))return $.proxies.map((w)=>{let A=w.to||"stacks.localhost";return A.startsWith("http")?new URL(A).hostname:A});if(v1($)){let w=$.to||"stacks.localhost";return[w.startsWith("http")?new URL(w).hostname:w]}return["stacks.localhost"]}function Kf($){return typeof $==="object"&&$!==null&&"certificate"in $&&"privateKey"in $&&typeof $.certificate==="string"&&typeof $.privateKey==="string"}function ZU($){if(!$)return"stacks.localhost";if(Tw($)&&$.proxies.length>0)return $.proxies[0].to||"stacks.localhost";if(v1($))return $.to||"stacks.localhost";return"stacks.localhost"}function uF($){return!!($&&("proxies"in $)&&Array.isArray($.proxies))}function Tw($){return"proxies"in $&&Array.isArray($.proxies)}function v1($){return"to"in $&&typeof $.to==="string"}function d7($){return!!($&&("to"in $)&&!("proxies"in $))}function Rf($,w){if(!w||w.length===0)return null;for(let A of w)if($===A.from||$.startsWith(`${A.from}/`)){let J=A.to.startsWith("http")?new URL(A.to).host:A.to,U=A.stripPrefix===!0?$.slice(A.from.length)||"/":$;return{targetHost:J,targetPath:U}}return null}async function Mf($,w){try{await cF.unlink($),H("certificates",`Successfully deleted: ${$}`,w)}catch(A){if(A.code!=="ENOENT")H("certificates",`Warning: Could not delete ${$}: ${A}`,w)}}var c7,iF="[redacted]",u7,v7;var Y$=X$(()=>{Nf();c7=new zw("rpx",{showTags:!1});u7=new Set(["certificate","privatekey","key","cert","ca","rootca","password","sudo_password"]),v7=/-----BEGIN [A-Z ]+-----[\s\S]*?-----END [A-Z ]+-----/});import{execSync as WU}from"node:child_process";import{homedir as g7}from"node:os";import{join as l7}from"node:path";function BU(){return l7(g7(),"Library/Keychains/login.keychain-db")}function yf(){return[z1,BU()]}function vF($,w=If){let A=WU(`security find-certificate -a -c "${w}" -Z "${$}" 2>/dev/null || true`,{encoding:"utf8"}),J=[];for(let U of A.split(`
|
|
176
|
+
`)){let Y=U.match(/SHA-256 hash:\s*([A-F0-9]+)/i);if(Y)J.push(Y[1].toUpperCase())}return J}function Cf($){if(process.platform!=="darwin")return;let w=XJ($.caPath);if(!w)return;let A=$.commonName??If,J=$.keychains??yf();for(let U of J)for(let Y of vF(U,A)){if(Y===w)continue;try{if(U.startsWith("/Library"))u1(`security delete-certificate -Z ${Y} "${U}"`);else WU(`security delete-certificate -Z ${Y} "${U}"`,{stdio:"ignore"});H("ssl",`Removed stale Root CA ${Y} from ${U}`,$.verbose)}catch{}}}function Lf($,w,A){if(process.platform!=="darwin")return EU($,A);try{let U=WU(`security verify-cert -c "${$}" -s "${w}" -l -L -R ssl 2>&1`,{encoding:"utf8"}).includes("successful");return H("ssl",`verify-cert ${w}: ${U?"trusted":"not trusted"}`,A?.verbose),U}catch{return!1}}function EU($,w){let A=XJ($);if(!A)return!1;for(let J of yf())try{let U=WU(`security find-certificate -a -Z "${J}" 2>/dev/null || true`,{encoding:"utf8"});for(let Y of U.split(`
|
|
177
|
+
`))if(Y.toUpperCase().includes("SHA-256")){if(Y.split("=").pop().replace(/SHA-256\s+hash:\s*/gi,"").replace(/:/g,"").trim().toUpperCase()===A)return H("ssl",`Root CA fingerprint found in ${J}`,w?.verbose),!0}}catch{}return!1}var j1="-d -r trustRoot -p ssl -p basic",z1="/Library/Keychains/System.keychain",If="rpx.localhost";var Sf=X$(()=>{P8();Y$()});import{execSync as H1}from"node:child_process";import T$ from"node:fs/promises";import*as Vf from"node:os";import{homedir as FU}from"node:os";import{join as V$}from"node:path";import*as ww from"node:process";function dF($){return{caCertPath:V$($,t7),caKeyPath:V$($,r7)}}async function a7($,w){try{let[A,J]=await Promise.all([T$.readFile($.caCertPath,"utf8"),T$.readFile($.caKeyPath,"utf8")]);if(!A.includes("-----BEGIN CERTIFICATE-----")||!J.includes("PRIVATE KEY-----"))return H("ssl",`Root CA files at ${$.caCertPath} look malformed, will regenerate`,w),null;return{certificate:A,privateKey:J}}catch(A){return H("ssl",`No existing Root CA at ${$.caCertPath} (${A.code||A}), will create one`,w),null}}function nF($){let w=new Set;w.add($);let A=$.split(".");if(A.length>=2)w.add(`*.${A.slice(1).join(".")}`);return Array.from(w)}function gF($){let A=ZU($).replace(/\*/g,"wildcard"),J=V$(FU(),".stacks","ssl"),U=J;if(typeof $?.https==="object")return U=$.https.basePath&&$.https.basePath.trim()!==""?$.https.basePath:J,{caCertPath:$.https.caCertPath||V$(U,`${A}.ca.crt`),certPath:$.https.certPath||V$(U,`${A}.crt`),keyPath:$.https.keyPath||V$(U,`${A}.key`)};return{caCertPath:V$(U,`${A}.ca.crt`),certPath:V$(U,`${A}.crt`),keyPath:V$(U,`${A}.key`)}}function mF($){let w=new Set;if(Tw($))$.proxies.forEach((A)=>{let J=A.to||"rpx.localhost";nF(J).forEach((U)=>w.add(U))});else if(v1($)){let A=$.to||"rpx.localhost";nF(A).forEach((J)=>w.add(J))}else w.add("rpx.localhost");return w.add("localhost"),w.add("*.localhost"),w}async function T1($){if(Aw&&!$.forceRegenerate){H("ssl","Using cached SSL configuration",$.verbose);return}s7();let w=Tw($)?$.proxies.map((E)=>E.to):[$.to];H("ssl",`Generating certificate for domains: ${w.join(", ")}`,$.verbose);let A=n1($,$.verbose),J=A.basePath||V$(FU(),".stacks","ssl");await T$.mkdir(J,{recursive:!0});let U=dF(J),Y=await a7(U,$.verbose),f=!1;if(!Y){if($.verbose)K.info("Generating Root CA certificate (one-time)...");Y=await O8(A);try{await Promise.all([T$.writeFile(U.caCertPath,Y.certificate),T$.writeFile(U.caKeyPath,Y.privateKey,{mode:384})]),f=!0,H("ssl",`Persisted Root CA at ${U.caCertPath}`,$.verbose)}catch(E){throw H("ssl",`Error saving Root CA files: ${E}`,$.verbose),Error(`Failed to save Root CA files: ${E}`)}}else H("ssl",`Reusing existing Root CA from ${U.caCertPath}`,$.verbose);if($.verbose)K.info(`Generating host certificate for: ${w.join(", ")}`);let W=await X8({...A,rootCA:{certificate:Y.certificate,privateKey:Y.privateKey}});try{await Promise.all([T$.writeFile(A.certPath,W.certificate),T$.writeFile(A.keyPath,W.privateKey),T$.writeFile(A.caCertPath,Y.certificate)]),H("ssl","Certificate files saved successfully",$.verbose)}catch(E){throw H("ssl",`Error saving certificate files: ${E}`,$.verbose),Error(`Failed to save certificate files: ${E}`)}if(f?!1:await pF(U.caCertPath,{verbose:$.verbose,regenerateUntrustedCerts:!0})){if(H("ssl","Root CA already trusted, skipping trust store update",$.verbose),$.verbose)K.success("Root CA is already trusted in system trust store");if(Aw={key:W.privateKey,cert:W.certificate,ca:Y.certificate},$.verbose)K.success(`Certificate generated successfully for ${w.length} domain${w.length>1?"s":""}`);return}if($.verbose)K.info("Adding certificate to system trust store (may require sudo permission)...");let B=!1;if(ww.platform==="darwin")try{Cf({caPath:U.caCertPath,verbose:$.verbose});let E=BU();try{H1(`security add-trusted-cert ${j1} -k "${E}" "${U.caCertPath}"`,{stdio:"ignore"})}catch{}if(u1(`security add-trusted-cert ${j1} -k ${z1} "${U.caCertPath}"`),$.verbose)K.success("Successfully added Root CA to system trust store");B=!0;let F=V$(J,"trust-rpx-cert.sh"),z=`#!/bin/bash
|
|
178
178
|
echo "Trusting RPX Root CA"
|
|
179
|
-
sudo security add-trusted-cert ${
|
|
179
|
+
sudo security add-trusted-cert ${j1} -k ${z1} "${U.caCertPath}"
|
|
180
180
|
echo "Root CA trusted! Please restart your browser."
|
|
181
181
|
echo "If you still see certificate warnings, type 'thisisunsafe' on the warning page in Chrome/Arc browsers."
|
|
182
|
-
`;await T$.writeFile(
|
|
182
|
+
`;await T$.writeFile(F,z,{mode:493})}catch(E){if($.verbose)K.warn(`Could not add Root CA to trust store automatically: ${E}`);let F=V$(J,"trust-rpx-cert.sh"),z=`#!/bin/bash
|
|
183
183
|
echo "Trusting RPX Root CA"
|
|
184
|
-
sudo security add-trusted-cert ${
|
|
184
|
+
sudo security add-trusted-cert ${j1} -k ${z1} "${U.caCertPath}"
|
|
185
185
|
echo "Root CA trusted! Please restart your browser."
|
|
186
186
|
echo "If you still see certificate warnings, type 'thisisunsafe' on the warning page in Chrome/Arc browsers."
|
|
187
|
-
`;if(await T$.writeFile(
|
|
187
|
+
`;if(await T$.writeFile(F,z,{mode:493}),$.verbose)K.info(`Created a trust helper script at: ${F}`),K.info(`If you're still having certificate issues, run: sh ${F}`)}else if(ww.platform==="linux")try{let{exec:E}=await import("node:child_process"),F="/usr/local/share/ca-certificates/rpx",z=`
|
|
188
188
|
mkdir -p "/usr/local/share/ca-certificates/rpx" 2>/dev/null || true
|
|
189
189
|
cp "${U.caCertPath}" "/usr/local/share/ca-certificates/rpx/"
|
|
190
190
|
update-ca-certificates
|
|
191
191
|
echo "RPX Root CA installed. Please restart your browser."
|
|
192
|
-
`,
|
|
192
|
+
`,j=V$(Vf.tmpdir(),`rpx-trust-${Date.now()}.sh`);await T$.writeFile(j,z,{mode:493}),await new Promise((G)=>{E(`sudo bash "${j}"`,(T)=>{if(T){if($.verbose)K.warn(`Could not trust certificates: ${T}`);G(!1)}else{if($.verbose)K.success("Successfully added certificates to system trust store");G(!0)}})}),await T$.unlink(j).catch(()=>{}),B=!0}catch(E){if($.verbose)K.warn(`Failed to trust certificates: ${E}`)}else if(ww.platform==="win32")try{let E=`
|
|
193
193
|
$cert = New-Object System.Security.Cryptography.X509Certificates.X509Certificate2("${U.caCertPath.replace(/\//g,"\\")}")
|
|
194
194
|
$store = New-Object System.Security.Cryptography.X509Certificates.X509Store("ROOT", "LocalMachine")
|
|
195
195
|
$store.Open("ReadWrite")
|
|
196
196
|
$store.Add($cert)
|
|
197
197
|
$store.Close()
|
|
198
198
|
Write-Host "Root CA trusted successfully!"
|
|
199
|
-
`,h=O$(Sf.tmpdir(),"rpx-trust.ps1");if(await T$.writeFile(h,B),F1(`powershell -ExecutionPolicy Bypass -File "${h}"`),$.verbose)R.success("Successfully added certificate to Windows trust store");E=!0}catch(B){if($.verbose)R.warn(`Could not trust certificate: ${B}`)}else try{await X8(W,Y.certificate,A),E=!0}catch(B){if($.verbose)R.warn(`Could not add certificate to trust store: ${B}`)}if(ww={key:W.privateKey,cert:W.certificate,ca:Y.certificate},$.verbose)R.success(`Certificate generated successfully for ${w.length} domain${w.length>1?"s":""}`);if(!E&&$.verbose)R.warn('If you see certificate warnings in Chrome/Arc, type "thisisunsafe" on the warning page'),R.warn("This will bypass the warning and you should only need to do it once")}function a7(){ww=null}async function v0($){if(!$)return null;if(ww)return ww;let w=u1($);try{let[A,J,U]=await Promise.all([T$.access(w.keyPath).then(()=>!0).catch(()=>!1),T$.access(w.certPath).then(()=>!0).catch(()=>!1),w.caCertPath?T$.access(w.caCertPath).then(()=>!0).catch(()=>!1):Promise.resolve(!1)]);if(!A||!J)return z("ssl",`Certificate files don't exist: key=${A}, cert=${J}, paths: ${w.keyPath}, ${w.certPath}`,$.verbose),null;let Y="regenerateUntrustedCerts"in $,f=$.regenerateUntrustedCerts,W=Y?f!==!1:!0;z("ssl",`Trust check: hasFlag=${Y}, flagValue=${f}, shouldCheckTrust=${W}`,$.verbose);let Z=w.basePath||O$(BU(),".stacks","ssl"),E=mh(Z);if(!(W?await lh(E.caCertPath,$):!0))return z("ssl","Root CA exists but is not trusted, will regenerate",$.verbose),null;let[h,j,F]=await Promise.all([T$.readFile(w.keyPath,"utf8"),T$.readFile(w.certPath,"utf8"),U&&w.caCertPath?T$.readFile(w.caCertPath,"utf8"):Promise.resolve(void 0)]);if(F&&!F.includes("-----BEGIN CERTIFICATE-----"))return z("ssl","Invalid root CA certificate content, will regenerate",$.verbose),null;if(hw($))try{let{X509Certificate:T}=await import("node:crypto"),G=new T(j).subjectAltName||"",N=$.proxies.map((K)=>K.to).filter((K)=>!G.includes(`DNS:${K}`));if(N.length>0)return z("ssl",`Certificate missing SANs for: ${N.join(", ")}, will regenerate`,$.verbose),null}catch(T){z("ssl",`Could not verify cert SANs: ${T}`,$.verbose)}return z("ssl","Successfully loaded existing certificates",$.verbose),ww={key:h,cert:j,ca:F},ww}catch(A){return z("ssl",`Error checking existing certificates: ${A}`,$.verbose),null}}function u1($,w){let A=fU($);z("ssl",`Primary domain: ${A}`,w);let J=dh($),U=O$(BU(),".stacks","ssl");if(typeof $.https==="object"){let Y=$.https.basePath&&$.https.basePath.trim()!==""?$.https.basePath:U,f={domain:A,hostCertCN:A,basePath:Y,caCertPath:$.https.caCertPath||J.caCertPath,certPath:$.https.certPath||J.certPath,keyPath:$.https.keyPath||J.keyPath,altNameIPs:["127.0.0.1","::1"],altNameURIs:[],commonName:$.https.commonName||A,organizationName:$.https.organizationName||"Local Development",countryName:$.https.countryName||"US",stateName:$.https.stateName||"California",localityName:$.https.localityName||"Playa Vista",validityDays:$.https.validityDays||825,verbose:w||!1,subjectAltNames:Array.from(nh($)).map((W)=>({type:2,value:W}))};if(Nf($.https.rootCA))f.rootCA=$.https.rootCA;return f}return{domain:A,hostCertCN:A,basePath:U,...J,altNameIPs:["127.0.0.1","::1"],altNameURIs:[],commonName:A,organizationName:"Local Development",countryName:"US",stateName:"California",localityName:"Playa Vista",validityDays:825,verbose:w||!1,subjectAltNames:Array.from(nh($)).map((Y)=>({type:2,value:Y}))}}async function gh($,w){let A=dh({to:$,verbose:w}),J=[A.caCertPath,A.certPath,A.keyPath];z("certificates","Attempting to clean up relating certificates",w),await Promise.all(J.map((U)=>Kf(U,w)))}async function lh($,w){try{if(z("ssl",`Checking if certificate is trusted: ${$}`,w?.verbose),$w.platform==="darwin"){if(w?.serverName)return yf($,w.serverName,{verbose:w.verbose});return EU($,{verbose:w.verbose})}else if($w.platform==="win32")try{let J=F1(`openssl x509 -noout -subject -in "${$}"`).toString().trim().split("=").slice(1).join("=").trim()||"";if(!J)return z("ssl","Could not extract certificate subject",w?.verbose),!1;let U=`powershell -Command "Get-ChildItem -Path Cert:\\LocalMachine\\Root | Where-Object { $_.Subject -like '*${J}*' } | Select-Object Subject"`;if(F1(U).toString().includes(J))return z("ssl","Certificate found in trusted root store",w?.verbose),!0;return z("ssl","Certificate not found in trusted root store",w?.verbose),!1}catch(A){return z("ssl",`Error checking certificate trust on Windows: ${A}`,w?.verbose),!1}else if($w.platform==="linux")try{let J=F1(`openssl x509 -noout -fingerprint -sha256 -in "${$}"`).toString().trim().split("=")[1]?.trim()||"",U=["/etc/ssl/certs","/etc/pki/tls/certs"];for(let Y of U)try{if(F1(`find ${Y} -type f -exec openssl x509 -noout -fingerprint -sha256 -in {} \\; 2>/dev/null | grep "${J}"`).toString().includes(J))return z("ssl",`Certificate fingerprint found in ${Y}`,w?.verbose),!0}catch{}return z("ssl","Certificate not found in system trust stores",w?.verbose),!1}catch(A){return z("ssl",`Error checking certificate trust on Linux: ${A}`,w?.verbose),!1}return z("ssl",`Platform ${$w.platform} not supported for certificate trust check`,w?.verbose),!1}catch(A){return z("ssl",`Error checking if certificate is trusted: ${A}`,w?.verbose),!1}}var ww=null,t7="rpx-root-ca.crt",p7="rpx-root-ca.key";var hU=X$(()=>{OB();p0();Q8();Lf();U$();Lf();x8()});function v1($,w){return async(A)=>{let J=new URL(A.url),Y=(A.headers.get("host")||"").split(":")[0],f=$(Y);if(!f)return z("request",`No route found for host: ${Y}`,w),new Response(`No proxy configured for ${Y}`,{status:404});let W=f.sourceHost,Z=J.pathname,E=Rf(J.pathname,f.pathRewrites);if(E)W=E.targetHost,Z=E.targetPath,z("request",`Path rewrite: ${J.pathname} → ${W}${Z}`,w);let B=`http://${W}${Z}${J.search}`;try{let h=new Headers(A.headers);if(h.set("host",W),f.changeOrigin)h.set("origin",`http://${f.sourceHost}`);h.set("x-forwarded-for","127.0.0.1"),h.set("x-forwarded-proto","https"),h.set("x-forwarded-host",Y);let j=await fetch(B,{method:A.method,headers:h,body:A.body,redirect:"manual"});if(f.cleanUrls&&J.pathname.endsWith(".html")){let T=J.pathname.replace(/\.html$/,"");return new Response(null,{status:301,headers:{Location:T}})}let F=new Headers(j.headers);return new Response(j.body,{status:j.status,statusText:j.statusText,headers:F})}catch(h){return z("request",`Proxy error for ${Y}: ${h}`,w),new Response(`Proxy Error: ${h}`,{status:502})}}}var FU=X$(()=>{U$();U$()});import*as jU from"node:fs";import*as i$ from"node:fs/promises";import{homedir as s7}from"node:os";import*as Vf from"node:path";import*as zU from"node:process";function Aw(){return Vf.join(s7(),".stacks","rpx","registry.d")}function n1($){return typeof $==="string"&&$.length>0&&$.length<=128&&o7.test($)}function Of($,w){if(!n1(w))throw Error(`invalid registry id: ${JSON.stringify(w)}`);return Vf.join($,`${w}.json`)}function p$($){if(!Number.isInteger($)||$<=0)return!1;try{return zU.kill($,0),!0}catch(w){return w.code==="EPERM"}}function th($){if(!$||typeof $!=="object")return!1;let w=$,A=w.pid===void 0||typeof w.pid==="number"&&Number.isInteger(w.pid)&&w.pid>0;return typeof w.id==="string"&&n1(w.id)&&typeof w.from==="string"&&w.from.length>0&&typeof w.to==="string"&&w.to.length>0&&A&&typeof w.createdAt==="string"}async function e7($){await i$.mkdir($,{recursive:!0})}async function ph($,w=Aw(),A){if(!th($))throw Error(`invalid registry entry: ${JSON.stringify($)}`);await e7(w);let J=Of(w,$.id),U=`${J}.tmp.${zU.pid}.${Date.now()}`,Y=JSON.stringify($,null,2);try{await i$.writeFile(U,Y,{encoding:"utf8",mode:420}),await i$.rename(U,J),z("registry",`wrote entry ${$.id} → ${J}`,A)}catch(f){throw await i$.unlink(U).catch(()=>{}),f}}async function Xf($,w=Aw(),A){let J=Of(w,$);try{await i$.unlink(J),z("registry",`removed entry ${$}`,A)}catch(U){if(U.code!=="ENOENT")throw U}}async function $q($,w=Aw(),A){let J=Of(w,$);try{let U=await i$.readFile(J,"utf8"),Y=JSON.parse(U);if(!th(Y))return z("registry",`entry ${$} failed validation, removing`,A),await i$.unlink(J).catch(()=>{}),null;return Y}catch(U){if(U.code==="ENOENT")return null;if(U instanceof SyntaxError)return z("registry",`entry ${$} has invalid JSON, removing`,A),await i$.unlink(J).catch(()=>{}),null;throw U}}async function Fw($=Aw(),w){let A;try{A=await i$.readdir($)}catch(U){if(U.code==="ENOENT")return[];throw U}let J=[];for(let U of A){if(!U.endsWith(".json"))continue;let Y=U.slice(0,-5);if(!n1(Y))continue;let f=await $q(Y,$,w);if(f)J.push(f)}return J}async function HU($=Aw(),w){let A=await Fw($,w),J=0;for(let U of A){if(U.pid===void 0)continue;if(!p$(U.pid))z("registry",`GC: pid ${U.pid} for ${U.id} is dead, removing`,w),await Xf(U.id,$,w).catch(()=>{}),J++}return J}function _f($,w={}){let A=w.dir??Aw(),J=w.debounceMs??100,U=w.pollMs??Math.max(J*2,250),Y=w.verbose;jU.mkdirSync(A,{recursive:!0});let f=null,W=!1,Z=null,E=!1,B=(G)=>{return JSON.stringify(G.map((q)=>({id:q.id,from:q.from,to:q.to,pid:q.pid,pathRewrites:q.pathRewrites,cleanUrls:q.cleanUrls,changeOrigin:q.changeOrigin})).sort((q,N)=>q.id.localeCompare(N.id)))},h=()=>{if(f=null,W)return;Fw(A,Y).then((G)=>{return Z=B(G),$(G)}).catch((G)=>{z("registry",`watcher onChange failed: ${G}`,Y)})},j=()=>{if(W)return;if(f)clearTimeout(f);f=setTimeout(h,J)},T=setInterval(()=>{if(W||E)return;E=!0,Fw(A,Y).then((G)=>{if(B(G)!==Z)j()}).catch((G)=>{z("registry",`watcher poll failed: ${G}`,Y)}).finally(()=>{E=!1})},U),H=jU.watch(A,{persistent:!0},(G,q)=>{if(q&&/\.tmp\.\d+\.\d+$/.test(q))return;j()});return H.on("error",(G)=>{z("registry",`watcher error: ${G}`,Y)}),j(),{close:()=>{if(W=!0,f)clearTimeout(f);clearInterval(T),H.close()}}}var o7;var m1=X$(()=>{U$();o7=/^[a-zA-Z0-9._-]+$/});import{spawn as wq}from"node:child_process";import*as jw from"node:fs/promises";import{homedir as Aq}from"node:os";import*as d1 from"node:path";import*as r$ from"node:process";function n0(){return d1.join(Aq(),".stacks","rpx")}function ah($=n0()){return d1.join($,"daemon.pid")}async function rh($=n0()){try{let w=await jw.readFile(ah($),"utf8"),A=Number.parseInt(w.trim(),10);if(!Number.isFinite(A)||A<=0)return null;return A}catch(w){if(w.code==="ENOENT")return null;throw w}}async function Jq($=n0()){await jw.unlink(ah($)).catch(()=>{})}function Uq(){let $=r$.execPath,w=d1.basename($).toLowerCase();if((w==="bun"||w==="node"||w.startsWith("bun-"))&&r$.argv[1])return[$,r$.argv[1],"daemon:start"];return[$,"daemon:start"]}async function sh($={}){let w=$.rpxDir??n0(),A=$.verbose??!1;await Jw({rpxDir:w,verbose:A}).catch((B)=>{z("daemon",`DNS reconcile before ensureDaemonRunning: ${B}`,A)});let J=await rh(w);if(J!==null&&p$(J))return z("daemon",`ensureDaemonRunning: already running pid=${J}`,A),{pid:J,spawned:!1};if(J!==null)z("daemon",`ensureDaemonRunning: clearing stale pid=${J}`,A),await Jq(w);await jw.mkdir(w,{recursive:!0});let U=$.spawnCommand??Uq();if(U.length===0)throw Error("ensureDaemonRunning: spawnCommand is empty");z("daemon",`spawning daemon: ${U.join(" ")}`,A);let Y=wq(U[0],U.slice(1),{detached:!0,stdio:"ignore",cwd:$.spawnCwd??r$.cwd(),env:$.spawnEnv?{...r$.env,...$.spawnEnv}:r$.env});Y.unref();let f=null;Y.once("error",(B)=>{f=B});let W=$.startupTimeoutMs??5000,Z=$.pollIntervalMs??50,E=Date.now()+W;while(Date.now()<E){if(f)throw f;let B=await rh(w);if(B!==null&&p$(B))return z("daemon",`daemon registered with pid=${B}`,A),{pid:B,spawned:!0};await new Promise((h)=>setTimeout(h,Z))}if(f)throw f;throw Error(`rpx daemon failed to start within ${W}ms (rpxDir=${w})`)}var Df=X$(()=>{p0();hU();FU();m1();z1();U$()});import*as Uw from"node:fs/promises";import{homedir as Yq}from"node:os";import*as kf from"node:path";function eh(){return kf.join(Yq(),".stacks","rpx")}function Qf($=eh()){return kf.join($,fq)}async function GU($=eh()){try{let w=await Uw.readFile(Qf($),"utf8"),A=JSON.parse(w);if(A.version!==TU||!Array.isArray(A.resolvers))return null;return{version:TU,resolvers:A.resolvers.filter((J)=>typeof J==="string"),domains:Array.isArray(A.domains)?A.domains.filter((J)=>typeof J==="string"):[],ownerPid:typeof A.ownerPid==="number"?A.ownerPid:null,updatedAt:typeof A.updatedAt==="string"?A.updatedAt:""}}catch(w){if(w.code==="ENOENT")return null;throw w}}async function $F($,w){await Uw.mkdir($,{recursive:!0}),await Uw.writeFile(Qf($),`${JSON.stringify(w,null,2)}
|
|
200
|
-
`,"utf8")}async function
|
|
199
|
+
`,F=V$(Vf.tmpdir(),"rpx-trust.ps1");if(await T$.writeFile(F,E),H1(`powershell -ExecutionPolicy Bypass -File "${F}"`),$.verbose)K.success("Successfully added certificate to Windows trust store");B=!0}catch(E){if($.verbose)K.warn(`Could not trust certificate: ${E}`)}else try{await _8(W,Y.certificate,A),B=!0}catch(E){if($.verbose)K.warn(`Could not add certificate to trust store: ${E}`)}if(Aw={key:W.privateKey,cert:W.certificate,ca:Y.certificate},$.verbose)K.success(`Certificate generated successfully for ${w.length} domain${w.length>1?"s":""}`);if(!B&&$.verbose)K.warn('If you see certificate warnings in Chrome/Arc, type "thisisunsafe" on the warning page'),K.warn("This will bypass the warning and you should only need to do it once")}function s7(){Aw=null}async function n0($){if(!$)return null;if(Aw)return Aw;let w=n1($);try{let[A,J,U]=await Promise.all([T$.access(w.keyPath).then(()=>!0).catch(()=>!1),T$.access(w.certPath).then(()=>!0).catch(()=>!1),w.caCertPath?T$.access(w.caCertPath).then(()=>!0).catch(()=>!1):Promise.resolve(!1)]);if(!A||!J)return H("ssl",`Certificate files don't exist: key=${A}, cert=${J}, paths: ${w.keyPath}, ${w.certPath}`,$.verbose),null;let Y="regenerateUntrustedCerts"in $,f=$.regenerateUntrustedCerts,W=Y?f!==!1:!0;H("ssl",`Trust check: hasFlag=${Y}, flagValue=${f}, shouldCheckTrust=${W}`,$.verbose);let Z=w.basePath||V$(FU(),".stacks","ssl"),B=dF(Z);if(!(W?await pF(B.caCertPath,$):!0))return H("ssl","Root CA exists but is not trusted, will regenerate",$.verbose),null;let[F,z,j]=await Promise.all([T$.readFile(w.keyPath,"utf8"),T$.readFile(w.certPath,"utf8"),U&&w.caCertPath?T$.readFile(w.caCertPath,"utf8"):Promise.resolve(void 0)]);if(j&&!j.includes("-----BEGIN CERTIFICATE-----"))return H("ssl","Invalid root CA certificate content, will regenerate",$.verbose),null;if(Tw($))try{let{X509Certificate:G}=await import("node:crypto"),h=new G(z).subjectAltName||"",N=$.proxies.map((R)=>R.to).filter((R)=>!h.includes(`DNS:${R}`));if(N.length>0)return H("ssl",`Certificate missing SANs for: ${N.join(", ")}, will regenerate`,$.verbose),null}catch(G){H("ssl",`Could not verify cert SANs: ${G}`,$.verbose)}return H("ssl","Successfully loaded existing certificates",$.verbose),Aw={key:F,cert:z,ca:j},Aw}catch(A){return H("ssl",`Error checking existing certificates: ${A}`,$.verbose),null}}function n1($,w){let A=ZU($);H("ssl",`Primary domain: ${A}`,w);let J=gF($),U=V$(FU(),".stacks","ssl");if(typeof $.https==="object"){let Y=$.https.basePath&&$.https.basePath.trim()!==""?$.https.basePath:U,f={domain:A,hostCertCN:A,basePath:Y,caCertPath:$.https.caCertPath||J.caCertPath,certPath:$.https.certPath||J.certPath,keyPath:$.https.keyPath||J.keyPath,altNameIPs:["127.0.0.1","::1"],altNameURIs:[],commonName:$.https.commonName||A,organizationName:$.https.organizationName||"Local Development",countryName:$.https.countryName||"US",stateName:$.https.stateName||"California",localityName:$.https.localityName||"Playa Vista",validityDays:$.https.validityDays||825,verbose:w||!1,subjectAltNames:Array.from(mF($)).map((W)=>({type:2,value:W}))};if(Kf($.https.rootCA))f.rootCA=$.https.rootCA;return f}return{domain:A,hostCertCN:A,basePath:U,...J,altNameIPs:["127.0.0.1","::1"],altNameURIs:[],commonName:A,organizationName:"Local Development",countryName:"US",stateName:"California",localityName:"Playa Vista",validityDays:825,verbose:w||!1,subjectAltNames:Array.from(mF($)).map((Y)=>({type:2,value:Y}))}}async function lF($,w){let A=gF({to:$,verbose:w}),J=[A.caCertPath,A.certPath,A.keyPath];H("certificates","Attempting to clean up relating certificates",w),await Promise.all(J.map((U)=>Mf(U,w)))}async function pF($,w){try{if(H("ssl",`Checking if certificate is trusted: ${$}`,w?.verbose),ww.platform==="darwin"){if(w?.serverName)return Lf($,w.serverName,{verbose:w.verbose});return EU($,{verbose:w.verbose})}else if(ww.platform==="win32")try{let J=H1(`openssl x509 -noout -subject -in "${$}"`).toString().trim().split("=").slice(1).join("=").trim()||"";if(!J)return H("ssl","Could not extract certificate subject",w?.verbose),!1;let U=`powershell -Command "Get-ChildItem -Path Cert:\\LocalMachine\\Root | Where-Object { $_.Subject -like '*${J}*' } | Select-Object Subject"`;if(H1(U).toString().includes(J))return H("ssl","Certificate found in trusted root store",w?.verbose),!0;return H("ssl","Certificate not found in trusted root store",w?.verbose),!1}catch(A){return H("ssl",`Error checking certificate trust on Windows: ${A}`,w?.verbose),!1}else if(ww.platform==="linux")try{let J=H1(`openssl x509 -noout -fingerprint -sha256 -in "${$}"`).toString().trim().split("=")[1]?.trim()||"",U=["/etc/ssl/certs","/etc/pki/tls/certs"];for(let Y of U)try{if(H1(`find ${Y} -type f -exec openssl x509 -noout -fingerprint -sha256 -in {} \\; 2>/dev/null | grep "${J}"`).toString().includes(J))return H("ssl",`Certificate fingerprint found in ${Y}`,w?.verbose),!0}catch{}return H("ssl","Certificate not found in system trust stores",w?.verbose),!1}catch(A){return H("ssl",`Error checking certificate trust on Linux: ${A}`,w?.verbose),!1}return H("ssl",`Platform ${ww.platform} not supported for certificate trust check`,w?.verbose),!1}catch(A){return H("ssl",`Error checking if certificate is trusted: ${A}`,w?.verbose),!1}}var Aw=null,t7="rpx-root-ca.crt",r7="rpx-root-ca.key";var jU=X$(()=>{XE();r0();x8();Sf();Y$();Sf();P8()});function m1($,w){return async(A)=>{let J=new URL(A.url),Y=(A.headers.get("host")||"").split(":")[0],f=$(Y);if(!f)return H("request",`No route found for host: ${Y}`,w),new Response(`No proxy configured for ${Y}`,{status:404});let W=f.sourceHost,Z=J.pathname,B=Rf(J.pathname,f.pathRewrites);if(B)W=B.targetHost,Z=B.targetPath,H("request",`Path rewrite: ${J.pathname} → ${W}${Z}`,w);let E=`http://${W}${Z}${J.search}`;try{let F=new Headers(A.headers);if(F.set("host",W),f.changeOrigin)F.set("origin",`http://${f.sourceHost}`);F.set("x-forwarded-for","127.0.0.1"),F.set("x-forwarded-proto","https"),F.set("x-forwarded-host",Y);let z=await fetch(E,{method:A.method,headers:F,body:A.body,redirect:"manual"});if(f.cleanUrls&&J.pathname.endsWith(".html")){let G=J.pathname.replace(/\.html$/,"");return new Response(null,{status:301,headers:{Location:G}})}let j=new Headers(z.headers);return new Response(z.body,{status:z.status,statusText:z.statusText,headers:j})}catch(F){return H("request",`Proxy error for ${Y}: ${F}`,w),new Response(`Proxy Error: ${F}`,{status:502})}}}var zU=X$(()=>{Y$();Y$()});import*as HU from"node:fs";import*as i$ from"node:fs/promises";import{homedir as o7}from"node:os";import*as Of from"node:path";import*as TU from"node:process";function Jw(){return Of.join(o7(),".stacks","rpx","registry.d")}function d1($){return typeof $==="string"&&$.length>0&&$.length<=128&&e7.test($)}function Xf($,w){if(!d1(w))throw Error(`invalid registry id: ${JSON.stringify(w)}`);return Of.join($,`${w}.json`)}function n$($){if(!Number.isInteger($)||$<=0)return!1;try{return TU.kill($,0),!0}catch(w){return w.code==="EPERM"}}function tF($){if(!$||typeof $!=="object")return!1;let w=$,A=w.pid===void 0||typeof w.pid==="number"&&Number.isInteger(w.pid)&&w.pid>0;return typeof w.id==="string"&&d1(w.id)&&typeof w.from==="string"&&w.from.length>0&&typeof w.to==="string"&&w.to.length>0&&A&&typeof w.createdAt==="string"}async function $q($){await i$.mkdir($,{recursive:!0})}async function rF($,w=Jw(),A){if(!tF($))throw Error(`invalid registry entry: ${JSON.stringify($)}`);await $q(w);let J=Xf(w,$.id),U=`${J}.tmp.${TU.pid}.${Date.now()}`,Y=JSON.stringify($,null,2);try{await i$.writeFile(U,Y,{encoding:"utf8",mode:420}),await i$.rename(U,J),H("registry",`wrote entry ${$.id} → ${J}`,A)}catch(f){throw await i$.unlink(U).catch(()=>{}),f}}async function _f($,w=Jw(),A){let J=Xf(w,$);try{await i$.unlink(J),H("registry",`removed entry ${$}`,A)}catch(U){if(U.code!=="ENOENT")throw U}}async function wq($,w=Jw(),A){let J=Xf(w,$);try{let U=await i$.readFile(J,"utf8"),Y=JSON.parse(U);if(!tF(Y))return H("registry",`entry ${$} failed validation, removing`,A),await i$.unlink(J).catch(()=>{}),null;return Y}catch(U){if(U.code==="ENOENT")return null;if(U instanceof SyntaxError)return H("registry",`entry ${$} has invalid JSON, removing`,A),await i$.unlink(J).catch(()=>{}),null;throw U}}async function Gw($=Jw(),w){let A;try{A=await i$.readdir($)}catch(U){if(U.code==="ENOENT")return[];throw U}let J=[];for(let U of A){if(!U.endsWith(".json"))continue;let Y=U.slice(0,-5);if(!d1(Y))continue;let f=await wq(Y,$,w);if(f)J.push(f)}return J}async function GU($=Jw(),w){let A=await Gw($,w),J=0;for(let U of A){if(U.pid===void 0)continue;if(!n$(U.pid))H("registry",`GC: pid ${U.pid} for ${U.id} is dead, removing`,w),await _f(U.id,$,w).catch(()=>{}),J++}return J}function Df($,w={}){let A=w.dir??Jw(),J=w.debounceMs??100,U=w.pollMs??Math.max(J*2,250),Y=w.verbose;HU.mkdirSync(A,{recursive:!0});let f=null,W=!1,Z=null,B=!1,E=(h)=>{return JSON.stringify(h.map((q)=>({id:q.id,from:q.from,to:q.to,pid:q.pid,pathRewrites:q.pathRewrites,cleanUrls:q.cleanUrls,changeOrigin:q.changeOrigin})).sort((q,N)=>q.id.localeCompare(N.id)))},F=()=>{if(f=null,W)return;Gw(A,Y).then((h)=>{return Z=E(h),$(h)}).catch((h)=>{H("registry",`watcher onChange failed: ${h}`,Y)})},z=()=>{if(W)return;if(f)clearTimeout(f);f=setTimeout(F,J)},G=setInterval(()=>{if(W||B)return;B=!0,Gw(A,Y).then((h)=>{if(E(h)!==Z)z()}).catch((h)=>{H("registry",`watcher poll failed: ${h}`,Y)}).finally(()=>{B=!1})},U),T=HU.watch(A,{persistent:!0},(h,q)=>{if(q&&/\.tmp\.\d+\.\d+$/.test(q))return;z()});return T.on("error",(h)=>{H("registry",`watcher error: ${h}`,Y)}),z(),{close:()=>{if(W=!0,f)clearTimeout(f);clearInterval(G),T.close()}}}var e7;var g1=X$(()=>{Y$();e7=/^[a-zA-Z0-9._-]+$/});import{spawn as Aq}from"node:child_process";import*as hw from"node:fs/promises";import{homedir as Jq}from"node:os";import*as l1 from"node:path";import*as c$ from"node:process";function m0(){return l1.join(Jq(),".stacks","rpx")}function sF($=m0()){return l1.join($,"daemon.pid")}async function aF($=m0()){try{let w=await hw.readFile(sF($),"utf8"),A=Number.parseInt(w.trim(),10);if(!Number.isFinite(A)||A<=0)return null;return A}catch(w){if(w.code==="ENOENT")return null;throw w}}async function Uq($=m0()){await hw.unlink(sF($)).catch(()=>{})}function Yq(){let $=c$.execPath,w=l1.basename($).toLowerCase();if((w==="bun"||w==="node"||w.startsWith("bun-"))&&c$.argv[1])return[$,c$.argv[1],"daemon:start"];return[$,"daemon:start"]}async function oF($={}){let w=$.rpxDir??m0(),A=$.verbose??!1;await Uw({rpxDir:w,verbose:A}).catch((E)=>{H("daemon",`DNS reconcile before ensureDaemonRunning: ${E}`,A)});let J=await aF(w);if(J!==null&&n$(J))return H("daemon",`ensureDaemonRunning: already running pid=${J}`,A),{pid:J,spawned:!1};if(J!==null)H("daemon",`ensureDaemonRunning: clearing stale pid=${J}`,A),await Uq(w);await hw.mkdir(w,{recursive:!0});let U=$.spawnCommand??Yq();if(U.length===0)throw Error("ensureDaemonRunning: spawnCommand is empty");H("daemon",`spawning daemon: ${U.join(" ")}`,A);let Y=Aq(U[0],U.slice(1),{detached:!0,stdio:"ignore",cwd:$.spawnCwd??c$.cwd(),env:$.spawnEnv?{...c$.env,...$.spawnEnv}:c$.env});Y.unref();let f=null;Y.once("error",(E)=>{f=E});let W=$.startupTimeoutMs??5000,Z=$.pollIntervalMs??50,B=Date.now()+W;while(Date.now()<B){if(f)throw f;let E=await aF(w);if(E!==null&&n$(E))return H("daemon",`daemon registered with pid=${E}`,A),{pid:E,spawned:!0};await new Promise((F)=>setTimeout(F,Z))}if(f)throw f;throw Error(`rpx daemon failed to start within ${W}ms (rpxDir=${w})`)}var kf=X$(()=>{r0();jU();zU();g1();G1();Y$()});import*as Yw from"node:fs/promises";import{homedir as fq}from"node:os";import*as Qf from"node:path";function $j(){return Qf.join(fq(),".stacks","rpx")}function xf($=$j()){return Qf.join($,Zq)}async function qU($=$j()){try{let w=await Yw.readFile(xf($),"utf8"),A=JSON.parse(w);if(A.version!==hU||!Array.isArray(A.resolvers))return null;return{version:hU,resolvers:A.resolvers.filter((J)=>typeof J==="string"),domains:Array.isArray(A.domains)?A.domains.filter((J)=>typeof J==="string"):[],ownerPid:typeof A.ownerPid==="number"?A.ownerPid:null,updatedAt:typeof A.updatedAt==="string"?A.updatedAt:""}}catch(w){if(w.code==="ENOENT")return null;throw w}}async function wj($,w){await Yw.mkdir($,{recursive:!0}),await Yw.writeFile(xf($),`${JSON.stringify(w,null,2)}
|
|
200
|
+
`,"utf8")}async function Pf($){await Yw.rm(xf($),{force:!0})}function Aj($){let w=$.trim().toLowerCase().replace(/\.$/,"");if(!w||w.includes("127.0.0.1"))return null;if(w==="localhost"||w.endsWith(".localhost"))return null;if(/^\d{1,3}(\.\d{1,3}){3}$/.test(w))return null;return w}function Wq($){let w=Aj($);if(!w)return null;let A=w.split(".");if(A.length<2)return null;return A.slice(-2).join(".")}function bf($){let w=new Set;for(let A of $){let J=Wq(A);if(J)w.add(J)}return Array.from(w).sort()}function cf($){let w=new Set;for(let A of $){let J=Aj(A);if(J)w.add(J)}return Array.from(w).sort()}var hU=1,Zq="dns-state.json",eF;var Jj=X$(()=>{eF=["com","test","dev","app","page","local","localhost","example","invalid"]});var MU={};UZ(MU,{tearDownDevelopmentDns:()=>qw,syncDevelopmentDnsFromRegistry:()=>p1,stopDnsServer:()=>uf,startDnsServer:()=>Bj,setupResolver:()=>Nq,setupDevelopmentDns:()=>df,resolverFilePath:()=>h1,removeResolver:()=>Rq,removeLegacyTldResolvers:()=>mf,reconcileStaleDevelopmentDns:()=>Uw,isDnsServerRunning:()=>Hq,contentLooksLikeRpxResolver:()=>Ej,RPX_RESOLVER_MARKER:()=>fj,DNS_PORT:()=>RU});import Bq from"node:dgram";import*as Uj from"node:fs/promises";import*as Yj from"node:path";import*as d0 from"node:process";function Eq($){return{id:$.readUInt16BE(0),flags:$.readUInt16BE(2),qdcount:$.readUInt16BE(4),ancount:$.readUInt16BE(6),nscount:$.readUInt16BE(8),arcount:$.readUInt16BE(10)}}function Wj($,w){let A=[],J=w;while(!0){let U=$[J];if(U===0){J++;break}if((U&192)===192){let Y=$.readUInt16BE(J)&16383,{name:f}=Wj($,Y);A.push(f),J+=2;break}J++,A.push($.subarray(J,J+U).toString("ascii")),J+=U}return{name:A.join("."),newOffset:J}}function Fq($,w){let{name:A,newOffset:J}=Wj($,w),U=$.readUInt16BE(J),Y=$.readUInt16BE(J+2);return{question:{name:A,type:U,class:Y},newOffset:J+4}}function KU($){let w=$.split("."),A=[];for(let J of w)A.push(Buffer.from([J.length])),A.push(Buffer.from(J,"ascii"));return A.push(Buffer.from([0])),Buffer.concat(A)}function jq($,w,A){let J=[],U=Buffer.alloc(12);U.writeUInt16BE($,0),U.writeUInt16BE(33152,2),U.writeUInt16BE(1,4),U.writeUInt16BE(1,6),U.writeUInt16BE(0,8),U.writeUInt16BE(0,10),J.push(U),J.push(KU(w.name));let Y=Buffer.alloc(4);Y.writeUInt16BE(w.type,0),Y.writeUInt16BE(w.class,2),J.push(Y),J.push(KU(w.name));let f=Buffer.alloc(10);if(f.writeUInt16BE(w.type,0),f.writeUInt16BE(1,2),f.writeUInt32BE(300,4),w.type===1){f.writeUInt16BE(4,8),J.push(f);let W=A.split(".").map((Z)=>Number.parseInt(Z,10));J.push(Buffer.from(W))}else if(w.type===28)f.writeUInt16BE(16,8),J.push(f),J.push(Buffer.from([0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1]));else return U.writeUInt16BE(33155,2),U.writeUInt16BE(0,6),Buffer.concat([U,KU(w.name),Y]);return Buffer.concat(J)}function zq($,w){let A=[],J=Buffer.alloc(12);J.writeUInt16BE($,0),J.writeUInt16BE(33155,2),J.writeUInt16BE(1,4),J.writeUInt16BE(0,6),J.writeUInt16BE(0,8),J.writeUInt16BE(0,10),A.push(J),A.push(KU(w.name));let U=Buffer.alloc(4);return U.writeUInt16BE(w.type,0),U.writeUInt16BE(w.class,2),A.push(U),Buffer.concat(A)}async function Bj($,w){if(d0.platform!=="darwin")return!1;let A=cf($);if(A.length===0)return!1;if(m$){for(let J of A)NU.add(J);return H("dns","DNS server already running — merged domains",w),!0}return NU=new Set(A),new Promise((J)=>{m$=Bq.createSocket("udp4"),m$.on("error",(U)=>{H("dns",`DNS server error: ${U.message}`,w),m$?.close(),m$=null,J(!1)}),m$.on("message",(U,Y)=>{try{let f=Eq(U),{question:W}=Fq(U,12);H("dns",`Query for ${W.name} type ${W.type} from ${Y.address}`,w);let Z=W.name.toLowerCase(),B=!1;for(let F of NU)if(Z===F||Z.endsWith(`.${F}`)){B=!0;break}let E;if(B&&(W.type===1||W.type===28))E=jq(f.id,W,"127.0.0.1"),H("dns",`Responding with localhost for ${W.name}`,w);else E=zq(f.id,W),H("dns",`NXDOMAIN for ${W.name}`,w);m$?.send(E,Y.port,Y.address)}catch(f){H("dns",`Error processing DNS query: ${f}`,w)}}),m$.on("listening",()=>{let U=m$?.address();H("dns",`DNS server listening on ${U?.address}:${U?.port}`,w),J(!0)});try{m$.bind(RU,"127.0.0.1")}catch(U){H("dns",`Failed to bind DNS server: ${U}`,w),J(!1)}})}function uf($){if(m$)H("dns","Stopping DNS server",$),m$.close(),m$=null,NU=new Set}function Hq(){return m$!==null}function Tq(){return`${fj}
|
|
201
201
|
nameserver 127.0.0.1
|
|
202
202
|
port ${RU}
|
|
203
|
-
`}function
|
|
203
|
+
`}function h1($){return Yj.join(Zj,$)}function Ej($){return $.includes("127.0.0.1")&&$.includes(String(RU))}async function Gq($){try{return await Uj.readFile(h1($),"utf8")}catch(w){if(w.code==="ENOENT")return null;throw w}}async function vf($){if(d0.platform!=="darwin")return;let{execSudoSync:w,getSudoPassword:A}=await Promise.resolve().then(() => (Y$(),F1));if(!A()){H("dns","Cannot flush DNS cache without SUDO_PASSWORD",$);return}try{w("dscacheutil -flushcache"),w("killall -HUP mDNSResponder 2>/dev/null || true"),H("dns","DNS cache flushed",$)}catch(J){H("dns",`Could not flush DNS cache: ${J}`,$)}}async function hq($,w){let{execSudoSync:A}=await Promise.resolve().then(() => (Y$(),F1)),J=Tq().replace(/\n/g,"\\n"),U=`bash -c 'mkdir -p ${Zj} && printf "%b" "${J}" > ${h1($)}'`;A(U),H("dns",`Created ${h1($)}`,w)}async function qq($,w){let{execSudoSync:A}=await Promise.resolve().then(() => (Y$(),F1));A(`rm -f ${h1($)}`),H("dns",`Removed ${h1($)}`,w)}async function Nq($,w){return df({domains:w??[],verbose:$})}async function Kq($,w){if(d0.platform!=="darwin")return!0;let{getSudoPassword:A}=await Promise.resolve().then(() => (Y$(),F1));if(!A())return H("dns","SUDO_PASSWORD not set, cannot create resolver files",w),!1;try{for(let J of $)await hq(J,w);return await vf(w),!0}catch(J){return H("dns",`Failed to create resolver file: ${J}`,w),!1}}async function nf($,w){if(d0.platform!=="darwin")return;let{getSudoPassword:A}=await Promise.resolve().then(() => (Y$(),F1));if(!A())return;try{for(let J of $)await qq(J,w);await vf(w)}catch(J){H("dns",`Failed to remove resolver files: ${J}`,w)}}async function mf($){if(d0.platform!=="darwin")return[];let w=[];for(let A of eF){let J=await Gq(A);if(J&&Ej(J))await nf([A],$),w.push(A)}return w}async function df($){let w=$.rpxDir??m0(),A=cf($.domains);if(A.length===0)return!1;let J=bf(A);if(!await Bj(A,$.verbose))return!1;if(!await Kq(J,$.verbose))return!1;let f={version:hU,resolvers:J,domains:A,ownerPid:$.ownerPid??d0.pid,updatedAt:new Date().toISOString()};return await wj(w,f),!0}async function p1($,w={}){let A=$.map((Z)=>Z.to).filter(Boolean),J=w.rpxDir??m0(),U=bf(A),W=((await qU(J))?.resolvers??[]).filter((Z)=>!U.includes(Z));if(W.length>0)await nf(W,w.verbose);if(U.length===0){uf(w.verbose),await Pf(J);return}await df({domains:A,rpxDir:J,verbose:w.verbose,ownerPid:w.ownerPid??d0.pid})}async function qw($={}){let w=$.rpxDir??m0();uf($.verbose);let J=(await qU(w))?.resolvers??[];await nf(J,$.verbose),await mf($.verbose),await Pf(w)}async function Rq($){await qw({verbose:$})}async function Uw($={}){let w=$.rpxDir??m0(),A=await qU(w),J=A?.ownerPid!=null&&n$(A.ownerPid);if(A&&!J){H("dns",`reconcile: owner pid ${A.ownerPid} is gone — tearing down DNS`,$.verbose),await qw($);return}let U=await mf($.verbose);if(U.length>0)H("dns",`reconcile: removed legacy TLD resolvers: ${U.join(", ")}`,$.verbose);await vf($.verbose)}var RU=15353,fj="# managed-by: rpx",Zj="/etc/resolver",m$=null,NU;var G1=X$(()=>{kf();Jj();g1();Y$();NU=new Set});import{dirname as dq,join as gq}from"path";import*as v$ from"process";import{fileURLToPath as lq}from"url";import{existsSync as vj}from"node:fs";import QU from"node:fs/promises";import YZ from"node:os";import xU from"node:path";import Bw from"node:process";import{EventEmitter as nj}from"node:events";import g0 from"node:process";import fZ from"node:process";import cU from"node:process";import JA from"node:process";import R1 from"node:process";import BZ from"node:tty";import Oz,{stdin as j5,stdout as z5}from"node:process";import FZ,{stdin as Dz,stdout as kz}from"node:process";import Qz from"node:readline";class zZ{configPath;config=null;events=[];retryCount=0;maxRetries=3;retryDelayMs=1000;constructor(){let $=YZ.homedir(),w=xU.join($,".config","clapp");this.configPath=xU.join(w,"telemetry.json")}async isEnabled(){if(Bw.env.DO_NOT_TRACK==="1"||Bw.env.DO_NOT_TRACK==="true")return!1;if(Bw.env.NO_TELEMETRY==="1"||Bw.env.NO_TELEMETRY==="true")return!1;return(await this.loadConfig()).enabled}async enable(){let $=await this.loadConfig();if($.enabled=!0,!$.userId)$.userId=this.generateUserId();await this.saveConfig($)}async disable(){let $=await this.loadConfig();$.enabled=!1,await this.saveConfig($)}async track($,w){if(!await this.isEnabled())return;let J={event:$,...w,timestamp:Date.now(),platform:YZ.platform(),nodeVersion:Bw.version};if(this.events.push(J),this.events.length>=10)await this.send()}async trackCommand($,w){await this.track("command",{command:$,duration:w})}async trackError($,w){await this.track("error",{error:$,command:w})}async send(){if(!await this.isEnabled()||this.events.length===0)return!0;try{this.events=[],this.retryCount=0;let w=await this.loadConfig();return w.lastSent=Date.now(),await this.saveConfig(w),!0}catch{if(this.retryCount<this.maxRetries){this.retryCount++;let w=this.retryDelayMs*2**(this.retryCount-1);return await this.sleep(w),this.send()}return this.events=[],this.retryCount=0,!1}}async flush(){if(this.events.length===0)return!0;return this.send()}sleep($){return new Promise((w)=>setTimeout(w,$))}async status(){let $=await this.loadConfig();return{enabled:$.enabled,doNotTrack:Bw.env.DO_NOT_TRACK==="1"||Bw.env.DO_NOT_TRACK==="true",eventsQueued:this.events.length,lastSent:$.lastSent}}async loadConfig(){if(this.config)return this.config;try{if(vj(this.configPath)){let $=await QU.readFile(this.configPath,"utf-8");return this.config=JSON.parse($),this.config}}catch{}return this.config={enabled:!1},this.config}async saveConfig($){this.config=$;try{let w=xU.dirname(this.configPath);await QU.mkdir(w,{recursive:!0}),await QU.writeFile(this.configPath,JSON.stringify($,null,2),"utf-8")}catch{}}generateUserId(){let $=Math.random().toString(36).substring(2,15),w=Date.now().toString(36);return`${$}-${w}`}}var $5=new zZ;function mj($,w={}){let A={_:[]},J=w.alias||{},U=new Set(w.boolean||[]),Y={};for(let W of Object.keys(J))for(let Z of J[W])Y[Z]=W;for(let W of U)if(J[W])for(let Z of J[W])U.add(Z);function f(W,Z){let B=Y[W]||W;if(A[B]=Z,J[B])for(let E of J[B])A[E]=Z;if(Y[W]&&J[Y[W]])for(let E of J[Y[W]])A[E]=Z;A[W]=Z}for(let W=0;W<$.length;W++){let Z=$[W];if(Z==="--"){A._.push(...$.slice(W+1));break}if(Z.startsWith("--")){let B=Z.indexOf("=");if(B!==-1){let E=Z.slice(2,B),F=Z.slice(B+1);f(E,F)}else{let E=Z.slice(2);if(E.startsWith("no-")){let z=E.slice(3);f(z,!1);continue}let F=Y[E]||E;if(U.has(F)||U.has(E))f(E,!0);else{let z=$[W+1];if(z!==void 0&&!z.startsWith("-"))f(E,z),W++;else f(E,!0)}}}else if(Z.startsWith("-")&&Z.length>1){let B=Z.slice(1);for(let E=0;E<B.length;E++){let F=B[E],z=Y[F]||F;if(E===B.length-1&&!U.has(z)&&!U.has(F)){let j=$[W+1];if(j!==void 0&&!j.startsWith("-"))f(F,j),W++;else f(F,!0)}else f(F,!0)}}else A._.push(Z)}return A}function iU($){return $.replace(/[<[].+/,"").trim()}function dj($){let w=/<([^>]+)>/g,A=/\[([^\]]+)\]/g,J=[],U=(W)=>{let Z=!1,B=W[1];if(B.startsWith("..."))B=B.slice(3),Z=!0;return{required:W[0].startsWith("<"),value:B,variadic:Z}},Y;while(Y=w.exec($))J.push(U(Y));let f;while(f=A.exec($))J.push(U(f));return J}function gj($){let w={alias:{},boolean:[]};for(let[A,J]of $.entries()){if(J.names.length>1)w.alias[J.names[0]]=J.names.slice(1);if(J.isBoolean)if(J.negated){if(!$.some((Y,f)=>{return f!==A&&Y.names.some((W)=>J.names.includes(W))&&typeof Y.required==="boolean"}))w.boolean.push(J.names[0])}else w.boolean.push(J.names[0])}return w}function ZZ($){return $.reduce((w,A)=>w.length>=A.length?w:A,"")}function PU($,w){return $.length>=w?$:`${$}${" ".repeat(w-$.length)}`}function lj($){return $.replace(/([a-z])-([a-z])/g,(w,A,J)=>{return A+J.toUpperCase()})}function pj($,w,A){let J=0,U=w.length,Y=$,f;for(;J<U;++J)f=Y[w[J]],Y=Y[w[J]]=J===U-1?A:f!=null?f:!!~w[J+1].indexOf(".")||!(+w[J+1]>-1)?{}:[]}function tj($,w){for(let A of Object.keys(w)){let J=w[A];if(J.shouldTransform){if($[A]=Array.prototype.concat.call([],$[A]),typeof J.transformFunction==="function")$[A]=$[A].map(J.transformFunction)}}}function rj($){let w=/([^\\/]+)$/.exec($);return w?w[1]:""}function HZ($){return $.split(".").map((w,A)=>{return A===0?lj(w):w}).join(".")}class AA extends Error{exitCode=2;isUsageError=!0;constructor($){super($);if(this.name=this.constructor.name,typeof Error.captureStackTrace==="function")Error.captureStackTrace(this,this.constructor);else this.stack=Error($).stack}format($=!1){if($&&this.stack)return`${this.message}
|
|
204
204
|
|
|
205
205
|
Stack trace:
|
|
206
|
-
${this.stack}`;return this.message}}function
|
|
207
|
-
`);let
|
|
206
|
+
${this.stack}`;return this.message}}function aj(){let{env:$}=fZ,{TERM:w,TERM_PROGRAM:A}=$;if(fZ.platform!=="win32")return w!=="linux";return Boolean($.WT_SESSION)||Boolean($.TERMINUS_SUBLIME)||$.ConEmuTask==="{cmd::Cmder}"||A==="Terminus-Sublime"||A==="vscode"||w==="xterm-256color"||w==="alacritty"||w==="rxvt-unicode"||w==="rxvt-unicode-256color"||$.TERMINAL_EMULATOR==="JetBrains-JediTerm"}var fA="\x1B",J$=`${fA}[`;var K0={to($,w){if(!w)return`${J$}${$+1}G`;return`${J$}${w+1};${$+1}H`},move($,w){let A="";if($<0)A+=`${J$}${-$}D`;else if($>0)A+=`${J$}${$}C`;if(w<0)A+=`${J$}${-w}A`;else if(w>0)A+=`${J$}${w}B`;return A},up:($=1)=>`${J$}${$}A`,down:($=1)=>`${J$}${$}B`,forward:($=1)=>`${J$}${$}C`,backward:($=1)=>`${J$}${$}D`,nextLine:($=1)=>`${J$}E`.repeat($),prevLine:($=1)=>`${J$}F`.repeat($),left:`${J$}G`,hide:`${J$}?25l`,show:`${J$}?25h`,save:`${fA}7`,restore:`${fA}8`};var bU={screen:`${J$}2J`,up:($=1)=>`${J$}1J`.repeat($),down:($=1)=>`${J$}J`.repeat($),line:`${J$}2K`,lineEnd:`${J$}K`,lineStart:`${J$}1K`,lines($){let w="";for(let A=0;A<$;A++)w+=this.line+(A<$-1?K0.up():"");if($)w+=K0.left;return w}},U5={screen:`${fA}c`};function sj($,w){let A=[];for(let J=0;J<=w.length;J++)A[J]=[J];for(let J=0;J<=$.length;J++)A[0][J]=J;for(let J=1;J<=w.length;J++)for(let U=1;U<=$.length;U++)if(w.charAt(J-1)===$.charAt(U-1))A[J][U]=A[J-1][U-1];else A[J][U]=Math.min(A[J-1][U-1]+1,A[J][U-1]+1,A[J-1][U]+1);return A[w.length][$.length]}function TZ($,w,A=2,J=3){return w.map((U)=>({cmd:U,distance:sj($,U)})).filter(({distance:U})=>U<=A).sort((U,Y)=>U.distance-Y.distance).slice(0,J).map(({cmd:U})=>U)}class GZ{rawName;description;name;names;isBoolean;required;config;negated;constructor($,w,A){if(this.rawName=$,this.description=w,this.config=Object.assign({},A),$=$.replace(/\.\*/g,""),this.negated=!1,this.names=iU($).split(",").map((J)=>{let U=J.trim().replace(/^-{1,2}/,"");if(U.startsWith("no-"))this.negated=!0,U=U.replace(/^no-/,"");return HZ(U)}).sort((J,U)=>J.length>U.length?1:-1),this.name=this.names[this.names.length-1],this.negated&&this.config.default==null)this.config.default=!0;if($.includes("<"))this.required=!0;else if($.includes("["))this.required=!1;else this.isBoolean=!0}}var f5=cU.argv,oj=`${cU.platform}-${cU.arch} bun-v${typeof Bun<"u"?Bun.version:"unknown"}`,WZ=JA.argv,ej=`${JA.platform}-${JA.arch} node-${JA.version}`;class uU{rawName;description;config;cli;options;aliasNames;name;namespace;args;commandAction;usageText;versionNumber;examples;helpCallback;globalCommand;beforeHooks;afterHooks;middleware;constructor($,w,A,J){this.rawName=$,this.description=w,this.config=A,this.cli=J,this.options=[],this.aliasNames=[],this.name=iU($);let U=iU($),Y=U.indexOf(":");if(Y>0)this.namespace=U.substring(0,Y),this.name=U.substring(Y+1);if(this.args=dj($),this.examples=[],this.beforeHooks=[],this.afterHooks=[],this.middleware=[],!A)this.config={}}usage($){return this.usageText=$,this}allowUnknownOptions(){return this.config.allowUnknownOptions=!0,this}ignoreOptionDefaultValue(){return this.config.ignoreOptionDefaultValue=!0,this}version($,w="-v, --version"){return this.versionNumber=$,this.option(w,"Display version number"),this}example($){return this.examples.push($),this}option($,w,A){let J=new GZ($,w,A);return this.options.push(J),this}alias($){return this.aliasNames.push($),this}action($){return this.commandAction=$,this}before($){return this.beforeHooks.push($),this}after($){return this.afterHooks.push($),this}use($){return this.middleware.push($),this}isMatched($){if(this.aliasNames.includes($))return!0;if(this.namespace)return`${this.namespace}:${this.name}`===$;return this.name===$}get isDefaultCommand(){return this.name===""||this.aliasNames.includes("!")}get isGlobalCommand(){return this instanceof vU}get displayName(){return this.namespace?`${this.namespace}:${this.name}`:this.name}hasOption($){return $=$.split(".")[0],!!this.options.find((w)=>{return w.names.includes($)})}outputHelp(){let{name:$,commands:w}=this.cli,{versionNumber:A,options:J,helpCallback:U}=this.cli.globalCommand,Y=[{body:`${$}${A?`/${A}`:""}`}];if(Y.push({title:"Usage",body:` $ ${$} ${this.usageText||this.rawName}`}),(this.isGlobalCommand||this.isDefaultCommand)&&w.length>0){let Z=ZZ(w.map((j)=>j.rawName)),B=new Map,E=[];for(let j of w)if(j.namespace){if(!B.has(j.namespace))B.set(j.namespace,[]);B.get(j.namespace).push(j)}else E.push(j);let F="";if(E.length>0)F+=E.map((j)=>{return` ${PU(j.rawName,Z.length)} ${j.description}`}).join(`
|
|
207
|
+
`);let z=Array.from(B.keys()).sort();for(let j of z){let G=B.get(j);if(F.length>0)F+=`
|
|
208
208
|
|
|
209
|
-
`;
|
|
210
|
-
`,
|
|
211
|
-
`)}Y.push({title:"Commands",body:
|
|
212
|
-
`)})}let W=this.isGlobalCommand?J:[...this.options,...J||[]];if(!this.isGlobalCommand&&!this.isDefaultCommand)W=W.filter((Z)=>Z.name!=="version");if(W.length>0){let Z=
|
|
209
|
+
`;F+=` ${j}:
|
|
210
|
+
`,F+=G.map((T)=>{return` ${PU(T.rawName,Z.length-2)} ${T.description}`}).join(`
|
|
211
|
+
`)}Y.push({title:"Commands",body:F}),Y.push({title:"For more info, run any command with the `--help` flag",body:w.map((j)=>` $ ${$}${j.displayName===""?"":` ${j.displayName}`} --help`).join(`
|
|
212
|
+
`)})}let W=this.isGlobalCommand?J:[...this.options,...J||[]];if(!this.isGlobalCommand&&!this.isDefaultCommand)W=W.filter((Z)=>Z.name!=="version");if(W.length>0){let Z=ZZ(W.map((B)=>B.rawName));Y.push({title:"Options",body:W.map((B)=>{return` ${PU(B.rawName,Z.length)} ${B.description} ${B.config.default===void 0?"":`(default: ${B.config.default})`}`}).join(`
|
|
213
213
|
`)})}if(this.examples.length>0)Y.push({title:"Examples",body:this.examples.map((Z)=>{if(typeof Z==="function")return Z($);return Z}).join(`
|
|
214
214
|
`)});if(U)Y=U(Y)||Y;console.log(Y.map((Z)=>{return Z.title?`${Z.title}:
|
|
215
215
|
${Z.body}`:Z.body}).join(`
|
|
216
216
|
|
|
217
|
-
`))}outputVersion(){let{name:$}=this.cli,{versionNumber:w}=this.cli.globalCommand;if(w)console.log(`${$}/${w} ${typeof Bun<"u"?
|
|
217
|
+
`))}outputVersion(){let{name:$}=this.cli,{versionNumber:w}=this.cli.globalCommand;if(w)console.log(`${$}/${w} ${typeof Bun<"u"?oj:ej}`)}checkRequiredArgs(){let $=this.args.filter((w)=>w.required).length;if(this.cli.args.length<$){let A=this.args.filter((U)=>U.required).slice(this.cli.args.length),J=A.map((U)=>`<${U.value}>`).join(" ");throw new AA(`Missing required argument${A.length>1?"s":""}: ${J}
|
|
218
218
|
|
|
219
|
-
Run \`${this.cli.name} ${this.rawName} --help\` for usage information.`)}}checkUnknownOptions(){let{options:$,globalCommand:w}=this.cli;if(!this.config.allowUnknownOptions){for(let A of Object.keys($))if(A!=="--"&&!this.hasOption(A)&&!w.hasOption(A)){let U=[...w.options,...this.options].flatMap((Z)=>Z.names),Y=A.length>1?`--${A}`:`-${A}`,f=
|
|
219
|
+
Run \`${this.cli.name} ${this.rawName} --help\` for usage information.`)}}checkUnknownOptions(){let{options:$,globalCommand:w}=this.cli;if(!this.config.allowUnknownOptions){for(let A of Object.keys($))if(A!=="--"&&!this.hasOption(A)&&!w.hasOption(A)){let U=[...w.options,...this.options].flatMap((Z)=>Z.names),Y=A.length>1?`--${A}`:`-${A}`,f=TZ(A,U),W=`Unknown option \`${Y}\``;if(f.length>0)W+=`
|
|
220
220
|
|
|
221
|
-
Did you mean one of these?`,f.forEach((Z)=>{let
|
|
222
|
-
• ${
|
|
221
|
+
Did you mean one of these?`,f.forEach((Z)=>{let B=Z.length>1?`--${Z}`:`-${Z}`;W+=`
|
|
222
|
+
• ${B}`});throw W+=`
|
|
223
223
|
|
|
224
|
-
Run \`${this.cli.name} ${this.rawName} --help\` to see available options.`,new
|
|
224
|
+
Run \`${this.cli.name} ${this.rawName} --help\` to see available options.`,new AA(W)}}}checkOptionValue(){let{options:$,globalCommand:w}=this.cli,A=[...w.options,...this.options];for(let J of A){let U=$[J.name.split(".")[0]];if(J.required){let Y=A.some((f)=>f.negated&&f.names.includes(J.name));if(U===!0||U===!1&&!Y)throw new AA(`Option \`${J.rawName}\` requires a value.
|
|
225
225
|
|
|
226
|
-
Example: ${this.cli.name} ${this.rawName} ${J.rawName} <value>`)}}}}class
|
|
226
|
+
Example: ${this.cli.name} ${this.rawName} ${J.rawName} <value>`)}}}}class vU extends uU{constructor($){super("@@global@@","",{},$)}}var $z=uU,l0={red:["\x1B[31m","\x1B[39m"],green:["\x1B[32m","\x1B[39m"],blue:["\x1B[34m","\x1B[39m"],yellow:["\x1B[33m","\x1B[39m"],cyan:["\x1B[36m","\x1B[39m"],magenta:["\x1B[35m","\x1B[39m"],white:["\x1B[37m","\x1B[39m"],gray:["\x1B[90m","\x1B[39m"],bgRed:["\x1B[41m","\x1B[49m"],bgGreen:["\x1B[42m","\x1B[49m"],bgBlue:["\x1B[44m","\x1B[49m"],bgYellow:["\x1B[43m","\x1B[49m"],bgCyan:["\x1B[46m","\x1B[49m"],bgMagenta:["\x1B[45m","\x1B[49m"],bold:["\x1B[1m","\x1B[22m"],italic:["\x1B[3m","\x1B[23m"],underline:["\x1B[4m","\x1B[24m"],dim:["\x1B[2m","\x1B[22m"],inverse:["\x1B[7m","\x1B[27m"],hidden:["\x1B[8m","\x1B[28m"],strikethrough:["\x1B[9m","\x1B[29m"]};var N1={primary:"blue",secondary:"cyan",success:"green",warning:"yellow",error:"red",info:"magenta",muted:"gray"};function wz(){return!0}function Az(){let $={};$.supportsColor=wz();function w(J,U=[]){let Y=J===""?[]:[...U,J],f=function(Z){if(!$.supportsColor)return Z;let B="",E="";for(let F of Y)if(F in N1&&N1[F]in l0){let z=N1[F];B+=l0[z][0],E=l0[z][1]+E}else if(F in l0)B+=l0[F][0],E=l0[F][1]+E;return B+Z+E},W=[...Object.keys(l0),...Object.keys(N1)];for(let Z of W)if(!(Z in f))Object.defineProperty(f,Z,{get(){return w(Z,Y)}});return f}let A=[...Object.keys(l0),...Object.keys(N1)];for(let J of A)if(!(J in $))Object.defineProperty($,J,{get(){return w(J)}});return $}var K1=Az();class nU extends nj{name;commands;globalCommand;matchedCommand;matchedCommandName;rawArgs;args;options;showHelpOnExit;showVersionOnExit;enableDidYouMean=!0;signalHandlersSet=!1;isVerbose=!1;isQuiet=!1;isDebug=!1;isNoInteraction=!1;environment;isDryRun=!1;isForce=!1;useEmoji=!0;theme;isNoCache=!1;constructor($=""){super();this.name=$,this.commands=[],this.rawArgs=[],this.args=[],this.options={},this.globalCommand=new vU(this),this.globalCommand.usage("<command> [options]")}handleSignals($){if(this.signalHandlersSet)return this;let w=async(A)=>{if(console.log(`
|
|
227
227
|
|
|
228
|
-
Received ${A}, cleaning up...`),$)try{await $()}catch(J){console.error("Error during cleanup:",J)}
|
|
228
|
+
Received ${A}, cleaning up...`),$)try{await $()}catch(J){console.error("Error during cleanup:",J)}g0.exit(0)};return g0.on("SIGINT",()=>w("SIGINT")),g0.on("SIGTERM",()=>w("SIGTERM")),this.signalHandlersSet=!0,this}didYouMean($=!0){return this.enableDidYouMean=$,this}verbose(){return this.globalCommand.option("-v, --verbose","Enable verbose output"),this}quiet(){return this.globalCommand.option("-q, --quiet","Suppress non-essential output"),this}debug(){return this.globalCommand.option("--debug","Enable debug mode with detailed error information"),this}noInteraction(){return this.globalCommand.option("-n, --no-interaction","Do not ask any interactive questions (for CI/CD)"),this}env(){return this.globalCommand.option("--env <environment>","Target environment (e.g., production, staging, local)"),this}dryRun(){return this.globalCommand.option("--dry-run","Preview actions without executing them"),this}force(){return this.globalCommand.option("-f, --force","Skip confirmation prompts"),this}emoji(){return this.globalCommand.option("--no-emoji","Disable emoji in output"),this}themes(){return this.globalCommand.option("--theme <theme>","Color theme (default, dracula, nord, solarized, monokai)"),this}cache(){return this.globalCommand.option("--no-cache","Disable caching"),this}usage($){return this.globalCommand.usage($),this}command($,w,A){if(!A)A={};let J=new $z($,w||"",A,this);return J.globalCommand=this.globalCommand,this.commands.push(J),J}option($,w,A){return this.globalCommand.option($,w,A),this}help($){return this.globalCommand.option("-h, --help","Display this message"),this.globalCommand.helpCallback=$,this.showHelpOnExit=!0,this}version($,w="-v, --version"){return this.globalCommand.version($,w),this.showVersionOnExit=!0,this}example($){return this.globalCommand.example($),this}outputHelp(){if(this.matchedCommand)this.matchedCommand.outputHelp();else this.globalCommand.outputHelp()}outputVersion(){this.globalCommand.outputVersion()}setParsedInfo({args:$,options:w},A,J){if(this.args=$,this.options=w,A)this.matchedCommand=A;if(J)this.matchedCommandName=J;return this}unsetMatchedCommand(){this.matchedCommand=void 0,this.matchedCommandName=void 0}showCommandNotFound($){if(console.log(K1.red(`
|
|
229
229
|
✗ Command "${$}" not found.
|
|
230
|
-
`)),this.enableDidYouMean){let w=[];for(let J of this.commands){if(J.displayName)w.push(J.displayName);if(J.aliasNames)w.push(...J.aliasNames)}let A=
|
|
231
|
-
Run \`${this.name??"cli"} --help\` for usage.`;
|
|
232
|
-
`),
|
|
230
|
+
`)),this.enableDidYouMean){let w=[];for(let J of this.commands){if(J.displayName)w.push(J.displayName);if(J.aliasNames)w.push(...J.aliasNames)}let A=TZ($,w);if(A.length>0)console.log(K1.yellow("Did you mean one of these?")),A.forEach((J)=>console.log(` ${K1.dim("•")} ${this.name} ${J}`)),console.log("")}console.log(K1.dim("Run"),`${this.name} --help`,K1.dim("to see all available commands")),g0.exit(1)}async parse($=WZ,w={}){let{run:A=!0,exitOnError:J=!1}=w;if(J)try{return await this.parse($,{run:A})}catch(Z){throw this.handleUsageError(Z),Z}if(this.rawArgs=$,!this.name)this.name=$[1]?rj($[1]):"cli";let U=!0,Y=$.slice(2),f=Y[0];if(f&&!f.startsWith("-")){for(let Z of this.commands)if(Z.isMatched(f)){let B=this.mri(Y,Z);U=!1;let E={...B,args:B.args.slice(1)};this.setParsedInfo(E,Z,f),this.emit(`command:${f}`,Z);break}}if(U){for(let Z of this.commands)if(Z.name===""){U=!1;let B=this.mri(Y,Z);this.setParsedInfo(B,Z),this.emit("command:!",Z);break}}if(U){let Z=this.mri($.slice(2));this.setParsedInfo(Z)}if(this.options.verbose)this.isVerbose=!0;if(this.options.quiet)this.isQuiet=!0;if(this.options.debug)this.isDebug=!0;if(this.options.noInteraction)this.isNoInteraction=!0;if(this.options.env)this.environment=String(this.options.env);if(this.options.dryRun)this.isDryRun=!0;if(this.options.force)this.isForce=!0;if(this.options.noEmoji!==void 0)this.useEmoji=!this.options.noEmoji;if(this.options.theme)this.theme=String(this.options.theme);if(this.options.noCache!==void 0)this.isNoCache=Boolean(this.options.noCache);if(this.options.help&&this.showHelpOnExit)this.outputHelp(),A=!1,this.unsetMatchedCommand();if(this.options.version&&this.showVersionOnExit&&this.matchedCommandName==null)this.outputVersion(),A=!1,this.unsetMatchedCommand();let W={args:this.args,options:this.options};if(A)await this.runMatchedCommand();if(!this.matchedCommand&&this.args[0]){if(this.emit("command:*"),!(this.listenerCount("command:*")>0))this.showCommandNotFound(this.args[0])}return W}mri($,w){let A=[...this.globalCommand.options,...w?w.options:[]],J=gj(A),U=[],Y=$.indexOf("--");if(Y>-1)U=$.slice(Y+1),$=$.slice(0,Y);let f=mj($,J),W={_:f._};for(let z of Object.keys(f))if(z!=="_")W[HZ(z)]=f[z];let Z=W._,B={"--":U},E=w&&w.config.ignoreOptionDefaultValue?w.config.ignoreOptionDefaultValue:this.globalCommand.config.ignoreOptionDefaultValue,F=Object.create(null);for(let z of A){if(!E&&z.config.default!==void 0)for(let j of z.names)B[j]=z.config.default;if(Array.isArray(z.config.type)){if(F[z.name]===void 0)F[z.name]={shouldTransform:!0,transformFunction:z.config.type[0]}}}for(let z of Object.keys(W))if(z!=="_"){let j=z.split(".");pj(B,j,W[z]),tj(B,F)}return{args:Z,options:B}}async run($=WZ){return this.parse($,{run:!0,exitOnError:!0})}handleUsageError($){if(!(!!$&&typeof $==="object"&&$.name==="ClappError"&&$.isUsageError!==!1))return;let J=$,U=J.message??"command-line error",Y=this.name?`${this.name}: `:"",f=/--help/.test(U)?"":`
|
|
231
|
+
Run \`${this.name??"cli"} --help\` for usage.`;g0.stderr.write(`${Y}${U}${f}
|
|
232
|
+
`),g0.exit(J.exitCode??2)}async runMatchedCommand(){let{args:$,options:w,matchedCommand:A}=this;if(!A||!A.commandAction)return;A.checkUnknownOptions(),A.checkOptionValue(),A.checkRequiredArgs();let J=[];A.args.forEach((W,Z)=>{if(W.variadic)J.push($.slice(Z));else J.push($[Z])}),J.push(w);let U={command:A,args:J,options:w};for(let W of A.beforeHooks)await W(U);let Y,f=async()=>{let W=A.commandAction.apply(this,J);if(W instanceof Promise)Y=await W;else Y=W;return Y};if(A.middleware.length>0){let W=0,Z=async()=>{if(W<A.middleware.length){let B=A.middleware[W++];await B({...U,next:Z})}else await f()};await Z()}else await f();for(let W of A.afterHooks)await W(U);return Y}removeSignalHandlers(){if(!this.signalHandlersSet)return this;return g0.removeAllListeners("SIGINT"),g0.removeAllListeners("SIGTERM"),this.signalHandlersSet=!1,this}destroy(){this.removeSignalHandlers(),this.commands=[],this.rawArgs=[],this.args=[],this.options={},this.matchedCommand=void 0,this.matchedCommandName=void 0,this.removeAllListeners()}}class hZ{cache;enabled;cleanupInterval=null;hits=0;misses=0;constructor(){this.cache=new Map,this.enabled=!0,this.startCleanupInterval()}startCleanupInterval(){if(this.cleanupInterval)return;this.cleanupInterval=setInterval(()=>{this.cleanup()},30000),this.cleanupInterval.unref()}stopCleanup(){if(this.cleanupInterval)clearInterval(this.cleanupInterval),this.cleanupInterval=null}isEnabled(){return this.enabled}get($){if(!this.enabled){this.misses++;return}let w=this.cache.get($);if(!w){this.misses++;return}if(Date.now()-w.timestamp>w.ttl){this.cache.delete($),this.misses++;return}return this.hits++,w.value}set($,w,A=5000){if(!this.enabled)return;this.cache.set($,{value:w,timestamp:Date.now(),ttl:A})}has($){if(!this.enabled)return!1;let w=this.cache.get($);if(!w)return!1;if(Date.now()-w.timestamp>w.ttl)return this.cache.delete($),!1;return!0}delete($){this.cache.delete($)}clear(){this.cache.clear()}disable(){this.enabled=!1,this.clear()}enable(){this.enabled=!0}stats(){return{size:this.cache.size,enabled:this.enabled,hits:this.hits,misses:this.misses}}resetStats(){this.hits=0,this.misses=0}keys(){return Array.from(this.cache.keys())}cleanup(){let $=Date.now();for(let[w,A]of this.cache.entries())if($-A.timestamp>A.ttl)this.cache.delete(w)}destroy(){this.stopCleanup(),this.clear(),this.resetStats()}}var W5=new hZ;function Jz(){if("FORCE_COLOR"in R1.env)return R1.env.FORCE_COLOR!=="0";if("NO_COLOR"in R1.env||R1.env.TERM==="dumb")return!1;if(R1.platform==="win32")return!0;return BZ.isatty(1)&&BZ.isatty(2)}var qZ=Jz();function o($,w){if(!qZ)return(A)=>A;return(A)=>$+A+w}var Uz=o("\x1B[0m","\x1B[0m"),Yz=o("\x1B[31m","\x1B[39m"),fz=o("\x1B[32m","\x1B[39m"),Zz=o("\x1B[33m","\x1B[39m"),Wz=o("\x1B[34m","\x1B[39m"),Bz=o("\x1B[35m","\x1B[39m"),Ez=o("\x1B[36m","\x1B[39m"),Fz=o("\x1B[37m","\x1B[39m"),jz=o("\x1B[90m","\x1B[39m"),zz=o("\x1B[1m","\x1B[22m"),Hz=o("\x1B[3m","\x1B[23m"),Tz=o("\x1B[4m","\x1B[24m"),Gz=o("\x1B[2m","\x1B[22m"),hz=o("\x1B[7m","\x1B[27m"),qz=o("\x1B[8m","\x1B[28m"),Nz=o("\x1B[9m","\x1B[29m"),Kz=o("\x1B[41m","\x1B[49m"),Rz=o("\x1B[42m","\x1B[49m"),Mz=o("\x1B[43m","\x1B[49m"),Iz=o("\x1B[44m","\x1B[49m"),yz=o("\x1B[45m","\x1B[49m"),Cz=o("\x1B[46m","\x1B[49m"),Lz=o("\x1B[47m","\x1B[49m"),Sz=qZ,Vz={reset:Uz,red:Yz,green:fz,yellow:Zz,blue:Wz,magenta:Bz,cyan:Ez,white:Fz,gray:jz,bold:zz,italic:Hz,underline:Tz,dim:Gz,inverse:hz,hidden:qz,strikethrough:Nz,bgRed:Kz,bgGreen:Rz,bgYellow:Mz,bgBlue:Iz,bgMagenta:yz,bgCyan:Cz,bgWhite:Lz,isColorSupported:Sz},UA=Vz,Xz=["up","down","left","right","space","enter","cancel"],YA={actions:new Set(Xz),aliases:new Map([["k","up"],["j","down"],["h","left"],["l","right"],["\x03","cancel"],["escape","cancel"]]),messages:{cancel:"Canceled",error:"Something went wrong"}};function NZ($,w){if(typeof $==="string")return YA.aliases.get($)===w;for(let A of $){if(A===void 0)continue;if(NZ(A,w))return!0}return!1}function _z($,w){if($===w)return[];let A=$.split(`
|
|
233
233
|
`),J=w.split(`
|
|
234
|
-
`),U=[];for(let Y=0;Y<Math.max(A.length,J.length);Y++)if(A[Y]!==J[Y])U.push(Y);return U}var
|
|
235
|
-
`),f=[];for(let W of Y){if(
|
|
236
|
-
`)}class
|
|
237
|
-
`)
|
|
238
|
-
`).length-1;this.output.write(
|
|
239
|
-
`);this.output.write(J[A]),this._prevFrame=$,this.output.write(
|
|
234
|
+
`),U=[];for(let Y=0;Y<Math.max(A.length,J.length);Y++)if(A[Y]!==J[Y])U.push(Y);return U}var H5=Oz.platform.startsWith("win"),EZ=Symbol("clapp:cancel");function wA($,w){let A=$;if(A.isTTY)A.setRawMode(w)}function xz($){return $.replace(/\x1b\[[0-9;]*m/g,"")}function Pz($){return xz($).length}function jZ($,w,A){if(!w||w<1)return $;let J=A?.hard??!1,U=A?.trim??!0,Y=$.split(`
|
|
235
|
+
`),f=[];for(let W of Y){if(Pz(W)<=w){f.push(U?W.trimEnd():W);continue}if(J){let Z="",B=0,E=0;while(E<W.length){let F=W.slice(E).match(/^\x1b\[[0-9;]*m/);if(F){Z+=F[0],E+=F[0].length;continue}if(B>=w)f.push(U?Z.trimEnd():Z),Z="",B=0;Z+=W[E],B++,E++}if(Z)f.push(U?Z.trimEnd():Z)}else f.push(U?W.trimEnd():W)}return f.join(`
|
|
236
|
+
`)}class mU{input;output;_abortSignal;rl;opts;_render;_track=!1;_prevFrame="";_subscribers=new Map;_cursor=0;_manualLine="";state="initial";error="";value;userInput="";constructor($,w=!0){let{input:A=Dz,output:J=kz,render:U,signal:Y,...f}=$;this.opts=f,this.onKeypress=this.onKeypress.bind(this),this.close=this.close.bind(this),this.render=this.render.bind(this),this._render=U.bind(this),this._track=w,this._abortSignal=Y,this.input=A,this.output=J}unsubscribe(){this._subscribers.clear()}setSubscriber($,w){let A=this._subscribers.get($)??[];A.push(w),this._subscribers.set($,A)}on($,w){return this.setSubscriber($,{cb:w}),this}once($,w){return this.setSubscriber($,{cb:w,once:!0}),this}emit($,...w){let A=this._subscribers.get($)??[],J=[];for(let U of A)if(U.cb(...w),U.once)J.push(()=>A.splice(A.indexOf(U),1));for(let U of J)U();return this}prompt(){return new Promise(($)=>{if(this._abortSignal){if(this._abortSignal.aborted)return this.state="cancel",this.close(),$(EZ);this._abortSignal.addEventListener("abort",()=>{this.state="cancel",this.close()},{once:!0})}if(this.rl=Qz.createInterface({input:this.input,tabSize:2,prompt:"",escapeCodeTimeout:50,terminal:!0}),this.rl.prompt(),this.opts.initialUserInput!==void 0)this._setUserInput(this.opts.initialUserInput,!0);this.input.on("keypress",this.onKeypress),wA(this.input,!0),this.output.on("resize",this.render),this.render(),this.once("submit",()=>{this.output.write(K0.show),this.output.off("resize",this.render),wA(this.input,!1),$(this.value)}),this.once("cancel",()=>{this.output.write(K0.show),this.output.off("resize",this.render),wA(this.input,!1),$(EZ)})})}_isActionKey($,w){return $==="\t"}_setValue($){this.value=$,this.emit("value",this.value)}_setUserInput($,w){if(this.userInput=$??"",this.emit("userInput",this.userInput),w&&this._track&&this.rl)this.rl.write(this.userInput),this._cursor=this.rl.cursor}onKeypress($,w){if(this._track&&w.name!=="return"){if(w.name&&this._isActionKey($,w))this.rl?.write(null,{ctrl:!0,name:"h"});this._cursor=this.rl?.cursor??0;let A=w.name==="tab"||w.name==="escape"||w.name==="backspace"||w.name==="delete"||w.name==="enter"||w.name==="return"||w.name&&["up","down","left","right"].includes(w.name);if($&&!A&&$.length===1&&$>=" ")this._manualLine+=$;else if(w.name==="backspace"&&this._manualLine.length>0)this._manualLine=this._manualLine.slice(0,-1);let J=this._manualLine.length>=(this.rl?.line?.length||0)?this._manualLine:this.rl?.line;this._setUserInput(J)}if(this.state==="error")this.state="active",this.error="";if(w?.name){if(!this._track&&YA.aliases.has(w.name))this.emit("cursor",YA.aliases.get(w.name));if(YA.actions.has(w.name))this.emit("cursor",w.name)}if($&&($.toLowerCase()==="y"||$.toLowerCase()==="n"))this.emit("confirm",$.toLowerCase()==="y");if(this.emit("key",$?.toLowerCase(),w),w?.name==="return"){if(this.opts.validate){let A=this.opts.validate(this.value);if(A)this.error=A instanceof Error?A.message:A,this.state="error"}if(this.state!=="error")this.state="submit"}if(NZ([$,w?.name,w?.sequence],"cancel"))this.state="cancel";if(this.state==="submit"||this.state==="cancel")this.emit("finalize");if(this.render(),this.state==="submit"||this.state==="cancel")this.close()}close(){if(this.input.unpipe(),this.input.removeListener("keypress",this.onKeypress),this.output.write(`
|
|
237
|
+
`),wA(this.input,!1),this.rl?.close(),this.rl=void 0,this.emit(`${this.state}`,this.value),this.state==="cancel")setTimeout(()=>{this.unsubscribe()},10);else this.unsubscribe()}restoreCursor(){let $=jZ(this._prevFrame,FZ.stdout.columns,{hard:!0,trim:!1}).split(`
|
|
238
|
+
`).length-1;this.output.write(K0.move(-999,$*-1))}render(){let $=jZ(this._render(this)??"",FZ.stdout.columns,{hard:!0,trim:!1});if($===this._prevFrame)return;if(this.state==="initial")this.output.write(K0.hide);else{let w=_z(this._prevFrame,$);if(this.restoreCursor(),w&&w?.length===1){let A=w[0];this.output.write(K0.move(0,A)),this.output.write(bU.lines(1));let J=$.split(`
|
|
239
|
+
`);this.output.write(J[A]),this._prevFrame=$,this.output.write(K0.move(0,J.length-A-1));return}if(w&&w?.length>1){let A=w[0];this.output.write(K0.move(0,A)),this.output.write(bU.down());let U=$.split(`
|
|
240
240
|
`).slice(A);this.output.write(U.join(`
|
|
241
|
-
`)),this._prevFrame=$;return}this.output.write(
|
|
242
|
-
`)}finally{await J.close()}return w}catch(J){if(J.code!=="EEXIST")throw J}let A=await Hw($);if(A!==null&&p$(A))throw Error(`rpx daemon already running (pid=${A})`);await T0.unlink(w).catch(()=>{})}}async function l1($=U0()){await T0.unlink(Tw($)).catch(()=>{})}function Cq($){return{sourceHost:new URL($.from.startsWith("http")?$.from:`http://${$.from}`).host,cleanUrls:$.cleanUrls??!1,changeOrigin:$.changeOrigin??!1,pathRewrites:$.pathRewrites}}function yq($){return $.find((A)=>!/^api\./.test(A)&&!/^docs\./.test(A)&&!/^dashboard\./.test(A))??$[0]??"rpx.localhost"}async function Lq($,w){let A=await Fw(w,$.verbose),J=[...new Set(A.map((B)=>B.to))],U=yq(J),Y=[...new Set([U,...J,"rpx.localhost"])],f=z0.join(BF(),".stacks","ssl"),W=z0.join(f,"rpx.localhost.crt"),Z={https:typeof $.https==="object"?{...$.https,certPath:W,keyPath:z0.join(f,"rpx.localhost.key"),commonName:U}:{certPath:W,keyPath:z0.join(f,"rpx.localhost.key"),caCertPath:z0.join(f,"rpx.localhost.ca.crt"),commonName:U},verbose:$.verbose,regenerateUntrustedCerts:!0,...Y.length>1?{proxies:Y.map((B)=>({from:"localhost:1",to:B}))}:{to:U,from:"localhost:1"}},E=await v0(Z);if(!E)z("daemon","no usable cert on disk, generating one",$.verbose),await j1(Z),E=await v0(Z);if(!E)throw Error("failed to bootstrap TLS for rpx daemon");return E}async function hF($={}){let w=$.verbose??!1,A=$.rpxDir??U0(),J=$.registryDir??z0.join(A,"registry.d"),U=$.httpsPort??443,Y=$.httpPort??80,f=$.hostname??"0.0.0.0",W=$.gcIntervalMs??Mq,Z=await Iq(A),E=new Map,B=(L)=>E.get(L);function h(L){let f$=new Map;for(let H0 of L)f$.set(H0.to,Cq(H0));E=f$,z("daemon",`routing table now covers ${f$.size} host(s): ${Array.from(f$.keys()).join(", ")||"<empty>"}`,w)}await HU(J,w).catch((L)=>{z("daemon",`initial gc failed: ${L}`,w)});let j=await Fw(J,w);h(j),await Jw({rpxDir:A,verbose:w}).catch((L)=>{z("daemon",`DNS reconcile on start failed: ${L}`,w)}),await g1(j,{rpxDir:A,verbose:w,ownerPid:Y$.pid}).catch((L)=>{z("daemon",`DNS setup on start failed: ${L}`,w)});let F=await Lq($,J),T=Bun.serve({port:U,hostname:f,tls:{key:F.key,cert:F.cert,ca:F.ca,requestCert:!1,rejectUnauthorized:!1},fetch:v1(B,w),error(L){return z("daemon",`https server error: ${L}`,w),new Response(`Server Error: ${L.message}`,{status:500})}}),H=null;if(Y>0)H=Bun.serve({port:Y,hostname:f,fetch(L){let f$=new URL(L.url),H0=(L.headers.get("host")??f$.hostname).split(":")[0];return new Response(null,{status:301,headers:{Location:`https://${H0}${f$.pathname}${f$.search}`}})}});if(w)R.success(`rpx daemon listening on https://${f}:${U}${H?` (http→https on :${Y})`:""}`),R.info(`pid file: ${Z}`),R.info(`registry: ${J}`);let G=_f((L)=>{h(L),g1(L,{rpxDir:A,verbose:w,ownerPid:Y$.pid}).catch((f$)=>{z("daemon",`DNS sync on registry change failed: ${f$}`,w)})},{dir:J,verbose:w}),q=setInterval(()=>{HU(J,w).then((L)=>{if(L>0)z("daemon",`gc reaped ${L} stale entries`,w)}).catch((L)=>{z("daemon",`periodic gc failed: ${L}`,w)})},W);if(typeof q.unref==="function")q.unref();let N=!1,K,C=new Promise((L)=>{K=L});async function y(){if(N)return C;if(N=!0,clearInterval(q),G.close(),T.stop(!1),H?.stop(!1),await zw({rpxDir:A,verbose:w}).catch((L)=>{z("daemon",`DNS teardown failed: ${L}`,w)}),await l1(A),w)R.info("rpx daemon stopped");return K(),C}let S=(L)=>{z("daemon",`received ${L}, shutting down`,w),y().catch(()=>{})};return Y$.once("SIGINT",S),Y$.once("SIGTERM",S),{stop:y,done:C,httpsPort:typeof T.port==="number"?T.port:U,httpPort:H&&typeof H.port==="number"?H.port:Y,pidPath:Z}}function Sq(){let $=Y$.execPath,w=z0.basename($).toLowerCase();if((w==="bun"||w==="node"||w.startsWith("bun-"))&&Y$.argv[1])return[$,Y$.argv[1],"daemon:start"];return[$,"daemon:start"]}async function FF($={}){let w=$.rpxDir??U0(),A=$.verbose??!1;await Jw({rpxDir:w,verbose:A}).catch((B)=>{z("daemon",`DNS reconcile before ensureDaemonRunning: ${B}`,A)});let J=await Hw(w);if(J!==null&&p$(J))return z("daemon",`ensureDaemonRunning: already running pid=${J}`,A),{pid:J,spawned:!1};if(J!==null)z("daemon",`ensureDaemonRunning: clearing stale pid=${J}`,A),await l1(w);await T0.mkdir(w,{recursive:!0});let U=$.spawnCommand??Sq();if(U.length===0)throw Error("ensureDaemonRunning: spawnCommand is empty");z("daemon",`spawning daemon: ${U.join(" ")}`,A);let Y=Kq(U[0],U.slice(1),{detached:!0,stdio:"ignore",cwd:$.spawnCwd??Y$.cwd(),env:$.spawnEnv?{...Y$.env,...$.spawnEnv}:Y$.env});Y.unref();let f=null;Y.once("error",(B)=>{f=B});let W=$.startupTimeoutMs??5000,Z=$.pollIntervalMs??50,E=Date.now()+W;while(Date.now()<E){if(f)throw f;let B=await Hw(w);if(B!==null&&p$(B))return z("daemon",`daemon registered with pid=${B}`,A),{pid:B,spawned:!0};await new Promise((h)=>setTimeout(h,Z))}if(f)throw f;throw Error(`rpx daemon failed to start within ${W}ms (rpxDir=${w})`)}async function jF($={}){let w=$.rpxDir??U0(),A=$.verbose??!1,J=$.timeoutMs??5000,U=$.pollIntervalMs??50,Y=$.forceAfterTimeout??!0,f=await Hw(w);if(f===null||!p$(f)){if(f!==null)await l1(w);return await Jw({rpxDir:w,verbose:A}).catch(()=>{}),{stopped:!1,pid:f,forced:!1}}try{Y$.kill(f,"SIGTERM")}catch(Z){if(Z.code==="ESRCH")return await l1(w),{stopped:!1,pid:f,forced:!1};throw Z}let W=Date.now()+J;while(Date.now()<W){if(!p$(f))return z("daemon",`daemon pid=${f} stopped cleanly`,A),{stopped:!0,pid:f,forced:!1};await new Promise((Z)=>setTimeout(Z,U))}if(!Y)throw Error(`rpx daemon (pid=${f}) did not exit within ${J}ms`);z("daemon",`daemon pid=${f} did not exit, escalating to SIGKILL`,A);try{Y$.kill(f,"SIGKILL")}catch(Z){if(Z.code!=="ESRCH")throw Z}return await l1(w),await zw({rpxDir:w,verbose:A}).catch((Z)=>{z("daemon",`DNS teardown after SIGKILL: ${Z}`,A)}),{stopped:!0,pid:f,forced:!0}}async function zF($={}){let w=$.rpxDir??U0();if(await MU(w))return;await Jw({rpxDir:w,verbose:$.verbose})}p0();U$();import{spawn as Vq}from"node:child_process";import*as Gw from"node:process";class HF{processes=new Map;isShuttingDown=!1;async startProcess($,w,A){if(this.processes.has($)){z("start",`Process ${$} is already running`,A);return}let[J,...U]=w.command.split(" "),Y=w.cwd||Gw.cwd();z("start",`Starting process ${$}:`,A),z("start",` Command: ${J} ${U.join(" ")}`,A),z("start",` Working directory: ${Y}`,A),z("start",` Environment variables: ${J0(w.env)}`,A);let f=Vq(J,U,{cwd:Y,env:{...Gw.env,...w.env},shell:!0,stdio:"inherit"});return this.processes.set($,{command:w.command,cwd:Y,process:f,env:w.env}),new Promise((W,Z)=>{if(f.on("error",(E)=>{if(!this.isShuttingDown)z("start",`Process ${$} failed to start: ${E}`,A),this.processes.delete($),Z(E),Gw.emit("SIGINT")}),f.on("exit",(E)=>{if(!this.isShuttingDown&&E!==null&&E!==0)z("start",`Process ${$} exited with code ${E}`,A),this.processes.delete($),Z(Error(`Process ${$} exited with code ${E}`)),Gw.emit("SIGINT")}),A)f.stdout?.on("data",(E)=>{z("process",`[${$}] ${E.toString().trim()}`,!0)}),f.stderr?.on("data",(E)=>{z("process",`[${$}] ERR: ${E.toString().trim()}`,!0)});setTimeout(()=>{if(!this.isShuttingDown&&f.killed)this.processes.delete($),Z(Error(`Process ${$} was killed during startup`));else z("start",`Process ${$} started successfully`,A),W()},1000)})}async stopProcess($,w){let A=this.processes.get($);if(!A?.process){z("start",`No process found for ${$}`,w);return}return z("start",`Stopping process ${$}`,w),new Promise((J)=>{if(!A.process){J();return}A.process.once("exit",()=>{this.processes.delete($),z("start",`Process ${$} stopped`,w),J()});try{A.process.kill("SIGTERM"),setTimeout(()=>{if(A.process){z("start",`Force killing process ${$}`,w);try{A.process.kill("SIGKILL")}catch(U){}}},3000)}catch(U){z("start",`Error stopping process ${$}: ${U}`,w),this.processes.delete($),J()}})}async stopAll($){if(this.isShuttingDown){z("start","Already shutting down, skipping duplicate stopAll call",$);return}this.isShuttingDown=!0,z("start","Stopping all processes",$);let w=Array.from(this.processes.keys()).map((A)=>this.stopProcess(A,$).catch((J)=>{R.error(`Failed to stop process ${A}:`,J)}));await Promise.allSettled(w),this.processes.clear(),this.isShuttingDown=!1}isRunning($){let w=this.processes.get($);return!!w?.process&&!w.process.killed}}var IU=new HF;U$();import*as c$ from"node:fs/promises";import{homedir as Oq}from"node:os";import*as df from"node:path";import*as gf from"node:process";var Xq=/^[a-zA-Z0-9._-]+$/;function qw(){return df.join(Oq(),".stacks","rpx","registry.d")}function T1($){return typeof $==="string"&&$.length>0&&$.length<=128&&Xq.test($)}function lf($,w){if(!T1(w))throw Error(`invalid registry id: ${JSON.stringify(w)}`);return df.join($,`${w}.json`)}function TF($){if(!$||typeof $!=="object")return!1;let w=$,A=w.pid===void 0||typeof w.pid==="number"&&Number.isInteger(w.pid)&&w.pid>0;return typeof w.id==="string"&&T1(w.id)&&typeof w.from==="string"&&w.from.length>0&&typeof w.to==="string"&&w.to.length>0&&A&&typeof w.createdAt==="string"}async function _q($){await c$.mkdir($,{recursive:!0})}async function GF($,w=qw(),A){if(!TF($))throw Error(`invalid registry entry: ${JSON.stringify($)}`);await _q(w);let J=lf(w,$.id),U=`${J}.tmp.${gf.pid}.${Date.now()}`,Y=JSON.stringify($,null,2);try{await c$.writeFile(U,Y,{encoding:"utf8",mode:420}),await c$.rename(U,J),z("registry",`wrote entry ${$.id} → ${J}`,A)}catch(f){throw await c$.unlink(U).catch(()=>{}),f}}async function qF($,w=qw(),A){let J=lf(w,$);try{await c$.unlink(J),z("registry",`removed entry ${$}`,A)}catch(U){if(U.code!=="ENOENT")throw U}}async function tf($,w=qw(),A){let J=lf(w,$);try{let U=await c$.readFile(J,"utf8"),Y=JSON.parse(U);if(!TF(Y))return z("registry",`entry ${$} failed validation, removing`,A),await c$.unlink(J).catch(()=>{}),null;return Y}catch(U){if(U.code==="ENOENT")return null;if(U instanceof SyntaxError)return z("registry",`entry ${$} has invalid JSON, removing`,A),await c$.unlink(J).catch(()=>{}),null;throw U}}async function NF($=qw(),w){let A;try{A=await c$.readdir($)}catch(U){if(U.code==="ENOENT")return[];throw U}let J=[];for(let U of A){if(!U.endsWith(".json"))continue;let Y=U.slice(0,-5);if(!T1(Y))continue;let f=await tf(Y,$,w);if(f)J.push(f)}return J}p0();import{execSync as bq}from"node:child_process";import*as Mw from"node:http";import*as SF from"node:http2";import*as VF from"node:net";import*as o from"node:process";var CU=($,w)=>(A)=>`\x1B[${$}m${A}\x1B[${w}m`,G0={bold:CU(1,22),dim:CU(2,22),green:CU(32,39),cyan:CU(36,39)};Q8();Df();p0();m1();U$();import*as RF from"node:fs";import*as KF from"node:path";import*as q0 from"node:process";function Dq($){let w=$.replace(/[^a-zA-Z0-9._-]+/g,"-").replace(/^-+|-+$/g,"").slice(0,128);return w.length>0?w:"rpx"}async function pf($){if($.proxies.length===0)throw Error("runViaDaemon: no proxies provided");let w=$.verbose??!1,A=$.registryDir,J=new Set,U=$.proxies.map((j)=>{let F=j.id??Dq(j.to);if(!n1(F))throw Error(`invalid registry id "${F}" derived from to="${j.to}"`);if(J.has(F))throw Error(`duplicate registry id "${F}" — set an explicit \`id\` on one of the proxies`);return J.add(F),{...j,id:F}}),Y=new Date().toISOString();for(let j of U)await ph({id:j.id,from:j.from,to:j.to,pid:$.persistent?void 0:q0.pid,cwd:q0.cwd(),createdAt:Y,cleanUrls:j.cleanUrls,changeOrigin:j.changeOrigin,pathRewrites:j.pathRewrites},A,w);let f=await sh({rpxDir:$.rpxDir,verbose:w,spawnCommand:$.spawnCommand,startupTimeoutMs:$.startupTimeoutMs,spawnEnv:$.spawnEnv});for(let j of U)R.success(`https://${j.to} → ${j.from}`);if(R.info(`(via rpx daemon pid=${f.pid}; \`rpx daemon:status\` to inspect)`),$.detached)return;let W=!1,Z=A??Aw(),E=U.map((j)=>j.id),B=async()=>{if(W)return;W=!0;for(let j of E)await Xf(j,A,w).catch((F)=>{z("runner",`removeEntry(${j}) failed: ${F}`,w)})},h=(j)=>{z("runner",`received ${j}, unregistering ${E.length} entries`,w),B().finally(()=>q0.exit(0))};q0.once("SIGINT",h),q0.once("SIGTERM",h),q0.once("exit",()=>{if(W)return;for(let j of E)try{RF.unlinkSync(KF.join(Z,`${j}.json`))}catch{}}),await new Promise(()=>{})}U$();import{exec as kq}from"node:child_process";import Nw from"node:fs";import IF from"node:os";import af from"node:path";import*as t1 from"node:process";import{promisify as Qq}from"node:util";var yU=Qq(kq);function MF($){let w=$.trim().toLowerCase();return w==="localhost"||w.endsWith(".localhost")||w.endsWith(".localhost.")}var Y0=t1.platform==="win32"?af.join(t1.env.windir||"C:\\Windows","System32","drivers","etc","hosts"):"/etc/hosts",rf=!1;async function LU($){if(t1.platform==="win32")throw Error("Administrator privileges required on Windows");let w=Bw(),A=$.replace(/'/g,"'\\''");try{if(w){let{stdout:J}=await yU(`echo '${w}' | sudo -S sh -c '${A}' 2>/dev/null`);return rf=!0,J}if(rf)try{let{stdout:J}=await yU(`sudo -n sh -c '${A}'`);return J}catch(J){z("hosts","Cached sudo privileges expired, requesting again",!0)}try{let{stdout:J}=await yU(`sudo -n sh -c '${A}'`);return rf=!0,J}catch{throw Error("sudo required but no cached credentials (set SUDO_PASSWORD in .env or run sudo -v)")}}catch(J){throw Error(`Failed to execute sudo command: ${J.message}`)}}async function p1($,w){let A=$.filter((U)=>!MF(U)),J=$.filter((U)=>MF(U));if(J.length>0)z("hosts",`Skipping /etc/hosts for loopback dev names: ${J.join(", ")}`,w);if(A.length===0)return;z("hosts",`Adding hosts: ${A.join(", ")}`,w),z("hosts",`Using hosts file at: ${Y0}`,w);try{let U;try{U=await Nw.promises.readFile(Y0,"utf-8")}catch{z("hosts","Reading hosts file requires elevated permissions, using sudo",w);try{U=await LU(`cat "${Y0}"`)}catch(Z){throw console.log(" Could not read hosts file — skipping hosts setup"),z("hosts",`sudo read also failed: ${Z}`,w),Error(`Cannot read hosts file: ${Z}`)}}let Y=A.filter((Z)=>{let E=`127.0.0.1 ${Z}`,B=`::1 ${Z}`;return!U.includes(E)&&!U.includes(B)});if(Y.length===0){z("hosts","All hosts already exist in hosts file",w);return}let f=Y.map((Z)=>`
|
|
241
|
+
`)),this._prevFrame=$;return}this.output.write(bU.down())}if(this.output.write($),this.state==="initial")this.state="active";this._prevFrame=$}}function bz($,w){if($===void 0)return 0;if(w.length===0)return 0;let J=w.findIndex((U)=>U.value===$);return J!==-1?J:0}function iz($,w){return(w.label??String(w.value)).toLowerCase().includes($.toLowerCase())}function cz($,w){if(!w)return;if($)return w;return w[0]}class uz extends mU{filteredOptions;multiple;isNavigating=!1;selectedValues=[];focusedValue;#$=0;#A="";#J;#w;get cursor(){return this.#$}get userInputWithCursor(){if(!this.userInput)return UA.inverse(UA.hidden("_"));if(this._cursor>=this.userInput.length)return`${this.userInput}█`;let $=this.userInput.slice(0,this._cursor),[w,...A]=this.userInput.slice(this._cursor);return`${$}${UA.inverse(w)}${A.join("")}`}get options(){if(typeof this.#w==="function")return this.#w();return this.#w}constructor($){super($);this.#w=$.options;let w=this.options;this.filteredOptions=[...w],this.multiple=$.multiple===!0,this.#J=$.filter??iz;let A;if($.initialValue&&Array.isArray($.initialValue))if(this.multiple)A=$.initialValue;else A=$.initialValue.slice(0,1);else if(!this.multiple&&this.options.length>0)A=[this.options[0].value];if(A)for(let J of A){let U=w.findIndex((Y)=>Y.value===J);if(U!==-1)this.toggleSelected(J),this.#$=U}this.focusedValue=this.options[this.#$]?.value,this.on("key",(J,U)=>this.#U(J,U)),this.on("userInput",(J)=>this.#Y(J))}_isActionKey($,w){return $==="\t"||this.multiple&&this.isNavigating&&w.name==="space"&&$!==void 0&&$!==""}#U($,w){let A=w.name==="up",J=w.name==="down",U=w.name==="return";if(A||J){if(this.#$=Math.max(0,Math.min(this.#$+(A?-1:1),this.filteredOptions.length-1)),this.focusedValue=this.filteredOptions[this.#$]?.value,!this.multiple)this.selectedValues=[this.focusedValue];this.isNavigating=!0}else if(U)this.value=cz(this.multiple,this.selectedValues);else if(this.multiple)if(this.focusedValue!==void 0&&(w.name==="tab"||this.isNavigating&&w.name==="space"))this.toggleSelected(this.focusedValue);else this.isNavigating=!1;else{if(this.focusedValue)this.selectedValues=[this.focusedValue];this.isNavigating=!1}}deselectAll(){this.selectedValues=[]}toggleSelected($){if(this.filteredOptions.length===0)return;if(this.multiple)if(this.selectedValues.includes($))this.selectedValues=this.selectedValues.filter((w)=>w!==$);else this.selectedValues=[...this.selectedValues,$];else this.selectedValues=[$]}#Y($){if($!==this.#A){this.#A=$;let w=this.options;if($)this.filteredOptions=w.filter((A)=>this.#J($,A));else this.filteredOptions=[...w];if(this.#$=bz(this.focusedValue,this.filteredOptions),this.focusedValue=this.filteredOptions[this.#$]?.value,!this.multiple)if(this.focusedValue!==void 0)this.toggleSelected(this.focusedValue);else this.deselectAll()}}}class vz extends mU{options;cursor=0;#$;getGroupItems($){return this.options.filter((w)=>w.group===$)}isGroupSelected($){let w=this.getGroupItems($),A=this.value;if(A===void 0)return!1;return w.every((J)=>A.includes(J.value))}toggleValue(){let $=this.options[this.cursor];if(this.value===void 0)this.value=[];if($.group===!0){let w=String($.value),A=this.getGroupItems(w);if(this.isGroupSelected(w))this.value=this.value.filter((J)=>A.findIndex((U)=>U.value===J)===-1);else this.value=[...this.value,...A.map((J)=>J.value)];this.value=Array.from(new Set(this.value))}else{let w=this.value.includes($.value);this.value=w?this.value.filter((A)=>A!==$.value):[...this.value,$.value]}}constructor($){super($,!1);let{options:w}=$;this.#$=$.selectableGroups!==!1,this.options=Object.entries(w).flatMap(([A,J])=>[{value:A,group:!0,label:A},...J.map((U)=>({...U,group:A}))]),this.value=[...$.initialValues??[]],this.cursor=Math.max(this.options.findIndex(({value:A})=>A===$.cursorAt),this.#$?0:1),this.on("cursor",(A)=>{switch(A){case"left":case"up":{this.cursor=this.cursor===0?this.options.length-1:this.cursor-1;let J=this.options[this.cursor]?.group===!0;if(!this.#$&&J)this.cursor=this.cursor===0?this.options.length-1:this.cursor-1;break}case"down":case"right":{this.cursor=this.cursor===this.options.length-1?0:this.cursor+1;let J=this.options[this.cursor]?.group===!0;if(!this.#$&&J)this.cursor=this.cursor===this.options.length-1?0:this.cursor+1;break}case"space":this.toggleValue();break}})}}var nz=aj();var t=($,w)=>nz?$:w,h5=t("◆","*"),q5=t("■","x"),N5=t("▲","x"),K5=t("◇","o"),R5=t("┌","T"),mz=t("│","|"),M5=t("└","—"),I5=t("●",">"),y5=t("○"," "),C5=t("◻","[•]"),L5=t("◼","[+]"),S5=t("◻","[ ]"),V5=t("▪","•"),O5=t("─","-"),X5=t("╮","+"),_5=t("├","+"),D5=t("╯","+"),k5=t("●","•"),Q5=t("◆","*"),x5=t("▲","!"),P5=t("■","x");var b5={light:t("─","-"),heavy:t("━","="),block:t("█","#")};function dz(){return`${UA.gray(mz)} `}var i5=dz();_Y();import{homedir as DY}from"node:os";import{join as kY,resolve as SN}from"node:path";var __dirname="/home/runner/work/rpx/rpx/packages/rpx/src",$T={from:"localhost:5173",to:"stacks.localhost",cleanUrls:!1,https:{basePath:"",caCertPath:kY(DY(),".stacks","ssl","stacks.localhost.ca.crt"),certPath:kY(DY(),".stacks","ssl","stacks.localhost.crt"),keyPath:kY(DY(),".stacks","ssl","stacks.localhost.crt.key")},cleanup:{certs:!1,hosts:!1},vitePluginUsage:!1,verbose:!0,changeOrigin:!1,regenerateUntrustedCerts:!0};var iw=$T;r0();jU();zU();g1();G1();Y$();import{spawn as Fj}from"node:child_process";import*as G0 from"node:fs/promises";import{homedir as gf}from"node:os";import*as T0 from"node:path";import*as x from"node:process";var Mq=5000;function U0(){return T0.join(gf(),".stacks","rpx")}function Zw($=U0()){return T0.join($,"daemon.pid")}async function fw($=U0()){try{let w=await G0.readFile(Zw($),"utf8"),A=Number.parseInt(w.trim(),10);if(!Number.isFinite(A)||A<=0)return null;return A}catch(w){if(w.code==="ENOENT")return null;throw w}}async function IU($=U0()){let w=await fw($);return w!==null&&n$(w)}async function Iq($=U0()){await G0.mkdir($,{recursive:!0});let w=Zw($);while(!0){try{let J=await G0.open(w,"wx");try{await J.write(`${x.pid}
|
|
242
|
+
`)}finally{await J.close()}return w}catch(J){if(J.code!=="EEXIST")throw J}let A=await fw($);if(A!==null&&n$(A))throw Error(`rpx daemon already running (pid=${A})`);await G0.unlink(w).catch(()=>{})}}async function t1($=U0()){await G0.unlink(Zw($)).catch(()=>{})}function yq($){return{sourceHost:new URL($.from.startsWith("http")?$.from:`http://${$.from}`).host,cleanUrls:$.cleanUrls??!1,changeOrigin:$.changeOrigin??!1,pathRewrites:$.pathRewrites}}function Cq($){return $.find((A)=>!/^api\./.test(A)&&!/^docs\./.test(A)&&!/^dashboard\./.test(A))??$[0]??"rpx.localhost"}async function Lq($,w){let A=await Gw(w,$.verbose),J=[...new Set(A.map((E)=>E.to))],U=Cq(J),Y=[...new Set([U,...J,"rpx.localhost"])],f=T0.join(gf(),".stacks","ssl"),W=T0.join(f,"rpx.localhost.crt"),Z={https:typeof $.https==="object"?{...$.https,certPath:W,keyPath:T0.join(f,"rpx.localhost.key"),commonName:U}:{certPath:W,keyPath:T0.join(f,"rpx.localhost.key"),caCertPath:T0.join(f,"rpx.localhost.ca.crt"),commonName:U},verbose:$.verbose,regenerateUntrustedCerts:!0,...Y.length>1?{proxies:Y.map((E)=>({from:"localhost:1",to:E}))}:{to:U,from:"localhost:1"}},B=await n0(Z);if(!B)H("daemon","no usable cert on disk, generating one",$.verbose),await T1(Z),B=await n0(Z);if(!B)throw Error("failed to bootstrap TLS for rpx daemon");return B}async function Sq($,w,A,J){let U=x.env.SUDO_PASSWORD,Y=x.env.HOME??gf(),f=[x.execPath,...x.argv.slice(1)],W=[`HOME=${Y}`,`PATH=${x.env.PATH??""}`];if(J)W.push("RPX_VERBOSE=1");let Z=U?["-S","-p","","env",...W,...f]:["-n","env",...W,...f];H("daemon",`elevating daemon via sudo for privileged ports ${w}/${A}`,J);let B=Fj("sudo",Z,{detached:!0,stdio:["pipe","ignore","ignore"]}),E=null,F=null;if(B.once("error",(G)=>{E=G}),B.once("exit",(G)=>{F=G??0}),U&&B.stdin)B.stdin.write(`${U}
|
|
243
|
+
`),B.stdin.end();B.unref();let z=Zw($),j=Date.now()+15000;while(Date.now()<j){if(E)throw E;let G=await fw($);if(G!==null&&n$(G)){if(J)K.success(`rpx daemon elevated to root (pid=${G}, https on :${w})`);return{httpsPort:w,httpPort:A,pidPath:z,done:Promise.resolve(),stop:async()=>{try{x.kill(G,"SIGTERM")}catch{}}}}if(F!==null&&F!==0)throw Error(`rpx daemon could not elevate to bind :${w} (sudo exited ${F}). Set SUDO_PASSWORD in .env or run \`sudo -v\` first.`);await new Promise((T)=>setTimeout(T,50))}throw Error(`rpx daemon failed to elevate within 15000ms (rpxDir=${$})`)}async function jj($={}){let w=$.verbose??!1,A=$.rpxDir??U0(),J=$.registryDir??T0.join(A,"registry.d"),U=$.httpsPort??443,Y=$.httpPort??80,f=$.hostname??"0.0.0.0",W=$.gcIntervalMs??Mq,Z=U>0&&U<1024||Y>0&&Y<1024,B=typeof x.getuid==="function"&&x.getuid()===0;if(x.platform!=="win32"&&Z&&!B)return Sq(A,U,Y,w);let E=await Iq(A),F=new Map,z=(S)=>F.get(S);function j(S){let O$=new Map;for(let Ww of S)O$.set(Ww.to,yq(Ww));F=O$,H("daemon",`routing table now covers ${O$.size} host(s): ${Array.from(O$.keys()).join(", ")||"<empty>"}`,w)}await GU(J,w).catch((S)=>{H("daemon",`initial gc failed: ${S}`,w)});let G=await Gw(J,w);j(G),await Uw({rpxDir:A,verbose:w}).catch((S)=>{H("daemon",`DNS reconcile on start failed: ${S}`,w)}),await p1(G,{rpxDir:A,verbose:w,ownerPid:x.pid}).catch((S)=>{H("daemon",`DNS setup on start failed: ${S}`,w)});let T=await Lq($,J),h=Bun.serve({port:U,hostname:f,tls:{key:T.key,cert:T.cert,ca:T.ca,requestCert:!1,rejectUnauthorized:!1},fetch:m1(z,w),error(S){return H("daemon",`https server error: ${S}`,w),new Response(`Server Error: ${S.message}`,{status:500})}}),q=null;if(Y>0)q=Bun.serve({port:Y,hostname:f,fetch(S){let O$=new URL(S.url),Ww=(S.headers.get("host")??O$.hostname).split(":")[0];return new Response(null,{status:301,headers:{Location:`https://${Ww}${O$.pathname}${O$.search}`}})}});if(w)K.success(`rpx daemon listening on https://${f}:${U}${q?` (http→https on :${Y})`:""}`),K.info(`pid file: ${E}`),K.info(`registry: ${J}`);let N=Df((S)=>{j(S),p1(S,{rpxDir:A,verbose:w,ownerPid:x.pid}).catch((O$)=>{H("daemon",`DNS sync on registry change failed: ${O$}`,w)})},{dir:J,verbose:w}),R=setInterval(()=>{GU(J,w).then((S)=>{if(S>0)H("daemon",`gc reaped ${S} stale entries`,w)}).catch((S)=>{H("daemon",`periodic gc failed: ${S}`,w)})},W);if(typeof R.unref==="function")R.unref();let y=!1,C,L=new Promise((S)=>{C=S});async function N0(){if(y)return L;if(y=!0,clearInterval(R),N.close(),h.stop(!1),q?.stop(!1),await qw({rpxDir:A,verbose:w}).catch((S)=>{H("daemon",`DNS teardown failed: ${S}`,w)}),await t1(A),w)K.info("rpx daemon stopped");return C(),L}let f0=(S)=>{H("daemon",`received ${S}, shutting down`,w),N0().catch(()=>{})};return x.once("SIGINT",f0),x.once("SIGTERM",f0),{stop:N0,done:L,httpsPort:typeof h.port==="number"?h.port:U,httpPort:q&&typeof q.port==="number"?q.port:Y,pidPath:E}}function Vq(){let $=x.execPath,w=T0.basename($).toLowerCase();if((w==="bun"||w==="node"||w.startsWith("bun-"))&&x.argv[1])return[$,x.argv[1],"daemon:start"];return[$,"daemon:start"]}async function zj($={}){let w=$.rpxDir??U0(),A=$.verbose??!1;await Uw({rpxDir:w,verbose:A}).catch((E)=>{H("daemon",`DNS reconcile before ensureDaemonRunning: ${E}`,A)});let J=await fw(w);if(J!==null&&n$(J))return H("daemon",`ensureDaemonRunning: already running pid=${J}`,A),{pid:J,spawned:!1};if(J!==null)H("daemon",`ensureDaemonRunning: clearing stale pid=${J}`,A),await t1(w);await G0.mkdir(w,{recursive:!0});let U=$.spawnCommand??Vq();if(U.length===0)throw Error("ensureDaemonRunning: spawnCommand is empty");H("daemon",`spawning daemon: ${U.join(" ")}`,A);let Y=Fj(U[0],U.slice(1),{detached:!0,stdio:"ignore",cwd:$.spawnCwd??x.cwd(),env:$.spawnEnv?{...x.env,...$.spawnEnv}:x.env});Y.unref();let f=null;Y.once("error",(E)=>{f=E});let W=$.startupTimeoutMs??5000,Z=$.pollIntervalMs??50,B=Date.now()+W;while(Date.now()<B){if(f)throw f;let E=await fw(w);if(E!==null&&n$(E))return H("daemon",`daemon registered with pid=${E}`,A),{pid:E,spawned:!0};await new Promise((F)=>setTimeout(F,Z))}if(f)throw f;throw Error(`rpx daemon failed to start within ${W}ms (rpxDir=${w})`)}async function Hj($={}){let w=$.rpxDir??U0(),A=$.verbose??!1,J=$.timeoutMs??5000,U=$.pollIntervalMs??50,Y=$.forceAfterTimeout??!0,f=await fw(w);if(f===null||!n$(f)){if(f!==null)await t1(w);return await Uw({rpxDir:w,verbose:A}).catch(()=>{}),{stopped:!1,pid:f,forced:!1}}try{x.kill(f,"SIGTERM")}catch(Z){if(Z.code==="ESRCH")return await t1(w),{stopped:!1,pid:f,forced:!1};throw Z}let W=Date.now()+J;while(Date.now()<W){if(!n$(f))return H("daemon",`daemon pid=${f} stopped cleanly`,A),{stopped:!0,pid:f,forced:!1};await new Promise((Z)=>setTimeout(Z,U))}if(!Y)throw Error(`rpx daemon (pid=${f}) did not exit within ${J}ms`);H("daemon",`daemon pid=${f} did not exit, escalating to SIGKILL`,A);try{x.kill(f,"SIGKILL")}catch(Z){if(Z.code!=="ESRCH")throw Z}return await t1(w),await qw({rpxDir:w,verbose:A}).catch((Z)=>{H("daemon",`DNS teardown after SIGKILL: ${Z}`,A)}),{stopped:!0,pid:f,forced:!0}}async function Tj($={}){let w=$.rpxDir??U0();if(await IU(w))return;await Uw({rpxDir:w,verbose:$.verbose})}r0();Y$();import{spawn as Oq}from"node:child_process";import*as Nw from"node:process";class Gj{processes=new Map;isShuttingDown=!1;async startProcess($,w,A){if(this.processes.has($)){H("start",`Process ${$} is already running`,A);return}let[J,...U]=w.command.split(" "),Y=w.cwd||Nw.cwd();H("start",`Starting process ${$}:`,A),H("start",` Command: ${J} ${U.join(" ")}`,A),H("start",` Working directory: ${Y}`,A),H("start",` Environment variables: ${J0(w.env)}`,A);let f=Oq(J,U,{cwd:Y,env:{...Nw.env,...w.env},shell:!0,stdio:"inherit"});return this.processes.set($,{command:w.command,cwd:Y,process:f,env:w.env}),new Promise((W,Z)=>{if(f.on("error",(B)=>{if(!this.isShuttingDown)H("start",`Process ${$} failed to start: ${B}`,A),this.processes.delete($),Z(B),Nw.emit("SIGINT")}),f.on("exit",(B)=>{if(!this.isShuttingDown&&B!==null&&B!==0)H("start",`Process ${$} exited with code ${B}`,A),this.processes.delete($),Z(Error(`Process ${$} exited with code ${B}`)),Nw.emit("SIGINT")}),A)f.stdout?.on("data",(B)=>{H("process",`[${$}] ${B.toString().trim()}`,!0)}),f.stderr?.on("data",(B)=>{H("process",`[${$}] ERR: ${B.toString().trim()}`,!0)});setTimeout(()=>{if(!this.isShuttingDown&&f.killed)this.processes.delete($),Z(Error(`Process ${$} was killed during startup`));else H("start",`Process ${$} started successfully`,A),W()},1000)})}async stopProcess($,w){let A=this.processes.get($);if(!A?.process){H("start",`No process found for ${$}`,w);return}return H("start",`Stopping process ${$}`,w),new Promise((J)=>{if(!A.process){J();return}A.process.once("exit",()=>{this.processes.delete($),H("start",`Process ${$} stopped`,w),J()});try{A.process.kill("SIGTERM"),setTimeout(()=>{if(A.process){H("start",`Force killing process ${$}`,w);try{A.process.kill("SIGKILL")}catch(U){}}},3000)}catch(U){H("start",`Error stopping process ${$}: ${U}`,w),this.processes.delete($),J()}})}async stopAll($){if(this.isShuttingDown){H("start","Already shutting down, skipping duplicate stopAll call",$);return}this.isShuttingDown=!0,H("start","Stopping all processes",$);let w=Array.from(this.processes.keys()).map((A)=>this.stopProcess(A,$).catch((J)=>{K.error(`Failed to stop process ${A}:`,J)}));await Promise.allSettled(w),this.processes.clear(),this.isShuttingDown=!1}isRunning($){let w=this.processes.get($);return!!w?.process&&!w.process.killed}}var yU=new Gj;Y$();import*as u$ from"node:fs/promises";import{homedir as Xq}from"node:os";import*as lf from"node:path";import*as pf from"node:process";var _q=/^[a-zA-Z0-9._-]+$/;function Kw(){return lf.join(Xq(),".stacks","rpx","registry.d")}function q1($){return typeof $==="string"&&$.length>0&&$.length<=128&&_q.test($)}function tf($,w){if(!q1(w))throw Error(`invalid registry id: ${JSON.stringify(w)}`);return lf.join($,`${w}.json`)}function hj($){if(!$||typeof $!=="object")return!1;let w=$,A=w.pid===void 0||typeof w.pid==="number"&&Number.isInteger(w.pid)&&w.pid>0;return typeof w.id==="string"&&q1(w.id)&&typeof w.from==="string"&&w.from.length>0&&typeof w.to==="string"&&w.to.length>0&&A&&typeof w.createdAt==="string"}async function Dq($){await u$.mkdir($,{recursive:!0})}async function qj($,w=Kw(),A){if(!hj($))throw Error(`invalid registry entry: ${JSON.stringify($)}`);await Dq(w);let J=tf(w,$.id),U=`${J}.tmp.${pf.pid}.${Date.now()}`,Y=JSON.stringify($,null,2);try{await u$.writeFile(U,Y,{encoding:"utf8",mode:420}),await u$.rename(U,J),H("registry",`wrote entry ${$.id} → ${J}`,A)}catch(f){throw await u$.unlink(U).catch(()=>{}),f}}async function Nj($,w=Kw(),A){let J=tf(w,$);try{await u$.unlink(J),H("registry",`removed entry ${$}`,A)}catch(U){if(U.code!=="ENOENT")throw U}}async function rf($,w=Kw(),A){let J=tf(w,$);try{let U=await u$.readFile(J,"utf8"),Y=JSON.parse(U);if(!hj(Y))return H("registry",`entry ${$} failed validation, removing`,A),await u$.unlink(J).catch(()=>{}),null;return Y}catch(U){if(U.code==="ENOENT")return null;if(U instanceof SyntaxError)return H("registry",`entry ${$} has invalid JSON, removing`,A),await u$.unlink(J).catch(()=>{}),null;throw U}}async function Kj($=Kw(),w){let A;try{A=await u$.readdir($)}catch(U){if(U.code==="ENOENT")return[];throw U}let J=[];for(let U of A){if(!U.endsWith(".json"))continue;let Y=U.slice(0,-5);if(!q1(Y))continue;let f=await rf(Y,$,w);if(f)J.push(f)}return J}r0();import{execSync as iq}from"node:child_process";import*as yw from"node:http";import*as Vj from"node:http2";import*as Oj from"node:net";import*as e from"node:process";var CU=($,w)=>(A)=>`\x1B[${$}m${A}\x1B[${w}m`,h0={bold:CU(1,22),dim:CU(2,22),green:CU(32,39),cyan:CU(36,39)};x8();kf();r0();g1();Y$();import*as Rj from"node:fs";import*as Mj from"node:path";import*as q0 from"node:process";function kq($){let w=$.replace(/[^a-zA-Z0-9._-]+/g,"-").replace(/^-+|-+$/g,"").slice(0,128);return w.length>0?w:"rpx"}async function af($){if($.proxies.length===0)throw Error("runViaDaemon: no proxies provided");let w=$.verbose??!1,A=$.registryDir,J=new Set,U=$.proxies.map((z)=>{let j=z.id??kq(z.to);if(!d1(j))throw Error(`invalid registry id "${j}" derived from to="${z.to}"`);if(J.has(j))throw Error(`duplicate registry id "${j}" — set an explicit \`id\` on one of the proxies`);return J.add(j),{...z,id:j}}),Y=new Date().toISOString();for(let z of U)await rF({id:z.id,from:z.from,to:z.to,pid:$.persistent?void 0:q0.pid,cwd:q0.cwd(),createdAt:Y,cleanUrls:z.cleanUrls,changeOrigin:z.changeOrigin,pathRewrites:z.pathRewrites},A,w);let f=await oF({rpxDir:$.rpxDir,verbose:w,spawnCommand:$.spawnCommand,startupTimeoutMs:$.startupTimeoutMs,spawnEnv:$.spawnEnv});for(let z of U)K.success(`https://${z.to} → ${z.from}`);if(K.info(`(via rpx daemon pid=${f.pid}; \`rpx daemon:status\` to inspect)`),$.detached)return;let W=!1,Z=A??Jw(),B=U.map((z)=>z.id),E=async()=>{if(W)return;W=!0;for(let z of B)await _f(z,A,w).catch((j)=>{H("runner",`removeEntry(${z}) failed: ${j}`,w)})},F=(z)=>{H("runner",`received ${z}, unregistering ${B.length} entries`,w),E().finally(()=>q0.exit(0))};q0.once("SIGINT",F),q0.once("SIGTERM",F),q0.once("exit",()=>{if(W)return;for(let z of B)try{Rj.unlinkSync(Mj.join(Z,`${z}.json`))}catch{}}),await new Promise(()=>{})}Y$();import{exec as Qq}from"node:child_process";import Rw from"node:fs";import yj from"node:os";import of from"node:path";import*as r1 from"node:process";import{promisify as xq}from"node:util";var LU=xq(Qq);function Ij($){let w=$.trim().toLowerCase();return w==="localhost"||w.endsWith(".localhost")||w.endsWith(".localhost.")}var Y0=r1.platform==="win32"?of.join(r1.env.windir||"C:\\Windows","System32","drivers","etc","hosts"):"/etc/hosts",sf=!1;async function SU($){if(r1.platform==="win32")throw Error("Administrator privileges required on Windows");let w=Hw(),A=$.replace(/'/g,"'\\''");try{if(w){let{stdout:J}=await LU(`echo '${w}' | sudo -S sh -c '${A}' 2>/dev/null`);return sf=!0,J}if(sf)try{let{stdout:J}=await LU(`sudo -n sh -c '${A}'`);return J}catch(J){H("hosts","Cached sudo privileges expired, requesting again",!0)}try{let{stdout:J}=await LU(`sudo -n sh -c '${A}'`);return sf=!0,J}catch{throw Error("sudo required but no cached credentials (set SUDO_PASSWORD in .env or run sudo -v)")}}catch(J){throw Error(`Failed to execute sudo command: ${J.message}`)}}async function a1($,w){let A=$.filter((U)=>!Ij(U)),J=$.filter((U)=>Ij(U));if(J.length>0)H("hosts",`Skipping /etc/hosts for loopback dev names: ${J.join(", ")}`,w);if(A.length===0)return;H("hosts",`Adding hosts: ${A.join(", ")}`,w),H("hosts",`Using hosts file at: ${Y0}`,w);try{let U;try{U=await Rw.promises.readFile(Y0,"utf-8")}catch{H("hosts","Reading hosts file requires elevated permissions, using sudo",w);try{U=await SU(`cat "${Y0}"`)}catch(Z){throw console.log(" Could not read hosts file — skipping hosts setup"),H("hosts",`sudo read also failed: ${Z}`,w),Error(`Cannot read hosts file: ${Z}`)}}let Y=A.filter((Z)=>{let B=`127.0.0.1 ${Z}`,E=`::1 ${Z}`;return!U.includes(B)&&!U.includes(E)});if(Y.length===0){H("hosts","All hosts already exist in hosts file",w);return}let f=Y.map((Z)=>`
|
|
243
244
|
# Added by rpx
|
|
244
245
|
127.0.0.1 ${Z}
|
|
245
246
|
::1 ${Z}`).join(`
|
|
246
|
-
`),W=
|
|
247
|
-
`),U=!1,Y=J.filter((Z)=>{if($.some((
|
|
247
|
+
`),W=of.join(yj.tmpdir(),`rpx-hosts-${Date.now()}.tmp`);try{await Rw.promises.writeFile(W,U+f,"utf8"),await SU(`cat "${W}" | tee "${Y0}" > /dev/null`),console.log(` Hosts updated: ${Y.join(", ")}`)}catch(Z){console.log(" Could not update hosts file automatically"),console.log(" Add these entries to /etc/hosts:"),Y.forEach((B)=>{console.log(` 127.0.0.1 ${B}`),console.log(` ::1 ${B}`)}),console.log(` Or run: sudo nano ${Y0}`)}finally{try{await Rw.promises.unlink(W)}catch{}}}catch(U){H("hosts",`Failed to manage hosts file: ${U.message}`,w)}}async function Cj($,w){H("hosts",`Removing hosts: ${$.join(", ")}`,w);try{let A;try{A=await Rw.promises.readFile(Y0,"utf-8")}catch{H("hosts","Reading hosts file requires elevated permissions, using sudo",w);try{A=await SU(`cat "${Y0}"`)}catch(Z){throw H("hosts",`sudo read also failed: ${Z}`,w),Error(`Cannot read hosts file: ${Z}`)}}let J=A.split(`
|
|
248
|
+
`),U=!1,Y=J.filter((Z)=>{if($.some((E)=>Z.includes(` ${E}`)&&(Z.includes("127.0.0.1")||Z.includes("::1"))))return U=!0,!1;if(Z.trim()==="# Added by rpx")return U=!0,!1;return!0});if(!U){H("hosts","No matching hosts found to remove",w);return}while(Y[Y.length-1]?.trim()==="")Y.pop();let f=`${Y.join(`
|
|
248
249
|
`)}
|
|
249
|
-
`,W=af.join(IF.tmpdir(),`rpx-hosts-${Date.now()}.tmp`);try{await Nw.promises.writeFile(W,f,"utf8"),await LU(`cat "${W}" | tee "${Y0}" > /dev/null`),z("hosts","Hosts removed successfully",w)}catch(Z){z("hosts","Could not clean up hosts file automatically",w)}finally{try{await Nw.promises.unlink(W)}catch(Z){z("hosts",`Failed to remove temporary file: ${Z}`,w)}}}catch(A){z("hosts",`Failed to clean up hosts file: ${A.message}`,w)}}async function r1($,w){z("hosts",`Checking hosts: ${$}`,w);let A;try{A=await Nw.promises.readFile(Y0,"utf-8")}catch(J){z("hosts",`Error reading hosts file: ${J}`,w);try{let U=Bw(),Y;if(U)Y=`echo '${U}' | sudo -S cat "${Y0}" 2>/dev/null`;else Y=`sudo -n cat "${Y0}" 2>/dev/null || cat "${Y0}" 2>/dev/null || echo ""`;let{stdout:f}=await yU(Y);A=f}catch(U){return z("hosts",`Cannot read hosts file, assuming entries don't exist: ${U}`,w),$.map(()=>!1)}}return $.map((J)=>{let U=`127.0.0.1 ${J}`,Y=`::1 ${J}`;return A.includes(U)||A.includes(Y)})}hU();U$();import*as SU from"node:net";function Rw($,w,A){return z("port",`Checking if port ${$} is in use on ${w}`,A),new Promise((J)=>{let U=SU.createServer(),Y=setTimeout(()=>{z("port",`Checking port ${$} timed out, assuming it's in use`,A),U.close(),J(!0)},3000);U.once("error",(f)=>{if(clearTimeout(Y),f.code==="EADDRINUSE")z("port",`Port ${$} is in use`,A),J(!0);else z("port",`Error checking port ${$}: ${f.message}`,A),J(!0)}),U.once("listening",()=>{clearTimeout(Y),z("port",`Port ${$} is available`,A),U.close(),J(!1)});try{U.listen($,w)}catch(f){clearTimeout(Y),z("port",`Exception checking port ${$}: ${f}`,A),J(!0)}})}async function xq($,w,A,J=50){z("port",`Finding available port starting from ${$} (max attempts: ${J})`,A);let U=$,Y=0;while(Y<J){if(Y++,!await Rw(U,w,A))return z("port",`Found available port: ${U} after ${Y} attempts`,A),U;z("port",`Port ${U} is in use, trying ${U+1} (attempt ${Y}/${J})`,A),U++}throw Error(`Unable to find available port after ${J} attempts starting from ${$}`)}function yF($,w,A=5000,J){return z("port",`Testing connection to ${w}:${$}`,J),new Promise((U)=>{let Y=SU.connect({host:w,port:$,timeout:A});Y.once("connect",()=>{z("port",`Successfully connected to ${w}:${$}`,J),Y.end(),U(!0)}),Y.once("timeout",()=>{z("port",`Connection to ${w}:${$} timed out`,J),Y.destroy(),U(!1)}),Y.once("error",(f)=>{z("port",`Failed to connect to ${w}:${$}: ${f.message}`,J),Y.destroy(),U(!1)})})}class VU{usedPorts=new Set;hostname;verbose;maxRetries;constructor($="0.0.0.0",w,A=50){this.hostname=$,this.verbose=w,this.maxRetries=A}async getNextAvailablePort($,w=!1){if(this.usedPorts.has($))return this.findNextAvailablePort($+1,w);if(await Rw($,this.hostname,this.verbose))return this.findNextAvailablePort($+1,w);if(w){if(!await yF($,this.hostname,3000,this.verbose))return z("port",`Port ${$} is available but not connectable, trying next port`,this.verbose),this.findNextAvailablePort($+1,w)}return this.usedPorts.add($),$}async findNextAvailablePort($,w=!1){let A=await xq($,this.hostname,this.verbose,this.maxRetries);if(w){if(!await yF(A,this.hostname,3000,this.verbose))if(A<$+this.maxRetries)return this.findNextAvailablePort(A+1,w);else throw Error(`Unable to find a connectable port after ${this.maxRetries} attempts`)}return this.usedPorts.add(A),A}releasePort($){z("port",`Releasing port ${$}`,this.verbose),this.usedPorts.delete($)}}var Uy=new VU;p0();U$();import{spawn as Pq}from"node:child_process";import*as Kw from"node:process";class OU{processes=new Map;isShuttingDown=!1;async startProcess($,w,A){if(this.processes.has($)){z("start",`Process ${$} is already running`,A);return}let[J,...U]=w.command.split(" "),Y=w.cwd||Kw.cwd();z("start",`Starting process ${$}:`,A),z("start",` Command: ${J} ${U.join(" ")}`,A),z("start",` Working directory: ${Y}`,A),z("start",` Environment variables: ${J0(w.env)}`,A);let f=Pq(J,U,{cwd:Y,env:{...Kw.env,...w.env},shell:!0,stdio:"inherit"});return this.processes.set($,{command:w.command,cwd:Y,process:f,env:w.env}),new Promise((W,Z)=>{if(f.on("error",(E)=>{if(!this.isShuttingDown)z("start",`Process ${$} failed to start: ${E}`,A),this.processes.delete($),Z(E),Kw.emit("SIGINT")}),f.on("exit",(E)=>{if(!this.isShuttingDown&&E!==null&&E!==0)z("start",`Process ${$} exited with code ${E}`,A),this.processes.delete($),Z(Error(`Process ${$} exited with code ${E}`)),Kw.emit("SIGINT")}),A)f.stdout?.on("data",(E)=>{z("process",`[${$}] ${E.toString().trim()}`,!0)}),f.stderr?.on("data",(E)=>{z("process",`[${$}] ERR: ${E.toString().trim()}`,!0)});setTimeout(()=>{if(!this.isShuttingDown&&f.killed)this.processes.delete($),Z(Error(`Process ${$} was killed during startup`));else z("start",`Process ${$} started successfully`,A),W()},1000)})}async stopProcess($,w){let A=this.processes.get($);if(!A?.process){z("start",`No process found for ${$}`,w);return}return z("start",`Stopping process ${$}`,w),new Promise((J)=>{if(!A.process){J();return}A.process.once("exit",()=>{this.processes.delete($),z("start",`Process ${$} stopped`,w),J()});try{A.process.kill("SIGTERM"),setTimeout(()=>{if(A.process){z("start",`Force killing process ${$}`,w);try{A.process.kill("SIGKILL")}catch(U){}}},3000)}catch(U){z("start",`Error stopping process ${$}: ${U}`,w),this.processes.delete($),J()}})}async stopAll($){if(this.isShuttingDown){z("start","Already shutting down, skipping duplicate stopAll call",$);return}this.isShuttingDown=!0,z("start","Stopping all processes",$);let w=Array.from(this.processes.keys()).map((A)=>this.stopProcess(A,$).catch((J)=>{R.error(`Failed to stop process ${A}:`,J)}));await Promise.allSettled(w),this.processes.clear(),this.isShuttingDown=!1}isRunning($){let w=this.processes.get($);return!!w?.process&&!w.process.killed}}var Ey=new OU;FU();U$();var _U=new OU,iq="0.12.0",cq=new VU("0.0.0.0"),a1=new Set,sf=!1,XU=null,of=null;async function DU($){if(sf)return z("cleanup","Cleanup already in progress, skipping",$?.verbose),of||Promise.resolve();sf=!0,z("cleanup","Starting cleanup process",$?.verbose),of=new Promise((w)=>{XU=w});try{await _U.stopAll($?.verbose),R.info("Shutting down proxy servers...");let w=[],A=Array.from(a1).map((J)=>new Promise((U)=>{J.close(()=>{z("cleanup","Server closed successfully",$?.verbose),U()})}));if(w.push(...A),$?.hosts&&$.domains?.length){z("cleanup","Cleaning up hosts file entries",$?.verbose),z("cleanup",`Original domains for cleanup: ${JSON.stringify($.domains)}`,$?.verbose);let J=$.domains.filter((U)=>{if(U==="test.local")return!0;return U!=="localhost"&&!U.startsWith("localhost.")&&U!=="127.0.0.1"});if(z("cleanup",`Filtered domains for cleanup: ${JSON.stringify(J)}`,$?.verbose),J.length>0)R.info("Cleaning up hosts file entries..."),w.push(CF(J,$?.verbose).then(()=>{z("cleanup",`Removed hosts entries for ${J.join(", ")}`,$?.verbose)}).catch((U)=>{z("cleanup",`Failed to remove hosts entries: ${U}`,$?.verbose),R.warn(`Failed to clean up hosts file entries for ${J.join(", ")}:`,U)}))}if($?.certs&&$.domains?.length){z("cleanup","Cleaning up SSL certificates",$?.verbose),R.info("Cleaning up SSL certificates...");let J=$.domains.map(async(U)=>{try{await gh(U,$?.verbose),z("cleanup",`Removed certificates for ${U}`,$?.verbose)}catch(Y){z("cleanup",`Failed to remove certificates for ${U}: ${Y}`,$?.verbose),R.warn(`Failed to clean up certificates for ${U}:`,Y)}});w.push(...J)}await Promise.allSettled(w),z("cleanup","All cleanup tasks completed successfully",$?.verbose),R.success("All cleanup tasks completed successfully")}catch(w){z("cleanup",`Error during cleanup: ${w}`,$?.verbose),R.error("Error during cleanup:",w)}finally{if(XU)XU();XU=null,sf=!1;let w=$&&"vitePluginUsage"in $&&$.vitePluginUsage===!0;if(o.env.NODE_ENV!=="test"&&o.env.BUN_ENV!=="test"&&!w)o.exit(0)}return of}var ef=!1;function $Z($){if(ef){z("signal",`Received second ${$} signal, forcing exit`,!0),o.exit(1);return}ef=!0,z("signal",`Received ${$} signal, initiating cleanup`,!0),DU().catch((w)=>{z("signal",`Cleanup failed after ${$}: ${w}`,!0),o.exit(1)}).finally(()=>{ef=!1})}o.once("SIGINT",()=>$Z("SIGINT"));o.once("SIGTERM",()=>$Z("SIGTERM"));o.on("uncaughtException",($)=>{z("process",`Uncaught exception: ${$}`,!0),R.error("Uncaught exception:",$),$Z("uncaughtException")});async function s1($,w,A,J=5){z("connection",`Testing connection to ${$}:${w} (retries left: ${J})`,A);let U=15000,Y=Date.now();if(o.env.RPX_BYPASS_CONNECTION_TEST==="true"){z("connection",`Bypassing connection test for ${$}:${w} due to RPX_BYPASS_CONNECTION_TEST flag`,A);return}let f=()=>new Promise((W,Z)=>{let E=VF.connect({host:$,port:w,timeout:3000});E.once("connect",()=>{z("connection",`Successfully connected to ${$}:${w}`,A),E.end(),W()}),E.once("timeout",()=>{z("connection",`Connection to ${$}:${w} timed out`,A),E.destroy(),Z(Error("Connection timed out"))}),E.once("error",(B)=>{z("connection",`Failed to connect to ${$}:${w}: ${B}`,A),E.destroy(),Z(B)})});try{await f()}catch(W){if(Date.now()-Y>U){z("connection",`Connection test timed out after ${U}ms, but continuing anyway`,A),R.warn(`Connection test to ${$}:${w} timed out, but RPX will try to proceed anyway.`);return}if(W.code==="ECONNREFUSED"&&J>0)return z("connection",`Connection refused, server might be starting up. Retrying in 2 seconds... (${J} retries left)`,A),await new Promise((E)=>setTimeout(E,2000)),s1($,w,A,J-1);if(J>0)try{z("connection",`Trying HTTP request to ${$}:${w}`,A),await new Promise((E,B)=>{let h=Mw.request({hostname:$,port:w,path:"/",method:"HEAD",timeout:5000},(j)=>{z("connection",`Received HTTP response with status: ${j.statusCode}`,A),E()});h.on("error",(j)=>B(j)),h.on("timeout",()=>{h.destroy(),B(Error("HTTP request timed out"))}),h.end()}),z("connection",`HTTP request to ${$}:${w} succeeded`,A);return}catch(E){return z("connection",`HTTP request to ${$}:${w} failed: ${E}`,A),z("connection",`Retrying socket connection in 2 seconds... (${J} retries left)`,A),await new Promise((B)=>setTimeout(B,2000)),s1($,w,A,J-1)}let Z=`Failed to connect to ${$}:${w} after ${5-J} attempts: ${W.message}`;z("connection",`${Z}. To bypass this check set RPX_BYPASS_CONNECTION_TEST=true`,A),R.warn(Z),R.warn("RPX will try to continue anyway. If you're sure this is correct, you can set RPX_BYPASS_CONNECTION_TEST=true to skip this check.")}}async function OF($){z("server",`Starting server with options: ${J0($)}`,$.verbose);let w=new URL(($.from?.startsWith("http")?$.from:`http://${$.from}`)||"localhost:5173"),A=new URL(($.to?.startsWith("http")?$.to:`http://${$.to}`)||"rpx.localhost"),J=Number.parseInt(w.port)||(w.protocol.includes("https:")?443:80),U=[A.hostname];if(!A.hostname.includes("localhost")&&!A.hostname.includes("127.0.0.1")){z("hosts",`Checking if hosts file entry exists for: ${A.hostname}`,$?.verbose);try{if(!(await r1(U,$.verbose))[0]){R.info(`Adding ${A.hostname} to hosts file...`),R.info("This may require sudo/administrator privileges");try{await p1(U,$.verbose)}catch(W){if(R.error("Failed to add hosts entry:",W.message),R.warn("You can manually add this entry to your hosts file:"),R.warn(`127.0.0.1 ${A.hostname}`),R.warn(`::1 ${A.hostname}`),o.platform==="win32")R.warn("On Windows:"),R.warn("1. Run notepad as administrator"),R.warn("2. Open C:\\Windows\\System32\\drivers\\etc\\hosts");else R.warn("On Unix systems:"),R.warn("sudo nano /etc/hosts")}}else z("hosts",`Host entry already exists for ${A.hostname}`,$.verbose)}catch(f){R.error("Failed to check hosts file:",f.message)}}try{await s1(w.hostname,J,$.verbose)}catch(f){z("server",`Connection test failed: ${f}`,$.verbose),R.error(f.message),R.warn("Continuing with proxy setup despite connection test failure..."),R.info("If you need to bypass connection testing, set environment variable RPX_BYPASS_CONNECTION_TEST=true")}let Y=$._cachedSSLConfig||null;if($.https)try{if($.https===!0)$.https=u1({...$,to:A.hostname});if(Y=await v0({...$,to:A.hostname,https:$.https}),!Y){if(z("ssl",`Generating new certificates for ${A.hostname}`,$.verbose),await j1({...$,from:w.toString(),to:A.hostname,https:$.https}),Y=await v0({...$,to:A.hostname,https:$.https}),!Y)throw Error(`Failed to load SSL configuration after generating certificates for ${A.hostname}`)}}catch(f){throw z("server",`SSL setup failed: ${f}`,$.verbose),f}z("server",`Setting up reverse proxy with SSL config for ${A.hostname}`,$.verbose),await vq({...$,from:$.from||"localhost:5173",to:A.hostname,fromPort:J,sourceUrl:{hostname:w.hostname,host:w.host},ssl:Y})}async function uq($,w,A,J,U,Y,f,W,Z,E,B){z("proxy",`Creating proxy server ${$} -> ${w} with cleanUrls: ${E}`,Z);function h(H){let G={};for(let[q,N]of Object.entries(H))if(!q.startsWith(":"))G[q]=N;return G}let j=(H,G)=>{z("request",`Incoming request: ${H.method} ${H.url}`,Z);let q=H.url||"/",N=H.method||"GET";if(H instanceof SF.Http2ServerRequest){let S=H.headers;N=S[":method"]||N,q=S[":path"]||q}if(E){if(!q.match(/\.[a-z0-9]+$/i))if(q.endsWith("/"))q=`${q}index.html`;else q=`${q}.html`}let K=h(H.headers);if(B)K.host=`${Y.hostname}:${A}`,z("request",`Changed origin: setting host header to ${K.host}`,Z);let C={hostname:Y.hostname,port:A,path:q,method:N,headers:K};z("request",`Proxy request options: ${J0(C)}`,Z);let y=Mw.request(C,(S)=>{if(z("response",`Proxy response received with status ${S.statusCode}`,Z),E&&S.statusCode===404){let f$=[];if(q.endsWith(".html"))f$.push(q.slice(0,-5));else if(!q.match(/\.[a-z0-9]+$/i))f$.push(`${q}.html`);if(!q.endsWith("/"))f$.push(`${q}/index.html`);if(f$.length>0){z("cleanUrls",`Trying alternative paths: ${f$.join(", ")}`,Z);let H0=(o1)=>{if(o1.length===0){G.writeHead(S.statusCode||404,S.headers),S.pipe(G);return}let wZ=o1[0],xF={...C,path:wZ},AZ=Mw.request(xF,(e1)=>{if(e1.statusCode===200)z("cleanUrls",`Found matching path: ${wZ}`,Z),G.writeHead(e1.statusCode,e1.headers),e1.pipe(G);else H0(o1.slice(1))});AZ.on("error",()=>H0(o1.slice(1))),AZ.end()};H0(f$);return}}let L={...S.headers,"Strict-Transport-Security":"max-age=31536000; includeSubDomains; preload","X-Content-Type-Options":"nosniff"};G.writeHead(S.statusCode||500,L),S.pipe(G)});y.on("error",(S)=>{z("request",`Proxy request failed: ${S}`,Z),R.error("Proxy request failed:",S),G.writeHead(502),G.end(`Proxy Error: ${S.message}`)}),H.pipe(y)};if(z("server",`Creating server with SSL config: ${!!f}`,Z),f)return new Promise((H,G)=>{try{let q=Bun.serve({port:J,hostname:U,tls:{key:f.key,cert:f.cert,ca:f.ca,requestCert:!1,rejectUnauthorized:!1},async fetch(N){let K=new URL(N.url);z("request",`Bun.serve received: ${N.method} ${K.pathname}`,Z);let C=`http://${Y.host}`,y=new URL(K.pathname+K.search,C);try{let S=new Headers(N.headers);if(S.set("host",Y.host),B)S.set("origin",C);S.set("x-forwarded-for","127.0.0.1"),S.set("x-forwarded-proto","https"),S.set("x-forwarded-host",w);let L=await fetch(y.toString(),{method:N.method,headers:S,body:N.body,redirect:"manual"}),f$=new Headers(L.headers);if(E&&K.pathname.endsWith(".html")){let H0=K.pathname.replace(/\.html$/,"");return new Response(null,{status:301,headers:{Location:H0}})}return new Response(L.body,{status:L.status,statusText:L.statusText,headers:f$})}catch(S){return z("request",`Proxy error: ${S}`,Z),new Response(`Proxy Error: ${S}`,{status:502})}},error(N){return z("server",`Bun.serve error: ${N}`,Z),new Response(`Server Error: ${N.message}`,{status:500})}});a1.add(q),LF({from:$,to:w,vitePluginUsage:W,listenPort:J,ssl:!0,cleanUrls:E,verbose:Z}),H()}catch(q){G(q)}});let F=Mw.createServer(j);function T(H){return a1.add(H),new Promise((G,q)=>{H.listen(J,U,()=>{z("server",`Server listening on port ${J}`,Z),LF({from:$,to:w,vitePluginUsage:W,listenPort:J,ssl:!!f,cleanUrls:E,verbose:Z}),G()}),H.on("error",(N)=>{z("server",`Server error: ${N}`,Z),q(N)})})}return T(F)}async function vq($){z("setup",`Setting up reverse proxy: ${J0($)}`,$.verbose);let{from:w,to:A,fromPort:J,sourceUrl:U,ssl:Y,verbose:f,cleanup:W,vitePluginUsage:Z,changeOrigin:E,cleanUrls:B}=$,h=80,j=443,F="0.0.0.0",T=$.portManager||cq;try{if(A&&!A.includes("localhost")&&!A.includes("127.0.0.1")){if(!(await r1([A],f))[0]){R.warn(`The hostname ${A} isn't in your hosts file. Adding it now...`);try{await p1([A],f),R.success(`Added ${A} to your hosts file.`)}catch(K){R.error(`Failed to add ${A} to your hosts file: ${K}`),R.info(`You may need to manually add '127.0.0.1 ${A}' to your /etc/hosts file.`)}}}else if(o.platform!=="darwin"&&A&&A.includes("localhost")&&!A.match(/^(localhost|127\.0\.0\.1)$/)){if(!(await r1([A],f))[0]){z("hosts",`${A} not found in hosts file, adding...`,f);try{await p1([A],f)}catch(K){z("hosts",`Failed to add ${A} to hosts file: ${K}`,f)}}}if(Y&&!T.usedPorts.has(h)){if(!await Rw(h,F,f))z("setup","Starting HTTP redirect server",f),XF(f),T.usedPorts.add(h);else if(z("setup","Port 80 is in use, skipping HTTP redirect",f),f)R.warn("Port 80 is in use, HTTP to HTTPS redirect will not be available")}let H=Y?j:h,G=await Rw(H,F,f),q;if(G){if(z("setup",`Port ${H} is already in use`,f),f)R.warn(`Port ${H} is already in use. This may be another instance of rpx or another service.`);if(H===443){if(q=await T.getNextAvailablePort(3443,!0),z("setup",`Using port ${q} instead of ${H}`,f),f)R.info(`Using port ${q} instead. Access your site at https://${A}:${q}`)}else if(q=await T.getNextAvailablePort(H+1000,!0),z("setup",`Using port ${q} instead of ${H}`,f),f)R.info(`Using port ${q} instead. Access your site at http://${A}:${q}`)}else q=H,T.usedPorts.add(q),z("setup",`Using standard ${H===443?"HTTPS":"HTTP"} port ${H} for ${A}`,f);await uq(w,A,J,q,F,U,Y,Z,f,B,E)}catch(H){z("setup",`Setup failed: ${H}`,f),R.error(`Failed to setup reverse proxy: ${H.message}`),DU({domains:[A],hosts:typeof W==="boolean"?W:W?.hosts,certs:typeof W==="boolean"?W:W?.certs,verbose:f,vitePluginUsage:Z})}}function XF($){z("redirect","Starting HTTP redirect server",$);let w=Mw.createServer((A,J)=>{let U=A.headers.host||"";z("redirect",`Redirecting request from ${U}${A.url} to HTTPS`,$),J.writeHead(301,{Location:`https://${U}${A.url}`}),J.end()}).listen(80);a1.add(w),z("redirect","HTTP redirect server started",$)}function _F($){let w={...k8,...$};if(z("proxy",`Starting proxy with options: ${J0(w)}`,w?.verbose),w.viaDaemon){if(!w.from||!w.to){R.error("viaDaemon mode requires both `from` and `to`");return}pf({proxies:[{id:w.id,from:w.from,to:w.to,cleanUrls:w.cleanUrls,changeOrigin:w.changeOrigin,pathRewrites:w.pathRewrites}],verbose:w.verbose}).catch((Z)=>{R.error(`Failed to register with rpx daemon: ${Z.message}`),o.exit(1)});return}let A=w.to||"",J=A.split(".").pop()?.toLowerCase()||"",U=o.platform==="darwin"&&A&&!A.includes("localhost")&&!A.includes("127.0.0.1"),Y=["dev","app","page","new","day","foo"],f=["test","localhost","local","example","invalid"];if(U&&Y.includes(J)&&w?.verbose)R.warn(`The .${J} TLD may not work reliably for local development`),R.info(` Google owns .${J} with HSTS preloading, which can bypass local DNS`),R.info(" Consider using a reserved TLD: .test, .localhost, or .local");if(U)Promise.resolve().then(() => (z1(),KU)).then(({setupDevelopmentDns:Z})=>{Z({domains:[A],verbose:w.verbose}).then((E)=>{if(E)Promise.resolve().then(()=>{if(w.verbose)if(f.includes(J))R.success(`DNS server started for .${J} domains`);else R.success(`DNS server started for .${J} domains (hosts file entry also added)`)});else z("dns",`Could not start DNS server - ${A} may not resolve in browser`,w.verbose)})}).catch((Z)=>{z("dns",`Failed to start DNS server: ${Z}`,w.verbose)});let W={from:w.from,to:w.to,cleanUrls:w.cleanUrls,https:u1(w),cleanup:w.cleanup,vitePluginUsage:w.vitePluginUsage,changeOrigin:w.changeOrigin,verbose:w.verbose,regenerateUntrustedCerts:w.regenerateUntrustedCerts};z("proxy",`Server options: ${J0(W)}`,w.verbose),OF(W).catch((Z)=>{z("proxy",`Failed to start proxy: ${Z}`,w.verbose),R.error(`Failed to start proxy: ${Z.message}`),DU({domains:[w.to],hosts:typeof w.cleanup==="boolean"?w.cleanup:w.cleanup?.hosts,certs:typeof w.cleanup==="boolean"?w.cleanup:w.cleanup?.certs,verbose:w.verbose})})}function nq($){return $?.verbose||!1}async function DF($){let w={from:"localhost:5173",to:"rpx.localhost",https:!1,cleanup:{hosts:!0,certs:!1},vitePluginUsage:!1,verbose:!1,cleanUrls:!1,changeOrigin:!1,regenerateUntrustedCerts:!0};if($)w={...w,...$};let A=nq(w);if(z("config",`Starting with config: ${J0(w,2)}`,A),z("config",`Is multi-proxy? ${"proxies"in w}`,A),w.viaDaemon){let T="proxies"in w&&Array.isArray(w.proxies)?w.proxies.map((H)=>({id:H.id,from:H.from,to:H.to,cleanUrls:H.cleanUrls??w.cleanUrls,changeOrigin:H.changeOrigin??w.changeOrigin,pathRewrites:H.pathRewrites})):[{id:w.id,from:w.from,to:w.to,cleanUrls:w.cleanUrls,changeOrigin:w.changeOrigin,pathRewrites:w.pathRewrites}];await pf({proxies:T,verbose:A});return}if("proxies"in w&&Array.isArray(w.proxies)){z("servers",`Found ${w.proxies.length} proxies in config`,A);for(let F of w.proxies)if(F.start){let T=`${F.from}-${F.to}`;try{z("watch",`Starting command for ${T} with command: ${F.start.command}`,A),R.info(`Starting command for ${T}...`),await _U.startProcess(T,F.start,A);let H=new URL(F.from.startsWith("http")?F.from:`http://${F.from}`),G=H.hostname||"localhost",q=Number(H.port)||80;try{await s1(G,q,A),z("watch",`Dev server is ready at ${G}:${q}`,A)}catch(N){z("watch",`Connection check failed, but continuing with proxy setup: ${N}`,A),R.warn("Dev server connection check failed. RPX will try to proceed anyway...")}}catch(H){throw z("watch",`Failed to start command for ${T}: ${H}`,A),Error(`Failed to start command for ${T}: ${H}`)}}else z("watch",`No start command for proxy ${F.from} -> ${F.to}`,A)}else if("start"in w&&w.start){z("watch","Found start command in single proxy config",A);let F=`${w.from}-${w.to}`;try{if(w.start)z("watch",`Starting command: ${w.start.command}`,A),await _U.startProcess(F,w.start,A);let T=new URL(w.from?.startsWith("http")?w.from:`http://${w.from}`),H=T.hostname||"localhost",G=Number(T.port)||80;try{await s1(H,G,A),z("watch",`Dev server is ready at ${H}:${G}`,A)}catch(q){z("watch",`Connection check failed, but continuing with proxy setup: ${q}`,A),R.warn("Dev server connection check failed. RPX will try to proceed anyway...")}}catch(T){throw z("watch",`Failed to run start command: ${T}`,A),Error(`Failed to run start command: ${T}`)}}else z("watch","No start command found in config",A);let J="proxies"in w&&Array.isArray(w.proxies)?w.proxies[0]?.to:("to"in w)?w.to:"rpx.localhost";if(o.platform!=="win32"&&(w.https||w.cleanup?.hosts!==!1)){if(!Bw())try{z("sudo","Pre-acquiring sudo credentials for privileged operations",A),bq("sudo -v",{stdio:"inherit"})}catch{z("sudo","Could not pre-acquire sudo credentials",A)}}if(w.https){let F=await v0(w);if(!F){if(z("ssl",`No valid or trusted certificates found for ${J}, generating new ones`,w.verbose),await j1(w),F=await v0(w),!F)throw Error(`Failed to load SSL certificates after generation for ${J}`)}else z("ssl",`Using existing and trusted certificates for ${J}`,w.verbose);w._cachedSSLConfig=F}let U="proxies"in w&&Array.isArray(w.proxies)?w.proxies.map((F)=>({...F,https:w.https,cleanup:w.cleanup,cleanUrls:F.cleanUrls??("cleanUrls"in w?w.cleanUrls:!1),vitePluginUsage:w.vitePluginUsage,changeOrigin:F.changeOrigin??w.changeOrigin,verbose:A,_cachedSSLConfig:w._cachedSSLConfig})):[{from:"from"in w?w.from:"localhost:5173",to:"to"in w?w.to:"rpx.localhost",cleanUrls:"cleanUrls"in w?w.cleanUrls:!1,https:w.https,cleanup:w.cleanup,vitePluginUsage:w.vitePluginUsage,start:"start"in w?w.start:void 0,changeOrigin:w.changeOrigin,verbose:A,_cachedSSLConfig:w._cachedSSLConfig}],Y=U.map((F)=>F.to||"rpx.localhost"),f=w._cachedSSLConfig,W=Y.filter((F)=>F&&!F.includes("localhost")&&!F.includes("127.0.0.1")),Z=["dev","app","page","new","day","foo"],E=["test","localhost","local","example","invalid"],B=[...new Set(W.map((F)=>F.split(".").pop()?.toLowerCase()))],h=B.filter((F)=>!!F&&Z.includes(F));if(h.length>0&&A)R.warn(`The following TLDs may not work reliably for local development: ${h.map((F)=>`.${F}`).join(", ")}`),R.info(" These TLDs have HSTS preloading which can bypass local DNS"),R.info(" Consider using reserved TLDs: .test, .localhost, or .local");if(o.platform==="darwin"&&W.length>0){let{setupDevelopmentDns:F}=await Promise.resolve().then(() => (z1(),KU));if(await F({domains:W,verbose:A})){if(A)if(B.every((G)=>!!G&&E.includes(G)))R.success(`DNS server started for ${B.map((G)=>`.${G}`).join(", ")} domains`);else R.success(`DNS server started for ${B.map((G)=>`.${G}`).join(", ")} domains (hosts file entries also added)`)}else z("dns","Could not start DNS server - custom domains may not resolve",A)}let j=async()=>{z("cleanup","Starting cleanup handler",w.verbose);try{let{tearDownDevelopmentDns:F}=await Promise.resolve().then(() => (z1(),KU));await F({verbose:w.verbose})}catch(F){z("cleanup",`Error stopping DNS server: ${F}`,w.verbose)}try{await _U.stopAll(w.verbose)}catch(F){z("cleanup",`Error stopping processes: ${F}`,w.verbose)}await DU({domains:Y,hosts:typeof w.cleanup==="boolean"?w.cleanup:w.cleanup?.hosts,certs:typeof w.cleanup==="boolean"?w.cleanup:w.cleanup?.certs,verbose:w.verbose||!1})};if(o.on("SIGINT",j),o.on("SIGTERM",j),o.on("uncaughtException",(F)=>{z("process",`Uncaught exception: ${F}`,!0),console.error("Uncaught exception:",F),j()}),f&&U.length>1){z("proxies",`Creating shared HTTPS server for ${U.length} domains`,A);let F=new Map;for(let q of U){let N=q.to||"rpx.localhost",K=new URL(q.from?.startsWith("http")?q.from:`http://${q.from}`);if(F.set(N,{sourceHost:K.host,cleanUrls:q.cleanUrls||!1,changeOrigin:q.changeOrigin||!1,pathRewrites:q.pathRewrites}),z("proxies",`Route: ${N} → ${K.host}`,A),!N.includes("localhost")&&!N.includes("127.0.0.1"))try{if(!(await r1([N],A))[0])await p1([N],A)}catch{z("hosts",`Could not add hosts entry for ${N}`,A)}}if(!await Rw(80,"0.0.0.0",A))XF(A);let H=443;if(await Rw(H,"0.0.0.0",A)){if(z("proxies",`Port ${H} is already in use, cannot start shared proxy`,A),A)R.warn(`Port ${H} is in use. Shared HTTPS proxy cannot start.`);return}try{let q=Bun.serve({port:H,hostname:"0.0.0.0",tls:{key:f.key,cert:f.cert,ca:f.ca,requestCert:!1,rejectUnauthorized:!1},fetch:v1((N)=>F.get(N),A),error(N){return z("server",`Shared proxy server error: ${N}`,A),new Response(`Server Error: ${N.message}`,{status:500})}});a1.add(q),z("proxies",`Shared HTTPS proxy listening on port ${H} for ${F.size} domains`,A)}catch(q){z("proxies",`Failed to start shared proxy: ${q}`,A),console.error("Failed to start shared HTTPS proxy:",q),j()}}else for(let F of U)try{let T=F.to||"rpx.localhost";z("proxy",`Starting proxy for ${T} with SSL config: ${!!f}`,F.verbose),await OF({from:F.from||"localhost:5173",to:T,cleanUrls:F.cleanUrls||!1,https:F.https||!1,cleanup:F.cleanup||!1,vitePluginUsage:F.vitePluginUsage||!1,verbose:F.verbose||!1,_cachedSSLConfig:f,changeOrigin:F.changeOrigin||!1})}catch(T){z("proxies",`Failed to start proxy for ${F.to}: ${T}`,F.verbose),console.error(`Failed to start proxy for ${F.to}:`,T),j()}}function LF($){if($?.vitePluginUsage||!$?.verbose)return;if(console.log(""),console.log(` ${G0.green(G0.bold("rpx"))} ${G0.green(`v${iq}`)}`),console.log(` ${G0.green("➜")} ${G0.dim($?.from??"")} ${G0.dim("➜")} ${G0.cyan($?.ssl?`https://${$?.to}`:`http://${$?.to}`)}`),$?.listenPort!==($?.ssl?443:80))console.log(` ${G0.green("➜")} Listening on port ${$?.listenPort}`);if($?.cleanUrls)console.log(` ${G0.green("➜")} Clean URLs enabled`)}qf();var Sy=new Ew("rpx",{showTags:!1});function kF($){return!!($&&("proxies"in $)&&Array.isArray($.proxies))}u$.chdir(dq(mq(gq(import.meta.url)),".."));var n$=new vU("rpx"),QF="0.12.0";n$.command("start","Start the Reverse Proxy Server").option("--from <from>","The URL to proxy from").option("--to <to>","The URL to proxy to").option("--key-path <path>","Absolute path to the SSL key").option("--cert-path <path>","Absolute path to the SSL certificate").option("--ca-cert-path <path>","Absolute path to the SSL CA certificate").option("--hosts-cleanup","Cleanup /etc/hosts on exit").option("--certs-cleanup","Cleanup SSL certificates on exit").option("--start-command <command>","Command to start the dev server").option("--start-cwd <path>","Current working directory for the dev server").option("--start-env <env>","Environment variables for the dev server").option("--change-origin","Change the origin of the host header to the target URL").option("--via-daemon","Route through the shared rpx daemon instead of binding :443 directly").option("--id <id>","Stable id used when registering with the daemon (auto-derived from --to)").option("--verbose","Enable verbose logging").example("rpx start --from localhost:5173 --to my-project.localhost").example("rpx start --from localhost:3000 --to my-project.localhost/api").example("rpx start --from localhost:3000 --to localhost:3001").example("rpx start --from localhost:5173 --to my-project.test --key-path /absolute/path/to/key --cert-path /absolute/path/to/cert").example("rpx start --from localhost:5173 --to my-project.localhost --change-origin").action(async($)=>{if(!$?.from||!$.to)return DF(Pw);let w={from:$.from,to:$.to,https:{keyPath:$.keyPath,certPath:$.certPath,caCertPath:$.caCertPath},cleanup:{certs:$.certsCleanup||!1,hosts:$.hostsCleanup||!1},verbose:$.verbose||!1,changeOrigin:$.changeOrigin||!1,viaDaemon:$.viaDaemon||!1,id:$.id};if($.startCommand){let A={command:$.startCommand};if($.startCwd)A.cwd=$.startCwd;if($.startEnv)try{A.env=JSON.parse($.startEnv)}catch(J){console.error("Failed to parse start-env JSON:",J),u$.exit(1)}w.start=A}return _F(w)});n$.command("watch:start <proxy>","Start the dev server for a specific proxy").option("--verbose","Enable verbose logging").action(async($,w)=>{let A=kF(Pw)?Pw.proxies.find((J)=>J.to===$||`${J.from}-${J.to}`===$):Pw.to===$?Pw:null;if(!A?.start)console.error(`No watch configuration found for proxy: ${$}`),u$.exit(1);try{await IU.startProcess($,A.start,w.verbose),console.log(`Started dev server for ${$}`)}catch(J){console.error(`Failed to start dev server for ${$}:`,J),u$.exit(1)}});n$.command("watch:stop <proxy>","Stop the dev server for a specific proxy").option("--verbose","Enable verbose logging").action(async($,w)=>{try{await IU.stopProcess($,w.verbose),console.log(`Stopped dev server for ${$}`)}catch(A){console.error(`Failed to stop dev server for ${$}:`,A),u$.exit(1)}});n$.command("watch:stopall","Stop all running dev servers").option("--verbose","Enable verbose logging").action(async($)=>{try{await IU.stopAll($.verbose),console.log("Stopped all dev servers")}catch(w){console.error("Failed to stop all dev servers:",w),u$.exit(1)}});n$.command("daemon:start","Start the rpx daemon in the foreground (binds :443 + :80)").option("--rpx-dir <path>","Override the rpx state dir (default ~/.stacks/rpx)").option("--registry-dir <path>","Override the registry dir (default <rpx-dir>/registry.d)").option("--https-port <port>","HTTPS port (default 443)",{default:443}).option("--http-port <port>","HTTP redirect port; 0 to disable (default 80)",{default:80}).option("--hostname <host>","Bind address (default 0.0.0.0)",{default:"0.0.0.0"}).option("--verbose","Enable verbose logging").action(async($)=>{try{await(await hF({rpxDir:$.rpxDir,registryDir:$.registryDir,httpsPort:typeof $.httpsPort==="string"?Number.parseInt($.httpsPort,10):$.httpsPort,httpPort:typeof $.httpPort==="string"?Number.parseInt($.httpPort,10):$.httpPort,hostname:$.hostname,verbose:$.verbose??!0})).done,u$.exit(0)}catch(w){console.error(`Failed to start rpx daemon: ${w.message}`),u$.exit(1)}});n$.command("daemon:stop","Stop the running rpx daemon (SIGTERM, escalates to SIGKILL)").option("--rpx-dir <path>","Override the rpx state dir (default ~/.stacks/rpx)").option("--timeout <ms>","Max ms to wait for graceful shutdown",{default:5000}).option("--no-force","Do not escalate to SIGKILL after timeout").option("--verbose","Enable verbose logging").action(async($)=>{let w=typeof $.timeout==="string"?Number.parseInt($.timeout,10):$.timeout,A=await jF({rpxDir:$.rpxDir,timeoutMs:w,forceAfterTimeout:$.force!==!1,verbose:$.verbose});if(!A.stopped&&A.pid===null){console.log("rpx daemon is not running");return}if(!A.stopped){console.log(`rpx daemon pid=${A.pid} was already gone (cleaned stale lock)`);return}console.log(`rpx daemon pid=${A.pid} stopped${A.forced?" (SIGKILL)":""}`)});n$.command("daemon:status","Print daemon state and currently registered hosts").option("--rpx-dir <path>","Override the rpx state dir (default ~/.stacks/rpx)").option("--registry-dir <path>","Override the registry dir (default <rpx-dir>/registry.d)").option("--json","Emit machine-readable JSON instead of a human summary").action(async($)=>{let w=$.rpxDir??U0(),A=await Hw(w),J=await MU(w),U=$.registryDir,Y=await NF(U).catch(()=>[]);if($.json){console.log(JSON.stringify({running:J,pid:A,pidFile:Tw(w),rpxDir:w,registryDir:U??qw(),entries:Y},null,2));return}if(!J){if(console.log("rpx daemon: not running"),A!==null)console.log(`(stale pid file at ${Tw(w)} \u2192 pid ${A})`)}else console.log(`rpx daemon: running (pid=${A})`),console.log(`pid file: ${Tw(w)}`);if(console.log(`registry: ${U??qw()}`),Y.length===0){console.log("no registered hosts");return}console.log(`registered hosts (${Y.length}):`);for(let f of Y){let W=f.pid!==void 0?`, pid=${f.pid}`:"";console.log(` https://${f.to} \u2192 ${f.from} (id=${f.id}${W})`)}});n$.command("register","Register an upstream app with the rpx daemon").option("--id <id>","Unique id for this entry (a-z, 0-9, dot, dash, underscore)").option("--from <host:port>","Upstream host:port (e.g. localhost:5173)").option("--to <host>","Public hostname (e.g. pet-store.localhost)").option("--cwd <path>","Working directory of the upstream (informational)").option("--clean-urls","Strip .html and 301 to the clean URL").option("--change-origin","Rewrite Origin to the upstream").option("--rpx-dir <path>","Override the rpx state dir (default ~/.stacks/rpx)").option("--registry-dir <path>","Override the registry dir (default <rpx-dir>/registry.d)").option("--skip-spawn","Do not lazy-spawn the daemon if it is not already running").option("--verbose","Enable verbose logging").example("rpx register --id pet-store --from localhost:5173 --to pet-store.localhost").action(async($)=>{if(!$.id||!$.from||!$.to)console.error("rpx register requires --id, --from, and --to"),u$.exit(1);if(!T1($.id))console.error(`invalid id: ${JSON.stringify($.id)} (must match /^[a-zA-Z0-9._-]+$/, \u2264128 chars)`),u$.exit(1);try{await GF({id:$.id,from:$.from,to:$.to,cwd:$.cwd,createdAt:new Date().toISOString(),cleanUrls:$.cleanUrls,changeOrigin:$.changeOrigin},$.registryDir,$.verbose)}catch(w){console.error(`failed to write registry entry: ${w.message}`),u$.exit(1)}if($.skipSpawn){console.log(`registered ${$.to} \u2192 ${$.from} (daemon spawn skipped)`);return}try{let w=await FF({rpxDir:$.rpxDir,verbose:$.verbose}),A=w.spawned?"spawned":"attached to";console.log(`registered https://${$.to} \u2192 ${$.from} (${A} daemon pid=${w.pid})`)}catch(w){console.error(`registered entry but daemon spawn failed: ${w.message}`),console.error("the entry remains in the registry; start the daemon manually with `rpx daemon:start`"),u$.exit(1)}});n$.command("unregister <id>","Remove a previously registered app from the rpx daemon").option("--registry-dir <path>","Override the registry dir (default ~/.stacks/rpx/registry.d)").option("--verbose","Enable verbose logging").action(async($,w)=>{if(!T1($))console.error(`invalid id: ${JSON.stringify($)}`),u$.exit(1);let A=await tf($,w.registryDir,w.verbose);if(!A){console.log(`no registry entry for id=${$}`);return}await qF($,w.registryDir,w.verbose),console.log(`unregistered ${A.to} (id=${$})`)});n$.command("dns:reconcile","Remove stale macOS DNS overrides left by crashed dev sessions").option("--rpx-dir <path>","Override the rpx state dir (default ~/.stacks/rpx)").option("--verbose","Enable verbose logging").action(async($)=>{let w=$.rpxDir??U0();if(await MU(w)){console.log("rpx daemon is running \u2014 DNS overrides are managed by the daemon");return}await zF({rpxDir:w,verbose:$.verbose}),console.log("DNS reconcile complete")});n$.command("version","Show the version of the Reverse Proxy CLI").action(()=>{console.log(QF)});n$.version(QF);n$.help();n$.run();
|
|
250
|
+
`,W=of.join(yj.tmpdir(),`rpx-hosts-${Date.now()}.tmp`);try{await Rw.promises.writeFile(W,f,"utf8"),await SU(`cat "${W}" | tee "${Y0}" > /dev/null`),H("hosts","Hosts removed successfully",w)}catch(Z){H("hosts","Could not clean up hosts file automatically",w)}finally{try{await Rw.promises.unlink(W)}catch(Z){H("hosts",`Failed to remove temporary file: ${Z}`,w)}}}catch(A){H("hosts",`Failed to clean up hosts file: ${A.message}`,w)}}async function s1($,w){H("hosts",`Checking hosts: ${$}`,w);let A;try{A=await Rw.promises.readFile(Y0,"utf-8")}catch(J){H("hosts",`Error reading hosts file: ${J}`,w);try{let U=Hw(),Y;if(U)Y=`echo '${U}' | sudo -S cat "${Y0}" 2>/dev/null`;else Y=`sudo -n cat "${Y0}" 2>/dev/null || cat "${Y0}" 2>/dev/null || echo ""`;let{stdout:f}=await LU(Y);A=f}catch(U){return H("hosts",`Cannot read hosts file, assuming entries don't exist: ${U}`,w),$.map(()=>!1)}}return $.map((J)=>{let U=`127.0.0.1 ${J}`,Y=`::1 ${J}`;return A.includes(U)||A.includes(Y)})}jU();Y$();import*as VU from"node:net";function Mw($,w,A){return H("port",`Checking if port ${$} is in use on ${w}`,A),new Promise((J)=>{let U=VU.createServer(),Y=setTimeout(()=>{H("port",`Checking port ${$} timed out, assuming it's in use`,A),U.close(),J(!0)},3000);U.once("error",(f)=>{if(clearTimeout(Y),f.code==="EADDRINUSE")H("port",`Port ${$} is in use`,A),J(!0);else H("port",`Error checking port ${$}: ${f.message}`,A),J(!0)}),U.once("listening",()=>{clearTimeout(Y),H("port",`Port ${$} is available`,A),U.close(),J(!1)});try{U.listen($,w)}catch(f){clearTimeout(Y),H("port",`Exception checking port ${$}: ${f}`,A),J(!0)}})}async function Pq($,w,A,J=50){H("port",`Finding available port starting from ${$} (max attempts: ${J})`,A);let U=$,Y=0;while(Y<J){if(Y++,!await Mw(U,w,A))return H("port",`Found available port: ${U} after ${Y} attempts`,A),U;H("port",`Port ${U} is in use, trying ${U+1} (attempt ${Y}/${J})`,A),U++}throw Error(`Unable to find available port after ${J} attempts starting from ${$}`)}function Lj($,w,A=5000,J){return H("port",`Testing connection to ${w}:${$}`,J),new Promise((U)=>{let Y=VU.connect({host:w,port:$,timeout:A});Y.once("connect",()=>{H("port",`Successfully connected to ${w}:${$}`,J),Y.end(),U(!0)}),Y.once("timeout",()=>{H("port",`Connection to ${w}:${$} timed out`,J),Y.destroy(),U(!1)}),Y.once("error",(f)=>{H("port",`Failed to connect to ${w}:${$}: ${f.message}`,J),Y.destroy(),U(!1)})})}class OU{usedPorts=new Set;hostname;verbose;maxRetries;constructor($="0.0.0.0",w,A=50){this.hostname=$,this.verbose=w,this.maxRetries=A}async getNextAvailablePort($,w=!1){if(this.usedPorts.has($))return this.findNextAvailablePort($+1,w);if(await Mw($,this.hostname,this.verbose))return this.findNextAvailablePort($+1,w);if(w){if(!await Lj($,this.hostname,3000,this.verbose))return H("port",`Port ${$} is available but not connectable, trying next port`,this.verbose),this.findNextAvailablePort($+1,w)}return this.usedPorts.add($),$}async findNextAvailablePort($,w=!1){let A=await Pq($,this.hostname,this.verbose,this.maxRetries);if(w){if(!await Lj(A,this.hostname,3000,this.verbose))if(A<$+this.maxRetries)return this.findNextAvailablePort(A+1,w);else throw Error(`Unable to find a connectable port after ${this.maxRetries} attempts`)}return this.usedPorts.add(A),A}releasePort($){H("port",`Releasing port ${$}`,this.verbose),this.usedPorts.delete($)}}var YC=new OU;r0();Y$();import{spawn as bq}from"node:child_process";import*as Iw from"node:process";class XU{processes=new Map;isShuttingDown=!1;async startProcess($,w,A){if(this.processes.has($)){H("start",`Process ${$} is already running`,A);return}let[J,...U]=w.command.split(" "),Y=w.cwd||Iw.cwd();H("start",`Starting process ${$}:`,A),H("start",` Command: ${J} ${U.join(" ")}`,A),H("start",` Working directory: ${Y}`,A),H("start",` Environment variables: ${J0(w.env)}`,A);let f=bq(J,U,{cwd:Y,env:{...Iw.env,...w.env},shell:!0,stdio:"inherit"});return this.processes.set($,{command:w.command,cwd:Y,process:f,env:w.env}),new Promise((W,Z)=>{if(f.on("error",(B)=>{if(!this.isShuttingDown)H("start",`Process ${$} failed to start: ${B}`,A),this.processes.delete($),Z(B),Iw.emit("SIGINT")}),f.on("exit",(B)=>{if(!this.isShuttingDown&&B!==null&&B!==0)H("start",`Process ${$} exited with code ${B}`,A),this.processes.delete($),Z(Error(`Process ${$} exited with code ${B}`)),Iw.emit("SIGINT")}),A)f.stdout?.on("data",(B)=>{H("process",`[${$}] ${B.toString().trim()}`,!0)}),f.stderr?.on("data",(B)=>{H("process",`[${$}] ERR: ${B.toString().trim()}`,!0)});setTimeout(()=>{if(!this.isShuttingDown&&f.killed)this.processes.delete($),Z(Error(`Process ${$} was killed during startup`));else H("start",`Process ${$} started successfully`,A),W()},1000)})}async stopProcess($,w){let A=this.processes.get($);if(!A?.process){H("start",`No process found for ${$}`,w);return}return H("start",`Stopping process ${$}`,w),new Promise((J)=>{if(!A.process){J();return}A.process.once("exit",()=>{this.processes.delete($),H("start",`Process ${$} stopped`,w),J()});try{A.process.kill("SIGTERM"),setTimeout(()=>{if(A.process){H("start",`Force killing process ${$}`,w);try{A.process.kill("SIGKILL")}catch(U){}}},3000)}catch(U){H("start",`Error stopping process ${$}: ${U}`,w),this.processes.delete($),J()}})}async stopAll($){if(this.isShuttingDown){H("start","Already shutting down, skipping duplicate stopAll call",$);return}this.isShuttingDown=!0,H("start","Stopping all processes",$);let w=Array.from(this.processes.keys()).map((A)=>this.stopProcess(A,$).catch((J)=>{K.error(`Failed to stop process ${A}:`,J)}));await Promise.allSettled(w),this.processes.clear(),this.isShuttingDown=!1}isRunning($){let w=this.processes.get($);return!!w?.process&&!w.process.killed}}var EC=new XU;zU();Y$();var DU=new XU,cq="0.12.0",uq=new OU("0.0.0.0"),o1=new Set,ef=!1,_U=null,$Z=null;async function kU($){if(ef)return H("cleanup","Cleanup already in progress, skipping",$?.verbose),$Z||Promise.resolve();ef=!0,H("cleanup","Starting cleanup process",$?.verbose),$Z=new Promise((w)=>{_U=w});try{await DU.stopAll($?.verbose),K.info("Shutting down proxy servers...");let w=[],A=Array.from(o1).map((J)=>new Promise((U)=>{J.close(()=>{H("cleanup","Server closed successfully",$?.verbose),U()})}));if(w.push(...A),$?.hosts&&$.domains?.length){H("cleanup","Cleaning up hosts file entries",$?.verbose),H("cleanup",`Original domains for cleanup: ${JSON.stringify($.domains)}`,$?.verbose);let J=$.domains.filter((U)=>{if(U==="test.local")return!0;return U!=="localhost"&&!U.startsWith("localhost.")&&U!=="127.0.0.1"});if(H("cleanup",`Filtered domains for cleanup: ${JSON.stringify(J)}`,$?.verbose),J.length>0)K.info("Cleaning up hosts file entries..."),w.push(Cj(J,$?.verbose).then(()=>{H("cleanup",`Removed hosts entries for ${J.join(", ")}`,$?.verbose)}).catch((U)=>{H("cleanup",`Failed to remove hosts entries: ${U}`,$?.verbose),K.warn(`Failed to clean up hosts file entries for ${J.join(", ")}:`,U)}))}if($?.certs&&$.domains?.length){H("cleanup","Cleaning up SSL certificates",$?.verbose),K.info("Cleaning up SSL certificates...");let J=$.domains.map(async(U)=>{try{await lF(U,$?.verbose),H("cleanup",`Removed certificates for ${U}`,$?.verbose)}catch(Y){H("cleanup",`Failed to remove certificates for ${U}: ${Y}`,$?.verbose),K.warn(`Failed to clean up certificates for ${U}:`,Y)}});w.push(...J)}await Promise.allSettled(w),H("cleanup","All cleanup tasks completed successfully",$?.verbose),K.success("All cleanup tasks completed successfully")}catch(w){H("cleanup",`Error during cleanup: ${w}`,$?.verbose),K.error("Error during cleanup:",w)}finally{if(_U)_U();_U=null,ef=!1;let w=$&&"vitePluginUsage"in $&&$.vitePluginUsage===!0;if(e.env.NODE_ENV!=="test"&&e.env.BUN_ENV!=="test"&&!w)e.exit(0)}return $Z}var wZ=!1;function AZ($){if(wZ){H("signal",`Received second ${$} signal, forcing exit`,!0),e.exit(1);return}wZ=!0,H("signal",`Received ${$} signal, initiating cleanup`,!0),kU().catch((w)=>{H("signal",`Cleanup failed after ${$}: ${w}`,!0),e.exit(1)}).finally(()=>{wZ=!1})}e.once("SIGINT",()=>AZ("SIGINT"));e.once("SIGTERM",()=>AZ("SIGTERM"));e.on("uncaughtException",($)=>{H("process",`Uncaught exception: ${$}`,!0),K.error("Uncaught exception:",$),AZ("uncaughtException")});async function e1($,w,A,J=5){H("connection",`Testing connection to ${$}:${w} (retries left: ${J})`,A);let U=15000,Y=Date.now();if(e.env.RPX_BYPASS_CONNECTION_TEST==="true"){H("connection",`Bypassing connection test for ${$}:${w} due to RPX_BYPASS_CONNECTION_TEST flag`,A);return}let f=()=>new Promise((W,Z)=>{let B=Oj.connect({host:$,port:w,timeout:3000});B.once("connect",()=>{H("connection",`Successfully connected to ${$}:${w}`,A),B.end(),W()}),B.once("timeout",()=>{H("connection",`Connection to ${$}:${w} timed out`,A),B.destroy(),Z(Error("Connection timed out"))}),B.once("error",(E)=>{H("connection",`Failed to connect to ${$}:${w}: ${E}`,A),B.destroy(),Z(E)})});try{await f()}catch(W){if(Date.now()-Y>U){H("connection",`Connection test timed out after ${U}ms, but continuing anyway`,A),K.warn(`Connection test to ${$}:${w} timed out, but RPX will try to proceed anyway.`);return}if(W.code==="ECONNREFUSED"&&J>0)return H("connection",`Connection refused, server might be starting up. Retrying in 2 seconds... (${J} retries left)`,A),await new Promise((B)=>setTimeout(B,2000)),e1($,w,A,J-1);if(J>0)try{H("connection",`Trying HTTP request to ${$}:${w}`,A),await new Promise((B,E)=>{let F=yw.request({hostname:$,port:w,path:"/",method:"HEAD",timeout:5000},(z)=>{H("connection",`Received HTTP response with status: ${z.statusCode}`,A),B()});F.on("error",(z)=>E(z)),F.on("timeout",()=>{F.destroy(),E(Error("HTTP request timed out"))}),F.end()}),H("connection",`HTTP request to ${$}:${w} succeeded`,A);return}catch(B){return H("connection",`HTTP request to ${$}:${w} failed: ${B}`,A),H("connection",`Retrying socket connection in 2 seconds... (${J} retries left)`,A),await new Promise((E)=>setTimeout(E,2000)),e1($,w,A,J-1)}let Z=`Failed to connect to ${$}:${w} after ${5-J} attempts: ${W.message}`;H("connection",`${Z}. To bypass this check set RPX_BYPASS_CONNECTION_TEST=true`,A),K.warn(Z),K.warn("RPX will try to continue anyway. If you're sure this is correct, you can set RPX_BYPASS_CONNECTION_TEST=true to skip this check.")}}async function Xj($){H("server",`Starting server with options: ${J0($)}`,$.verbose);let w=new URL(($.from?.startsWith("http")?$.from:`http://${$.from}`)||"localhost:5173"),A=new URL(($.to?.startsWith("http")?$.to:`http://${$.to}`)||"rpx.localhost"),J=Number.parseInt(w.port)||(w.protocol.includes("https:")?443:80),U=[A.hostname];if(!A.hostname.includes("localhost")&&!A.hostname.includes("127.0.0.1")){H("hosts",`Checking if hosts file entry exists for: ${A.hostname}`,$?.verbose);try{if(!(await s1(U,$.verbose))[0]){K.info(`Adding ${A.hostname} to hosts file...`),K.info("This may require sudo/administrator privileges");try{await a1(U,$.verbose)}catch(W){if(K.error("Failed to add hosts entry:",W.message),K.warn("You can manually add this entry to your hosts file:"),K.warn(`127.0.0.1 ${A.hostname}`),K.warn(`::1 ${A.hostname}`),e.platform==="win32")K.warn("On Windows:"),K.warn("1. Run notepad as administrator"),K.warn("2. Open C:\\Windows\\System32\\drivers\\etc\\hosts");else K.warn("On Unix systems:"),K.warn("sudo nano /etc/hosts")}}else H("hosts",`Host entry already exists for ${A.hostname}`,$.verbose)}catch(f){K.error("Failed to check hosts file:",f.message)}}try{await e1(w.hostname,J,$.verbose)}catch(f){H("server",`Connection test failed: ${f}`,$.verbose),K.error(f.message),K.warn("Continuing with proxy setup despite connection test failure..."),K.info("If you need to bypass connection testing, set environment variable RPX_BYPASS_CONNECTION_TEST=true")}let Y=$._cachedSSLConfig||null;if($.https)try{if($.https===!0)$.https=n1({...$,to:A.hostname});if(Y=await n0({...$,to:A.hostname,https:$.https}),!Y){if(H("ssl",`Generating new certificates for ${A.hostname}`,$.verbose),await T1({...$,from:w.toString(),to:A.hostname,https:$.https}),Y=await n0({...$,to:A.hostname,https:$.https}),!Y)throw Error(`Failed to load SSL configuration after generating certificates for ${A.hostname}`)}}catch(f){throw H("server",`SSL setup failed: ${f}`,$.verbose),f}H("server",`Setting up reverse proxy with SSL config for ${A.hostname}`,$.verbose),await nq({...$,from:$.from||"localhost:5173",to:A.hostname,fromPort:J,sourceUrl:{hostname:w.hostname,host:w.host},ssl:Y})}async function vq($,w,A,J,U,Y,f,W,Z,B,E){H("proxy",`Creating proxy server ${$} -> ${w} with cleanUrls: ${B}`,Z);function F(T){let h={};for(let[q,N]of Object.entries(T))if(!q.startsWith(":"))h[q]=N;return h}let z=(T,h)=>{H("request",`Incoming request: ${T.method} ${T.url}`,Z);let q=T.url||"/",N=T.method||"GET";if(T instanceof Vj.Http2ServerRequest){let L=T.headers;N=L[":method"]||N,q=L[":path"]||q}if(B){if(!q.match(/\.[a-z0-9]+$/i))if(q.endsWith("/"))q=`${q}index.html`;else q=`${q}.html`}let R=F(T.headers);if(E)R.host=`${Y.hostname}:${A}`,H("request",`Changed origin: setting host header to ${R.host}`,Z);let y={hostname:Y.hostname,port:A,path:q,method:N,headers:R};H("request",`Proxy request options: ${J0(y)}`,Z);let C=yw.request(y,(L)=>{if(H("response",`Proxy response received with status ${L.statusCode}`,Z),B&&L.statusCode===404){let f0=[];if(q.endsWith(".html"))f0.push(q.slice(0,-5));else if(!q.match(/\.[a-z0-9]+$/i))f0.push(`${q}.html`);if(!q.endsWith("/"))f0.push(`${q}/index.html`);if(f0.length>0){H("cleanUrls",`Trying alternative paths: ${f0.join(", ")}`,Z);let S=(O$)=>{if(O$.length===0){h.writeHead(L.statusCode||404,L.headers),L.pipe(h);return}let Ww=O$[0],Pj={...y,path:Ww},JZ=yw.request(Pj,($A)=>{if($A.statusCode===200)H("cleanUrls",`Found matching path: ${Ww}`,Z),h.writeHead($A.statusCode,$A.headers),$A.pipe(h);else S(O$.slice(1))});JZ.on("error",()=>S(O$.slice(1))),JZ.end()};S(f0);return}}let N0={...L.headers,"Strict-Transport-Security":"max-age=31536000; includeSubDomains; preload","X-Content-Type-Options":"nosniff"};h.writeHead(L.statusCode||500,N0),L.pipe(h)});C.on("error",(L)=>{H("request",`Proxy request failed: ${L}`,Z),K.error("Proxy request failed:",L),h.writeHead(502),h.end(`Proxy Error: ${L.message}`)}),T.pipe(C)};if(H("server",`Creating server with SSL config: ${!!f}`,Z),f)return new Promise((T,h)=>{try{let q=Bun.serve({port:J,hostname:U,tls:{key:f.key,cert:f.cert,ca:f.ca,requestCert:!1,rejectUnauthorized:!1},async fetch(N){let R=new URL(N.url);H("request",`Bun.serve received: ${N.method} ${R.pathname}`,Z);let y=`http://${Y.host}`,C=new URL(R.pathname+R.search,y);try{let L=new Headers(N.headers);if(L.set("host",Y.host),E)L.set("origin",y);L.set("x-forwarded-for","127.0.0.1"),L.set("x-forwarded-proto","https"),L.set("x-forwarded-host",w);let N0=await fetch(C.toString(),{method:N.method,headers:L,body:N.body,redirect:"manual"}),f0=new Headers(N0.headers);if(B&&R.pathname.endsWith(".html")){let S=R.pathname.replace(/\.html$/,"");return new Response(null,{status:301,headers:{Location:S}})}return new Response(N0.body,{status:N0.status,statusText:N0.statusText,headers:f0})}catch(L){return H("request",`Proxy error: ${L}`,Z),new Response(`Proxy Error: ${L}`,{status:502})}},error(N){return H("server",`Bun.serve error: ${N}`,Z),new Response(`Server Error: ${N.message}`,{status:500})}});o1.add(q),Sj({from:$,to:w,vitePluginUsage:W,listenPort:J,ssl:!0,cleanUrls:B,verbose:Z}),T()}catch(q){h(q)}});let j=yw.createServer(z);function G(T){return o1.add(T),new Promise((h,q)=>{T.listen(J,U,()=>{H("server",`Server listening on port ${J}`,Z),Sj({from:$,to:w,vitePluginUsage:W,listenPort:J,ssl:!!f,cleanUrls:B,verbose:Z}),h()}),T.on("error",(N)=>{H("server",`Server error: ${N}`,Z),q(N)})})}return G(j)}async function nq($){H("setup",`Setting up reverse proxy: ${J0($)}`,$.verbose);let{from:w,to:A,fromPort:J,sourceUrl:U,ssl:Y,verbose:f,cleanup:W,vitePluginUsage:Z,changeOrigin:B,cleanUrls:E}=$,F=80,z=443,j="0.0.0.0",G=$.portManager||uq;try{if(A&&!A.includes("localhost")&&!A.includes("127.0.0.1")){if(!(await s1([A],f))[0]){K.warn(`The hostname ${A} isn't in your hosts file. Adding it now...`);try{await a1([A],f),K.success(`Added ${A} to your hosts file.`)}catch(R){K.error(`Failed to add ${A} to your hosts file: ${R}`),K.info(`You may need to manually add '127.0.0.1 ${A}' to your /etc/hosts file.`)}}}else if(e.platform!=="darwin"&&A&&A.includes("localhost")&&!A.match(/^(localhost|127\.0\.0\.1)$/)){if(!(await s1([A],f))[0]){H("hosts",`${A} not found in hosts file, adding...`,f);try{await a1([A],f)}catch(R){H("hosts",`Failed to add ${A} to hosts file: ${R}`,f)}}}if(Y&&!G.usedPorts.has(F)){if(!await Mw(F,j,f))H("setup","Starting HTTP redirect server",f),_j(f),G.usedPorts.add(F);else if(H("setup","Port 80 is in use, skipping HTTP redirect",f),f)K.warn("Port 80 is in use, HTTP to HTTPS redirect will not be available")}let T=Y?z:F,h=await Mw(T,j,f),q;if(h){if(H("setup",`Port ${T} is already in use`,f),f)K.warn(`Port ${T} is already in use. This may be another instance of rpx or another service.`);if(T===443){if(q=await G.getNextAvailablePort(3443,!0),H("setup",`Using port ${q} instead of ${T}`,f),f)K.info(`Using port ${q} instead. Access your site at https://${A}:${q}`)}else if(q=await G.getNextAvailablePort(T+1000,!0),H("setup",`Using port ${q} instead of ${T}`,f),f)K.info(`Using port ${q} instead. Access your site at http://${A}:${q}`)}else q=T,G.usedPorts.add(q),H("setup",`Using standard ${T===443?"HTTPS":"HTTP"} port ${T} for ${A}`,f);await vq(w,A,J,q,j,U,Y,Z,f,E,B)}catch(T){H("setup",`Setup failed: ${T}`,f),K.error(`Failed to setup reverse proxy: ${T.message}`),kU({domains:[A],hosts:typeof W==="boolean"?W:W?.hosts,certs:typeof W==="boolean"?W:W?.certs,verbose:f,vitePluginUsage:Z})}}function _j($){H("redirect","Starting HTTP redirect server",$);let w=yw.createServer((A,J)=>{let U=A.headers.host||"";H("redirect",`Redirecting request from ${U}${A.url} to HTTPS`,$),J.writeHead(301,{Location:`https://${U}${A.url}`}),J.end()}).listen(80);o1.add(w),H("redirect","HTTP redirect server started",$)}function Dj($){let w={...Q8,...$};if(H("proxy",`Starting proxy with options: ${J0(w)}`,w?.verbose),w.viaDaemon){if(!w.from||!w.to){K.error("viaDaemon mode requires both `from` and `to`");return}af({proxies:[{id:w.id,from:w.from,to:w.to,cleanUrls:w.cleanUrls,changeOrigin:w.changeOrigin,pathRewrites:w.pathRewrites}],verbose:w.verbose}).catch((Z)=>{K.error(`Failed to register with rpx daemon: ${Z.message}`),e.exit(1)});return}let A=w.to||"",J=A.split(".").pop()?.toLowerCase()||"",U=e.platform==="darwin"&&A&&!A.includes("localhost")&&!A.includes("127.0.0.1"),Y=["dev","app","page","new","day","foo"],f=["test","localhost","local","example","invalid"];if(U&&Y.includes(J)&&w?.verbose)K.warn(`The .${J} TLD may not work reliably for local development`),K.info(` Google owns .${J} with HSTS preloading, which can bypass local DNS`),K.info(" Consider using a reserved TLD: .test, .localhost, or .local");if(U)Promise.resolve().then(() => (G1(),MU)).then(({setupDevelopmentDns:Z})=>{Z({domains:[A],verbose:w.verbose}).then((B)=>{if(B)Promise.resolve().then(()=>{if(w.verbose)if(f.includes(J))K.success(`DNS server started for .${J} domains`);else K.success(`DNS server started for .${J} domains (hosts file entry also added)`)});else H("dns",`Could not start DNS server - ${A} may not resolve in browser`,w.verbose)})}).catch((Z)=>{H("dns",`Failed to start DNS server: ${Z}`,w.verbose)});let W={from:w.from,to:w.to,cleanUrls:w.cleanUrls,https:n1(w),cleanup:w.cleanup,vitePluginUsage:w.vitePluginUsage,changeOrigin:w.changeOrigin,verbose:w.verbose,regenerateUntrustedCerts:w.regenerateUntrustedCerts};H("proxy",`Server options: ${J0(W)}`,w.verbose),Xj(W).catch((Z)=>{H("proxy",`Failed to start proxy: ${Z}`,w.verbose),K.error(`Failed to start proxy: ${Z.message}`),kU({domains:[w.to],hosts:typeof w.cleanup==="boolean"?w.cleanup:w.cleanup?.hosts,certs:typeof w.cleanup==="boolean"?w.cleanup:w.cleanup?.certs,verbose:w.verbose})})}function mq($){return $?.verbose||!1}async function kj($){let w={from:"localhost:5173",to:"rpx.localhost",https:!1,cleanup:{hosts:!0,certs:!1},vitePluginUsage:!1,verbose:!1,cleanUrls:!1,changeOrigin:!1,regenerateUntrustedCerts:!0};if($)w={...w,...$};let A=mq(w);if(H("config",`Starting with config: ${J0(w,2)}`,A),H("config",`Is multi-proxy? ${"proxies"in w}`,A),w.viaDaemon){let G="proxies"in w&&Array.isArray(w.proxies)?w.proxies.map((T)=>({id:T.id,from:T.from,to:T.to,cleanUrls:T.cleanUrls??w.cleanUrls,changeOrigin:T.changeOrigin??w.changeOrigin,pathRewrites:T.pathRewrites})):[{id:w.id,from:w.from,to:w.to,cleanUrls:w.cleanUrls,changeOrigin:w.changeOrigin,pathRewrites:w.pathRewrites}];await af({proxies:G,verbose:A});return}if("proxies"in w&&Array.isArray(w.proxies)){H("servers",`Found ${w.proxies.length} proxies in config`,A);for(let j of w.proxies)if(j.start){let G=`${j.from}-${j.to}`;try{H("watch",`Starting command for ${G} with command: ${j.start.command}`,A),K.info(`Starting command for ${G}...`),await DU.startProcess(G,j.start,A);let T=new URL(j.from.startsWith("http")?j.from:`http://${j.from}`),h=T.hostname||"localhost",q=Number(T.port)||80;try{await e1(h,q,A),H("watch",`Dev server is ready at ${h}:${q}`,A)}catch(N){H("watch",`Connection check failed, but continuing with proxy setup: ${N}`,A),K.warn("Dev server connection check failed. RPX will try to proceed anyway...")}}catch(T){throw H("watch",`Failed to start command for ${G}: ${T}`,A),Error(`Failed to start command for ${G}: ${T}`)}}else H("watch",`No start command for proxy ${j.from} -> ${j.to}`,A)}else if("start"in w&&w.start){H("watch","Found start command in single proxy config",A);let j=`${w.from}-${w.to}`;try{if(w.start)H("watch",`Starting command: ${w.start.command}`,A),await DU.startProcess(j,w.start,A);let G=new URL(w.from?.startsWith("http")?w.from:`http://${w.from}`),T=G.hostname||"localhost",h=Number(G.port)||80;try{await e1(T,h,A),H("watch",`Dev server is ready at ${T}:${h}`,A)}catch(q){H("watch",`Connection check failed, but continuing with proxy setup: ${q}`,A),K.warn("Dev server connection check failed. RPX will try to proceed anyway...")}}catch(G){throw H("watch",`Failed to run start command: ${G}`,A),Error(`Failed to run start command: ${G}`)}}else H("watch","No start command found in config",A);let J="proxies"in w&&Array.isArray(w.proxies)?w.proxies[0]?.to:("to"in w)?w.to:"rpx.localhost";if(e.platform!=="win32"&&(w.https||w.cleanup?.hosts!==!1)){if(!Hw())try{H("sudo","Pre-acquiring sudo credentials for privileged operations",A),iq("sudo -v",{stdio:"inherit"})}catch{H("sudo","Could not pre-acquire sudo credentials",A)}}if(w.https){let j=await n0(w);if(!j){if(H("ssl",`No valid or trusted certificates found for ${J}, generating new ones`,w.verbose),await T1(w),j=await n0(w),!j)throw Error(`Failed to load SSL certificates after generation for ${J}`)}else H("ssl",`Using existing and trusted certificates for ${J}`,w.verbose);w._cachedSSLConfig=j}let U="proxies"in w&&Array.isArray(w.proxies)?w.proxies.map((j)=>({...j,https:w.https,cleanup:w.cleanup,cleanUrls:j.cleanUrls??("cleanUrls"in w?w.cleanUrls:!1),vitePluginUsage:w.vitePluginUsage,changeOrigin:j.changeOrigin??w.changeOrigin,verbose:A,_cachedSSLConfig:w._cachedSSLConfig})):[{from:"from"in w?w.from:"localhost:5173",to:"to"in w?w.to:"rpx.localhost",cleanUrls:"cleanUrls"in w?w.cleanUrls:!1,https:w.https,cleanup:w.cleanup,vitePluginUsage:w.vitePluginUsage,start:"start"in w?w.start:void 0,changeOrigin:w.changeOrigin,verbose:A,_cachedSSLConfig:w._cachedSSLConfig}],Y=U.map((j)=>j.to||"rpx.localhost"),f=w._cachedSSLConfig,W=Y.filter((j)=>j&&!j.includes("localhost")&&!j.includes("127.0.0.1")),Z=["dev","app","page","new","day","foo"],B=["test","localhost","local","example","invalid"],E=[...new Set(W.map((j)=>j.split(".").pop()?.toLowerCase()))],F=E.filter((j)=>!!j&&Z.includes(j));if(F.length>0&&A)K.warn(`The following TLDs may not work reliably for local development: ${F.map((j)=>`.${j}`).join(", ")}`),K.info(" These TLDs have HSTS preloading which can bypass local DNS"),K.info(" Consider using reserved TLDs: .test, .localhost, or .local");if(e.platform==="darwin"&&W.length>0){let{setupDevelopmentDns:j}=await Promise.resolve().then(() => (G1(),MU));if(await j({domains:W,verbose:A})){if(A)if(E.every((h)=>!!h&&B.includes(h)))K.success(`DNS server started for ${E.map((h)=>`.${h}`).join(", ")} domains`);else K.success(`DNS server started for ${E.map((h)=>`.${h}`).join(", ")} domains (hosts file entries also added)`)}else H("dns","Could not start DNS server - custom domains may not resolve",A)}let z=async()=>{H("cleanup","Starting cleanup handler",w.verbose);try{let{tearDownDevelopmentDns:j}=await Promise.resolve().then(() => (G1(),MU));await j({verbose:w.verbose})}catch(j){H("cleanup",`Error stopping DNS server: ${j}`,w.verbose)}try{await DU.stopAll(w.verbose)}catch(j){H("cleanup",`Error stopping processes: ${j}`,w.verbose)}await kU({domains:Y,hosts:typeof w.cleanup==="boolean"?w.cleanup:w.cleanup?.hosts,certs:typeof w.cleanup==="boolean"?w.cleanup:w.cleanup?.certs,verbose:w.verbose||!1})};if(e.on("SIGINT",z),e.on("SIGTERM",z),e.on("uncaughtException",(j)=>{H("process",`Uncaught exception: ${j}`,!0),console.error("Uncaught exception:",j),z()}),f&&U.length>1){H("proxies",`Creating shared HTTPS server for ${U.length} domains`,A);let j=new Map;for(let q of U){let N=q.to||"rpx.localhost",R=new URL(q.from?.startsWith("http")?q.from:`http://${q.from}`);if(j.set(N,{sourceHost:R.host,cleanUrls:q.cleanUrls||!1,changeOrigin:q.changeOrigin||!1,pathRewrites:q.pathRewrites}),H("proxies",`Route: ${N} → ${R.host}`,A),!N.includes("localhost")&&!N.includes("127.0.0.1"))try{if(!(await s1([N],A))[0])await a1([N],A)}catch{H("hosts",`Could not add hosts entry for ${N}`,A)}}if(!await Mw(80,"0.0.0.0",A))_j(A);let T=443;if(await Mw(T,"0.0.0.0",A)){if(H("proxies",`Port ${T} is already in use, cannot start shared proxy`,A),A)K.warn(`Port ${T} is in use. Shared HTTPS proxy cannot start.`);return}try{let q=Bun.serve({port:T,hostname:"0.0.0.0",tls:{key:f.key,cert:f.cert,ca:f.ca,requestCert:!1,rejectUnauthorized:!1},fetch:m1((N)=>j.get(N),A),error(N){return H("server",`Shared proxy server error: ${N}`,A),new Response(`Server Error: ${N.message}`,{status:500})}});o1.add(q),H("proxies",`Shared HTTPS proxy listening on port ${T} for ${j.size} domains`,A)}catch(q){H("proxies",`Failed to start shared proxy: ${q}`,A),console.error("Failed to start shared HTTPS proxy:",q),z()}}else for(let j of U)try{let G=j.to||"rpx.localhost";H("proxy",`Starting proxy for ${G} with SSL config: ${!!f}`,j.verbose),await Xj({from:j.from||"localhost:5173",to:G,cleanUrls:j.cleanUrls||!1,https:j.https||!1,cleanup:j.cleanup||!1,vitePluginUsage:j.vitePluginUsage||!1,verbose:j.verbose||!1,_cachedSSLConfig:f,changeOrigin:j.changeOrigin||!1})}catch(G){H("proxies",`Failed to start proxy for ${j.to}: ${G}`,j.verbose),console.error(`Failed to start proxy for ${j.to}:`,G),z()}}function Sj($){if($?.vitePluginUsage||!$?.verbose)return;if(console.log(""),console.log(` ${h0.green(h0.bold("rpx"))} ${h0.green(`v${cq}`)}`),console.log(` ${h0.green("➜")} ${h0.dim($?.from??"")} ${h0.dim("➜")} ${h0.cyan($?.ssl?`https://${$?.to}`:`http://${$?.to}`)}`),$?.listenPort!==($?.ssl?443:80))console.log(` ${h0.green("➜")} Listening on port ${$?.listenPort}`);if($?.cleanUrls)console.log(` ${h0.green("➜")} Clean URLs enabled`)}Nf();var VC=new zw("rpx",{showTags:!1});function Qj($){return!!($&&("proxies"in $)&&Array.isArray($.proxies))}v$.chdir(gq(dq(lq(import.meta.url)),".."));var d$=new nU("rpx"),xj="0.12.0";d$.command("start","Start the Reverse Proxy Server").option("--from <from>","The URL to proxy from").option("--to <to>","The URL to proxy to").option("--key-path <path>","Absolute path to the SSL key").option("--cert-path <path>","Absolute path to the SSL certificate").option("--ca-cert-path <path>","Absolute path to the SSL CA certificate").option("--hosts-cleanup","Cleanup /etc/hosts on exit").option("--certs-cleanup","Cleanup SSL certificates on exit").option("--start-command <command>","Command to start the dev server").option("--start-cwd <path>","Current working directory for the dev server").option("--start-env <env>","Environment variables for the dev server").option("--change-origin","Change the origin of the host header to the target URL").option("--via-daemon","Route through the shared rpx daemon instead of binding :443 directly").option("--id <id>","Stable id used when registering with the daemon (auto-derived from --to)").option("--verbose","Enable verbose logging").example("rpx start --from localhost:5173 --to my-project.localhost").example("rpx start --from localhost:3000 --to my-project.localhost/api").example("rpx start --from localhost:3000 --to localhost:3001").example("rpx start --from localhost:5173 --to my-project.test --key-path /absolute/path/to/key --cert-path /absolute/path/to/cert").example("rpx start --from localhost:5173 --to my-project.localhost --change-origin").action(async($)=>{if(!$?.from||!$.to)return kj(iw);let w={from:$.from,to:$.to,https:{keyPath:$.keyPath,certPath:$.certPath,caCertPath:$.caCertPath},cleanup:{certs:$.certsCleanup||!1,hosts:$.hostsCleanup||!1},verbose:$.verbose||!1,changeOrigin:$.changeOrigin||!1,viaDaemon:$.viaDaemon||!1,id:$.id};if($.startCommand){let A={command:$.startCommand};if($.startCwd)A.cwd=$.startCwd;if($.startEnv)try{A.env=JSON.parse($.startEnv)}catch(J){console.error("Failed to parse start-env JSON:",J),v$.exit(1)}w.start=A}return Dj(w)});d$.command("watch:start <proxy>","Start the dev server for a specific proxy").option("--verbose","Enable verbose logging").action(async($,w)=>{let A=Qj(iw)?iw.proxies.find((J)=>J.to===$||`${J.from}-${J.to}`===$):iw.to===$?iw:null;if(!A?.start)console.error(`No watch configuration found for proxy: ${$}`),v$.exit(1);try{await yU.startProcess($,A.start,w.verbose),console.log(`Started dev server for ${$}`)}catch(J){console.error(`Failed to start dev server for ${$}:`,J),v$.exit(1)}});d$.command("watch:stop <proxy>","Stop the dev server for a specific proxy").option("--verbose","Enable verbose logging").action(async($,w)=>{try{await yU.stopProcess($,w.verbose),console.log(`Stopped dev server for ${$}`)}catch(A){console.error(`Failed to stop dev server for ${$}:`,A),v$.exit(1)}});d$.command("watch:stopall","Stop all running dev servers").option("--verbose","Enable verbose logging").action(async($)=>{try{await yU.stopAll($.verbose),console.log("Stopped all dev servers")}catch(w){console.error("Failed to stop all dev servers:",w),v$.exit(1)}});d$.command("daemon:start","Start the rpx daemon in the foreground (binds :443 + :80)").option("--rpx-dir <path>","Override the rpx state dir (default ~/.stacks/rpx)").option("--registry-dir <path>","Override the registry dir (default <rpx-dir>/registry.d)").option("--https-port <port>","HTTPS port (default 443)",{default:443}).option("--http-port <port>","HTTP redirect port; 0 to disable (default 80)",{default:80}).option("--hostname <host>","Bind address (default 0.0.0.0)",{default:"0.0.0.0"}).option("--verbose","Enable verbose logging").action(async($)=>{try{await(await jj({rpxDir:$.rpxDir,registryDir:$.registryDir,httpsPort:typeof $.httpsPort==="string"?Number.parseInt($.httpsPort,10):$.httpsPort,httpPort:typeof $.httpPort==="string"?Number.parseInt($.httpPort,10):$.httpPort,hostname:$.hostname,verbose:$.verbose??!0})).done,v$.exit(0)}catch(w){console.error(`Failed to start rpx daemon: ${w.message}`),v$.exit(1)}});d$.command("daemon:stop","Stop the running rpx daemon (SIGTERM, escalates to SIGKILL)").option("--rpx-dir <path>","Override the rpx state dir (default ~/.stacks/rpx)").option("--timeout <ms>","Max ms to wait for graceful shutdown",{default:5000}).option("--no-force","Do not escalate to SIGKILL after timeout").option("--verbose","Enable verbose logging").action(async($)=>{let w=typeof $.timeout==="string"?Number.parseInt($.timeout,10):$.timeout,A=await Hj({rpxDir:$.rpxDir,timeoutMs:w,forceAfterTimeout:$.force!==!1,verbose:$.verbose});if(!A.stopped&&A.pid===null){console.log("rpx daemon is not running");return}if(!A.stopped){console.log(`rpx daemon pid=${A.pid} was already gone (cleaned stale lock)`);return}console.log(`rpx daemon pid=${A.pid} stopped${A.forced?" (SIGKILL)":""}`)});d$.command("daemon:status","Print daemon state and currently registered hosts").option("--rpx-dir <path>","Override the rpx state dir (default ~/.stacks/rpx)").option("--registry-dir <path>","Override the registry dir (default <rpx-dir>/registry.d)").option("--json","Emit machine-readable JSON instead of a human summary").action(async($)=>{let w=$.rpxDir??U0(),A=await fw(w),J=await IU(w),U=$.registryDir,Y=await Kj(U).catch(()=>[]);if($.json){console.log(JSON.stringify({running:J,pid:A,pidFile:Zw(w),rpxDir:w,registryDir:U??Kw(),entries:Y},null,2));return}if(!J){if(console.log("rpx daemon: not running"),A!==null)console.log(`(stale pid file at ${Zw(w)} \u2192 pid ${A})`)}else console.log(`rpx daemon: running (pid=${A})`),console.log(`pid file: ${Zw(w)}`);if(console.log(`registry: ${U??Kw()}`),Y.length===0){console.log("no registered hosts");return}console.log(`registered hosts (${Y.length}):`);for(let f of Y){let W=f.pid!==void 0?`, pid=${f.pid}`:"";console.log(` https://${f.to} \u2192 ${f.from} (id=${f.id}${W})`)}});d$.command("register","Register an upstream app with the rpx daemon").option("--id <id>","Unique id for this entry (a-z, 0-9, dot, dash, underscore)").option("--from <host:port>","Upstream host:port (e.g. localhost:5173)").option("--to <host>","Public hostname (e.g. pet-store.localhost)").option("--cwd <path>","Working directory of the upstream (informational)").option("--clean-urls","Strip .html and 301 to the clean URL").option("--change-origin","Rewrite Origin to the upstream").option("--rpx-dir <path>","Override the rpx state dir (default ~/.stacks/rpx)").option("--registry-dir <path>","Override the registry dir (default <rpx-dir>/registry.d)").option("--skip-spawn","Do not lazy-spawn the daemon if it is not already running").option("--verbose","Enable verbose logging").example("rpx register --id pet-store --from localhost:5173 --to pet-store.localhost").action(async($)=>{if(!$.id||!$.from||!$.to)console.error("rpx register requires --id, --from, and --to"),v$.exit(1);if(!q1($.id))console.error(`invalid id: ${JSON.stringify($.id)} (must match /^[a-zA-Z0-9._-]+$/, \u2264128 chars)`),v$.exit(1);try{await qj({id:$.id,from:$.from,to:$.to,cwd:$.cwd,createdAt:new Date().toISOString(),cleanUrls:$.cleanUrls,changeOrigin:$.changeOrigin},$.registryDir,$.verbose)}catch(w){console.error(`failed to write registry entry: ${w.message}`),v$.exit(1)}if($.skipSpawn){console.log(`registered ${$.to} \u2192 ${$.from} (daemon spawn skipped)`);return}try{let w=await zj({rpxDir:$.rpxDir,verbose:$.verbose}),A=w.spawned?"spawned":"attached to";console.log(`registered https://${$.to} \u2192 ${$.from} (${A} daemon pid=${w.pid})`)}catch(w){console.error(`registered entry but daemon spawn failed: ${w.message}`),console.error("the entry remains in the registry; start the daemon manually with `rpx daemon:start`"),v$.exit(1)}});d$.command("unregister <id>","Remove a previously registered app from the rpx daemon").option("--registry-dir <path>","Override the registry dir (default ~/.stacks/rpx/registry.d)").option("--verbose","Enable verbose logging").action(async($,w)=>{if(!q1($))console.error(`invalid id: ${JSON.stringify($)}`),v$.exit(1);let A=await rf($,w.registryDir,w.verbose);if(!A){console.log(`no registry entry for id=${$}`);return}await Nj($,w.registryDir,w.verbose),console.log(`unregistered ${A.to} (id=${$})`)});d$.command("dns:reconcile","Remove stale macOS DNS overrides left by crashed dev sessions").option("--rpx-dir <path>","Override the rpx state dir (default ~/.stacks/rpx)").option("--verbose","Enable verbose logging").action(async($)=>{let w=$.rpxDir??U0();if(await IU(w)){console.log("rpx daemon is running \u2014 DNS overrides are managed by the daemon");return}await Tj({rpxDir:w,verbose:$.verbose}),console.log("DNS reconcile complete")});d$.command("version","Show the version of the Reverse Proxy CLI").action(()=>{console.log(xj)});d$.version(xj);d$.help();d$.run();
|