@stacksjs/rpx 0.11.14 → 0.11.15
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/bin/cli.js +188 -184
- package/dist/chunk-0zdj72ps.js +161 -0
- package/dist/{chunk-3pgh05pc.js → chunk-hf6e07v4.js} +1 -1
- package/dist/{chunk-a0ddh9cv.js → chunk-kv17r01q.js} +1 -1
- package/dist/{chunk-5ygwd93k.js → chunk-pjwm8py7.js} +1 -1
- package/dist/daemon.d.ts +6 -1
- package/dist/index.d.ts +2 -0
- package/dist/index.js +6 -6
- package/dist/on-demand.d.ts +40 -0
- package/dist/types.d.ts +31 -0
- package/package.json +2 -2
- package/src/daemon.ts +115 -24
- package/src/index.ts +3 -0
- package/src/on-demand.ts +264 -0
- package/src/types.ts +59 -0
- package/dist/chunk-tx5hnj92.js +0 -157
package/dist/bin/cli.js
CHANGED
|
@@ -1,250 +1,254 @@
|
|
|
1
1
|
#!/usr/bin/env bun
|
|
2
2
|
// @bun
|
|
3
3
|
#!/usr/bin/env bun
|
|
4
|
-
import{createRequire as o9}from"node:module";var r9=Object.defineProperty;var a9=($)=>$;function s9($,w){this[$]=a9.bind(null,w)}var TW=($,w)=>{for(var A in w)r9($,A,{get:w[A],enumerable:!0,configurable:!0,set:s9.bind(w,A)})};var h$=($,w)=>()=>($&&(w=$($=0)),w);var u=o9(import.meta.url);import{existsSync as _W,statSync as DW}from"fs";import{existsSync as Jf,mkdirSync as FK,readdirSync as zK,readFileSync as Yf,writeFileSync as fK}from"fs";import{homedir as Sw}from"os";import{dirname as HK,resolve as s$}from"path";import tA from"process";import{existsSync as QW,statSync as kW}from"fs";import{existsSync as KU,mkdirSync as Uf,readdirSync as Zf,writeFileSync as Wf}from"fs";import{homedir as Ow}from"os";import{dirname as xW,resolve as D$}from"path";import fw from"process";import{join as Bf,relative as Ef,resolve as PW}from"path";import xA from"process";import{existsSync as hB,mkdirSync as yK,readdirSync as VK,writeFileSync as SK}from"fs";import{homedir as eY}from"os";import{dirname as _K,resolve as _$}from"path";import V1 from"process";import{join as jf,relative as Ff,resolve as bW}from"path";import PA from"process";import{existsSync as RB,mkdirSync as PK,readdirSync as bK,writeFileSync as iK}from"fs";import{dirname as cK,resolve as bA}from"path";import hU from"process";import{Buffer as a0}from"buffer";import{createCipheriv as zf,createDecipheriv as ff,randomBytes as $U}from"crypto";import{closeSync as wU,createReadStream as iW,createWriteStream as Gf,existsSync as AU,fsyncSync as uW,openSync as cW,writeFileSync as Tf}from"fs";import{access as Hf,constants as vW,mkdir as qf,readdir as TA,rename as mW,stat as Xw,unlink as HA,writeFile as JU}from"fs/promises";import{join as _w}from"path";import R$ from"process";import{pipeline as Kf}from"stream/promises";import{createGzip as nW}from"zlib";import Dw from"process";import V0 from"process";import{Buffer as C0}from"buffer";import{createCipheriv as hf,createDecipheriv as Rf,randomBytes as YU}from"crypto";import{closeSync as UU,createReadStream as dW,createWriteStream as Nf,existsSync as qA,fsyncSync as gW,openSync as lW,writeFileSync as Mf}from"fs";import{access as If,constants as pW,mkdir as Cf,readdir as KA,rename as tW,stat as Qw,unlink as hA,writeFile as ZU}from"fs/promises";import{isAbsolute as Lf,join as kw,resolve as yf}from"path";import S from"process";import{pipeline as Vf}from"stream/promises";import{createGzip as rW}from"zlib";import xw from"process";import S0 from"process";import RA from"process";import{existsSync as NA}from"fs";import{resolve as WU}from"path";import{existsSync as Sf}from"fs";import{existsSync as Of,readdirSync as Xf}from"fs";import{extname as BU,resolve as aW}from"path";import _f from"process";import{join as Df,relative as Qf,resolve as sW}from"path";import iA from"process";import{Buffer as L0}from"buffer";import{createCipheriv as kf,createDecipheriv as xf,randomBytes as EU}from"crypto";import{closeSync as jU,createReadStream as oW,createWriteStream as Pf,existsSync as MA,fsyncSync as eW,openSync as $B,writeFileSync as bf}from"fs";import{access as uf,constants as wB,mkdir as cf,readdir as IA,rename as AB,stat as Pw,unlink as CA,writeFile as FU}from"fs/promises";import{isAbsolute as vf,join as bw,resolve as mf}from"path";import O from"process";import{pipeline as nf}from"stream/promises";import{createGzip as JB}from"zlib";import iw from"process";import O0 from"process";import yA from"process";import{existsSync as VA}from"fs";import{resolve as qU}from"path";import{existsSync as E2}from"fs";class qB{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 Y=this.generateKey($,A),U=J??this.options.ttl,Z=this.estimateSize(w);this.cache.set(Y,{value:w,timestamp:new Date,ttl:U,hits:0,size:Z}),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(!_W($))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 Y=_W(A)?DW(A):null,U=Y?Y.mtime:new Date;this.set($,{value:w,fileTimestamp:U},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,Y)=>J+Y.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 KB{metrics=[];maxMetrics=1000;async track($,w,A={}){let J=performance.now(),Y=new Date;try{let U=await w(),Z=performance.now()-J;return this.recordMetric({operation:$,duration:Z,timestamp:Y,...A}),U}catch(U){let Z=performance.now()-J;throw this.recordMetric({operation:`${$}:error`,duration:Z,timestamp:Y,...A}),U}}recordMetric($){if(this.metrics.push($),this.metrics.length>this.maxMetrics)this.metrics=this.metrics.slice(-this.maxMetrics)}getStats($){let w=$?this.metrics.filter((Y)=>Y.operation===$):this.metrics;if(w.length===0)return{count:0,averageDuration:0,minDuration:0,maxDuration:0,totalDuration:0,recentMetrics:[]};let A=w.map((Y)=>Y.duration),J=A.reduce((Y,U)=>Y+U,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 lf($,w){this[$]=gf.bind(null,w)}class _U{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 Y=this.generateKey($,A),U=J??this.options.ttl,Z=this.estimateSize(w);this.cache.set(Y,{value:w,timestamp:new Date,ttl:U,hits:0,size:Z}),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(!QW($))return!0;return kW($).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 Y=QW(A)?kW(A):null,U=Y?Y.mtime:new Date;this.set($,{value:w,fileTimestamp:U},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,Y)=>J+Y.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 DU{metrics=[];maxMetrics=1000;async track($,w,A={}){let J=performance.now(),Y=new Date;try{let U=await w(),Z=performance.now()-J;return this.recordMetric({operation:$,duration:Z,timestamp:Y,...A}),U}catch(U){let Z=performance.now()-J;throw this.recordMetric({operation:`${$}:error`,duration:Z,timestamp:Y,...A}),U}}recordMetric($){if(this.metrics.push($),this.metrics.length>this.maxMetrics)this.metrics=this.metrics.slice(-this.maxMetrics)}getStats($){let w=$?this.metrics.filter((Y)=>Y.operation===$):this.metrics;if(w.length===0)return{count:0,averageDuration:0,minDuration:0,maxDuration:0,totalDuration:0,recentMetrics:[]};let A=w.map((Y)=>Y.duration),J=A.reduce((Y,U)=>Y+U,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 rf($,w={}){let J=Object.keys(w).sort().map((Y)=>`${Y}:${w[Y]}`).join("|");return J?`${$}:${J}`:$}function af($,w){try{return JSON.stringify($)===JSON.stringify(w)}catch{return $===w}}function sf($){return $.getStats().size*2}function QU($,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 Y of $)if(r(Y)&&"name"in Y){if(!J.find((Z)=>r(Z)&&("name"in Z)&&Z.name===Y.name))J.push(Y)}else if(r(Y)&&"path"in Y){if(!J.find((Z)=>r(Z)&&("path"in Z)&&Z.path===Y.path))J.push(Y)}else if(!J.some((U)=>uA(U,Y)))J.push(Y);return J}if(w.every((J)=>typeof J==="string")&&$.every((J)=>typeof J==="string")){let J=[...w];for(let Y of $)if(!J.includes(Y))J.push(Y);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 Y=w[J];if(Y===null||Y===void 0)continue;else if(r(Y)&&r(A[J]))A[J]=QU(A[J],Y);else if(Array.isArray(Y)&&Array.isArray(A[J]))if(Y.length>0&&A[J].length>0&&r(Y[0])&&r(A[J][0])){let U=[...Y];for(let Z of A[J])if(r(Z)&&"name"in Z){if(!U.find((W)=>r(W)&&("name"in W)&&W.name===Z.name))U.push(Z)}else if(r(Z)&&"path"in Z){if(!U.find((W)=>r(W)&&("path"in W)&&W.path===Z.path))U.push(Z)}else if(!U.some((B)=>uA(B,Z)))U.push(Z);A[J]=U}else if(Y.every((U)=>typeof U==="string")&&A[J].every((U)=>typeof U==="string")){let U=[...Y];for(let Z of A[J])if(!U.includes(Z))U.push(Z);A[J]=U}else A[J]=Y;else A[J]=Y}return A}function uA($,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(!uA($[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 Y of A){if(!Object.prototype.hasOwnProperty.call(w,Y))return!1;if(!uA($[Y],w[Y]))return!1}return!0}return!1}function r($){return Boolean($&&typeof $==="object"&&!Array.isArray($))}async function of($,w){if(!RB($))return null;try{let A=await import($),J=A.default||A;if(typeof J!=="object"||J===null||Array.isArray(J))return null;try{return QU(w,J)}catch{return null}}catch{return null}}async function ef({name:$="",cwd:w,defaultConfig:A}){let J=w||hU.cwd(),Y=[".ts",".js",".mjs",".cjs",".json"],U=[`${$}.config`,`.${$}.config`,$,`.${$}`];for(let Z of U)for(let B of Y){let W=bA(J,`${Z}${B}`),E=await of(W,A);if(E!==null)return E}try{let Z=bA(J,"package.json");if(RB(Z)){let W=(await import(Z))[$];if(W&&typeof W==="object"&&!Array.isArray(W))try{return QU(A,W)}catch{}}}catch{}return A}function $G($,w={}){let A=PA.cwd();while(A.includes("storage"))A=bW(A,"..");let J=bW(A,$||"");if(w?.relative)return Ff(PA.cwd(),J);return J}async function wG(){try{let $=await ef({name:"clarity",defaultConfig:XA,cwd:PA.cwd(),endpoint:"",headers:{}});return{...XA,...$}}catch{return XA}}function $$(){if(V0.env.NODE_ENV==="test"||V0.env.BUN_ENV==="test")return!1;return typeof window<"u"}async function AG(){if(V0.env.NODE_ENV==="test"||V0.env.BUN_ENV==="test")return!0;if(typeof navigator<"u"&&navigator.product==="ReactNative")return!0;if(typeof V0<"u"){let $=V0.type;if($==="renderer"||$==="worker")return!1;return!!(V0.versions&&(V0.versions.node||V0.versions.bun))}return!1}class MB{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: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 cA{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={...NU},this.options=this.normalizeOptions(w),this.formatter=this.options.formatter||new MB,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 Y=this.generateKeyId(),U=this.generateKey();this.currentKeyId=Y,this.keys.set(Y,U),this.encryptionKeys.set(Y,{key:U,createdAt:new Date}),this.setupKeyRotation()}}initializeFingersCrossedConfig($){if(!$.fingersCrossedEnabled&&$.fingersCrossed)return{..._A,...$.fingersCrossed};if(!$.fingersCrossedEnabled)return null;if(!$.fingersCrossed)return{..._A};return{..._A,...$.fingersCrossed}}normalizeOptions($){let w={format:"json",level:"info",logDirectory:NU.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 Y,U=0,Z=3,B=1000;while(U<Z)try{try{try{await Hf(this.config.logDirectory,vW.F_OK|vW.W_OK)}catch(E){if(E instanceof Error&&"code"in E)if(E.code==="ENOENT")await qf(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 W=this.validateEncryptionConfig()?(await this.encrypt($)).encrypted:a0.from($);try{if(!AU(this.currentLogFile))await JU(this.currentLogFile,"",{mode:420});if(Y=cW(this.currentLogFile,"a",420),Tf(Y,W,{flag:"a"}),uW(Y),Y!==void 0)wU(Y),Y=void 0;if((await Xw(this.currentLogFile)).size===0){if(await JU(this.currentLogFile,W,{flag:"w",mode:420}),(await Xw(this.currentLogFile)).size===0)throw Error("File exists but is empty after retry write")}return}catch(E){let j=E;if(j.code&&["ENETDOWN","ENETUNREACH","ENOTFOUND","ETIMEDOUT"].includes(j.code)){if(U<Z-1){let F=typeof j.message==="string"?j.message:"Unknown error";console.error(`Network error during write attempt ${U+1}/${Z}:`,F);let f=B*2**U;await new Promise((z)=>setTimeout(z,f)),U++;continue}}if(j?.code&&["ENOSPC","EDQUOT"].includes(j.code))throw Error(`Disk quota exceeded or no space left on device: ${j.message}`);throw console.error("Debug: [writeToFile] Error writing to file:",j),j}finally{if(Y!==void 0)try{wU(Y)}catch(E){console.error("Debug: [writeToFile] Error closing file descriptor:",E)}}}catch(W){if(U===Z-1){let j=W,F=typeof j.message==="string"?j.message:"Unknown error";throw console.error("Debug: [writeToFile] Max retries reached. Final error:",F),W}U++;let E=B*2**(U-1);await new Promise((j)=>setTimeout(j,E))}})();this.pendingOperations.push(A);let J=this.pendingOperations.length-1;try{await A}catch(Y){throw console.error("Debug: [writeToFile] Error in operation:",Y),Y}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($$())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((Y)=>{console.error("Error rotating keys:",Y)})},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 Y=Array.from(this.encryptionKeys.entries()).sort(([,B],[,W])=>W.createdAt.getTime()-B.createdAt.getTime()),U=typeof w.maxKeys==="number"?w.maxKeys:1,Z=Math.max(1,U);if(Y.length>Z)for(let[B]of Y.slice(Z))this.encryptionKeys.delete(B),this.keys.delete(B)}generateKeyId(){return $U(16).toString("hex")}generateKey(){return $U(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=$U(16),J=zf("aes-256-gcm",w,A),Y=a0.concat([J.update($,"utf8"),J.final()]),U=J.getAuthTag();return{encrypted:a0.concat([A,Y,U]),iv:A}}async compressData($){return new Promise((w,A)=>{let J=nW(),Y=[];J.on("data",(U)=>Y.push(U)),J.on("end",()=>w(a0.from(a0.concat(Y)))),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 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 Y=await TA(this.config.logDirectory),U=Y.filter((W)=>W.startsWith(this.name)&&/\.log\.\d+$/.test(W)).sort((W,E)=>{let j=Number.parseInt(W.match(/\.log\.(\d+)$/)?.[1]||"0");return Number.parseInt(E.match(/\.log\.(\d+)$/)?.[1]||"0")-j}),Z=U.length>0?Number.parseInt(U[0].match(/\.log\.(\d+)$/)?.[1]||"0")+1:1,B=`${A}.${Z}`;if(await Xw(A).catch(()=>null))try{if(await mW(A,B),w.compress)try{let W=`${B}.gz`;await this.compressLogFile(B,W),await HA(B)}catch(W){console.error("Error compressing rotated file:",W)}if(U.length===0&&!Y.some((W)=>W.endsWith(".log.1")))try{let W=`${A}.1`;await JU(W,"")}catch(W){console.error("Error creating backup file:",W)}}catch(W){console.error(`Error during rotation: ${W instanceof Error?W.message:String(W)}`)}}else{let Y=new Date().toISOString().replace(/[:.]/g,"-"),U=A.replace(/\.log$/,`-${Y}.log`);if(await Xw(A).catch(()=>null))await mW(A,U)}if(this.currentLogFile=J,w.maxFiles){let U=(await TA(this.config.logDirectory)).filter((Z)=>Z.startsWith(this.name)).sort((Z,B)=>B.localeCompare(Z));for(let Z of U.slice(w.maxFiles))await HA(_w(this.config.logDirectory,Z))}}}async compressLogFile($,w){let A=iW($),J=Gf(w),Y=nW();await Kf(A,Y,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()})),AU(this.currentLogFile))try{let $=cW(this.currentLogFile,"r+");uW($),wU($)}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 TA(this.config.logDirectory)).filter((A)=>(A.includes("temp")||A.includes(".tmp"))&&A.includes(this.name));for(let A of w)try{await HA(_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.fancy?g.gray($.toLocaleTimeString()):$.toLocaleTimeString()}formatConsoleMessage($){let{timestamp:w,icon:A="",tag:J="",message:Y,level:U,showTimestamp:Z=!0}=$,B=(z)=>z.replace(this.ANSI_PATTERN,"");if(!this.fancy){let z=[];if(Z)z.push(w);if(U==="warning")z.push("WARN");else if(U==="error")z.push("ERROR");else if(A)z.push(A.replace(/[^\p{L}\p{N}\p{P}\p{Z}]/gu,""));if(J)z.push(J.replace(/[[\]]/g,""));return z.push(Y),z.join(" ")}let W=R$.stdout.columns||120,E="";if(U==="warning"||U==="error")E=`${A} ${Y}`;else if(U==="info"||U==="success")E=`${A} ${J} ${Y}`;else E=`${A} ${J} ${g.cyan(Y)}`;if(!Z)return E.trim();let j=B(E).trim().length,F=B(w).length,f=Math.max(1,W-2-j-F);return`${E.trim()}${" ".repeat(f)}${w}`}formatMessage($,w){if(w.length===1&&Array.isArray(w[0]))return $.replace(/\{(\d+)\}/g,(U,Z)=>{let B=Number.parseInt(Z,10);return B<w[0].length?String(w[0][B]):U});let A=/%([sdijfo%])/g,J=0,Y=$.replace(A,(U,Z)=>{if(Z==="%")return"%";if(J>=w.length)return U;let B=w[J++];switch(Z){case"s":return String(B);case"d":case"i":return Number(B).toString();case"j":case"o":return JSON.stringify(B,null,2);default:return U}});if(J<w.length)Y+=` ${w.slice(J).map((U)=>typeof U==="object"?JSON.stringify(U,null,2):String(U)).join(" ")}`;return Y}async log($,w,...A){let J=new Date,Y=this.formatConsoleTimestamp(J),U=this.formatFileTimestamp(J),Z,B;if(w instanceof Error)Z=w.message,B=w.stack;else Z=this.formatMessage(w,A);if(this.fancy&&!$$()){let E=DB[$],j=this.options.showTags!==!1&&this.name?g.gray(this.formatTag(this.name)):"",F;switch($){case"debug":F=this.formatConsoleMessage({timestamp:Y,icon:E,tag:j,message:g.gray(Z),level:$}),console.error(F);break;case"info":F=this.formatConsoleMessage({timestamp:Y,icon:E,tag:j,message:Z,level:$}),console.error(F);break;case"success":F=this.formatConsoleMessage({timestamp:Y,icon:E,tag:j,message:g.green(Z),level:$}),console.error(F);break;case"warning":F=this.formatConsoleMessage({timestamp:Y,icon:E,tag:j,message:Z,level:$}),console.warn(F);break;case"error":if(F=this.formatConsoleMessage({timestamp:Y,icon:E,tag:j,message:Z,level:$}),console.error(F),B){let f=B.split(`
|
|
5
|
-
`);for(let
|
|
6
|
-
`;if(
|
|
7
|
-
`;
|
|
8
|
-
`,
|
|
9
|
-
`),
|
|
10
|
-
`.replace(this.ANSI_PATTERN,"");await this.writeToFile(
|
|
11
|
-
`.replace(this.ANSI_PATTERN,"");await this.writeToFile(
|
|
12
|
-
`)}finishProgressBar($,w){if(!this.enabled||!this.fancy||$$()||!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($$()){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 U=_w(this.config.logDirectory,J);if($.before)try{if((await Xw(U)).mtime>=$.before)continue}catch(Z){console.error(`Failed to get stats for file ${U}:`,Z);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 HA(J),console.warn(`Deleted log file: ${J}`)}catch(Y){console.error(`Failed to delete log file ${J}:`,Y)}console.warn("Log clearing process finished.")}catch(w){console.error("Error during log clearing process:",w)}}}function OA($,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 Y of $)if(c(Y)&&"name"in Y){if(!J.find((Z)=>c(Z)&&("name"in Z)&&Z.name===Y.name))J.push(Y)}else if(c(Y)&&"path"in Y){if(!J.find((Z)=>c(Z)&&("path"in Z)&&Z.path===Y.path))J.push(Y)}else if(!J.some((U)=>vA(U,Y)))J.push(Y);return J}if(w.every((J)=>typeof J==="string")&&$.every((J)=>typeof J==="string")){let J=[...w];for(let Y of $)if(!J.includes(Y))J.push(Y);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 Y=w[J];if(Y===null||Y===void 0)continue;else if(c(Y)&&c(A[J]))A[J]=OA(A[J],Y);else if(Array.isArray(Y)&&Array.isArray(A[J]))if(Y.length>0&&A[J].length>0&&c(Y[0])&&c(A[J][0])){let U=[...Y];for(let Z of A[J])if(c(Z)&&"name"in Z){if(!U.find((W)=>c(W)&&("name"in W)&&W.name===Z.name))U.push(Z)}else if(c(Z)&&"path"in Z){if(!U.find((W)=>c(W)&&("path"in W)&&W.path===Z.path))U.push(Z)}else if(!U.some((B)=>vA(B,Z)))U.push(Z);A[J]=U}else if(Y.every((U)=>typeof U==="string")&&A[J].every((U)=>typeof U==="string")){let U=[...Y];for(let Z of A[J])if(!U.includes(Z))U.push(Z);A[J]=U}else A[J]=Y;else A[J]=Y}return A}function kU($,w,A="replace"){if(w===null||w===void 0)return $;if(Array.isArray(w))return A==="replace"?w:OA($,w);if(Array.isArray($))return A==="replace"?w:OA($,w);if(!c(w)||!c($))return w;let J={...$};for(let Y of Object.keys(w)){if(!Object.prototype.hasOwnProperty.call(w,Y))continue;let U=w[Y],Z=J[Y];if(U===null||U===void 0)continue;if(Array.isArray(U)||Array.isArray(Z))if(A==="replace")J[Y]=U;else J[Y]=OA(Z,U);else if(c(U)&&c(Z))J[Y]=kU(Z,U,A);else J[Y]=U}return J}function vA($,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(!vA($[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 Y of A){if(!Object.prototype.hasOwnProperty.call(w,Y))return!1;if(!vA($[Y],w[Y]))return!1}return!0}return!1}function c($){return Boolean($&&typeof $==="object"&&!Array.isArray($))}async function LA($,w,A="replace"){if(!hB($))return null;try{let J=await import($),Y=J.default||J;if(typeof Y!=="object"||Y===null||Array.isArray(Y))return null;try{return kU(w,Y,A)}catch{return null}}catch{return null}}function JG($,w,A=!1){if(!$)return w;let J=$.toUpperCase().replace(/-/g,"_"),Y={...w};function U(Z,B=[]){let W={...Z};for(let[E,j]of Object.entries(Z)){let F=[...B,E],f=(T)=>T.replace(/([A-Z])/g,"_$1").toUpperCase(),z=`${J}_${F.map(f).join("_")}`,H=`${J}_${F.map((T)=>T.toUpperCase()).join("_")}`;if(A)M$.info(`Checking environment variable ${z} for config ${$}.${F.join(".")}`);if(typeof j==="object"&&j!==null&&!Array.isArray(j))W[E]=U(j,F);else{let T=V1.env[z]||V1.env[H];if(T!==void 0){if(A)M$.info(`Using environment variable ${T?z:H} for config ${$}.${F.join(".")}`);if(typeof j==="number")W[E]=Number(T);else if(typeof j==="boolean")W[E]=T.toLowerCase()==="true";else if(Array.isArray(j))try{let q=JSON.parse(T);if(Array.isArray(q))W[E]=q;else W[E]=T.split(",").map((K)=>K.trim())}catch{W[E]=T.split(",").map((q)=>q.trim())}else W[E]=T}}}return W}return U(Y)}async function YG({name:$="",alias:w,cwd:A,configDir:J,defaultConfig:Y,verbose:U=!1,checkEnv:Z=!0,arrayStrategy:B="replace"}){let W=Z&&typeof Y==="object"&&Y!==null&&!Array.isArray(Y)?JG($,Y,U):Y,E=A||V1.cwd(),j=[".ts",".js",".mjs",".cjs",".json"];if(U)M$.info(`Loading configuration for "${$}"${w?` (alias: "${w}")`:""} from ${E}`);let F=[$,`.${$}`].filter(Boolean),f=[`${$}.config`,`.${$}.config`].filter(Boolean),z=w?[w,`.${w}`]:[],H=w?[`${w}.config`,`.${w}.config`]:[],T=Array.from(new Set([E,_$(E,"config"),_$(E,".config"),J?_$(E,J):void 0].filter(Boolean)));for(let q of T){if(U)M$.info(`Searching for configuration in: ${q}`);let h=[_$(E,"config"),_$(E,".config")].concat(J?[_$(E,J)]:[]).includes(q)?[...F,...f,...z,...H]:[...f,...F,...H,...z];for(let I of h)for(let N of j){let M=_$(q,`${I}${N}`),V=await LA(M,W,B);if(V!==null){if(U)M$.success(`Configuration loaded from: ${M}`);return V}}}if($){let q=_$(eY(),".config",$),K=["config",`${$}.config`];if(w)K.push(`${w}.config`);if(U)M$.info(`Checking user config directory: ${q}`);for(let h of K)for(let I of j){let N=_$(q,`${h}${I}`),M=await LA(N,W,B);if(M!==null){if(U)M$.success(`Configuration loaded from user config directory: ${N}`);return M}}}if($){let q=_$(eY(),".config"),K=[`.${$}.config`];if(w)K.push(`.${w}.config`);if(U)M$.info(`Checking user config directory for dotfile configs: ${q}`);for(let h of K)for(let I of j){let N=_$(q,`${h}${I}`),M=await LA(N,W,B);if(M!==null){if(U)M$.success(`Configuration loaded from user config directory dotfile: ${N}`);return M}}}if($){let q=eY(),K=[`.${$}.config`,`.${$}`];if(w)K.push(`.${w}.config`),K.push(`.${w}`);if(U)M$.info(`Checking user home directory for dotfile configs: ${q}`);for(let h of K)for(let I of j){let N=_$(q,`${h}${I}`),M=await LA(N,W,B);if(M!==null){if(U)M$.success(`Configuration loaded from user home directory: ${N}`);return M}}}try{let q=_$(E,"package.json");if(hB(q)){let K=await import(q),h=K[$];if(!h&&w){if(h=K[w],h&&U)M$.success(`Using alias "${w}" configuration from package.json`)}if(h&&typeof h==="object"&&!Array.isArray(h))try{if(U)M$.success(`Configuration loaded from package.json: ${h===K[$]?$:w}`);return kU(W,h,B)}catch(I){if(U)M$.warn("Failed to merge package.json config:",I)}}}catch(q){if(U)M$.warn("Failed to load package.json:",q)}if(U)M$.info(`No configuration found for "${$}"${w?` or alias "${w}"`:""}, using default configuration with environment variables`);return W}function UG($,w={}){let A=xA.cwd();while(A.includes("storage"))A=PW(A,"..");let J=PW(A,$||"");if(w?.relative)return Ef(xA.cwd(),J);return J}async function ZG(){try{let $=await YG({name:"clarity",alias:"logging",defaultConfig:DA,cwd:xA.cwd()});return{...DA,...$||{}}}catch{return DA}}function Z$(){if(S0.env.NODE_ENV==="test"||S0.env.BUN_ENV==="test")return!1;return typeof window<"u"}async function WG(){if(S0.env.NODE_ENV==="test"||S0.env.BUN_ENV==="test")return!0;if(typeof navigator<"u"&&navigator.product==="ReactNative")return!0;if(typeof S0<"u"){let $=S0.type;if($==="renderer"||$==="worker")return!1;return!!(S0.versions&&(S0.versions.node||S0.versions.bun))}return!1}class IB{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: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={...MU},this.options=this.normalizeOptions(w),this.formatter=this.options.formatter||new IB,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??S.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 Y=this.generateKeyId(),U=this.generateKey();this.currentKeyId=Y,this.keys.set(Y,U),this.encryptionKeys.set(Y,{key:U,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{...QA,...$.fingersCrossed};if(!$.fingersCrossedEnabled)return null;if(!$.fingersCrossed)return{...QA};return{...QA,...$.fingersCrossed}}normalizeOptions($){let w={format:"json",level:"info",logDirectory:MU.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 Y,U=0,Z=3,B=1000;while(U<Z)try{try{try{await If(this.config.logDirectory,pW.F_OK|pW.W_OK)}catch(E){if(E instanceof Error&&"code"in E)if(E.code==="ENOENT")await Cf(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 W=this.validateEncryptionConfig()?(await this.encrypt($)).encrypted:C0.from($);try{if(!qA(this.currentLogFile))await ZU(this.currentLogFile,"",{mode:420});if(Y=lW(this.currentLogFile,"a",420),Mf(Y,W,{flag:"a"}),gW(Y),Y!==void 0)UU(Y),Y=void 0;if((await Qw(this.currentLogFile)).size===0){if(await ZU(this.currentLogFile,W,{flag:"w",mode:420}),(await Qw(this.currentLogFile)).size===0)throw Error("File exists but is empty after retry write")}return}catch(E){let j=E;if(j.code&&["ENETDOWN","ENETUNREACH","ENOTFOUND","ETIMEDOUT"].includes(j.code)){if(U<Z-1){let F=typeof j.message==="string"?j.message:"Unknown error";console.error(`Network error during write attempt ${U+1}/${Z}:`,F);let f=B*2**U;await new Promise((z)=>setTimeout(z,f)),U++;continue}}if(j?.code&&["ENOSPC","EDQUOT"].includes(j.code))throw Error(`Disk quota exceeded or no space left on device: ${j.message}`);throw console.error("Debug: [writeToFile] Error writing to file:",j),j}finally{if(Y!==void 0)try{UU(Y)}catch(E){console.error("Debug: [writeToFile] Error closing file descriptor:",E)}}}catch(W){if(U===Z-1){let j=W,F=typeof j.message==="string"?j.message:"Unknown error";throw console.error("Debug: [writeToFile] Max retries reached. Final error:",F),W}U++;let E=B*2**(U-1);await new Promise((j)=>setTimeout(j,E))}})();this.pendingOperations.push(A);let J=this.pendingOperations.length-1;try{await A}catch(Y){throw console.error("Debug: [writeToFile] Error in operation:",Y),Y}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 kw(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 kw(this.config.logDirectory,`${this.name}.log`);let $=new Date().toISOString().split("T")[0];return kw(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((Y)=>{console.error("Error rotating keys:",Y)})},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 Y=Array.from(this.encryptionKeys.entries()).sort(([,B],[,W])=>W.createdAt.getTime()-B.createdAt.getTime()),U=typeof w.maxKeys==="number"?w.maxKeys:1,Z=Math.max(1,U);if(Y.length>Z)for(let[B]of Y.slice(Z))this.encryptionKeys.delete(B),this.keys.delete(B)}generateKeyId(){return YU(16).toString("hex")}generateKey(){return YU(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=YU(16),J=hf("aes-256-gcm",w,A),Y=C0.isBuffer($)?$:C0.from($,"utf8"),U=J.update(Y),Z=J.final(),B=U.length+Z.length,W=J.getAuthTag(),E=C0.allocUnsafe(16+B+16);return A.copy(E,0),U.copy(E,16),Z.copy(E,16+U.length),W.copy(E,16+B),{encrypted:E,iv:A}}async compressData($){return new Promise((w,A)=>{let J=rW(),Y=[];J.on("data",(U)=>Y.push(U)),J.on("end",()=>w(C0.from(C0.concat(Y)))),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 Qw(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 Y=await KA(this.config.logDirectory),U=Y.filter((W)=>W.startsWith(this.name)&&/\.log\.\d+$/.test(W)).sort((W,E)=>{let j=Number.parseInt(W.match(/\.log\.(\d+)$/)?.[1]||"0");return Number.parseInt(E.match(/\.log\.(\d+)$/)?.[1]||"0")-j}),Z=U.length>0?Number.parseInt(U[0].match(/\.log\.(\d+)$/)?.[1]||"0")+1:1,B=`${A}.${Z}`;if(await Qw(A).catch(()=>null))try{if(await tW(A,B),w.compress)try{let W=`${B}.gz`;await this.compressLogFile(B,W),await hA(B)}catch(W){console.error("Error compressing rotated file:",W)}if(U.length===0&&!Y.some((W)=>W.endsWith(".log.1")))try{let W=`${A}.1`;await ZU(W,"")}catch(W){console.error("Error creating backup file:",W)}}catch(W){console.error(`Error during rotation: ${W instanceof Error?W.message:String(W)}`)}}else{let Y=new Date().toISOString().replace(/[:.]/g,"-"),U=A.replace(/\.log$/,`-${Y}.log`);if(await Qw(A).catch(()=>null))await tW(A,U)}if(this.currentLogFile=J,w.maxFiles){let U=(await KA(this.config.logDirectory)).filter((Z)=>Z.startsWith(this.name)).sort((Z,B)=>B.localeCompare(Z));for(let Z of U.slice(w.maxFiles))await hA(kw(this.config.logDirectory,Z))}}}async compressLogFile($,w){let A=dW($),J=Nf(w),Y=rW();await Vf(A,Y,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()})),qA(this.currentLogFile))try{let $=lW(this.currentLogFile,"r+");gW($),UU($)}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 KA(this.config.logDirectory)).filter((A)=>(A.includes("temp")||A.includes(".tmp"))&&A.includes(this.name));for(let A of w)try{await hA(kw(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 S.env.NO_COLOR<"u",w=S.env.FORCE_COLOR==="0";if($||w)return!1;return!!(typeof S.stderr<"u"&&S.stderr.isTTY||typeof S.stdout<"u"&&S.stdout.isTTY)}formatConsoleMessage($){let{timestamp:w,icon:A="",tag:J="",message:Y,level:U,showTimestamp:Z=!0}=$,B=(z)=>z.replace(this.ANSI_PATTERN,"");if(!this.fancy){let z=[];if(Z)z.push(w);if(U==="warning")z.push("WARN");else if(U==="error")z.push("ERROR");else if(A)z.push(A.replace(/[^\p{L}\p{N}\p{P}\p{Z}]/gu,""));if(J)z.push(J.replace(/[[\]]/g,""));return z.push(Y),z.join(" ")}let W=S.stdout.columns||120,E="";if(U==="warning"||U==="error")E=`${A} ${Y}`;else if(U==="info"||U==="success")E=`${A} ${J} ${Y}`;else E=`${A} ${J} ${D.cyan(Y)}`;if(!Z)return E.trim();let j=B(E).trim().length,F=B(w).length,f=Math.max(1,W-2-j-F);return`${E.trim()}${" ".repeat(f)}${w}`}formatMessage($,w){if(w.length===1&&Array.isArray(w[0]))return $.replace(/\{(\d+)\}/g,(U,Z)=>{let B=Number.parseInt(Z,10);return B<w[0].length?String(w[0][B]):U});let A=/%([sdijfo%])/g,J=0,Y=$.replace(A,(U,Z)=>{if(Z==="%")return"%";if(J>=w.length)return U;let B=w[J++];switch(Z){case"s":return String(B);case"d":case"i":return Number(B).toString();case"j":case"o":return JSON.stringify(B,null,2);default:return U}});if(J<w.length)Y+=` ${w.slice(J).map((U)=>typeof U==="object"?JSON.stringify(U,null,2):String(U)).join(" ")}`;return Y}formatMarkdown($){if(!$)return $;let w=$;return w=w.replace(/\[([^\]]+)\]\(([^)]+)\)/g,(A,J,Y)=>{let U=D.underline(D.blue(J)),Z=this.toAbsoluteFilePath(Y);if(Z&&this.shouldStyleConsole()&&this.supportsHyperlinks()){let B=`file://${encodeURI(Z)}`,W="\x1B]8;;",E="\x1B\\";return`\x1B]8;;${B}\x1B\\${U}\x1B]8;;\x1B\\`}if(this.shouldStyleConsole()&&this.supportsHyperlinks())return`\x1B]8;;${Y}\x1B\\${U}\x1B]8;;\x1B\\`;return U}),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 $=S.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=S.env.HOME||"";if(A)w=w.replace(/^~(?=$|\/)/,A)}if(Lf(w)||w.startsWith("./")||w.startsWith("../"))w=yf(w);else return null;return qA(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,Y=this.formatConsoleTimestamp(J),U=this.formatFileTimestamp(J),Z,B;if(w instanceof Error)Z=w.message,B=w.stack;else Z=this.formatMessage(w,A);let{consoleText:W,fileText:E}=this.buildOutputTexts(Z);if(this.shouldStyleConsole()){let F=this.options.showIcons===!1?"":QB[$],f=this.options.showTags!==!1&&this.name?D.gray(this.formatTag(this.name)):"",z;switch($){case"debug":z=this.formatConsoleMessage({timestamp:Y,icon:F,tag:f,message:D.gray(W),level:$}),console.error(z);break;case"info":z=this.formatConsoleMessage({timestamp:Y,icon:F,tag:f,message:W,level:$}),console.warn(z);break;case"success":z=this.formatConsoleMessage({timestamp:Y,icon:F,tag:f,message:D.green(W),level:$}),console.error(z);break;case"warning":z=this.formatConsoleMessage({timestamp:Y,icon:F,tag:f,message:W,level:$}),console.warn(z);break;case"error":if(z=this.formatConsoleMessage({timestamp:Y,icon:F,tag:f,message:W,level:$}),console.error(z),B){let H=B.split(`
|
|
13
|
-
`);for(let
|
|
14
|
-
`;if(
|
|
15
|
-
`;if(
|
|
16
|
-
`);if(this[
|
|
17
|
-
`,
|
|
18
|
-
`),
|
|
19
|
-
`.replace(this.ANSI_PATTERN,"");if(this.shouldWriteToFile())await this.writeToFile(
|
|
20
|
-
`.replace(this.ANSI_PATTERN,"");if(this.shouldWriteToFile())await this.writeToFile(
|
|
21
|
-
`)}finishProgressBar($,w){if(!this.enabled||!this.fancy||
|
|
22
|
-
|
|
23
|
-
`;for(let
|
|
24
|
-
`,A+=` Type: ${
|
|
25
|
-
`,A+=` Description: ${
|
|
26
|
-
`,A+=` Example: ${
|
|
4
|
+
import{createRequire as cF}from"node:module";var PF=Object.defineProperty;var iF=($)=>$;function bF($,w){this[$]=iF.bind(null,w)}var nJ=($,w)=>{for(var A in w)PF($,A,{get:w[A],enumerable:!0,configurable:!0,set:bF.bind(w,A)})};var K$=($,w)=>()=>($&&(w=$($=0)),w);var c=cF(import.meta.url);import{existsSync as YW,statSync as fW}from"fs";import{existsSync as dz,mkdirSync as hR,readdirSync as HR,readFileSync as lz,writeFileSync as GR}from"fs";import{homedir as xw}from"os";import{dirname as qR,resolve as e$}from"path";import YY from"process";import{existsSync as XW,statSync as UW}from"fs";import{existsSync as kX,mkdirSync as gz,readdirSync as tz,writeFileSync as pz}from"fs";import{homedir as Pw}from"os";import{dirname as JW,resolve as Z$}from"path";import Hw from"process";import{join as rz,relative as az,resolve as WW}from"path";import dA from"process";import{existsSync as lW,mkdirSync as QR,readdirSync as _R,writeFileSync as DR}from"fs";import{homedir as zX}from"os";import{dirname as xR,resolve as k$}from"path";import Z1 from"process";import{join as sz,relative as oz,resolve as BW}from"path";import lA from"process";import{existsSync as gW,mkdirSync as uR,readdirSync as nR,writeFileSync as vR}from"fs";import{dirname as dR,resolve as gA}from"path";import ZX from"process";import{Buffer as o0}from"buffer";import{createCipheriv as ez,createDecipheriv as $2,randomBytes as hX}from"crypto";import{closeSync as HX,createReadStream as EW,createWriteStream as w2,existsSync as GX,fsyncSync as jW,openSync as TW,writeFileSync as A2}from"fs";import{access as Y2,constants as FW,mkdir as f2,readdir as IA,rename as zW,stat as iw,unlink as CA,writeFile as KX}from"fs/promises";import{join as bw}from"path";import y$ from"process";import{pipeline as X2}from"stream/promises";import{createGzip as hW}from"zlib";import cw from"process";import O0 from"process";import{Buffer as C0}from"buffer";import{createCipheriv as U2,createDecipheriv as J2,randomBytes as RX}from"crypto";import{closeSync as qX,createReadStream as HW,createWriteStream as W2,existsSync as SA,fsyncSync as GW,openSync as KW,writeFileSync as B2}from"fs";import{access as E2,constants as RW,mkdir as j2,readdir as LA,rename as qW,stat as uw,unlink as OA,writeFile as NX}from"fs/promises";import{isAbsolute as T2,join as nw,resolve as F2}from"path";import O from"process";import{pipeline as z2}from"stream/promises";import{createGzip as NW}from"zlib";import vw from"process";import V0 from"process";import VA from"process";import{existsSync as QA}from"fs";import{resolve as yX}from"path";import{existsSync as h2}from"fs";import{existsSync as H2,readdirSync as G2}from"fs";import{extname as MX,resolve as yW}from"path";import K2 from"process";import{join as R2,relative as q2,resolve as MW}from"path";import tA from"process";import{Buffer as S0}from"buffer";import{createCipheriv as N2,createDecipheriv as y2,randomBytes as IX}from"crypto";import{closeSync as CX,createReadStream as IW,createWriteStream as M2,existsSync as _A,fsyncSync as CW,openSync as SW,writeFileSync as I2}from"fs";import{access as C2,constants as LW,mkdir as S2,readdir as DA,rename as OW,stat as mw,unlink as kA,writeFile as SX}from"fs/promises";import{isAbsolute as L2,join as dw,resolve as O2}from"path";import V from"process";import{pipeline as V2}from"stream/promises";import{createGzip as VW}from"zlib";import lw from"process";import Q0 from"process";import xA from"process";import{existsSync as PA}from"fs";import{resolve as DX}from"path";import{existsSync as rh}from"fs";class mW{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],[,Y])=>A.timestamp.getTime()-Y.timestamp.getTime()),w=$.length-this.options.maxSize+1;for(let A=0;A<w;A++)this.cache.delete($[A][0])}set($,w,A,Y){if(!this.options.enabled)return;let f=this.generateKey($,A),X=Y??this.options.ttl,U=this.estimateSize(w);this.cache.set(f,{value:w,timestamp:new Date,ttl:X,hits:0,size:U}),this.evictIfNeeded()}get($,w){if(!this.options.enabled){this.totalMisses++;return}let A=this.generateKey($,w),Y=this.cache.get(A);if(!Y){this.totalMisses++;return}if(this.isExpired(Y)){this.cache.delete(A),this.totalMisses++;return}return Y.hits++,this.totalHits++,Y.value}isFileModified($,w){try{if(!YW($))return!0;return fW($).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,Y){try{let f=YW(A)?fW(A):null,X=f?f.mtime:new Date;this.set($,{value:w,fileTimestamp:X},A,Y)}catch{this.set($,w,A,Y)}}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((Y,f)=>Y+f.size,0),A=$.map((Y)=>Y.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 Y=A;this.cache.set(w,{value:Y.value,timestamp:new Date(Y.timestamp),ttl:Y.ttl,hits:Y.hits,size:Y.size})}}}class dW{metrics=[];maxMetrics=1000;async track($,w,A={}){let Y=performance.now(),f=new Date;try{let X=await w(),U=performance.now()-Y;return this.recordMetric({operation:$,duration:U,timestamp:f,...A}),X}catch(X){let U=performance.now()-Y;throw this.recordMetric({operation:`${$}:error`,duration:U,timestamp:f,...A}),X}}recordMetric($){if(this.metrics.push($),this.metrics.length>this.maxMetrics)this.metrics=this.metrics.slice(-this.maxMetrics)}getStats($){let w=$?this.metrics.filter((f)=>f.operation===$):this.metrics;if(w.length===0)return{count:0,averageDuration:0,minDuration:0,maxDuration:0,totalDuration:0,recentMetrics:[]};let A=w.map((f)=>f.duration),Y=A.reduce((f,X)=>f+X,0);return{count:w.length,averageDuration:Y/w.length,minDuration:Math.min(...A),maxDuration:Math.max(...A),totalDuration:Y,recentMetrics:w.slice(-10)}}getAllMetrics(){return[...this.metrics]}clearMetrics(){this.metrics=[]}getSlowOperations($){return this.metrics.filter((w)=>w.duration>$)}}function D2($,w){this[$]=_2.bind(null,w)}class gX{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],[,Y])=>A.timestamp.getTime()-Y.timestamp.getTime()),w=$.length-this.options.maxSize+1;for(let A=0;A<w;A++)this.cache.delete($[A][0])}set($,w,A,Y){if(!this.options.enabled)return;let f=this.generateKey($,A),X=Y??this.options.ttl,U=this.estimateSize(w);this.cache.set(f,{value:w,timestamp:new Date,ttl:X,hits:0,size:U}),this.evictIfNeeded()}get($,w){if(!this.options.enabled){this.totalMisses++;return}let A=this.generateKey($,w),Y=this.cache.get(A);if(!Y){this.totalMisses++;return}if(this.isExpired(Y)){this.cache.delete(A),this.totalMisses++;return}return Y.hits++,this.totalHits++,Y.value}isFileModified($,w){try{if(!XW($))return!0;return UW($).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,Y){try{let f=XW(A)?UW(A):null,X=f?f.mtime:new Date;this.set($,{value:w,fileTimestamp:X},A,Y)}catch{this.set($,w,A,Y)}}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((Y,f)=>Y+f.size,0),A=$.map((Y)=>Y.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 Y=A;this.cache.set(w,{value:Y.value,timestamp:new Date(Y.timestamp),ttl:Y.ttl,hits:Y.hits,size:Y.size})}}}class tX{metrics=[];maxMetrics=1000;async track($,w,A={}){let Y=performance.now(),f=new Date;try{let X=await w(),U=performance.now()-Y;return this.recordMetric({operation:$,duration:U,timestamp:f,...A}),X}catch(X){let U=performance.now()-Y;throw this.recordMetric({operation:`${$}:error`,duration:U,timestamp:f,...A}),X}}recordMetric($){if(this.metrics.push($),this.metrics.length>this.maxMetrics)this.metrics=this.metrics.slice(-this.maxMetrics)}getStats($){let w=$?this.metrics.filter((f)=>f.operation===$):this.metrics;if(w.length===0)return{count:0,averageDuration:0,minDuration:0,maxDuration:0,totalDuration:0,recentMetrics:[]};let A=w.map((f)=>f.duration),Y=A.reduce((f,X)=>f+X,0);return{count:w.length,averageDuration:Y/w.length,minDuration:Math.min(...A),maxDuration:Math.max(...A),totalDuration:Y,recentMetrics:w.slice(-10)}}getAllMetrics(){return[...this.metrics]}clearMetrics(){this.metrics=[]}getSlowOperations($){return this.metrics.filter((w)=>w.duration>$)}}function x2($,w={}){let Y=Object.keys(w).sort().map((f)=>`${f}:${w[f]}`).join("|");return Y?`${$}:${Y}`:$}function P2($,w){try{return JSON.stringify($)===JSON.stringify(w)}catch{return $===w}}function i2($){return $.getStats().size*2}function pX($,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 Y=[...w];for(let f of $)if(a(f)&&"name"in f){if(!Y.find((U)=>a(U)&&("name"in U)&&U.name===f.name))Y.push(f)}else if(a(f)&&"path"in f){if(!Y.find((U)=>a(U)&&("path"in U)&&U.path===f.path))Y.push(f)}else if(!Y.some((X)=>pA(X,f)))Y.push(f);return Y}if(w.every((Y)=>typeof Y==="string")&&$.every((Y)=>typeof Y==="string")){let Y=[...w];for(let f of $)if(!Y.includes(f))Y.push(f);return Y}return w}if(!a(w)||!a($))return w;let A={...$};for(let Y in w)if(Object.prototype.hasOwnProperty.call(w,Y)){let f=w[Y];if(f===null||f===void 0)continue;else if(a(f)&&a(A[Y]))A[Y]=pX(A[Y],f);else if(Array.isArray(f)&&Array.isArray(A[Y]))if(f.length>0&&A[Y].length>0&&a(f[0])&&a(A[Y][0])){let X=[...f];for(let U of A[Y])if(a(U)&&"name"in U){if(!X.find((J)=>a(J)&&("name"in J)&&J.name===U.name))X.push(U)}else if(a(U)&&"path"in U){if(!X.find((J)=>a(J)&&("path"in J)&&J.path===U.path))X.push(U)}else if(!X.some((W)=>pA(W,U)))X.push(U);A[Y]=X}else if(f.every((X)=>typeof X==="string")&&A[Y].every((X)=>typeof X==="string")){let X=[...f];for(let U of A[Y])if(!X.includes(U))X.push(U);A[Y]=X}else A[Y]=f;else A[Y]=f}return A}function pA($,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(!pA($[A],w[A]))return!1;return!0}if(a($)&&a(w)){let A=Object.keys($),Y=Object.keys(w);if(A.length!==Y.length)return!1;for(let f of A){if(!Object.prototype.hasOwnProperty.call(w,f))return!1;if(!pA($[f],w[f]))return!1}return!0}return!1}function a($){return Boolean($&&typeof $==="object"&&!Array.isArray($))}async function b2($,w){if(!gW($))return null;try{let A=await import($),Y=A.default||A;if(typeof Y!=="object"||Y===null||Array.isArray(Y))return null;try{return pX(w,Y)}catch{return null}}catch{return null}}async function c2({name:$="",cwd:w,defaultConfig:A}){let Y=w||ZX.cwd(),f=[".ts",".js",".mjs",".cjs",".json"],X=[`${$}.config`,`.${$}.config`,$,`.${$}`];for(let U of X)for(let W of f){let J=gA(Y,`${U}${W}`),B=await b2(J,A);if(B!==null)return B}try{let U=gA(Y,"package.json");if(gW(U)){let J=(await import(U))[$];if(J&&typeof J==="object"&&!Array.isArray(J))try{return pX(A,J)}catch{}}}catch{}return A}function u2($,w={}){let A=lA.cwd();while(A.includes("storage"))A=BW(A,"..");let Y=BW(A,$||"");if(w?.relative)return oz(lA.cwd(),Y);return Y}async function n2(){try{let $=await c2({name:"clarity",defaultConfig:cA,cwd:lA.cwd(),endpoint:"",headers:{}});return{...cA,...$}}catch{return cA}}function A$(){if(O0.env.NODE_ENV==="test"||O0.env.BUN_ENV==="test")return!1;return typeof window<"u"}async function v2(){if(O0.env.NODE_ENV==="test"||O0.env.BUN_ENV==="test")return!0;if(typeof navigator<"u"&&navigator.product==="ReactNative")return!0;if(typeof O0<"u"){let $=O0.type;if($==="renderer"||$==="worker")return!1;return!!(O0.versions&&(O0.versions.node||O0.versions.bun))}return!1}class pW{async format($){let w=await v2(),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:cw.pid,hostname:w(),environment:cw.env.NODE_ENV||"development",platform:cw.platform,version:cw.version}}return{userAgent:navigator.userAgent,hostname:window.location.hostname||"browser",environment:cw.env.NODE_ENV||cw.env.BUN_ENV||"development",viewport:{width:window.innerWidth,height:window.innerHeight},language:navigator.language}}}class rA{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={...PX},this.options=this.normalizeOptions(w),this.formatter=this.options.formatter||new pW,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??y$.env.APP_ENV??"local",this.fingersCrossedConfig=this.initializeFingersCrossedConfig(w);let A={...w},Y=w.timestamp!==void 0;if(Y)delete A.timestamp;if(this.config={...this.config,...A,timestamp:Y||this.config.timestamp},this.currentLogFile=this.generateLogFilename(),this.encryptionKeys=new Map,this.validateEncryptionConfig()){this.setupRotation();let f=this.generateKeyId(),X=this.generateKey();this.currentKeyId=f,this.keys.set(f,X),this.encryptionKeys.set(f,{key:X,createdAt:new Date}),this.setupKeyRotation()}}initializeFingersCrossedConfig($){if(!$.fingersCrossedEnabled&&$.fingersCrossed)return{...uA,...$.fingersCrossed};if(!$.fingersCrossedEnabled)return null;if(!$.fingersCrossed)return{...uA};return{...uA,...$.fingersCrossed}}normalizeOptions($){let w={format:"json",level:"info",logDirectory:PX.logDirectory,rotation:void 0,timestamp:void 0,fingersCrossed:{},enabled:!0,showTags:!1,formatter:void 0},A={...w,...Object.fromEntries(Object.entries($).filter(([,Y])=>Y!==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 f,X=0,U=3,W=1000;while(X<U)try{try{try{await Y2(this.config.logDirectory,FW.F_OK|FW.W_OK)}catch(B){if(B instanceof Error&&"code"in B)if(B.code==="ENOENT")await f2(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 J=this.validateEncryptionConfig()?(await this.encrypt($)).encrypted:o0.from($);try{if(!GX(this.currentLogFile))await KX(this.currentLogFile,"",{mode:420});if(f=TW(this.currentLogFile,"a",420),A2(f,J,{flag:"a"}),jW(f),f!==void 0)HX(f),f=void 0;if((await iw(this.currentLogFile)).size===0){if(await KX(this.currentLogFile,J,{flag:"w",mode:420}),(await iw(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(X<U-1){let j=typeof E.message==="string"?E.message:"Unknown error";console.error(`Network error during write attempt ${X+1}/${U}:`,j);let T=W*2**X;await new Promise((F)=>setTimeout(F,T)),X++;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(f!==void 0)try{HX(f)}catch(B){console.error("Debug: [writeToFile] Error closing file descriptor:",B)}}}catch(J){if(X===U-1){let E=J,j=typeof E.message==="string"?E.message:"Unknown error";throw console.error("Debug: [writeToFile] Max retries reached. Final error:",j),J}X++;let B=W*2**(X-1);await new Promise((E)=>setTimeout(E,B))}})();this.pendingOperations.push(A);let Y=this.pendingOperations.length-1;try{await A}catch(f){throw console.error("Debug: [writeToFile] Error in operation:",f),f}finally{this.pendingOperations.splice(Y,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 bw(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 bw(this.config.logDirectory,`${this.name}.log`);let $=new Date().toISOString().split("T")[0];return bw(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,Y=Math.max(A,60)*1000;this.keyRotationTimeout=setInterval(()=>{this.rotateKeys().catch((f)=>{console.error("Error rotating keys:",f)})},Y)}async rotateKeys(){if(!this.validateEncryptionConfig()){console.error("Invalid encryption configuration detected during key rotation");return}let w=this.config.rotation.keyRotation,A=this.generateKeyId(),Y=this.generateKey();this.currentKeyId=A,this.keys.set(A,Y),this.encryptionKeys.set(A,{key:Y,createdAt:new Date});let f=Array.from(this.encryptionKeys.entries()).sort(([,W],[,J])=>J.createdAt.getTime()-W.createdAt.getTime()),X=typeof w.maxKeys==="number"?w.maxKeys:1,U=Math.max(1,X);if(f.length>U)for(let[W]of f.slice(U))this.encryptionKeys.delete(W),this.keys.delete(W)}generateKeyId(){return hX(16).toString("hex")}generateKey(){return hX(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=hX(16),Y=ez("aes-256-gcm",w,A),f=o0.concat([Y.update($,"utf8"),Y.final()]),X=Y.getAuthTag();return{encrypted:o0.concat([A,f,X]),iv:A}}async compressData($){return new Promise((w,A)=>{let Y=hW(),f=[];Y.on("data",(X)=>f.push(X)),Y.on("end",()=>w(o0.from(o0.concat(f)))),Y.on("error",A),Y.write($),Y.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 iw(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,Y=this.generateLogFilename();if(this.name.includes("rotation-load-test")||this.name==="failed-rotation-test"){let f=await IA(this.config.logDirectory),X=f.filter((J)=>J.startsWith(this.name)&&/\.log\.\d+$/.test(J)).sort((J,B)=>{let E=Number.parseInt(J.match(/\.log\.(\d+)$/)?.[1]||"0");return Number.parseInt(B.match(/\.log\.(\d+)$/)?.[1]||"0")-E}),U=X.length>0?Number.parseInt(X[0].match(/\.log\.(\d+)$/)?.[1]||"0")+1:1,W=`${A}.${U}`;if(await iw(A).catch(()=>null))try{if(await zW(A,W),w.compress)try{let J=`${W}.gz`;await this.compressLogFile(W,J),await CA(W)}catch(J){console.error("Error compressing rotated file:",J)}if(X.length===0&&!f.some((J)=>J.endsWith(".log.1")))try{let J=`${A}.1`;await KX(J,"")}catch(J){console.error("Error creating backup file:",J)}}catch(J){console.error(`Error during rotation: ${J instanceof Error?J.message:String(J)}`)}}else{let f=new Date().toISOString().replace(/[:.]/g,"-"),X=A.replace(/\.log$/,`-${f}.log`);if(await iw(A).catch(()=>null))await zW(A,X)}if(this.currentLogFile=Y,w.maxFiles){let X=(await IA(this.config.logDirectory)).filter((U)=>U.startsWith(this.name)).sort((U,W)=>W.localeCompare(U));for(let U of X.slice(w.maxFiles))await CA(bw(this.config.logDirectory,U))}}}async compressLogFile($,w){let A=EW($),Y=w2(w),f=hW();await X2(A,f,Y)}async handleFingersCrossedBuffer($,w){if(!this.fingersCrossedConfig)return;if(this.shouldActivateFingersCrossed($)&&!this.isActivated){this.isActivated=!0;for(let A of this.logBuffer){let Y=await this.formatter.format(A);await this.writeToFile(Y),console.log(Y)}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()})),GX(this.currentLogFile))try{let $=TW(this.currentLogFile,"r+");jW($),HX($)}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 IA(this.config.logDirectory)).filter((A)=>(A.includes("temp")||A.includes(".tmp"))&&A.includes(this.name));for(let A of w)try{await CA(bw(this.config.logDirectory,A))}catch(Y){console.error(`Failed to delete temp file ${A}:`,Y)}}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:Y="",message:f,level:X,showTimestamp:U=!0}=$,W=(F)=>F.replace(this.ANSI_PATTERN,"");if(!this.fancy){let F=[];if(U)F.push(w);if(X==="warning")F.push("WARN");else if(X==="error")F.push("ERROR");else if(A)F.push(A.replace(/[^\p{L}\p{N}\p{P}\p{Z}]/gu,""));if(Y)F.push(Y.replace(/[[\]]/g,""));return F.push(f),F.join(" ")}let J=y$.stdout.columns||120,B="";if(X==="warning"||X==="error")B=`${A} ${f}`;else if(X==="info"||X==="success")B=`${A} ${Y} ${f}`;else B=`${A} ${Y} ${l.cyan(f)}`;if(!U)return B.trim();let E=W(B).trim().length,j=W(w).length,T=Math.max(1,J-2-E-j);return`${B.trim()}${" ".repeat(T)}${w}`}formatMessage($,w){if(w.length===1&&Array.isArray(w[0]))return $.replace(/\{(\d+)\}/g,(X,U)=>{let W=Number.parseInt(U,10);return W<w[0].length?String(w[0][W]):X});let A=/%([sdijfo%])/g,Y=0,f=$.replace(A,(X,U)=>{if(U==="%")return"%";if(Y>=w.length)return X;let W=w[Y++];switch(U){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 X}});if(Y<w.length)f+=` ${w.slice(Y).map((X)=>typeof X==="object"?JSON.stringify(X,null,2):String(X)).join(" ")}`;return f}async log($,w,...A){let Y=new Date,f=this.formatConsoleTimestamp(Y),X=this.formatFileTimestamp(Y),U,W;if(w instanceof Error)U=w.message,W=w.stack;else U=this.formatMessage(w,A);if(this.fancy&&!A$()){let B=fB[$],E=this.options.showTags!==!1&&this.name?l.gray(this.formatTag(this.name)):"",j;switch($){case"debug":j=this.formatConsoleMessage({timestamp:f,icon:B,tag:E,message:l.gray(U),level:$}),console.error(j);break;case"info":j=this.formatConsoleMessage({timestamp:f,icon:B,tag:E,message:U,level:$}),console.error(j);break;case"success":j=this.formatConsoleMessage({timestamp:f,icon:B,tag:E,message:l.green(U),level:$}),console.error(j);break;case"warning":j=this.formatConsoleMessage({timestamp:f,icon:B,tag:E,message:U,level:$}),console.warn(j);break;case"error":if(j=this.formatConsoleMessage({timestamp:f,icon:B,tag:E,message:U,level:$}),console.error(j),W){let T=W.split(`
|
|
5
|
+
`);for(let F of T)if(F.trim()&&!F.includes(U))console.error(this.formatConsoleMessage({timestamp:f,message:l.gray(` ${F}`),level:$,showTimestamp:!1}))}break}}else if(!A$()){if(console.error(`${X} ${this.environment}.${$.toUpperCase()}: ${U}`),W)console.error(W)}if(!this.shouldLog($))return;let J=`${X} ${this.environment}.${$.toUpperCase()}: ${U}
|
|
6
|
+
`;if(W)J+=`${W}
|
|
7
|
+
`;J=J.replace(this.ANSI_PATTERN,""),await this.writeToFile(J)}time($){let w=performance.now();if(this.fancy&&!A$()){let A=this.options.showTags!==!1&&this.name?l.gray(this.formatTag(this.name)):"",Y=this.formatConsoleTimestamp(new Date);console.error(this.formatConsoleMessage({timestamp:Y,icon:l.blue("◐"),tag:A,message:`${l.cyan($)}...`}))}return async(A)=>{if(!this.enabled)return;let Y=performance.now(),f=Math.round(Y-w),X=`${$} completed in ${f}ms`,U=new Date,W=this.formatConsoleTimestamp(U),B=`${this.formatFileTimestamp(U)} ${this.environment}.INFO: ${X}`;if(A)B+=` ${JSON.stringify(A)}`;if(B+=`
|
|
8
|
+
`,B=B.replace(this.ANSI_PATTERN,""),this.fancy&&!A$()){let E=this.options.showTags!==!1&&this.name?l.gray(this.formatTag(this.name)):"";console.error(this.formatConsoleMessage({timestamp:W,icon:l.green("✓"),tag:E,message:`${X}${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 rA(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(!GX(this.currentLogFile))throw Error(`Log file does not exist: ${this.currentLogFile}`);return EW(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 Y=o0.isBuffer($)?$:o0.from($,"base64"),f=Y.slice(0,16),X=Y.slice(-16),U=Y.slice(16,-16),W=$2("aes-256-gcm",A,f);return W.setAuthTag(X),o0.concat([W.update(U),W.final()]).toString("utf8")}catch(Y){throw Error(`Decryption failed: ${Y instanceof Error?Y.message:String(Y)}`)}}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),Y=this.formatFileTimestamp(w);if(this.fancy&&!A$()){let X=$.split(`
|
|
9
|
+
`),U=Math.max(...X.map((E)=>E.length))+2,W=`┌${"─".repeat(U)}┐`,J=`└${"─".repeat(U)}┘`,B=X.map((E)=>{let j=" ".repeat(U-E.length-2);return`│ ${E}${j} │`});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(J),showTimestamp:!1}))}else if(!A$())console.error(`${Y} ${this.environment}.INFO: [BOX] ${$}`);let f=`${Y} ${this.environment}.INFO: [BOX] ${$}
|
|
10
|
+
`.replace(this.ANSI_PATTERN,"");await this.writeToFile(f)}async prompt($){if(A$())return Promise.resolve(!0);return new Promise((w)=>{console.error(`${l.cyan("?")} ${$} (y/n) `);let A=(Y)=>{let f=Y.toString().trim().toLowerCase();y$.stdin.removeListener("data",A);try{if(typeof y$.stdin.setRawMode==="function")y$.stdin.setRawMode(!1)}catch{}y$.stdin.pause(),console.error(""),w(f==="y"||f==="yes")};try{if(typeof y$.stdin.setRawMode==="function")y$.stdin.setRawMode(!0)}catch{}y$.stdin.resume(),y$.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,W=0;if(A=$.replace(U,(J,B)=>{if(B==="%")return"%";if(W>=w.length)return J;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 J}}),W<w.length)A+=` ${w.slice(W).map((J)=>typeof J==="object"?JSON.stringify(J,null,2):String(J)).join(" ")}`}if(this.fancy&&!A$()){let U=this.options.showTags!==!1&&this.name?l.gray(this.formatTag(this.name)):"",W=l.blue("◐");console.error(`${W} ${U} ${l.cyan(A)}`)}let X=`[${new Date().toISOString()}] ${this.environment}.INFO: [START] ${A}
|
|
11
|
+
`.replace(this.ANSI_PATTERN,"");await this.writeToFile(X)}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:(U,W)=>{if(!this.activeProgressBar||!this.enabled||!this.fancy||A$())return;if(this.activeProgressBar.current=Math.max(0,Math.min($,U)),W!==void 0)this.activeProgressBar.message=W;let J=this.activeProgressBar.current===this.activeProgressBar.total;this.renderProgressBar(this.activeProgressBar,J)},finish:(U)=>{if(!this.activeProgressBar||!this.enabled||!this.fancy||A$())return;if(this.activeProgressBar.current=this.activeProgressBar.total,U!==void 0)this.activeProgressBar.message=U;this.renderProgressBar(this.activeProgressBar,!0),this.finishProgressBar(this.activeProgressBar)},interrupt:(U,W="info")=>{if(!this.activeProgressBar||!this.enabled||!this.fancy||A$())return;y$.stdout.write(`${"\r".padEnd(y$.stdout.columns||80)}\r`),this.log(W,U),setTimeout(()=>{if(this.activeProgressBar)this.renderProgressBar(this.activeProgressBar)},50)}}}renderProgressBar($,w=!1){if(!this.enabled||!this.fancy||A$()||!y$.stdout.isTTY)return;let A=Math.min(100,Math.max(0,Math.round($.current/$.total*100))),Y=Math.round($.barLength*A/100),f=$.barLength-Y,X=l.green("━".repeat(Y)),U=l.gray("━".repeat(f)),W=`[${X}${U}]`,J=`${A}%`.padStart(4),B=$.message?` ${$.message}`:"",E=w||A===100?l.green("✓"):l.blue("▶"),j=this.options.showTags!==!1&&this.name?` ${l.gray(this.formatTag(this.name))}`:"",T=`\r${E}${j} ${W} ${J}${B}`,F=y$.stdout.columns||80,H=" ".repeat(Math.max(0,F-T.replace(this.ANSI_PATTERN,"").length));if($.lastRenderedLine=`${T}${H}`,y$.stdout.write($.lastRenderedLine),w)y$.stdout.write(`
|
|
12
|
+
`)}finishProgressBar($,w){if(!this.enabled||!this.fancy||A$()||!y$.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 IA(this.config.logDirectory),A=[];for(let Y of w){if(!($.name?new RegExp($.name.replace("*",".*")).test(Y):Y.startsWith(this.name))||!Y.endsWith(".log"))continue;let X=bw(this.config.logDirectory,Y);if($.before)try{if((await iw(X)).mtime>=$.before)continue}catch(U){console.error(`Failed to get stats for file ${X}:`,U);continue}A.push(X)}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 Y of A)try{await CA(Y),console.warn(`Deleted log file: ${Y}`)}catch(f){console.error(`Failed to delete log file ${Y}:`,f)}console.warn("Log clearing process finished.")}catch(w){console.error("Error during log clearing process:",w)}}}function bA($,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 Y=[...w];for(let f of $)if(u(f)&&"name"in f){if(!Y.find((U)=>u(U)&&("name"in U)&&U.name===f.name))Y.push(f)}else if(u(f)&&"path"in f){if(!Y.find((U)=>u(U)&&("path"in U)&&U.path===f.path))Y.push(f)}else if(!Y.some((X)=>aA(X,f)))Y.push(f);return Y}if(w.every((Y)=>typeof Y==="string")&&$.every((Y)=>typeof Y==="string")){let Y=[...w];for(let f of $)if(!Y.includes(f))Y.push(f);return Y}return w}if(!u(w)||!u($))return w;let A={...$};for(let Y in w)if(Object.prototype.hasOwnProperty.call(w,Y)){let f=w[Y];if(f===null||f===void 0)continue;else if(u(f)&&u(A[Y]))A[Y]=bA(A[Y],f);else if(Array.isArray(f)&&Array.isArray(A[Y]))if(f.length>0&&A[Y].length>0&&u(f[0])&&u(A[Y][0])){let X=[...f];for(let U of A[Y])if(u(U)&&"name"in U){if(!X.find((J)=>u(J)&&("name"in J)&&J.name===U.name))X.push(U)}else if(u(U)&&"path"in U){if(!X.find((J)=>u(J)&&("path"in J)&&J.path===U.path))X.push(U)}else if(!X.some((W)=>aA(W,U)))X.push(U);A[Y]=X}else if(f.every((X)=>typeof X==="string")&&A[Y].every((X)=>typeof X==="string")){let X=[...f];for(let U of A[Y])if(!X.includes(U))X.push(U);A[Y]=X}else A[Y]=f;else A[Y]=f}return A}function rX($,w,A="replace"){if(w===null||w===void 0)return $;if(Array.isArray(w))return A==="replace"?w:bA($,w);if(Array.isArray($))return A==="replace"?w:bA($,w);if(!u(w)||!u($))return w;let Y={...$};for(let f of Object.keys(w)){if(!Object.prototype.hasOwnProperty.call(w,f))continue;let X=w[f],U=Y[f];if(X===null||X===void 0)continue;if(Array.isArray(X)||Array.isArray(U))if(A==="replace")Y[f]=X;else Y[f]=bA(U,X);else if(u(X)&&u(U))Y[f]=rX(U,X,A);else Y[f]=X}return Y}function aA($,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(!aA($[A],w[A]))return!1;return!0}if(u($)&&u(w)){let A=Object.keys($),Y=Object.keys(w);if(A.length!==Y.length)return!1;for(let f of A){if(!Object.prototype.hasOwnProperty.call(w,f))return!1;if(!aA($[f],w[f]))return!1}return!0}return!1}function u($){return Boolean($&&typeof $==="object"&&!Array.isArray($))}async function ZA($,w,A="replace"){if(!lW($))return null;try{let Y=await import($),f=Y.default||Y;if(typeof f!=="object"||f===null||Array.isArray(f))return null;try{return rX(w,f,A)}catch{return null}}catch{return null}}function m2($,w,A=!1){if(!$)return w;let Y=$.toUpperCase().replace(/-/g,"_"),f={...w};function X(U,W=[]){let J={...U};for(let[B,E]of Object.entries(U)){let j=[...W,B],T=(h)=>h.replace(/([A-Z])/g,"_$1").toUpperCase(),F=`${Y}_${j.map(T).join("_")}`,H=`${Y}_${j.map((h)=>h.toUpperCase()).join("_")}`;if(A)I$.info(`Checking environment variable ${F} for config ${$}.${j.join(".")}`);if(typeof E==="object"&&E!==null&&!Array.isArray(E))J[B]=X(E,j);else{let h=Z1.env[F]||Z1.env[H];if(h!==void 0){if(A)I$.info(`Using environment variable ${h?F:H} for config ${$}.${j.join(".")}`);if(typeof E==="number")J[B]=Number(h);else if(typeof E==="boolean")J[B]=h.toLowerCase()==="true";else if(Array.isArray(E))try{let G=JSON.parse(h);if(Array.isArray(G))J[B]=G;else J[B]=h.split(",").map((K)=>K.trim())}catch{J[B]=h.split(",").map((G)=>G.trim())}else J[B]=h}}}return J}return X(f)}async function d2({name:$="",alias:w,cwd:A,configDir:Y,defaultConfig:f,verbose:X=!1,checkEnv:U=!0,arrayStrategy:W="replace"}){let J=U&&typeof f==="object"&&f!==null&&!Array.isArray(f)?m2($,f,X):f,B=A||Z1.cwd(),E=[".ts",".js",".mjs",".cjs",".json"];if(X)I$.info(`Loading configuration for "${$}"${w?` (alias: "${w}")`:""} from ${B}`);let j=[$,`.${$}`].filter(Boolean),T=[`${$}.config`,`.${$}.config`].filter(Boolean),F=w?[w,`.${w}`]:[],H=w?[`${w}.config`,`.${w}.config`]:[],h=Array.from(new Set([B,k$(B,"config"),k$(B,".config"),Y?k$(B,Y):void 0].filter(Boolean)));for(let G of h){if(X)I$.info(`Searching for configuration in: ${G}`);let R=[k$(B,"config"),k$(B,".config")].concat(Y?[k$(B,Y)]:[]).includes(G)?[...j,...T,...F,...H]:[...T,...j,...H,...F];for(let M of R)for(let N of E){let y=k$(G,`${M}${N}`),S=await ZA(y,J,W);if(S!==null){if(X)I$.success(`Configuration loaded from: ${y}`);return S}}}if($){let G=k$(zX(),".config",$),K=["config",`${$}.config`];if(w)K.push(`${w}.config`);if(X)I$.info(`Checking user config directory: ${G}`);for(let R of K)for(let M of E){let N=k$(G,`${R}${M}`),y=await ZA(N,J,W);if(y!==null){if(X)I$.success(`Configuration loaded from user config directory: ${N}`);return y}}}if($){let G=k$(zX(),".config"),K=[`.${$}.config`];if(w)K.push(`.${w}.config`);if(X)I$.info(`Checking user config directory for dotfile configs: ${G}`);for(let R of K)for(let M of E){let N=k$(G,`${R}${M}`),y=await ZA(N,J,W);if(y!==null){if(X)I$.success(`Configuration loaded from user config directory dotfile: ${N}`);return y}}}if($){let G=zX(),K=[`.${$}.config`,`.${$}`];if(w)K.push(`.${w}.config`),K.push(`.${w}`);if(X)I$.info(`Checking user home directory for dotfile configs: ${G}`);for(let R of K)for(let M of E){let N=k$(G,`${R}${M}`),y=await ZA(N,J,W);if(y!==null){if(X)I$.success(`Configuration loaded from user home directory: ${N}`);return y}}}try{let G=k$(B,"package.json");if(lW(G)){let K=await import(G),R=K[$];if(!R&&w){if(R=K[w],R&&X)I$.success(`Using alias "${w}" configuration from package.json`)}if(R&&typeof R==="object"&&!Array.isArray(R))try{if(X)I$.success(`Configuration loaded from package.json: ${R===K[$]?$:w}`);return rX(J,R,W)}catch(M){if(X)I$.warn("Failed to merge package.json config:",M)}}}catch(G){if(X)I$.warn("Failed to load package.json:",G)}if(X)I$.info(`No configuration found for "${$}"${w?` or alias "${w}"`:""}, using default configuration with environment variables`);return J}function l2($,w={}){let A=dA.cwd();while(A.includes("storage"))A=WW(A,"..");let Y=WW(A,$||"");if(w?.relative)return az(dA.cwd(),Y);return Y}async function g2(){try{let $=await d2({name:"clarity",alias:"logging",defaultConfig:nA,cwd:dA.cwd()});return{...nA,...$||{}}}catch{return nA}}function W$(){if(V0.env.NODE_ENV==="test"||V0.env.BUN_ENV==="test")return!1;return typeof window<"u"}async function t2(){if(V0.env.NODE_ENV==="test"||V0.env.BUN_ENV==="test")return!0;if(typeof navigator<"u"&&navigator.product==="ReactNative")return!0;if(typeof V0<"u"){let $=V0.type;if($==="renderer"||$==="worker")return!1;return!!(V0.versions&&(V0.versions.node||V0.versions.bun))}return!1}class rW{async format($){let w=await t2(),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 sA{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={...iX},this.options=this.normalizeOptions(w),this.formatter=this.options.formatter||new rW,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},Y=w.timestamp!==void 0;if(Y)delete A.timestamp;if(this.config={...this.config,...A,timestamp:Y||this.config.timestamp},this.currentLogFile=this.generateLogFilename(),this.encryptionKeys=new Map,this.validateEncryptionConfig()){this.setupRotation();let f=this.generateKeyId(),X=this.generateKey();this.currentKeyId=f,this.keys.set(f,X),this.encryptionKeys.set(f,{key:X,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{...vA,...$.fingersCrossed};if(!$.fingersCrossedEnabled)return null;if(!$.fingersCrossed)return{...vA};return{...vA,...$.fingersCrossed}}normalizeOptions($){let w={format:"json",level:"info",logDirectory:iX.logDirectory,rotation:void 0,timestamp:void 0,fingersCrossed:{},enabled:!0,showTags:!1,showIcons:!0,formatter:void 0},A={...w,...Object.fromEntries(Object.entries($).filter(([,Y])=>Y!==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 f,X=0,U=3,W=1000;while(X<U)try{try{try{await E2(this.config.logDirectory,RW.F_OK|RW.W_OK)}catch(B){if(B instanceof Error&&"code"in B)if(B.code==="ENOENT")await j2(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 J=this.validateEncryptionConfig()?(await this.encrypt($)).encrypted:C0.from($);try{if(!SA(this.currentLogFile))await NX(this.currentLogFile,"",{mode:420});if(f=KW(this.currentLogFile,"a",420),B2(f,J,{flag:"a"}),GW(f),f!==void 0)qX(f),f=void 0;if((await uw(this.currentLogFile)).size===0){if(await NX(this.currentLogFile,J,{flag:"w",mode:420}),(await uw(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(X<U-1){let j=typeof E.message==="string"?E.message:"Unknown error";console.error(`Network error during write attempt ${X+1}/${U}:`,j);let T=W*2**X;await new Promise((F)=>setTimeout(F,T)),X++;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(f!==void 0)try{qX(f)}catch(B){console.error("Debug: [writeToFile] Error closing file descriptor:",B)}}}catch(J){if(X===U-1){let E=J,j=typeof E.message==="string"?E.message:"Unknown error";throw console.error("Debug: [writeToFile] Max retries reached. Final error:",j),J}X++;let B=W*2**(X-1);await new Promise((E)=>setTimeout(E,B))}})();this.pendingOperations.push(A);let Y=this.pendingOperations.length-1;try{await A}catch(f){throw console.error("Debug: [writeToFile] Error in operation:",f),f}finally{this.pendingOperations.splice(Y,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(!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,Y=Math.max(A,60)*1000;this.keyRotationTimeout=setInterval(()=>{this.rotateKeys().catch((f)=>{console.error("Error rotating keys:",f)})},Y)}async rotateKeys(){if(!this.validateEncryptionConfig()){console.error("Invalid encryption configuration detected during key rotation");return}let w=this.config.rotation.keyRotation,A=this.generateKeyId(),Y=this.generateKey();this.currentKeyId=A,this.keys.set(A,Y),this.encryptionKeys.set(A,{key:Y,createdAt:new Date});let f=Array.from(this.encryptionKeys.entries()).sort(([,W],[,J])=>J.createdAt.getTime()-W.createdAt.getTime()),X=typeof w.maxKeys==="number"?w.maxKeys:1,U=Math.max(1,X);if(f.length>U)for(let[W]of f.slice(U))this.encryptionKeys.delete(W),this.keys.delete(W)}generateKeyId(){return RX(16).toString("hex")}generateKey(){return RX(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=RX(16),Y=U2("aes-256-gcm",w,A),f=C0.isBuffer($)?$:C0.from($,"utf8"),X=Y.update(f),U=Y.final(),W=X.length+U.length,J=Y.getAuthTag(),B=C0.allocUnsafe(16+W+16);return A.copy(B,0),X.copy(B,16),U.copy(B,16+X.length),J.copy(B,16+W),{encrypted:B,iv:A}}async compressData($){return new Promise((w,A)=>{let Y=NW(),f=[];Y.on("data",(X)=>f.push(X)),Y.on("end",()=>w(C0.from(C0.concat(f)))),Y.on("error",A),Y.write($),Y.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 uw(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,Y=this.generateLogFilename();if(this.name.includes("rotation-load-test")||this.name==="failed-rotation-test"){let f=await LA(this.config.logDirectory),X=f.filter((J)=>J.startsWith(this.name)&&/\.log\.\d+$/.test(J)).sort((J,B)=>{let E=Number.parseInt(J.match(/\.log\.(\d+)$/)?.[1]||"0");return Number.parseInt(B.match(/\.log\.(\d+)$/)?.[1]||"0")-E}),U=X.length>0?Number.parseInt(X[0].match(/\.log\.(\d+)$/)?.[1]||"0")+1:1,W=`${A}.${U}`;if(await uw(A).catch(()=>null))try{if(await qW(A,W),w.compress)try{let J=`${W}.gz`;await this.compressLogFile(W,J),await OA(W)}catch(J){console.error("Error compressing rotated file:",J)}if(X.length===0&&!f.some((J)=>J.endsWith(".log.1")))try{let J=`${A}.1`;await NX(J,"")}catch(J){console.error("Error creating backup file:",J)}}catch(J){console.error(`Error during rotation: ${J instanceof Error?J.message:String(J)}`)}}else{let f=new Date().toISOString().replace(/[:.]/g,"-"),X=A.replace(/\.log$/,`-${f}.log`);if(await uw(A).catch(()=>null))await qW(A,X)}if(this.currentLogFile=Y,w.maxFiles){let X=(await LA(this.config.logDirectory)).filter((U)=>U.startsWith(this.name)).sort((U,W)=>W.localeCompare(U));for(let U of X.slice(w.maxFiles))await OA(nw(this.config.logDirectory,U))}}}async compressLogFile($,w){let A=HW($),Y=W2(w),f=NW();await z2(A,f,Y)}async handleFingersCrossedBuffer($,w){if(!this.fingersCrossedConfig)return;if(this.shouldActivateFingersCrossed($)&&!this.isActivated){this.isActivated=!0;for(let A of this.logBuffer){let Y=await this.formatter.format(A);if(this.shouldWriteToFile())await this.writeToFile(Y);console.log(Y)}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 $=KW(this.currentLogFile,"r+");GW($),qX($)}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 LA(this.config.logDirectory)).filter((A)=>(A.includes("temp")||A.includes(".tmp"))&&A.includes(this.name));for(let A of w)try{await OA(nw(this.config.logDirectory,A))}catch(Y){console.error(`Failed to delete temp file ${A}:`,Y)}}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||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:Y="",message:f,level:X,showTimestamp:U=!0}=$,W=(F)=>F.replace(this.ANSI_PATTERN,"");if(!this.fancy){let F=[];if(U)F.push(w);if(X==="warning")F.push("WARN");else if(X==="error")F.push("ERROR");else if(A)F.push(A.replace(/[^\p{L}\p{N}\p{P}\p{Z}]/gu,""));if(Y)F.push(Y.replace(/[[\]]/g,""));return F.push(f),F.join(" ")}let J=O.stdout.columns||120,B="";if(X==="warning"||X==="error")B=`${A} ${f}`;else if(X==="info"||X==="success")B=`${A} ${Y} ${f}`;else B=`${A} ${Y} ${D.cyan(f)}`;if(!U)return B.trim();let E=W(B).trim().length,j=W(w).length,T=Math.max(1,J-2-E-j);return`${B.trim()}${" ".repeat(T)}${w}`}formatMessage($,w){if(w.length===1&&Array.isArray(w[0]))return $.replace(/\{(\d+)\}/g,(X,U)=>{let W=Number.parseInt(U,10);return W<w[0].length?String(w[0][W]):X});let A=/%([sdijfo%])/g,Y=0,f=$.replace(A,(X,U)=>{if(U==="%")return"%";if(Y>=w.length)return X;let W=w[Y++];switch(U){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 X}});if(Y<w.length)f+=` ${w.slice(Y).map((X)=>typeof X==="object"?JSON.stringify(X,null,2):String(X)).join(" ")}`;return f}formatMarkdown($){if(!$)return $;let w=$;return w=w.replace(/\[([^\]]+)\]\(([^)]+)\)/g,(A,Y,f)=>{let X=D.underline(D.blue(Y)),U=this.toAbsoluteFilePath(f);if(U&&this.shouldStyleConsole()&&this.supportsHyperlinks()){let W=`file://${encodeURI(U)}`,J="\x1B]8;;",B="\x1B\\";return`\x1B]8;;${W}\x1B\\${X}\x1B]8;;\x1B\\`}if(this.shouldStyleConsole()&&this.supportsHyperlinks())return`\x1B]8;;${f}\x1B\\${X}\x1B]8;;\x1B\\`;return X}),w=w.replace(/`([^`]+)`/g,(A,Y)=>D.bgGray(Y)),w=w.replace(/\*\*([^*]+)\*\*/g,(A,Y)=>D.bold(Y)),w=w.replace(/(?<!\*)\*([^*]+)\*(?!\*)/g,(A,Y)=>D.italic(Y)),w=w.replace(/(?<!_)_([^_]+)_(?!_)/g,(A,Y)=>D.italic(Y)),w=w.replace(/~([^~]+)~/g,(A,Y)=>D.strikethrough(Y)),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(T2(w)||w.startsWith("./")||w.startsWith("../"))w=F2(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){let Y=new Date,f=this.formatConsoleTimestamp(Y),X=this.formatFileTimestamp(Y),U,W;if(w instanceof Error)U=w.message,W=w.stack;else U=this.formatMessage(w,A);let{consoleText:J,fileText:B}=this.buildOutputTexts(U);if(this.shouldStyleConsole()){let j=this.options.showIcons===!1?"":XB[$],T=this.options.showTags!==!1&&this.name?D.gray(this.formatTag(this.name)):"",F;switch($){case"debug":F=this.formatConsoleMessage({timestamp:f,icon:j,tag:T,message:D.gray(J),level:$}),console.error(F);break;case"info":F=this.formatConsoleMessage({timestamp:f,icon:j,tag:T,message:J,level:$}),console.warn(F);break;case"success":F=this.formatConsoleMessage({timestamp:f,icon:j,tag:T,message:D.green(J),level:$}),console.error(F);break;case"warning":F=this.formatConsoleMessage({timestamp:f,icon:j,tag:T,message:J,level:$}),console.warn(F);break;case"error":if(F=this.formatConsoleMessage({timestamp:f,icon:j,tag:T,message:J,level:$}),console.error(F),W){let H=W.split(`
|
|
13
|
+
`);for(let h of H)if(h.trim()&&!h.includes(U))console.error(this.formatConsoleMessage({timestamp:f,message:D.gray(` ${h}`),level:$,showTimestamp:!1}))}break}}else if(!W$()){if(console.error(`${X} ${this.environment}.${$.toUpperCase()}: ${U}`),W)console.error(W)}if(!this.shouldLog($))return;let E=`${X} ${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,J)=>{},finish:(W)=>{},interrupt:(W,J)=>{}};if(!this.enabled)return A;let Y=30;if(this.activeProgressBar={total:Math.max(1,$||1),current:0,message:w||"",barLength:Y,lastRenderedLine:""},this.shouldStyleConsole()&&!W$()&&O.stdout.isTTY)this.renderProgressBar(this.activeProgressBar);return{update:(W,J)=>{if(!this.enabled||!this.activeProgressBar)return;if(this.activeProgressBar.current=Math.min(Math.max(0,W),this.activeProgressBar.total),J!==void 0)this.activeProgressBar.message=J;if(this.shouldStyleConsole()&&!W$()&&O.stdout.isTTY)this.renderProgressBar(this.activeProgressBar)},finish:(W)=>{if(!this.activeProgressBar)return;this.finishProgressBar(this.activeProgressBar,W)},interrupt:(W,J="info")=>{if(!W$()&&O.stdout.isTTY)O.stdout.write(`
|
|
16
|
+
`);if(this[J==="warning"?"warn":J](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?D.gray(this.formatTag(this.name)):"",Y=this.formatConsoleTimestamp(new Date);console.error(this.formatConsoleMessage({timestamp:Y,icon:this.options.showIcons===!1?"":D.blue("◐"),tag:A,message:`${D.cyan($)}...`}))}return async(A)=>{if(!this.enabled)return;let Y=performance.now(),f=Math.round(Y-w),X=`${$} completed in ${f}ms`,U=new Date,W=this.formatConsoleTimestamp(U),B=`${this.formatFileTimestamp(U)} ${this.environment}.INFO: ${X}`;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:`${X}${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 sA(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(!SA(this.currentLogFile))throw Error(`Log file does not exist: ${this.currentLogFile}`);return HW(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 Y=C0.isBuffer($)?$:C0.from($,"base64"),f=Y.subarray(0,16),X=Y.subarray(Y.length-16),U=Y.subarray(16,Y.length-16),W=J2("aes-256-gcm",A,f);W.setAuthTag(X);let J=W.update(U),B=W.final(),E=J.length+B.length,j=C0.allocUnsafe(E);return J.copy(j,0),B.copy(j,J.length),j.toString("utf8")}catch(Y){throw Error(`Decryption failed: ${Y instanceof Error?Y.message:String(Y)}`)}}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),Y=this.formatFileTimestamp(w),{consoleText:f,fileText:X}=this.buildOutputTexts($);if(this.shouldStyleConsole()){let W=f.split(`
|
|
18
|
+
`),J=Math.max(...W.map((T)=>T.length))+2,B=`┌${"─".repeat(J)}┐`,E=`└${"─".repeat(J)}┘`,j=W.map((T)=>{return this.formatConsoleMessage({timestamp:A,message:D.cyan(T),showTimestamp:!1})});console.error(this.formatConsoleMessage({timestamp:A,message:D.cyan(B),showTimestamp:!1})),j.forEach((T)=>console.error(T)),console.error(this.formatConsoleMessage({timestamp:A,message:D.cyan(E),showTimestamp:!1}))}else if(!W$())console.error(`${Y} ${this.environment}.INFO: [BOX] ${X}`);let U=`${Y} ${this.environment}.INFO: [BOX] ${X}
|
|
19
|
+
`.replace(this.ANSI_PATTERN,"");if(this.shouldWriteToFile())await this.writeToFile(U)}async prompt($){if(W$())return Promise.resolve(!0);return new Promise((w)=>{console.error(`${D.cyan("?")} ${$} (y/n) `);let A=(Y)=>{let f=Y.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(f==="y"||f==="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 J=/%([sdijfo%])/g,B=0;if(A=$.replace(J,(E,j)=>{if(j==="%")return"%";if(B>=w.length)return E;let T=w[B++];switch(j){case"s":return String(T);case"d":case"i":return Number(T).toString();case"j":case"o":return JSON.stringify(T,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:Y,fileText:f}=this.buildOutputTexts(A);if(this.shouldStyleConsole()){let J=this.options.showTags!==!1&&this.name?D.gray(this.formatTag(this.name)):"",B=this.options.showIcons===!1?"":`${D.blue("◐")} `;console.error(`${B}${J} ${D.cyan(Y)}`)}let W=`[${new Date().toISOString()}] ${this.environment}.INFO: [START] ${f}
|
|
20
|
+
`.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))),Y=Math.round($.barLength*A/100),f=$.barLength-Y,X=D.green("━".repeat(Y)),U=D.gray("━".repeat(f)),W=`[${X}${U}]`,J=`${A}%`.padStart(4),B=$.message?` ${$.message}`:"",E=this.options.showIcons===!1?"":w||A===100?D.green("✓"):D.blue("▶"),j=this.options.showTags!==!1&&this.name?` ${D.gray(this.formatTag(this.name))}`:"",T=`\r${E}${j} ${W} ${J}${B}`,F=O.stdout.columns||80,H=" ".repeat(Math.max(0,F-T.replace(this.ANSI_PATTERN,"").length));if($.lastRenderedLine=`${T}${H}`,O.stdout.write($.lastRenderedLine),w)O.stdout.write(`
|
|
21
|
+
`)}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 LA(this.config.logDirectory),A=[];for(let Y of w){if(!($.name?new RegExp($.name.replace("*",".*")).test(Y):Y.startsWith(this.name))||!Y.endsWith(".log"))continue;let X=nw(this.config.logDirectory,Y);if($.before)try{if((await uw(X)).mtime>=$.before)continue}catch(U){console.error(`Failed to get stats for file ${X}:`,U);continue}A.push(X)}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 Y of A)try{await OA(Y),console.warn(`Deleted log file: ${Y}`)}catch(f){console.error(`Failed to delete log file ${Y}:`,f)}console.warn("Log clearing process finished.")}catch(w){console.error("Error during log clearing process:",w)}}}async function aW($,w={}){let{maxRetries:A=3,retryDelay:Y=1000,isRetryable:f=()=>!0,fallback:X}=w,U=Error("Unknown error occurred");for(let W=0;W<=A;W++)try{return await $()}catch(J){if(U=J instanceof Error?J:Error(String(J)),W===A||!f(U))break;if(Y>0)await new Promise((B)=>setTimeout(B,Y))}if(X!==void 0)return X;throw U instanceof Error?U:Error(`Unknown error: ${String(U)}`)}function sW($){return $ instanceof p$}function p2($){return $ instanceof oA}function r2($){if(sW($))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 fY{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:Y,useCamelCase:f=!0,useBackwardCompatibility:X=!0,customParsers:U={},verbose:W=!1,trackPerformance:J=!0}=A,B=async()=>{if(!$)return{config:w,source:{type:"environment",priority:50,timestamp:new Date}};let E=Y||this.generateEnvPrefix($),j={...w};return this.processObject(j,[],E,{useCamelCase:f,useBackwardCompatibility:X,customParsers:U,verbose:W,configName:$}),{config:j,source:{type:"environment",priority:50,timestamp:new Date}}};if(J)return i1.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,Y){for(let[f,X]of Object.entries($)){let U=[...w,f],W=U.map((E)=>this.formatEnvKey(E,Y.useCamelCase)),J=`${A}_${W.join("_")}`,B=Y.useBackwardCompatibility?`${A}_${U.map((E)=>E.toUpperCase()).join("_")}`:null;if(Y.verbose);if(typeof X==="object"&&X!==null&&!Array.isArray(X))this.processObject(X,U,A,Y);else{let E=VA.env[J]||(B?VA.env[B]:void 0);if(E!==void 0){if(Y.verbose){let j=VA.env[J]?J:B}try{$[f]=this.parseEnvironmentValue(E,typeof X,J,Y.customParsers,Y.configName)}catch(j){if(j instanceof eA)throw j;throw e0.envVar(J,E,typeof X,Y.configName)}}}}}parseEnvironmentValue($,w,A,Y,f){for(let[X,U]of Object.entries(Y))try{return U($)}catch{continue}for(let X of this.defaultParsers)if(X.canParse($,w))try{return X.parse($)}catch{throw e0.envVar(A,$,`${w} (via ${X.name} parser)`,f)}return $}getEnvironmentVariables($){let w={},A=$.toUpperCase();for(let[Y,f]of Object.entries(VA.env))if(Y.startsWith(A)&&f!==void 0)w[Y]=f;return w}validateEnvironmentVariable($,w,A){let Y=[];if(!/^[A-Z_][A-Z0-9_]*$/.test($))Y.push(`Environment variable key "${$}" should only contain uppercase letters, numbers, and underscores`);if(A)try{this.parseEnvironmentValue($,w,A,{})}catch(f){Y.push(`Cannot parse value "${w}" as ${A}: ${f}`)}return{isValid:Y.length===0,errors:Y}}generateEnvVarDocs($,w,A={}){let{prefix:Y,format:f="text"}=A,X=Y||this.generateEnvPrefix($),U=[];switch(this.extractEnvVarInfo(w,[],X,U),f){case"markdown":return this.formatAsMarkdown(U,$);case"json":return JSON.stringify(U,null,2);default:return this.formatAsText(U,$)}}extractEnvVarInfo($,w,A,Y){for(let[f,X]of Object.entries($)){let U=[...w,f],W=`${A}_${U.map((J)=>this.formatEnvKey(J,!0)).join("_")}`;if(typeof X==="object"&&X!==null&&!Array.isArray(X))this.extractEnvVarInfo(X,U,A,Y);else Y.push({key:W,type:Array.isArray(X)?"array":typeof X,description:`Configuration for ${U.join(".")}`,example:this.generateExample(X)})}}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
|
+
|
|
23
|
+
`;for(let Y of $)A+=`${Y.key}
|
|
24
|
+
`,A+=` Type: ${Y.type}
|
|
25
|
+
`,A+=` Description: ${Y.description}
|
|
26
|
+
`,A+=` Example: ${Y.example}
|
|
27
27
|
|
|
28
28
|
`;return A}formatAsMarkdown($,w){let A=`# Environment Variables for ${w}
|
|
29
29
|
|
|
30
30
|
`;A+=`| Variable | Type | Description | Example |
|
|
31
31
|
`,A+=`|----------|------|-------------|----------|
|
|
32
|
-
`;for(let
|
|
33
|
-
`;return A}}function jG($,w){let A=XB("process");if(typeof A>"u"||!A.env)return w;let J=A.env[$];return J!==void 0?J:w}function yB($,w,A={}){return VB($,w,A,new WeakMap)}function VB($,w,A,J){let{arrayMergeMode:Y="replace",skipNullish:U=!1,customMerger:Z}=A;if(w===null||w===void 0)return U?$:w;if(Z){let B=Z($,w);if(B!==void 0)return B}if(Array.isArray(w)||Array.isArray($))return SB($,w,Y,J);if(!o$(w)||!o$($))return w;return GG($,w,A,J)}function SB($,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 FG($,w);case"smart":return zG($,w,J);default:return w}return w}function FG($,w){let A=[...w];for(let J of $)if(!A.some((Y)=>RU(Y,J)))A.push(J);return A}function zG($,w,A){if(w.length===0)return $;if($.length===0)return w;if(o$(w[0])&&o$($[0]))return fG($,w,A);if(w.every((J)=>typeof J==="string")&&$.every((J)=>typeof J==="string")){let J=[...w];for(let Y of $)if(!J.includes(Y))J.push(Y);return J}return w}function fG($,w,A){let J=[...w];for(let Y of $){if(!o$(Y)){J.push(Y);continue}let U=["id","name","key","path","type"],Z=!1;for(let B of U)if(B in Y){if(J.find((E)=>o$(E)&&(B in E)&&E[B]===Y[B])){Z=!0;break}}if(!Z)J.push(Y)}return J}function GG($,w,A,J){let Y=w;if(o$(Y)&&J.has(Y))return J.get(Y);let U={...$};if(o$(Y))J.set(Y,U);for(let Z in Y){if(!Object.prototype.hasOwnProperty.call(Y,Z))continue;let B=Y[Z],W=U[Z];if(A.skipNullish&&(B===null||B===void 0))continue;if(B===null||B===void 0){U[Z]=B;continue}if(o$(B)&&o$(W))U[Z]=VB(W,B,A,J);else if(Array.isArray(B)||Array.isArray(W))U[Z]=SB(W,B,A.arrayMergeMode||"smart",J);else U[Z]=B}return U}function xU($,w,A="replace"){return yB($,w,{arrayMergeMode:A==="replace"?"replace":"smart",skipNullish:!0})}function RU($,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(!RU($[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 Y of A){if(!Object.prototype.hasOwnProperty.call(w,Y))return!1;if(!RU($[Y],w[Y]))return!1}return!0}return!1}function o$($){return Boolean($&&typeof $==="object"&&!Array.isArray($))}class aA{extensions=[".ts",".js",".mjs",".cjs",".json",".mts",".cts"];async loadFromPath($,w,A={}){let{arrayStrategy:J="replace",useCache:Y=!0,cacheTtl:U,trackPerformance:Z=!0,verbose:B=!1}=A;if(Y){let E=uw.getWithFileCheck("file",$);if(E){if(B)console.log(`Configuration loaded from cache: ${$}`);return E}}let W=async()=>{if(!NA($))return null;try{let E=`?t=${Date.now()}`,j=await import($+E),F=j.default||j,f="default"in j,z=Object.keys(j).length>0;if(!f&&!z)throw new S1($,Error("Configuration file is empty and exports nothing"),"unknown");if(typeof F!=="object"||F===null||Array.isArray(F))throw new S1($,Error("Configuration must export a valid object"),"unknown");let q={config:xU(w,F,J),source:{type:"file",path:$,priority:100,timestamp:new Date}};if(Y)uw.setWithFileCheck("file",q,$,U);return q}catch(E){throw E instanceof Error?s0.configLoad($,E):s0.configLoad($,Error(String(E)))}};if(Z)return X1.track("loadFromPath",W,{path:$});return W()}async tryLoadFromPaths($,w,A={}){for(let J of $)try{let Y=await this.loadFromPath(J,w,A);if(Y)return Y}catch(Y){if(Y instanceof Error&&Y.name==="ConfigLoadError")throw Y;if(A.verbose)console.warn(`Failed to load config from ${J}:`,Y)}return null}generateConfigPaths($,w,A){let J=this.generateNamePatterns($,A),Y=[];for(let U of J)for(let Z of this.extensions)Y.push(WU(w,`${U}${Z}`));return Y}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 CB(async()=>{return NA($)},{maxRetries:2,retryDelay:100,fallback:!1})}async discoverConfigFiles($,w,A){let J=[];if(!NA($))return J;if(w||A){let Y=this.generateNamePatterns(w||"",A);for(let U of Y)for(let Z of this.extensions){let B=WU($,`${U}${Z}`);if(await this.checkFileAccess(B))J.push(B)}}else try{let{readdirSync:Y}=await import("fs"),U=Y($);for(let Z of U)if(this.looksLikeConfigFile(Z)){let B=WU($,Z);if(await this.checkFileAccess(B))J.push(B)}}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:Y}=await import("fs"),U=Y($,"utf8");JSON.parse(U)}catch(Y){w.push(`Invalid JSON syntax: ${Y}`)}}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 Y=await this.loadFromPath(J,{},w);if(Y)A.set(J,Y.config)}catch(Y){if(w.verbose)console.warn(`Failed to preload ${J}:`,Y)}})),A}}class PU{async validateConfiguration($,w,A={}){let{stopOnFirstError:J=!1,validateRequired:Y=!0,validateTypes:U=!0,customRules:Z=[],trackPerformance:B=!0,verbose:W=!1}=A,E=async()=>{let j=[],F=[],f={stopOnFirstError:J,validateRequired:Y,validateTypes:U,customRules:Z,trackPerformance:B,verbose:W};try{if(typeof w==="string")return await this.validateWithSchemaFile($,w,f);else if(Array.isArray(w))return this.validateWithRules($,[...w,...Z],f);else return this.validateWithJSONSchema($,w,f)}catch(z){return j.push({path:"",message:`Validation failed: ${z}`,rule:"system"}),{isValid:!1,errors:j,warnings:F}}};if(B)return await X1.track("validateConfiguration",E);return E()}async validateWithSchemaFile($,w,A){try{if(!Sf(w))throw new O1(w,[{path:"",message:"Schema file does not exist"}]);let J=await import(w),Y=J.default||J;if(Array.isArray(Y))return this.validateWithRules($,Y,A);else return this.validateWithJSONSchema($,Y,A)}catch(J){throw new O1(w,[{path:"",message:`Failed to load schema: ${J}`}])}}validateWithJSONSchema($,w,A){let J=[],Y=[];return this.validateObjectAgainstSchema($,w,"",J,Y,A),{isValid:J.length===0,errors:J,warnings:Y}}validateObjectAgainstSchema($,w,A,J,Y,U){if(U.validateTypes&&w.type){let Z=Array.isArray($)?"array":typeof $,B=Array.isArray(w.type)?w.type:[w.type];if(!B.includes(Z)){if(J.push({path:A,message:`Expected type ${B.join(" or ")}, got ${Z}`,expected:B.join(" or "),actual:Z,rule:"type"}),U.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"}),U.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 Z=0;Z<$.length;Z++){let B=A?`${A}[${Z}]`:`[${Z}]`;if(this.validateObjectAgainstSchema($[Z],w.items,B,J,Y,U),U.stopOnFirstError&&J.length>0)return}if($&&typeof $==="object"&&!Array.isArray($)){let Z=$;if(U.validateRequired&&w.required){for(let B of w.required)if(!(B in Z)){if(J.push({path:A?`${A}.${B}`:B,message:`Missing required property '${B}'`,expected:"required",rule:"required"}),U.stopOnFirstError)return}}if(w.properties){for(let[B,W]of Object.entries(w.properties))if(B in Z){let E=A?`${A}.${B}`:B;if(this.validateObjectAgainstSchema(Z[B],W,E,J,Y,U),U.stopOnFirstError&&J.length>0)return}}if(w.additionalProperties===!1){let B=new Set(Object.keys(w.properties||{}));for(let W of Object.keys(Z))if(!B.has(W))Y.push({path:A?`${A}.${W}`:W,message:`Additional property '${W}' is not allowed`,rule:"additionalProperties"})}}}validateWithRules($,w,A){let J=[],Y=[];for(let U of w)try{let Z=this.getValueByPath($,U.path),B=this.validateWithRule(Z,U,U.path);if(J.push(...B),A.stopOnFirstError&&J.length>0)break}catch(Z){J.push({path:U.path,message:`Rule validation failed: ${Z}`,rule:"system"})}return{isValid:J.length===0,errors:J,warnings:Y}}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 Y=Array.isArray($)?"array":typeof $;if(Y!==w.type)J.push({path:A,message:w.message||`Expected type ${w.type}, got ${Y}`,expected:w.type,actual:Y,rule:"type"})}if(w.min!==void 0){let Y=Array.isArray($)?$.length:typeof $==="string"?$.length:typeof $==="number"?$:0;if(Y<w.min)J.push({path:A,message:w.message||`Value must be at least ${w.min}`,expected:`>= ${w.min}`,actual:Y,rule:"min"})}if(w.max!==void 0){let Y=Array.isArray($)?$.length:typeof $==="string"?$.length:typeof $==="number"?$:0;if(Y>w.max)J.push({path:A,message:w.message||`Value must not exceed ${w.max}`,expected:`<= ${w.max}`,actual:Y,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 Y=w.validator($);if(Y)J.push({path:A,message:w.message||Y,rule:"custom"})}return J}getValueByPath($,w){if(!w)return $;let A=w.split("."),J=$;for(let Y of A)if(J&&typeof J==="object"&&Y in J)J=J[Y];else return;return J}generateRulesFromInterface($){let w=[],A=$.matchAll(/(\w+)(\?)?:\s*(\w+)/g);for(let J of A){let[,Y,U,Z]=J;w.push({path:Y,required:!U,type:this.mapTypeScriptType(Z)})}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:xB},{path:"timeout",type:"number",min:0},{path:"retries",type:"number",min:0,max:10}]}}}class bU{fileLoader=new aA;envProcessor=new rA;validator=new PU;async loadConfig($){let w=Date.now(),{cache:A,performance:J,schema:Y,validate:U,...Z}=$;try{if(A?.enabled){let W=this.checkCache(Z.name||"",Z);if(W)return W}let B;try{B=await this.loadConfigurationStrategies(Z,!0,A)}catch(W){let E=Z.__strictErrorHandling;if(W instanceof Error&&W.name==="ConfigNotFoundError"){if(E)throw W;B={...await this.applyEnvironmentVariables(Z.name||"",Z.defaultConfig,Z.checkEnv!==!1,Z.verbose||!1),warnings:[`No configuration file found for "${Z.name||"config"}", using defaults with environment variables`]}}else if(W instanceof Error&&W.name==="ConfigLoadError"){let j=W.message.includes("EACCES")||W.message.includes("EPERM")||W.message.includes("permission denied"),F=!j&&(W.message.includes("syntax")||W.message.includes("Expected")||W.message.includes("Unexpected")||W.message.includes("BuildMessage")||W.message.includes("errors building")),f=W.message.includes("Configuration must export a valid object")||W.message.includes("Configuration file is empty and exports nothing");if(E&&(f||j))throw W;if(F&&(!E||!f))B={...await this.applyEnvironmentVariables(Z.name||"",Z.defaultConfig,Z.checkEnv!==!1,Z.verbose||!1),warnings:["Configuration file has syntax errors, using defaults with environment variables"]};else if(!E)B={...await this.applyEnvironmentVariables(Z.name||"",Z.defaultConfig,Z.checkEnv!==!1,Z.verbose||!1),warnings:[`Configuration loading error, using defaults: ${W.message}`]};else throw W}else B={...await this.applyEnvironmentVariables(Z.name||"",Z.defaultConfig,Z.checkEnv!==!1,Z.verbose||!1),warnings:[`Configuration loading failed, using defaults: ${W instanceof Error?W.message:String(W)}`]}}if(Y||U)await this.validateConfiguration(B.config,Y,U,Z.name);if(A?.enabled&&B)this.cacheResult(Z.name||"",B,A,Z);if(J?.enabled){let W={operation:"loadConfig",duration:Date.now()-w,configName:Z.name,timestamp:new Date};if(J.onMetrics)J.onMetrics(W);if(J.slowThreshold&&W.duration>J.slowThreshold)E0.warn(`Slow configuration loading detected: ${W.duration}ms for ${Z.name}`);B.metrics=W}return B}catch(B){let W=Date.now()-w;throw E0.error(`Configuration loading failed after ${W}ms:`,[B instanceof Error?B:Error(String(B))]),B}}async loadConfigurationStrategies($,w=!1,A){let{name:J="",alias:Y,cwd:U,configDir:Z,defaultConfig:B,checkEnv:W=!0,arrayStrategy:E="replace",verbose:j=!1}=$,F=U||fw.cwd(),f=[],z=await this.loadLocalConfiguration(J,Y,F,Z,B,E,j,W,A);if(z)return f.push(...this.getLocalSearchPaths(J,Y,F,Z)),this.finalizeResult(z,f,W,J,j);let H=await this.loadHomeConfiguration(J,Y,B,E,j,W);if(H)return f.push(...this.getHomeSearchPaths(J,Y)),this.finalizeResult(H,f,W,J,j);let T=await this.loadPackageJsonConfiguration(J,Y,F,B,E,j,W);if(T)return f.push(D$(F,"package.json")),this.finalizeResult(T,f,W,J,j);if(f.push(...this.getAllSearchPaths(J,Y,F,Z)),w)throw s0.configNotFound(J,f,Y);return{...await this.applyEnvironmentVariables(J,B,W,j),warnings:[`No configuration file found for "${J}"${Y?` or alias "${Y}"`:""}, using defaults with environment variables`]}}async loadLocalConfiguration($,w,A,J,Y,U,Z,B,W){let E=B?y1($,Y,Z):Y,j=this.getLocalDirectories(A,J);for(let F of j){if(Z)E0.info(`Searching for configuration in: ${F}`);let f=this.fileLoader.generateConfigPaths($,F,w),z=await this.fileLoader.tryLoadFromPaths(f,E,{arrayStrategy:U,verbose:Z,cacheTtl:W?.ttl,useCache:!W?.ttl||W.ttl>100});if(z){if(Z)E0.success(`Configuration loaded from: ${z.source.path}`);return z}}return null}async loadHomeConfiguration($,w,A,J,Y,U){if(!$)return null;let Z=U?y1($,A,Y):A,B=[D$(Ow(),".config",$),D$(Ow(),".config"),Ow()];for(let W of B){if(Y)E0.info(`Checking home directory: ${W}`);let E=this.fileLoader.generateConfigPaths($,W,w),j=await this.fileLoader.tryLoadFromPaths(E,Z,{arrayStrategy:J,verbose:Y});if(j){if(Y)E0.success(`Configuration loaded from home directory: ${j.source.path}`);return j}}return null}async loadPackageJsonConfiguration($,w,A,J,Y,U,Z){let B=Z?y1($,J,U):J;try{let W=D$(A,"package.json");if(!KU(W))return null;let E=await import(W),j=E[$],F=$;if(!j&&w)j=E[w],F=w;if(j&&typeof j==="object"&&!Array.isArray(j)){if(U)E0.success(`Configuration loaded from package.json: ${F}`);return{config:xU(B,j,Y),source:{type:"package.json",path:W,priority:30,timestamp:new Date}}}}catch(W){if(U)E0.warn("Failed to load package.json:",[W instanceof Error?W:Error(String(W))])}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:y1($,w,J),source:{type:"environment",priority:20,timestamp:new Date}}}async finalizeResult($,w,A,J,Y){return{config:$.config,source:$.source,path:$.source.path}}async validateConfiguration($,w,A,J){let Y=[];if(A){let U=A($);if(U)Y.push(...U)}if(w){let U=await this.validator.validateConfiguration($,w);if(!U.isValid)Y.push(...U.errors.map((Z)=>Z.path?`${Z.path}: ${Z.message}`:Z.message))}if(Y.length>0)throw s0.configValidation(J||"unknown",Y,J)}checkCache($,w){let A=this.generateCacheKey($,w);return uw.get(A)||null}cacheResult($,w,A,J){let Y=this.generateCacheKey($,J);uw.set(Y,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 Y=[];return Y.push(...this.getLocalSearchPaths($,w,A,J)),Y.push(...this.getHomeSearchPaths($,w)),Y.push(D$(A,"package.json")),Y}getLocalSearchPaths($,w,A,J){let Y=this.getLocalDirectories(A,J),U=[];for(let Z of Y)U.push(...this.fileLoader.generateConfigPaths($,Z,w));return U}getHomeSearchPaths($,w){if(!$)return[];let A=[D$(Ow(),".config",$),D$(Ow(),".config"),Ow()],J=[];for(let Y of A)J.push(...this.fileLoader.generateConfigPaths($,Y,w));return J}async loadConfigWithResult($){return this.loadConfig($)}}function YB($){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 TG($){return X0.loadConfig({...$,__strictErrorHandling:!0})}async function OB($){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 Y=J instanceof Error?J.name:"UnknownError",U=J instanceof Error?J.message:String(J);if(!(Y==="ConfigNotFoundError"||Y==="ConfigLoadError"||Y==="ConfigValidationError"||U.includes("config"))&&$.verbose)E0.warn("Unexpected error loading config, using defaults:",[J instanceof Error?J:Error(String(J))]);let B=A?{...$,defaultConfig:w}:{...$,defaultConfig:w,cache:{enabled:!0},performance:{enabled:!1}};if("checkEnv"in $?$.checkEnv!==!1:!0)return(await X0.applyEnvironmentVariables(B.name||"",w,!0,B.verbose||!1))?.config??w;return w}}async function HG($={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"&&YB(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"&&YB(w)))return(await X0.applyEnvironmentVariables($.name||"",$.defaultConfig||{},$.checkEnv!==!1,$.verbose||!1)).config;throw w}}async function qG($,w,A="replace"){let J=new aA;try{let Y=await J.loadFromPath($,w,{arrayStrategy:A,useCache:!1,trackPerformance:!1});return Y?Y.config:null}catch{return null}}function y1($,w,A=!1){let J=new rA,Y=$.toUpperCase().replace(/[^A-Z0-9]/g,"_");function U(Z,B=[]){let W={...Z};for(let[E,j]of Object.entries(Z)){let F=[...B,E],f=[`${Y}_${F.join("_").toUpperCase()}`,`${Y}_${F.map((T)=>T.toUpperCase()).join("")}`,`${Y}_${F.map((T)=>T.replace(/([A-Z])/g,"_$1").toUpperCase()).join("")}`],z,H;for(let T of f)if(z=fw.env[T],z!==void 0){H=T;break}if(z!==void 0&&H)if(typeof j==="boolean")W[E]=["true","1","yes"].includes(z.toLowerCase());else if(typeof j==="number"){let T=Number(z);if(!Number.isNaN(T))W[E]=T}else if(Array.isArray(j))try{W[E]=JSON.parse(z)}catch{W[E]=z.split(",").map((T)=>T.trim())}else W[E]=z;else if(j&&typeof j==="object"&&!Array.isArray(j))W[E]=U(j,F)}return W}return U(w)}function KG($){let w=D$(fw.cwd(),$.configDir),A=D$(fw.cwd(),$.generatedDir),J=D$(A,"config-types.ts");if(!KU(xW(J)))Uf(xW(J),{recursive:!0,mode:511});let Y=KU(w)?Zf(w).map((Z)=>Z.replace(/\.(ts|js|mjs|cjs|mts|cts|json)$/,"")).sort():[],U=`// Generated by bunfig v${pG}
|
|
34
|
-
export type ConfigNames = ${
|
|
35
|
-
`;
|
|
36
|
-
${
|
|
32
|
+
`;for(let Y of $)A+=`| \`${Y.key}\` | ${Y.type} | ${Y.description} | \`${Y.example}\` |
|
|
33
|
+
`;return A}}function a2($,w){let A=AB("process");if(typeof A>"u"||!A.env)return w;let Y=A.env[$];return Y!==void 0?Y:w}function oW($,w,A={}){return eW($,w,A,new WeakMap)}function eW($,w,A,Y){let{arrayMergeMode:f="replace",skipNullish:X=!1,customMerger:U}=A;if(w===null||w===void 0)return X?$:w;if(U){let W=U($,w);if(W!==void 0)return W}if(Array.isArray(w)||Array.isArray($))return $B($,w,f,Y);if(!$0(w)||!$0($))return w;return $h($,w,A,Y)}function $B($,w,A,Y){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 s2($,w);case"smart":return o2($,w,Y);default:return w}return w}function s2($,w){let A=[...w];for(let Y of $)if(!A.some((f)=>xX(f,Y)))A.push(Y);return A}function o2($,w,A){if(w.length===0)return $;if($.length===0)return w;if($0(w[0])&&$0($[0]))return e2($,w,A);if(w.every((Y)=>typeof Y==="string")&&$.every((Y)=>typeof Y==="string")){let Y=[...w];for(let f of $)if(!Y.includes(f))Y.push(f);return Y}return w}function e2($,w,A){let Y=[...w];for(let f of $){if(!$0(f)){Y.push(f);continue}let X=["id","name","key","path","type"],U=!1;for(let W of X)if(W in f){if(Y.find((B)=>$0(B)&&(W in B)&&B[W]===f[W])){U=!0;break}}if(!U)Y.push(f)}return Y}function $h($,w,A,Y){let f=w;if($0(f)&&Y.has(f))return Y.get(f);let X={...$};if($0(f))Y.set(f,X);for(let U in f){if(!Object.prototype.hasOwnProperty.call(f,U))continue;let W=f[U],J=X[U];if(A.skipNullish&&(W===null||W===void 0))continue;if(W===null||W===void 0){X[U]=W;continue}if($0(W)&&$0(J))X[U]=eW(J,W,A,Y);else if(Array.isArray(W)||Array.isArray(J))X[U]=$B(J,W,A.arrayMergeMode||"smart",Y);else X[U]=W}return X}function aX($,w,A="replace"){return oW($,w,{arrayMergeMode:A==="replace"?"replace":"smart",skipNullish:!0})}function xX($,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(!xX($[A],w[A]))return!1;return!0}if($0($)&&$0(w)){let A=Object.keys($),Y=Object.keys(w);if(A.length!==Y.length)return!1;for(let f of A){if(!Object.prototype.hasOwnProperty.call(w,f))return!1;if(!xX($[f],w[f]))return!1}return!0}return!1}function $0($){return Boolean($&&typeof $==="object"&&!Array.isArray($))}class XY{extensions=[".ts",".js",".mjs",".cjs",".json",".mts",".cts"];async loadFromPath($,w,A={}){let{arrayStrategy:Y="replace",useCache:f=!0,cacheTtl:X,trackPerformance:U=!0,verbose:W=!1}=A;if(f){let B=gw.getWithFileCheck("file",$);if(B){if(W)console.log(`Configuration loaded from cache: ${$}`);return B}}let J=async()=>{if(!QA($))return null;try{let B=`?t=${Date.now()}`,E=await import($+B),j=E.default||E,T="default"in E,F=Object.keys(E).length>0;if(!T&&!F)throw new x1($,Error("Configuration file is empty and exports nothing"),"unknown");if(typeof j!=="object"||j===null||Array.isArray(j))throw new x1($,Error("Configuration must export a valid object"),"unknown");let G={config:aX(w,j,Y),source:{type:"file",path:$,priority:100,timestamp:new Date}};if(f)gw.setWithFileCheck("file",G,$,X);return G}catch(B){throw B instanceof Error?e0.configLoad($,B):e0.configLoad($,Error(String(B)))}};if(U)return i1.track("loadFromPath",J,{path:$});return J()}async tryLoadFromPaths($,w,A={}){for(let Y of $)try{let f=await this.loadFromPath(Y,w,A);if(f)return f}catch(f){if(f instanceof Error&&f.name==="ConfigLoadError")throw f;if(A.verbose)console.warn(`Failed to load config from ${Y}:`,f)}return null}generateConfigPaths($,w,A){let Y=this.generateNamePatterns($,A),f=[];for(let X of Y)for(let U of this.extensions)f.push(yX(w,`${X}${U}`));return f}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 aW(async()=>{return QA($)},{maxRetries:2,retryDelay:100,fallback:!1})}async discoverConfigFiles($,w,A){let Y=[];if(!QA($))return Y;if(w||A){let f=this.generateNamePatterns(w||"",A);for(let X of f)for(let U of this.extensions){let W=yX($,`${X}${U}`);if(await this.checkFileAccess(W))Y.push(W)}}else try{let{readdirSync:f}=await import("fs"),X=f($);for(let U of X)if(this.looksLikeConfigFile(U)){let W=yX($,U);if(await this.checkFileAccess(W))Y.push(W)}}catch{return[]}return Y}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($),Y=A.default||A;if(Y===void 0)w.push("Configuration file must export a default value or named exports");else if(typeof Y!=="object"||Y===null)w.push("Configuration must be an object");else if(Array.isArray(Y))w.push("Configuration cannot be an array at the root level");if($.endsWith(".json"))try{let{readFileSync:f}=await import("fs"),X=f($,"utf8");JSON.parse(X)}catch(f){w.push(`Invalid JSON syntax: ${f}`)}}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(Y)=>{try{let f=await this.loadFromPath(Y,{},w);if(f)A.set(Y,f.config)}catch(f){if(w.verbose)console.warn(`Failed to preload ${Y}:`,f)}})),A}}class sX{async validateConfiguration($,w,A={}){let{stopOnFirstError:Y=!1,validateRequired:f=!0,validateTypes:X=!0,customRules:U=[],trackPerformance:W=!0,verbose:J=!1}=A,B=async()=>{let E=[],j=[],T={stopOnFirstError:Y,validateRequired:f,validateTypes:X,customRules:U,trackPerformance:W,verbose:J};try{if(typeof w==="string")return await this.validateWithSchemaFile($,w,T);else if(Array.isArray(w))return this.validateWithRules($,[...w,...U],T);else return this.validateWithJSONSchema($,w,T)}catch(F){return E.push({path:"",message:`Validation failed: ${F}`,rule:"system"}),{isValid:!1,errors:E,warnings:j}}};if(W)return await i1.track("validateConfiguration",B);return B()}async validateWithSchemaFile($,w,A){try{if(!h2(w))throw new P1(w,[{path:"",message:"Schema file does not exist"}]);let Y=await import(w),f=Y.default||Y;if(Array.isArray(f))return this.validateWithRules($,f,A);else return this.validateWithJSONSchema($,f,A)}catch(Y){throw new P1(w,[{path:"",message:`Failed to load schema: ${Y}`}])}}validateWithJSONSchema($,w,A){let Y=[],f=[];return this.validateObjectAgainstSchema($,w,"",Y,f,A),{isValid:Y.length===0,errors:Y,warnings:f}}validateObjectAgainstSchema($,w,A,Y,f,X){if(X.validateTypes&&w.type){let U=Array.isArray($)?"array":typeof $,W=Array.isArray(w.type)?w.type:[w.type];if(!W.includes(U)){if(Y.push({path:A,message:`Expected type ${W.join(" or ")}, got ${U}`,expected:W.join(" or "),actual:U,rule:"type"}),X.stopOnFirstError)return}}if(w.enum&&!w.enum.includes($)){if(Y.push({path:A,message:`Value must be one of: ${w.enum.join(", ")}`,expected:w.enum.join(", "),actual:$,rule:"enum"}),X.stopOnFirstError)return}if(typeof $==="string"){if(w.minLength!==void 0&&$.length<w.minLength)Y.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)Y.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($))Y.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)Y.push({path:A,message:`Value must be at least ${w.minimum}`,expected:`>= ${w.minimum}`,actual:$,rule:"minimum"});if(w.maximum!==void 0&&$>w.maximum)Y.push({path:A,message:`Value must not exceed ${w.maximum}`,expected:`<= ${w.maximum}`,actual:$,rule:"maximum"})}if(Array.isArray($)&&w.items)for(let U=0;U<$.length;U++){let W=A?`${A}[${U}]`:`[${U}]`;if(this.validateObjectAgainstSchema($[U],w.items,W,Y,f,X),X.stopOnFirstError&&Y.length>0)return}if($&&typeof $==="object"&&!Array.isArray($)){let U=$;if(X.validateRequired&&w.required){for(let W of w.required)if(!(W in U)){if(Y.push({path:A?`${A}.${W}`:W,message:`Missing required property '${W}'`,expected:"required",rule:"required"}),X.stopOnFirstError)return}}if(w.properties){for(let[W,J]of Object.entries(w.properties))if(W in U){let B=A?`${A}.${W}`:W;if(this.validateObjectAgainstSchema(U[W],J,B,Y,f,X),X.stopOnFirstError&&Y.length>0)return}}if(w.additionalProperties===!1){let W=new Set(Object.keys(w.properties||{}));for(let J of Object.keys(U))if(!W.has(J))f.push({path:A?`${A}.${J}`:J,message:`Additional property '${J}' is not allowed`,rule:"additionalProperties"})}}}validateWithRules($,w,A){let Y=[],f=[];for(let X of w)try{let U=this.getValueByPath($,X.path),W=this.validateWithRule(U,X,X.path);if(Y.push(...W),A.stopOnFirstError&&Y.length>0)break}catch(U){Y.push({path:X.path,message:`Rule validation failed: ${U}`,rule:"system"})}return{isValid:Y.length===0,errors:Y,warnings:f}}validateWithRule($,w,A){let Y=[];if(w.required&&($===void 0||$===null))return Y.push({path:A,message:w.message||`Property '${A}' is required`,expected:"required",rule:"required"}),Y;if($===void 0||$===null)return Y;if(w.type){let f=Array.isArray($)?"array":typeof $;if(f!==w.type)Y.push({path:A,message:w.message||`Expected type ${w.type}, got ${f}`,expected:w.type,actual:f,rule:"type"})}if(w.min!==void 0){let f=Array.isArray($)?$.length:typeof $==="string"?$.length:typeof $==="number"?$:0;if(f<w.min)Y.push({path:A,message:w.message||`Value must be at least ${w.min}`,expected:`>= ${w.min}`,actual:f,rule:"min"})}if(w.max!==void 0){let f=Array.isArray($)?$.length:typeof $==="string"?$.length:typeof $==="number"?$:0;if(f>w.max)Y.push({path:A,message:w.message||`Value must not exceed ${w.max}`,expected:`<= ${w.max}`,actual:f,rule:"max"})}if(w.pattern&&typeof $==="string"){if(!w.pattern.test($))Y.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($))Y.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 f=w.validator($);if(f)Y.push({path:A,message:w.message||f,rule:"custom"})}return Y}getValueByPath($,w){if(!w)return $;let A=w.split("."),Y=$;for(let f of A)if(Y&&typeof Y==="object"&&f in Y)Y=Y[f];else return;return Y}generateRulesFromInterface($){let w=[],A=$.matchAll(/(\w+)(\?)?:\s*(\w+)/g);for(let Y of A){let[,f,X,U]=Y;w.push({path:f,required:!X,type:this.mapTypeScriptType(U)})}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:JB},{path:"timeout",type:"number",min:0},{path:"retries",type:"number",min:0,max:10}]}}}class oX{fileLoader=new XY;envProcessor=new fY;validator=new sX;async loadConfig($){let w=Date.now(),{cache:A,performance:Y,schema:f,validate:X,...U}=$;try{if(A?.enabled){let J=this.checkCache(U.name||"",U);if(J)return J}let W;try{W=await this.loadConfigurationStrategies(U,!0,A)}catch(J){let B=U.__strictErrorHandling;if(J instanceof Error&&J.name==="ConfigNotFoundError"){if(B)throw J;W={...await this.applyEnvironmentVariables(U.name||"",U.defaultConfig,U.checkEnv!==!1,U.verbose||!1),warnings:[`No configuration file found for "${U.name||"config"}", using defaults with environment variables`]}}else if(J instanceof Error&&J.name==="ConfigLoadError"){let E=J.message.includes("EACCES")||J.message.includes("EPERM")||J.message.includes("permission denied"),j=!E&&(J.message.includes("syntax")||J.message.includes("Expected")||J.message.includes("Unexpected")||J.message.includes("BuildMessage")||J.message.includes("errors building")),T=J.message.includes("Configuration must export a valid object")||J.message.includes("Configuration file is empty and exports nothing");if(B&&(T||E))throw J;if(j&&(!B||!T))W={...await this.applyEnvironmentVariables(U.name||"",U.defaultConfig,U.checkEnv!==!1,U.verbose||!1),warnings:["Configuration file has syntax errors, using defaults with environment variables"]};else if(!B)W={...await this.applyEnvironmentVariables(U.name||"",U.defaultConfig,U.checkEnv!==!1,U.verbose||!1),warnings:[`Configuration loading error, using defaults: ${J.message}`]};else throw J}else W={...await this.applyEnvironmentVariables(U.name||"",U.defaultConfig,U.checkEnv!==!1,U.verbose||!1),warnings:[`Configuration loading failed, using defaults: ${J instanceof Error?J.message:String(J)}`]}}if(f||X)await this.validateConfiguration(W.config,f,X,U.name);if(A?.enabled&&W)this.cacheResult(U.name||"",W,A,U);if(Y?.enabled){let J={operation:"loadConfig",duration:Date.now()-w,configName:U.name,timestamp:new Date};if(Y.onMetrics)Y.onMetrics(J);if(Y.slowThreshold&&J.duration>Y.slowThreshold)F0.warn(`Slow configuration loading detected: ${J.duration}ms for ${U.name}`);W.metrics=J}return W}catch(W){let J=Date.now()-w;throw F0.error(`Configuration loading failed after ${J}ms:`,[W instanceof Error?W:Error(String(W))]),W}}async loadConfigurationStrategies($,w=!1,A){let{name:Y="",alias:f,cwd:X,configDir:U,defaultConfig:W,checkEnv:J=!0,arrayStrategy:B="replace",verbose:E=!1}=$,j=X||Hw.cwd(),T=[],F=await this.loadLocalConfiguration(Y,f,j,U,W,B,E,J,A);if(F)return T.push(...this.getLocalSearchPaths(Y,f,j,U)),this.finalizeResult(F,T,J,Y,E);let H=await this.loadHomeConfiguration(Y,f,W,B,E,J);if(H)return T.push(...this.getHomeSearchPaths(Y,f)),this.finalizeResult(H,T,J,Y,E);let h=await this.loadPackageJsonConfiguration(Y,f,j,W,B,E,J);if(h)return T.push(Z$(j,"package.json")),this.finalizeResult(h,T,J,Y,E);if(T.push(...this.getAllSearchPaths(Y,f,j,U)),w)throw e0.configNotFound(Y,T,f);return{...await this.applyEnvironmentVariables(Y,W,J,E),warnings:[`No configuration file found for "${Y}"${f?` or alias "${f}"`:""}, using defaults with environment variables`]}}async loadLocalConfiguration($,w,A,Y,f,X,U,W,J){let B=W?k1($,f,U):f,E=this.getLocalDirectories(A,Y);for(let j of E){if(U)F0.info(`Searching for configuration in: ${j}`);let T=this.fileLoader.generateConfigPaths($,j,w),F=await this.fileLoader.tryLoadFromPaths(T,B,{arrayStrategy:X,verbose:U,cacheTtl:J?.ttl,useCache:!J?.ttl||J.ttl>100});if(F){if(U)F0.success(`Configuration loaded from: ${F.source.path}`);return F}}return null}async loadHomeConfiguration($,w,A,Y,f,X){if(!$)return null;let U=X?k1($,A,f):A,W=[Z$(Pw(),".config",$),Z$(Pw(),".config"),Pw()];for(let J of W){if(f)F0.info(`Checking home directory: ${J}`);let B=this.fileLoader.generateConfigPaths($,J,w),E=await this.fileLoader.tryLoadFromPaths(B,U,{arrayStrategy:Y,verbose:f});if(E){if(f)F0.success(`Configuration loaded from home directory: ${E.source.path}`);return E}}return null}async loadPackageJsonConfiguration($,w,A,Y,f,X,U){let W=U?k1($,Y,X):Y;try{let J=Z$(A,"package.json");if(!kX(J))return null;let B=await import(J),E=B[$],j=$;if(!E&&w)E=B[w],j=w;if(E&&typeof E==="object"&&!Array.isArray(E)){if(X)F0.success(`Configuration loaded from package.json: ${j}`);return{config:aX(W,E,f),source:{type:"package.json",path:J,priority:30,timestamp:new Date}}}}catch(J){if(X)F0.warn("Failed to load package.json:",[J instanceof Error?J:Error(String(J))])}return null}async applyEnvironmentVariables($,w,A,Y){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,Y),source:{type:"environment",priority:20,timestamp:new Date}}}async finalizeResult($,w,A,Y,f){return{config:$.config,source:$.source,path:$.source.path}}async validateConfiguration($,w,A,Y){let f=[];if(A){let X=A($);if(X)f.push(...X)}if(w){let X=await this.validator.validateConfiguration($,w);if(!X.isValid)f.push(...X.errors.map((U)=>U.path?`${U.path}: ${U.message}`:U.message))}if(f.length>0)throw e0.configValidation(Y||"unknown",f,Y)}checkCache($,w){let A=this.generateCacheKey($,w);return gw.get(A)||null}cacheResult($,w,A,Y){let f=this.generateCacheKey($,Y);gw.set(f,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([$,Z$($,"config"),Z$($,".config"),w?Z$($,w):void 0].filter(Boolean)))}getAllSearchPaths($,w,A,Y){let f=[];return f.push(...this.getLocalSearchPaths($,w,A,Y)),f.push(...this.getHomeSearchPaths($,w)),f.push(Z$(A,"package.json")),f}getLocalSearchPaths($,w,A,Y){let f=this.getLocalDirectories(A,Y),X=[];for(let U of f)X.push(...this.fileLoader.generateConfigPaths($,U,w));return X}getHomeSearchPaths($,w){if(!$)return[];let A=[Z$(Pw(),".config",$),Z$(Pw(),".config"),Pw()],Y=[];for(let f of A)Y.push(...this.fileLoader.generateConfigPaths($,f,w));return Y}async loadConfigWithResult($){return this.loadConfig($)}}function QW($){let A=!($.message.includes("EACCES")||$.message.includes("EPERM")||$.message.includes("permission denied"))&&($.message.includes("syntax")||$.message.includes("Expected")||$.message.includes("Unexpected")||$.message.includes("BuildMessage")),Y=$.message.includes("Configuration must export a valid object")||$.message.includes("Configuration file is empty and exports nothing");return A||Y}async function wh($){return _0.loadConfig({...$,__strictErrorHandling:!0})}async function wB($){let w="defaultConfig"in $&&$.defaultConfig!==void 0?$.defaultConfig:{},A="cache"in $||"performance"in $||"schema"in $||"validate"in $;try{let Y;if(A)Y=await _0.loadConfig($);else Y=await _0.loadConfig({...$,defaultConfig:w,cache:{enabled:!0},performance:{enabled:!1}});return Y?.config??w}catch(Y){let f=Y instanceof Error?Y.name:"UnknownError",X=Y instanceof Error?Y.message:String(Y);if(!(f==="ConfigNotFoundError"||f==="ConfigLoadError"||f==="ConfigValidationError"||X.includes("config"))&&$.verbose)F0.warn("Unexpected error loading config, using defaults:",[Y instanceof Error?Y:Error(String(Y))]);let W=A?{...$,defaultConfig:w}:{...$,defaultConfig:w,cache:{enabled:!0},performance:{enabled:!1}};if("checkEnv"in $?$.checkEnv!==!1:!0)return(await _0.applyEnvironmentVariables(W.name||"",w,!0,W.verbose||!1))?.config??w;return w}}async function Ah($={defaultConfig:{}}){if(typeof $==="string"){let{cwd:w}=await import("process");try{return(await _0.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"&&QW(A)))return(await _0.applyEnvironmentVariables($,{},!0,!1)).config;throw A}}try{return(await _0.loadConfig({...$,cwd:$.cwd||Hw.cwd(),cache:{enabled:!0},performance:{enabled:!1}})).config}catch(w){if(w instanceof Error&&(w.name==="ConfigNotFoundError"||w.name==="ConfigLoadError"&&QW(w)))return(await _0.applyEnvironmentVariables($.name||"",$.defaultConfig||{},$.checkEnv!==!1,$.verbose||!1)).config;throw w}}async function Yh($,w,A="replace"){let Y=new XY;try{let f=await Y.loadFromPath($,w,{arrayStrategy:A,useCache:!1,trackPerformance:!1});return f?f.config:null}catch{return null}}function k1($,w,A=!1){let Y=new fY,f=$.toUpperCase().replace(/[^A-Z0-9]/g,"_");function X(U,W=[]){let J={...U};for(let[B,E]of Object.entries(U)){let j=[...W,B],T=[`${f}_${j.join("_").toUpperCase()}`,`${f}_${j.map((h)=>h.toUpperCase()).join("")}`,`${f}_${j.map((h)=>h.replace(/([A-Z])/g,"_$1").toUpperCase()).join("")}`],F,H;for(let h of T)if(F=Hw.env[h],F!==void 0){H=h;break}if(F!==void 0&&H)if(typeof E==="boolean")J[B]=["true","1","yes"].includes(F.toLowerCase());else if(typeof E==="number"){let h=Number(F);if(!Number.isNaN(h))J[B]=h}else if(Array.isArray(E))try{J[B]=JSON.parse(F)}catch{J[B]=F.split(",").map((h)=>h.trim())}else J[B]=F;else if(E&&typeof E==="object"&&!Array.isArray(E))J[B]=X(E,j)}return J}return X(w)}function fh($){let w=Z$(Hw.cwd(),$.configDir),A=Z$(Hw.cwd(),$.generatedDir),Y=Z$(A,"config-types.ts");if(!kX(JW(Y)))gz(JW(Y),{recursive:!0,mode:511});let f=kX(w)?tz(w).map((U)=>U.replace(/\.(ts|js|mjs|cjs|mts|cts|json)$/,"")).sort():[],X=`// Generated by bunfig v${kh}
|
|
34
|
+
export type ConfigNames = ${f.length?`'${f.join("' | '")}'`:"string"}
|
|
35
|
+
`;pz(Y,X,{mode:438})}function Xh($){let w=null,A=null,Y=()=>{if(!A)A=wB($).then((X)=>{return w=X,X},(X)=>{let U="defaultConfig"in $?$.defaultConfig:{};if(w=U,"verbose"in $&&$.verbose)F0.warn("Config loading failed, using defaults:",[X instanceof Error?X:Error(String(X))]);return U});return A},f="defaultConfig"in $?$.defaultConfig:{};return w=f,Y(),new Proxy({},{get(X,U){if(w)return w[U];let W=f[U];return Y(),W},has(X,U){return U in(w||f)},ownKeys(){return Object.keys(w||f)},getOwnPropertyDescriptor(X,U){return Object.getOwnPropertyDescriptor(w||f,U)},set(X,U,W){if(!w)w={...f};return w[U]=W,!0}})}function Uh($){let w=yW(K2.cwd(),$?.configDir||"./config");function A(){if(!H2(w))return[];let f=new Set([".ts",".js",".mjs",".cjs",".mts",".cts",".json"]),X=[".ts",".mts",".cts",".js",".mjs",".cjs",".json"],U=G2(w).filter((J)=>f.has(MX(J))).map((J)=>({base:J.replace(/\.(?:ts|js|mjs|cjs|mts|cts|json)$/i,""),file:J})),W=new Map;for(let{base:J,file:B}of U){let E=MX(B).toLowerCase(),j=W.get(J);if(!j){W.set(J,B);continue}let T=MX(j).toLowerCase();if(X.indexOf(E)<X.indexOf(T))W.set(J,B)}return Array.from(W.entries()).map(([J,B])=>({base:J,file:B})).sort((J,B)=>J.base.localeCompare(B.base))}function Y(){let f=A(),X=f.map((B)=>B.base),U=X.length?X.map((B)=>`'${B}'`).join(" | "):"string",W=f.length?`{
|
|
36
|
+
${f.map((B)=>{let E=yW(w,B.file).replace(/\\/g,"/");return` '${B.base}': typeof import('${E}').default`}).join(`,
|
|
37
37
|
`)}
|
|
38
|
-
}`:"Record<string, any>";return`export type ConfigNames = ${
|
|
39
|
-
export type ConfigByName = ${
|
|
38
|
+
}`:"Record<string, any>";return`export type ConfigNames = ${U}
|
|
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(Y){Y.onResolve({filter:/^virtual:bunfig-types$/},(U)=>{return{path:U.path,namespace:"bunfig-virtual"}}),Y.onLoad({filter:/^virtual:bunfig-types$/,namespace:"bunfig-virtual"},()=>{return{contents:J(),loader:"ts"}})}}}function rG($,w={}){let A=iA.cwd();while(A.includes("storage"))A=sW(A,"..");let J=sW(A,$||"");if(w?.relative)return Qf(iA.cwd(),J);return J}function B$(){if(O0.env.NODE_ENV==="test"||O0.env.BUN_ENV==="test")return!1;return typeof window<"u"}async function sG(){if(O0.env.NODE_ENV==="test"||O0.env.BUN_ENV==="test")return!0;if(typeof navigator<"u"&&navigator.product==="ReactNative")return!0;if(typeof O0<"u"){let $=O0.type;if($==="renderer"||$==="worker")return!1;return!!(O0.versions&&(O0.versions.node||O0.versions.bun))}return!1}class uB{async format($){let w=await sG(),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:iw.pid,hostname:w(),environment:iw.env.NODE_ENV||"development",platform:iw.platform,version:iw.version}}return{userAgent:navigator.userAgent,hostname:window.location.hostname||"browser",environment:iw.env.NODE_ENV||iw.env.BUN_ENV||"development",viewport:{width:window.innerWidth,height:window.innerHeight},language:navigator.language}}}class sA{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={...gA},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??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 Y=this.generateKeyId(),U=this.generateKey();this.currentKeyId=Y,this.keys.set(Y,U),this.encryptionKeys.set(Y,{key:U,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{...HU,...$.fingersCrossed};if(!$.fingersCrossedEnabled)return null;if(!$.fingersCrossed)return{...HU};return{...HU,...$.fingersCrossed}}normalizeOptions($){let w={format:"json",level:"info",logDirectory:gA.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 A=(async()=>{let Y,U=0,Z=3,B=1000;while(U<Z)try{try{try{await uf(this.config.logDirectory,wB.F_OK|wB.W_OK)}catch(E){if(E instanceof Error&&"code"in E)if(E.code==="ENOENT")await cf(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 W=this.validateEncryptionConfig()?(await this.encrypt($)).encrypted:L0.from($);try{if(!MA(this.currentLogFile))await FU(this.currentLogFile,"",{mode:420});if(Y=$B(this.currentLogFile,"a",420),bf(Y,W,{flag:"a"}),eW(Y),Y!==void 0)jU(Y),Y=void 0;if((await Pw(this.currentLogFile)).size===0){if(await FU(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(E){let j=E;if(j.code&&["ENETDOWN","ENETUNREACH","ENOTFOUND","ETIMEDOUT"].includes(j.code)){if(U<Z-1){let F=typeof j.message==="string"?j.message:"Unknown error";console.error(`Network error during write attempt ${U+1}/${Z}:`,F);let f=B*2**U;await new Promise((z)=>setTimeout(z,f)),U++;continue}}if(j?.code&&["ENOSPC","EDQUOT"].includes(j.code))throw Error(`Disk quota exceeded or no space left on device: ${j.message}`);throw console.error("Debug: [writeToFile] Error writing to file:",j),j}finally{if(Y!==void 0)try{jU(Y)}catch(E){console.error("Debug: [writeToFile] Error closing file descriptor:",E)}}}catch(W){if(U===Z-1){let j=W,F=typeof j.message==="string"?j.message:"Unknown error";throw console.error("Debug: [writeToFile] Max retries reached. Final error:",F),W}U++;let E=B*2**(U-1);await new Promise((j)=>setTimeout(j,E))}})();this.pendingOperations.push(A);let J=this.pendingOperations.length-1;try{await A}catch(Y){throw console.error("Debug: [writeToFile] Error in operation:",Y),Y}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 bw(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 bw(this.config.logDirectory,`${this.name}.log`);let $=new Date().toISOString().split("T")[0];return bw(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 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((Y)=>{console.error("Error rotating keys:",Y)})},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 Y=Array.from(this.encryptionKeys.entries()).sort(([,B],[,W])=>W.createdAt.getTime()-B.createdAt.getTime()),U=typeof w.maxKeys==="number"?w.maxKeys:1,Z=Math.max(1,U);if(Y.length>Z)for(let[B]of Y.slice(Z))this.encryptionKeys.delete(B),this.keys.delete(B)}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=kf("aes-256-gcm",w,A),Y=L0.isBuffer($)?$:L0.from($,"utf8"),U=J.update(Y),Z=J.final(),B=U.length+Z.length,W=J.getAuthTag(),E=L0.allocUnsafe(16+B+16);return A.copy(E,0),U.copy(E,16),Z.copy(E,16+U.length),W.copy(E,16+B),{encrypted:E,iv:A}}async compressData($){return new Promise((w,A)=>{let J=JB(),Y=[];J.on("data",(U)=>Y.push(U)),J.on("end",()=>w(L0.from(L0.concat(Y)))),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 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 Y=await IA(this.config.logDirectory),U=Y.filter((W)=>W.startsWith(this.name)&&/\.log\.\d+$/.test(W)).sort((W,E)=>{let j=Number.parseInt(W.match(/\.log\.(\d+)$/)?.[1]||"0");return Number.parseInt(E.match(/\.log\.(\d+)$/)?.[1]||"0")-j}),Z=U.length>0?Number.parseInt(U[0].match(/\.log\.(\d+)$/)?.[1]||"0")+1:1,B=`${A}.${Z}`;if(await Pw(A).catch(()=>null))try{if(await AB(A,B),w.compress)try{let W=`${B}.gz`;await this.compressLogFile(B,W),await CA(B)}catch(W){console.error("Error compressing rotated file:",W)}if(U.length===0&&!Y.some((W)=>W.endsWith(".log.1")))try{let W=`${A}.1`;await FU(W,"")}catch(W){console.error("Error creating backup file:",W)}}catch(W){console.error(`Error during rotation: ${W instanceof Error?W.message:String(W)}`)}}else{let Y=new Date().toISOString().replace(/[:.]/g,"-"),U=A.replace(/\.log$/,`-${Y}.log`);if(await Pw(A).catch(()=>null))await AB(A,U)}if(this.currentLogFile=J,w.maxFiles){let U=(await IA(this.config.logDirectory)).filter((Z)=>Z.startsWith(this.name)).sort((Z,B)=>B.localeCompare(Z));for(let Z of U.slice(w.maxFiles))await CA(bw(this.config.logDirectory,Z))}}}async compressLogFile($,w){let A=oW($),J=Pf(w),Y=JB();await nf(A,Y,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()})),MA(this.currentLogFile))try{let $=$B(this.currentLogFile,"r+");eW($),jU($)}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 w=(await IA(this.config.logDirectory)).filter((A)=>(A.includes("temp")||A.includes(".tmp"))&&A.includes(this.name));for(let A of w)try{await CA(bw(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||B$())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:Y,level:U,showTimestamp:Z=!0}=$,B=(z)=>z.replace(this.ANSI_PATTERN,"");if(!this.fancy){let z=[];if(Z)z.push(w);if(U==="warning")z.push("WARN");else if(U==="error")z.push("ERROR");else if(A)z.push(A.replace(/[^\p{L}\p{N}\p{P}\p{Z}]/gu,""));if(J)z.push(J.replace(/[[\]]/g,""));return z.push(Y),z.join(" ")}let W=O.stdout.columns||120,E="";if(U==="warning"||U==="error")E=`${A} ${Y}`;else if(U==="info"||U==="success")E=`${A} ${J} ${Y}`;else E=`${A} ${J} ${P.cyan(Y)}`;if(!Z)return E.trim();let j=B(E).trim().length,F=B(w).length,f=Math.max(1,W-2-j-F);return`${E.trim()}${" ".repeat(f)}${w}`}formatMessage($,w){if(w.length===1&&Array.isArray(w[0]))return $.replace(/\{(\d+)\}/g,(U,Z)=>{let B=Number.parseInt(Z,10);return B<w[0].length?String(w[0][B]):U});let A=/%([sdijfo%])/g,J=0,Y=$.replace(A,(U,Z)=>{if(Z==="%")return"%";if(J>=w.length)return U;let B=w[J++];switch(Z){case"s":return String(B);case"d":case"i":return Number(B).toString();case"j":case"o":return JSON.stringify(B,null,2);default:return U}});if(J<w.length)Y+=` ${w.slice(J).map((U)=>typeof U==="object"?JSON.stringify(U,null,2):String(U)).join(" ")}`;return Y}formatMarkdown($){if(!$)return $;let w=$;return w=w.replace(/\[([^\]]+)\]\(([^)]+)\)/g,(A,J,Y)=>{let U=P.underline(P.blue(J)),Z=this.toAbsoluteFilePath(Y);if(Z&&this.shouldStyleConsole()&&this.supportsHyperlinks()){let B=`file://${encodeURI(Z)}`,W="\x1B]8;;",E="\x1B\\";return`\x1B]8;;${B}\x1B\\${U}\x1B]8;;\x1B\\`}if(this.shouldStyleConsole()&&this.supportsHyperlinks())return`\x1B]8;;${Y}\x1B\\${U}\x1B]8;;\x1B\\`;return U}),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(B$())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(vf(w)||w.startsWith("./")||w.startsWith("../"))w=mf(w);else return null;return MA(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,Y=this.formatConsoleTimestamp(J),U=this.formatFileTimestamp(J),Z,B;if(w instanceof Error)Z=w.message,B=w.stack;else Z=this.formatMessage(w,A);let{consoleText:W,fileText:E}=this.buildOutputTexts(Z);if(this.shouldStyleConsole()){let F=this.options.showIcons===!1?"":A2[$],f=this.options.showTags!==!1&&this.name?P.gray(this.formatTag(this.name)):"",z;switch($){case"debug":z=this.formatConsoleMessage({timestamp:Y,icon:F,tag:f,message:P.gray(W),level:$}),console.error(z);break;case"info":z=this.formatConsoleMessage({timestamp:Y,icon:F,tag:f,message:W,level:$}),console.warn(z);break;case"success":z=this.formatConsoleMessage({timestamp:Y,icon:F,tag:f,message:P.green(W),level:$}),console.error(z);break;case"warning":z=this.formatConsoleMessage({timestamp:Y,icon:F,tag:f,message:W,level:$}),console.warn(z);break;case"error":if(z=this.formatConsoleMessage({timestamp:Y,icon:F,tag:f,message:W,level:$}),console.error(z),B){let H=B.split(`
|
|
43
|
-
`);for(let
|
|
44
|
-
`;if(
|
|
45
|
-
`;if(
|
|
46
|
-
`);if(this[
|
|
47
|
-
`,
|
|
48
|
-
`),
|
|
49
|
-
`.replace(this.ANSI_PATTERN,"");if(this.shouldWriteToFile())await this.writeToFile(
|
|
50
|
-
`.replace(this.ANSI_PATTERN,"");if(this.shouldWriteToFile())await this.writeToFile(
|
|
51
|
-
`)}finishProgressBar($,w){if(!this.enabled||!this.fancy||
|
|
52
|
-
|
|
53
|
-
`;for(let
|
|
54
|
-
`,A+=` Type: ${
|
|
55
|
-
`,A+=` Description: ${
|
|
56
|
-
`,A+=` Example: ${
|
|
42
|
+
`}return{name:"bunfig-plugin",setup(f){f.onResolve({filter:/^virtual:bunfig-types$/},(X)=>{return{path:X.path,namespace:"bunfig-virtual"}}),f.onLoad({filter:/^virtual:bunfig-types$/,namespace:"bunfig-virtual"},()=>{return{contents:Y(),loader:"ts"}})}}}function xh($,w={}){let A=tA.cwd();while(A.includes("storage"))A=MW(A,"..");let Y=MW(A,$||"");if(w?.relative)return q2(tA.cwd(),Y);return Y}function E$(){if(Q0.env.NODE_ENV==="test"||Q0.env.BUN_ENV==="test")return!1;return typeof window<"u"}async function ih(){if(Q0.env.NODE_ENV==="test"||Q0.env.BUN_ENV==="test")return!0;if(typeof navigator<"u"&&navigator.product==="ReactNative")return!0;if(typeof Q0<"u"){let $=Q0.type;if($==="renderer"||$==="worker")return!1;return!!(Q0.versions&&(Q0.versions.node||Q0.versions.bun))}return!1}class jB{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: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 UY{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={...$Y},this.options=this.normalizeOptions(w),this.formatter=this.options.formatter||new jB,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},Y=w.timestamp!==void 0;if(Y)delete A.timestamp;if(this.config={...this.config,...A,timestamp:Y||this.config.timestamp,level:this.options.level??"info"},this.currentLogFile=this.generateLogFilename(),this.encryptionKeys=new Map,this.validateEncryptionConfig()){this.setupRotation();let f=this.generateKeyId(),X=this.generateKey();this.currentKeyId=f,this.keys.set(f,X),this.encryptionKeys.set(f,{key:X,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{..._X,...$.fingersCrossed};if(!$.fingersCrossedEnabled)return null;if(!$.fingersCrossed)return{..._X};return{..._X,...$.fingersCrossed}}normalizeOptions($){let w={format:"json",level:"info",logDirectory:$Y.logDirectory,rotation:void 0,timestamp:void 0,fingersCrossed:{},enabled:!0,showTags:!1,showIcons:!0,formatter:void 0},A={...w,...Object.fromEntries(Object.entries($).filter(([,Y])=>Y!==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 f,X=0,U=3,W=1000;while(X<U)try{try{try{await C2(this.config.logDirectory,LW.F_OK|LW.W_OK)}catch(B){if(B instanceof Error&&"code"in B)if(B.code==="ENOENT")await S2(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 J=this.validateEncryptionConfig()?(await this.encrypt($)).encrypted:S0.from($);try{if(!_A(this.currentLogFile))await SX(this.currentLogFile,"",{mode:420});if(f=SW(this.currentLogFile,"a",420),I2(f,J,{flag:"a"}),CW(f),f!==void 0)CX(f),f=void 0;if((await mw(this.currentLogFile)).size===0){if(await SX(this.currentLogFile,J,{flag:"w",mode:420}),(await mw(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(X<U-1){let j=typeof E.message==="string"?E.message:"Unknown error";console.error(`Network error during write attempt ${X+1}/${U}:`,j);let T=W*2**X;await new Promise((F)=>setTimeout(F,T)),X++;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(f!==void 0)try{CX(f)}catch(B){console.error("Debug: [writeToFile] Error closing file descriptor:",B)}}}catch(J){if(X===U-1){let E=J,j=typeof E.message==="string"?E.message:"Unknown error";throw console.error("Debug: [writeToFile] Max retries reached. Final error:",j),J}X++;let B=W*2**(X-1);await new Promise((E)=>setTimeout(E,B))}})();this.pendingOperations.push(A);let Y=this.pendingOperations.length-1;try{await A}catch(f){throw console.error("Debug: [writeToFile] Error in operation:",f),f}finally{this.pendingOperations.splice(Y,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,Y=Math.max(A,60)*1000;this.keyRotationTimeout=setInterval(()=>{this.rotateKeys().catch((f)=>{console.error("Error rotating keys:",f)})},Y)}async rotateKeys(){if(!this.validateEncryptionConfig()){console.error("Invalid encryption configuration detected during key rotation");return}let w=this.config.rotation.keyRotation,A=this.generateKeyId(),Y=this.generateKey();this.currentKeyId=A,this.keys.set(A,Y),this.encryptionKeys.set(A,{key:Y,createdAt:new Date});let f=Array.from(this.encryptionKeys.entries()).sort(([,W],[,J])=>J.createdAt.getTime()-W.createdAt.getTime()),X=typeof w.maxKeys==="number"?w.maxKeys:1,U=Math.max(1,X);if(f.length>U)for(let[W]of f.slice(U))this.encryptionKeys.delete(W),this.keys.delete(W)}generateKeyId(){return IX(16).toString("hex")}generateKey(){return IX(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=IX(16),Y=N2("aes-256-gcm",w,A),f=S0.isBuffer($)?$:S0.from($,"utf8"),X=Y.update(f),U=Y.final(),W=X.length+U.length,J=Y.getAuthTag(),B=S0.allocUnsafe(16+W+16);return A.copy(B,0),X.copy(B,16),U.copy(B,16+X.length),J.copy(B,16+W),{encrypted:B,iv:A}}async compressData($){return new Promise((w,A)=>{let Y=VW(),f=[];Y.on("data",(X)=>f.push(X)),Y.on("end",()=>w(S0.from(S0.concat(f)))),Y.on("error",A),Y.write($),Y.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 mw(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,Y=this.generateLogFilename();if(this.name.includes("rotation-load-test")||this.name==="failed-rotation-test"){let f=await DA(this.config.logDirectory),X=f.filter((J)=>J.startsWith(this.name)&&/\.log\.\d+$/.test(J)).sort((J,B)=>{let E=Number.parseInt(J.match(/\.log\.(\d+)$/)?.[1]||"0");return Number.parseInt(B.match(/\.log\.(\d+)$/)?.[1]||"0")-E}),U=X.length>0?Number.parseInt(X[0].match(/\.log\.(\d+)$/)?.[1]||"0")+1:1,W=`${A}.${U}`;if(await mw(A).catch(()=>null))try{if(await OW(A,W),w.compress)try{let J=`${W}.gz`;await this.compressLogFile(W,J),await kA(W)}catch(J){console.error("Error compressing rotated file:",J)}if(X.length===0&&!f.some((J)=>J.endsWith(".log.1")))try{let J=`${A}.1`;await SX(J,"")}catch(J){console.error("Error creating backup file:",J)}}catch(J){console.error(`Error during rotation: ${J instanceof Error?J.message:String(J)}`)}}else{let f=new Date().toISOString().replace(/[:.]/g,"-"),X=A.replace(/\.log$/,`-${f}.log`);if(await mw(A).catch(()=>null))await OW(A,X)}if(this.currentLogFile=Y,w.maxFiles){let X=(await DA(this.config.logDirectory)).filter((U)=>U.startsWith(this.name)).sort((U,W)=>W.localeCompare(U));for(let U of X.slice(w.maxFiles))await kA(dw(this.config.logDirectory,U))}}}async compressLogFile($,w){let A=IW($),Y=M2(w),f=VW();await V2(A,f,Y)}async handleFingersCrossedBuffer($,w){if(!this.fingersCrossedConfig)return;if(this.shouldActivateFingersCrossed($)&&!this.isActivated){this.isActivated=!0;for(let A of this.logBuffer){let Y=await this.formatter.format(A);if(this.shouldWriteToFile())await this.writeToFile(Y);console.log(Y)}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()})),_A(this.currentLogFile))try{let $=SW(this.currentLogFile,"r+");CW($),CX($)}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 DA(this.config.logDirectory)).filter((A)=>(A.includes("temp")||A.includes(".tmp"))&&A.includes(this.name));for(let A of w)try{await kA(dw(this.config.logDirectory,A))}catch(Y){console.error(`Failed to delete temp file ${A}:`,Y)}}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||E$())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:Y="",message:f,level:X,showTimestamp:U=!0}=$,W=(F)=>F.replace(this.ANSI_PATTERN,"");if(!this.fancy){let F=[];if(U)F.push(w);if(X==="warning")F.push("WARN");else if(X==="error")F.push("ERROR");else if(A)F.push(A.replace(/[^\p{L}\p{N}\p{P}\p{Z}]/gu,""));if(Y)F.push(Y.replace(/[[\]]/g,""));return F.push(f),F.join(" ")}let J=V.stdout.columns||120,B="";if(X==="warning"||X==="error")B=`${A} ${f}`;else if(X==="info"||X==="success")B=`${A} ${Y} ${f}`;else B=`${A} ${Y} ${P.cyan(f)}`;if(!U)return B.trim();let E=W(B).trim().length,j=W(w).length,T=Math.max(1,J-2-E-j);return`${B.trim()}${" ".repeat(T)}${w}`}formatMessage($,w){if(w.length===1&&Array.isArray(w[0]))return $.replace(/\{(\d+)\}/g,(X,U)=>{let W=Number.parseInt(U,10);return W<w[0].length?String(w[0][W]):X});let A=/%([sdijfo%])/g,Y=0,f=$.replace(A,(X,U)=>{if(U==="%")return"%";if(Y>=w.length)return X;let W=w[Y++];switch(U){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 X}});if(Y<w.length)f+=` ${w.slice(Y).map((X)=>typeof X==="object"?JSON.stringify(X,null,2):String(X)).join(" ")}`;return f}formatMarkdown($){if(!$)return $;let w=$;return w=w.replace(/\[([^\]]+)\]\(([^)]+)\)/g,(A,Y,f)=>{let X=P.underline(P.blue(Y)),U=this.toAbsoluteFilePath(f);if(U&&this.shouldStyleConsole()&&this.supportsHyperlinks()){let W=`file://${encodeURI(U)}`,J="\x1B]8;;",B="\x1B\\";return`\x1B]8;;${W}\x1B\\${X}\x1B]8;;\x1B\\`}if(this.shouldStyleConsole()&&this.supportsHyperlinks())return`\x1B]8;;${f}\x1B\\${X}\x1B]8;;\x1B\\`;return X}),w=w.replace(/`([^`]+)`/g,(A,Y)=>P.bgGray(Y)),w=w.replace(/\*\*([^*]+)\*\*/g,(A,Y)=>P.bold(Y)),w=w.replace(/(?<!\*)\*([^*]+)\*(?!\*)/g,(A,Y)=>P.italic(Y)),w=w.replace(/(?<!_)_([^_]+)_(?!_)/g,(A,Y)=>P.italic(Y)),w=w.replace(/~([^~]+)~/g,(A,Y)=>P.strikethrough(Y)),w}supportsHyperlinks(){if(E$())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(L2(w)||w.startsWith("./")||w.startsWith("../"))w=O2(w);else return null;return _A(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 Y=new Date,f=this.formatConsoleTimestamp(Y),X=this.formatFileTimestamp(Y),U,W;if(w instanceof Error)U=w.message,W=w.stack;else U=this.formatMessage(w,A);let{consoleText:J,fileText:B}=this.buildOutputTexts(U);if(this.shouldStyleConsole()){let j=this.options.showIcons===!1?"":vh[$],T=this.options.showTags!==!1&&this.name?P.gray(this.formatTag(this.name)):"",F;switch($){case"debug":F=this.formatConsoleMessage({timestamp:f,icon:j,tag:T,message:P.gray(J),level:$}),console.error(F);break;case"info":F=this.formatConsoleMessage({timestamp:f,icon:j,tag:T,message:J,level:$}),console.warn(F);break;case"success":F=this.formatConsoleMessage({timestamp:f,icon:j,tag:T,message:P.green(J),level:$}),console.error(F);break;case"warning":F=this.formatConsoleMessage({timestamp:f,icon:j,tag:T,message:J,level:$}),console.warn(F);break;case"error":if(F=this.formatConsoleMessage({timestamp:f,icon:j,tag:T,message:J,level:$}),console.error(F),W){let H=W.split(`
|
|
43
|
+
`);for(let h of H)if(h.trim()&&!h.includes(U))console.error(this.formatConsoleMessage({timestamp:f,message:P.gray(` ${h}`),level:$,showTimestamp:!1}))}break}}else if(!E$()){if(console.error(`${X} ${this.environment}.${$.toUpperCase()}: ${U}`),W)console.error(W)}let E=`${X} ${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,J)=>{},finish:(W)=>{},interrupt:(W,J)=>{}};if(!this.enabled)return A;let Y=30;if(this.activeProgressBar={total:Math.max(1,$||1),current:0,message:w||"",barLength:Y,lastRenderedLine:""},this.shouldStyleConsole()&&!E$()&&V.stdout.isTTY)this.renderProgressBar(this.activeProgressBar);return{update:(W,J)=>{if(!this.enabled||!this.activeProgressBar)return;if(this.activeProgressBar.current=Math.min(Math.max(0,W),this.activeProgressBar.total),J!==void 0)this.activeProgressBar.message=J;if(this.shouldStyleConsole()&&!E$()&&V.stdout.isTTY)this.renderProgressBar(this.activeProgressBar)},finish:(W)=>{if(!this.activeProgressBar)return;this.finishProgressBar(this.activeProgressBar,W)},interrupt:(W,J="info")=>{if(!E$()&&V.stdout.isTTY)V.stdout.write(`
|
|
46
|
+
`);if(this[J==="warning"?"warn":J](W),this.activeProgressBar&&this.shouldStyleConsole()&&!E$()&&V.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)):"",Y=this.formatConsoleTimestamp(new Date);console.error(this.formatConsoleMessage({timestamp:Y,icon:this.options.showIcons===!1?"":P.blue("◐"),tag:A,message:`${P.cyan($)}...`}))}return async(A)=>{if(!this.enabled)return;let Y=performance.now(),f=Math.round(Y-w),X=`${$} completed in ${f}ms`,U=new Date,W=this.formatConsoleTimestamp(U),B=`${this.formatFileTimestamp(U)} ${this.environment}.INFO: ${X}`;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:`${X}${A?` ${JSON.stringify(A)}`:""}`}))}else if(!E$())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 UY(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(E$())throw Error("createReadStream is not supported in browser environments");if(!_A(this.currentLogFile))throw Error(`Log file does not exist: ${this.currentLogFile}`);return IW(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 Y=S0.isBuffer($)?$:S0.from($,"base64"),f=Y.subarray(0,16),X=Y.subarray(Y.length-16),U=Y.subarray(16,Y.length-16),W=y2("aes-256-gcm",A,f);W.setAuthTag(X);let J=W.update(U),B=W.final(),E=J.length+B.length,j=S0.allocUnsafe(E);return J.copy(j,0),B.copy(j,J.length),j.toString("utf8")}catch(Y){throw Error(`Decryption failed: ${Y instanceof Error?Y.message:String(Y)}`)}}getLevel(){return this.config.level}getLogDirectory(){return this.config.logDirectory}getFormat(){return this.config.format}getRotationConfig(){return this.config.rotation}isBrowserMode(){return E$()}isServerMode(){return!E$()}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),Y=this.formatFileTimestamp(w),{consoleText:f,fileText:X}=this.buildOutputTexts($);if(this.shouldStyleConsole()){let W=f.split(`
|
|
48
|
+
`),J=Math.max(...W.map((T)=>T.length))+2,B=`┌${"─".repeat(J)}┐`,E=`└${"─".repeat(J)}┘`,j=W.map((T)=>{return this.formatConsoleMessage({timestamp:A,message:P.cyan(T),showTimestamp:!1})});console.error(this.formatConsoleMessage({timestamp:A,message:P.cyan(B),showTimestamp:!1})),j.forEach((T)=>console.error(T)),console.error(this.formatConsoleMessage({timestamp:A,message:P.cyan(E),showTimestamp:!1}))}else if(!E$())console.error(`${Y} ${this.environment}.INFO: [BOX] ${X}`);let U=`${Y} ${this.environment}.INFO: [BOX] ${X}
|
|
49
|
+
`.replace(this.ANSI_PATTERN,"");if(this.shouldWriteToFile())await this.writeToFile(U)}async prompt($){if(E$())return Promise.resolve(!0);return new Promise((w)=>{console.error(`${P.cyan("?")} ${$} (y/n) `);let A=(Y)=>{let f=Y.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(f==="y"||f==="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 J=/%([sdijfo%])/g,B=0;if(A=$.replace(J,(E,j)=>{if(j==="%")return"%";if(B>=w.length)return E;let T=w[B++];switch(j){case"s":return String(T);case"d":case"i":return Number(T).toString();case"j":case"o":return JSON.stringify(T,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:Y,fileText:f}=this.buildOutputTexts(A);if(this.shouldStyleConsole()){let J=this.options.showTags!==!1&&this.name?P.gray(this.formatTag(this.name)):"",B=this.options.showIcons===!1?"":`${P.blue("◐")} `;console.error(`${B}${J} ${P.cyan(Y)}`)}let W=`[${new Date().toISOString()}] ${this.environment}.INFO: [START] ${f}
|
|
50
|
+
`.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))),Y=Math.round($.barLength*A/100),f=$.barLength-Y,X=P.green("━".repeat(Y)),U=P.gray("━".repeat(f)),W=`[${X}${U}]`,J=`${A}%`.padStart(4),B=$.message?` ${$.message}`:"",E=this.options.showIcons===!1?"":w||A===100?P.green("✓"):P.blue("▶"),j=this.options.showTags!==!1&&this.name?` ${P.gray(this.formatTag(this.name))}`:"",T=`\r${E}${j} ${W} ${J}${B}`,F=V.stdout.columns||80,H=" ".repeat(Math.max(0,F-T.replace(this.ANSI_PATTERN,"").length));if($.lastRenderedLine=`${T}${H}`,V.stdout.write($.lastRenderedLine),w)V.stdout.write(`
|
|
51
|
+
`)}finishProgressBar($,w){if(!this.enabled||!this.fancy||E$()||!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(E$()){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 Y of w){if(!($.name?new RegExp($.name.replace("*",".*")).test(Y):Y.startsWith(this.name))||!Y.endsWith(".log"))continue;let X=dw(this.config.logDirectory,Y);if($.before)try{if((await mw(X)).mtime>=$.before)continue}catch(U){console.error(`Failed to get stats for file ${X}:`,U);continue}A.push(X)}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 Y of A)try{await kA(Y),console.warn(`Deleted log file: ${Y}`)}catch(f){console.error(`Failed to delete log file ${Y}:`,f)}console.warn("Log clearing process finished.")}catch(w){console.error("Error during log clearing process:",w)}}}async function mh($,w={}){let{maxRetries:A=3,retryDelay:Y=1000,isRetryable:f=()=>!0,fallback:X}=w,U=Error("Unknown error occurred");for(let W=0;W<=A;W++)try{return await $()}catch(J){if(U=J instanceof Error?J:Error(String(J)),W===A||!f(U))break;if(Y>0)await new Promise((B)=>setTimeout(B,Y))}if(X!==void 0)return X;throw U instanceof Error?U:Error(`Unknown error: ${String(U)}`)}class $8{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:Y,useCamelCase:f=!0,useBackwardCompatibility:X=!0,customParsers:U={},verbose:W=!1,trackPerformance:J=!0}=A,B=async()=>{if(!$)return{config:w,source:{type:"environment",priority:50,timestamp:new Date}};let E=Y||this.generateEnvPrefix($),j={...w};return this.processObject(j,[],E,{useCamelCase:f,useBackwardCompatibility:X,customParsers:U,verbose:W,configName:$}),{config:j,source:{type:"environment",priority:50,timestamp:new Date}}};if(J)return lX.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,Y){for(let[f,X]of Object.entries($)){let U=[...w,f],W=U.map((E)=>this.formatEnvKey(E,Y.useCamelCase)),J=`${A}_${W.join("_")}`,B=Y.useBackwardCompatibility?`${A}_${U.map((E)=>E.toUpperCase()).join("_")}`:null;if(Y.verbose);if(typeof X==="object"&&X!==null&&!Array.isArray(X))this.processObject(X,U,A,Y);else{let E=xA.env[J]||(B?xA.env[B]:void 0);if(E!==void 0){if(Y.verbose){let j=xA.env[J]?J:B}try{$[f]=this.parseEnvironmentValue(E,typeof X,J,Y.customParsers,Y.configName)}catch(j){if(j instanceof eX)throw j;throw tw.envVar(J,E,typeof X,Y.configName)}}}}}parseEnvironmentValue($,w,A,Y,f){for(let[X,U]of Object.entries(Y))try{return U($)}catch{continue}for(let X of this.defaultParsers)if(X.canParse($,w))try{return X.parse($)}catch{throw tw.envVar(A,$,`${w} (via ${X.name} parser)`,f)}return $}getEnvironmentVariables($){let w={},A=$.toUpperCase();for(let[Y,f]of Object.entries(xA.env))if(Y.startsWith(A)&&f!==void 0)w[Y]=f;return w}validateEnvironmentVariable($,w,A){let Y=[];if(!/^[A-Z_][A-Z0-9_]*$/.test($))Y.push(`Environment variable key "${$}" should only contain uppercase letters, numbers, and underscores`);if(A)try{this.parseEnvironmentValue($,w,A,{})}catch(f){Y.push(`Cannot parse value "${w}" as ${A}: ${f}`)}return{isValid:Y.length===0,errors:Y}}generateEnvVarDocs($,w,A={}){let{prefix:Y,format:f="text"}=A,X=Y||this.generateEnvPrefix($),U=[];switch(this.extractEnvVarInfo(w,[],X,U),f){case"markdown":return this.formatAsMarkdown(U,$);case"json":return JSON.stringify(U,null,2);default:return this.formatAsText(U,$)}}extractEnvVarInfo($,w,A,Y){for(let[f,X]of Object.entries($)){let U=[...w,f],W=`${A}_${U.map((J)=>this.formatEnvKey(J,!0)).join("_")}`;if(typeof X==="object"&&X!==null&&!Array.isArray(X))this.extractEnvVarInfo(X,U,A,Y);else Y.push({key:W,type:Array.isArray(X)?"array":typeof X,description:`Configuration for ${U.join(".")}`,example:this.generateExample(X)})}}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
|
+
|
|
53
|
+
`;for(let Y of $)A+=`${Y.key}
|
|
54
|
+
`,A+=` Type: ${Y.type}
|
|
55
|
+
`,A+=` Description: ${Y.description}
|
|
56
|
+
`,A+=` Example: ${Y.example}
|
|
57
57
|
|
|
58
58
|
`;return A}formatAsMarkdown($,w){let A=`# Environment Variables for ${w}
|
|
59
59
|
|
|
60
60
|
`;A+=`| Variable | Type | Description | Example |
|
|
61
61
|
`,A+=`|----------|------|-------------|----------|
|
|
62
|
-
`;for(let
|
|
63
|
-
`;return A}}function Y2($,w,A={}){return pB($,w,A,new WeakMap)}function pB($,w,A,J){let{arrayMergeMode:Y="replace",skipNullish:U=!1,customMerger:Z}=A;if(w===null||w===void 0)return U?$:w;if(Z){let B=Z($,w);if(B!==void 0)return B}if(Array.isArray(w)||Array.isArray($))return tB($,w,Y,J);if(!e$(w)||!e$($))return w;return B2($,w,A,J)}function tB($,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 Z2($,w,J);default:return w}return w}function U2($,w){let A=[...w];for(let J of $)if(!A.some((Y)=>OU(Y,J)))A.push(J);return A}function Z2($,w,A){if(w.length===0)return $;if($.length===0)return w;if(e$(w[0])&&e$($[0]))return W2($,w,A);if(w.every((J)=>typeof J==="string")&&$.every((J)=>typeof J==="string")){let J=[...w];for(let Y of $)if(!J.includes(Y))J.push(Y);return J}return w}function W2($,w,A){let J=[...w];for(let Y of $){if(!e$(Y)){J.push(Y);continue}let U=["id","name","key","path","type"],Z=!1;for(let B of U)if(B in Y){if(J.find((E)=>e$(E)&&(B in E)&&E[B]===Y[B])){Z=!0;break}}if(!Z)J.push(Y)}return J}function B2($,w,A,J){let Y=w;if(e$(Y)&&J.has(Y))return J.get(Y);let U={...$};if(e$(Y))J.set(Y,U);for(let Z in Y){if(!Object.prototype.hasOwnProperty.call(Y,Z))continue;let B=Y[Z],W=U[Z];if(A.skipNullish&&(B===null||B===void 0))continue;if(B===null||B===void 0){U[Z]=B;continue}if(e$(B)&&e$(W))U[Z]=pB(W,B,A,J);else if(Array.isArray(B)||Array.isArray(W))U[Z]=tB(W,B,A.arrayMergeMode||"smart",J);else U[Z]=B}return U}function rB($,w,A="replace"){return Y2($,w,{arrayMergeMode:A==="replace"?"replace":"smart",skipNullish:!0})}function OU($,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(!OU($[A],w[A]))return!1;return!0}if(e$($)&&e$(w)){let A=Object.keys($),J=Object.keys(w);if(A.length!==J.length)return!1;for(let Y of A){if(!Object.prototype.hasOwnProperty.call(w,Y))return!1;if(!OU($[Y],w[Y]))return!1}return!0}return!1}function e$($){return Boolean($&&typeof $==="object"&&!Array.isArray($))}class aB{extensions=[".ts",".js",".mjs",".cjs",".json",".mts",".cts"];async loadFromPath($,w,A={}){let{arrayStrategy:J="replace",useCache:Y=!0,cacheTtl:U,trackPerformance:Z=!0,verbose:B=!1}=A;if(Y){let E=kA.getWithFileCheck("file",$);if(E){if(B)console.log(`Configuration loaded from cache: ${$}`);return E}}let W=async()=>{if(!VA($))return null;try{let E=`?t=${Date.now()}`,j=await import($+E),F=j.default||j,f="default"in j,z=Object.keys(j).length>0;if(!f&&!z)throw new lA($,Error("Configuration file is empty and exports nothing"),"unknown");if(typeof F!=="object"||F===null||Array.isArray(F))throw new lA($,Error("Configuration must export a valid object"),"unknown");let q={config:rB(w,F,J),source:{type:"file",path:$,priority:100,timestamp:new Date}};if(Y)kA.setWithFileCheck("file",q,$,U);return q}catch(E){throw E instanceof Error?cw.configLoad($,E):cw.configLoad($,Error(String(E)))}};if(Z)return XU.track("loadFromPath",W,{path:$});return W()}async tryLoadFromPaths($,w,A={}){for(let J of $)try{let Y=await this.loadFromPath(J,w,A);if(Y)return Y}catch(Y){if(Y instanceof Error&&Y.name==="ConfigLoadError")throw Y;if(A.verbose)console.warn(`Failed to load config from ${J}:`,Y)}return null}generateConfigPaths($,w,A){let J=this.generateNamePatterns($,A),Y=[];for(let U of J)for(let Z of this.extensions)Y.push(qU(w,`${U}${Z}`));return Y}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 U of J){if(!U)continue;if(A.push(U,`.${U}.config`,`${U}.config`,`.${U}`),$)A.push(`${$}.${U}.config`,`.${$}.${U}.config`)}let Y=new Set;return A.filter((U)=>{if(!U||Y.has(U))return!1;return Y.add(U),!0})}checkFileAccess($){return J2(async()=>{return VA($)},{maxRetries:2,retryDelay:100,fallback:!1})}async discoverConfigFiles($,w,A){let J=[];if(!VA($))return J;if(w||A){let Y=this.generateNamePatterns(w||"",A);for(let U of Y)for(let Z of this.extensions){let B=qU($,`${U}${Z}`);if(await this.checkFileAccess(B))J.push(B)}}else try{let{readdirSync:Y}=await import("fs"),U=Y($);for(let Z of U)if(this.looksLikeConfigFile(Z)){let B=qU($,Z);if(await this.checkFileAccess(B))J.push(B)}}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(!VA($))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:Y}=await import("fs"),U=Y($,"utf8");JSON.parse(U)}catch(Y){w.push(`Invalid JSON syntax: ${Y}`)}}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 Y=await this.loadFromPath(J,{},w);if(Y)A.set(J,Y.config)}catch(Y){if(w.verbose)console.warn(`Failed to preload ${J}:`,Y)}})),A}}class sB{async validateConfiguration($,w,A={}){let{stopOnFirstError:J=!1,validateRequired:Y=!0,validateTypes:U=!0,customRules:Z=[],trackPerformance:B=!0,verbose:W=!1}=A,E=async()=>{let j=[],F=[],f={stopOnFirstError:J,validateRequired:Y,validateTypes:U,customRules:Z,trackPerformance:B,verbose:W};try{if(typeof w==="string")return await this.validateWithSchemaFile($,w,f);else if(Array.isArray(w))return this.validateWithRules($,[...w,...Z],f);else return this.validateWithJSONSchema($,w,f)}catch(z){return j.push({path:"",message:`Validation failed: ${z}`,rule:"system"}),{isValid:!1,errors:j,warnings:F}}};if(B)return await XU.track("validateConfiguration",E);return E()}async validateWithSchemaFile($,w,A){try{if(!E2(w))throw new pA(w,[{path:"",message:"Schema file does not exist"}]);let J=await import(w),Y=J.default||J;if(Array.isArray(Y))return this.validateWithRules($,Y,A);else return this.validateWithJSONSchema($,Y,A)}catch(J){throw new pA(w,[{path:"",message:`Failed to load schema: ${J}`}])}}validateWithJSONSchema($,w,A){let J=[],Y=[];return this.validateObjectAgainstSchema($,w,"",J,Y,A),{isValid:J.length===0,errors:J,warnings:Y}}validateObjectAgainstSchema($,w,A,J,Y,U){if(U.validateTypes&&w.type){let Z=Array.isArray($)?"array":typeof $,B=Array.isArray(w.type)?w.type:[w.type];if(!B.includes(Z)){if(J.push({path:A,message:`Expected type ${B.join(" or ")}, got ${Z}`,expected:B.join(" or "),actual:Z,rule:"type"}),U.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"}),U.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 Z=0;Z<$.length;Z++){let B=A?`${A}[${Z}]`:`[${Z}]`;if(this.validateObjectAgainstSchema($[Z],w.items,B,J,Y,U),U.stopOnFirstError&&J.length>0)return}if($&&typeof $==="object"&&!Array.isArray($)){let Z=$;if(U.validateRequired&&w.required){for(let B of w.required)if(!(B in Z)){if(J.push({path:A?`${A}.${B}`:B,message:`Missing required property '${B}'`,expected:"required",rule:"required"}),U.stopOnFirstError)return}}if(w.properties){for(let[B,W]of Object.entries(w.properties))if(B in Z){let E=A?`${A}.${B}`:B;if(this.validateObjectAgainstSchema(Z[B],W,E,J,Y,U),U.stopOnFirstError&&J.length>0)return}}if(w.additionalProperties===!1){let B=new Set(Object.keys(w.properties||{}));for(let W of Object.keys(Z))if(!B.has(W))Y.push({path:A?`${A}.${W}`:W,message:`Additional property '${W}' is not allowed`,rule:"additionalProperties"})}}}validateWithRules($,w,A){let J=[],Y=[];for(let U of w)try{let Z=this.getValueByPath($,U.path),B=this.validateWithRule(Z,U,U.path);if(J.push(...B),A.stopOnFirstError&&J.length>0)break}catch(Z){J.push({path:U.path,message:`Rule validation failed: ${Z}`,rule:"system"})}return{isValid:J.length===0,errors:J,warnings:Y}}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 Y=Array.isArray($)?"array":typeof $;if(Y!==w.type)J.push({path:A,message:w.message||`Expected type ${w.type}, got ${Y}`,expected:w.type,actual:Y,rule:"type"})}if(w.min!==void 0){let Y=Array.isArray($)?$.length:typeof $==="string"?$.length:typeof $==="number"?$:0;if(Y<w.min)J.push({path:A,message:w.message||`Value must be at least ${w.min}`,expected:`>= ${w.min}`,actual:Y,rule:"min"})}if(w.max!==void 0){let Y=Array.isArray($)?$.length:typeof $==="string"?$.length:typeof $==="number"?$:0;if(Y>w.max)J.push({path:A,message:w.message||`Value must not exceed ${w.max}`,expected:`<= ${w.max}`,actual:Y,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 Y=w.validator($);if(Y)J.push({path:A,message:w.message||Y,rule:"custom"})}return J}getValueByPath($,w){if(!w)return $;let A=w.split("."),J=$;for(let Y of A)if(J&&typeof J==="object"&&Y in J)J=J[Y];else return;return J}generateRulesFromInterface($){let w=[],A=$.matchAll(/(\w+)(\?)?:\s*(\w+)/g);for(let J of A){let[,Y,U,Z]=J;w.push({path:Y,required:!U,type:this.mapTypeScriptType(Z)})}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:j2},{path:"timeout",type:"number",min:0},{path:"retries",type:"number",min:0,max:10}]}}}function F2($){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 oB{fileLoader=new aB;envProcessor=new uU;validator=new sB;async loadConfig($){let w=Date.now(),{cache:A,performance:J,schema:Y,validate:U,...Z}=$;try{if(A?.enabled){let W=this.checkCache(Z.name||"",Z);if(W)return W}let B;try{B=await this.loadConfigurationStrategies(Z,!0,A)}catch(W){let E=Z.__strictErrorHandling;if(W instanceof Error&&W.name==="ConfigNotFoundError"){if(E)throw W;B={...await this.applyEnvironmentVariables(Z.name||"",Z.defaultConfig,Z.checkEnv!==!1,Z.verbose||!1),warnings:[`No configuration file found for "${Z.name||"config"}", using defaults with environment variables`]}}else if(W instanceof Error&&W.name==="ConfigLoadError"){let j=W.message.includes("EACCES")||W.message.includes("EPERM")||W.message.includes("permission denied"),F=!j&&(W.message.includes("syntax")||W.message.includes("Expected")||W.message.includes("Unexpected")||W.message.includes("BuildMessage")||W.message.includes("errors building")),f=W.message.includes("Configuration must export a valid object")||W.message.includes("Configuration file is empty and exports nothing");if(E&&(f||j))throw W;if(F&&(!E||!f))B={...await this.applyEnvironmentVariables(Z.name||"",Z.defaultConfig,Z.checkEnv!==!1,Z.verbose||!1),warnings:["Configuration file has syntax errors, using defaults with environment variables"]};else if(!E)B={...await this.applyEnvironmentVariables(Z.name||"",Z.defaultConfig,Z.checkEnv!==!1,Z.verbose||!1),warnings:[`Configuration loading error, using defaults: ${W.message}`]};else throw W}else B={...await this.applyEnvironmentVariables(Z.name||"",Z.defaultConfig,Z.checkEnv!==!1,Z.verbose||!1),warnings:[`Configuration loading failed, using defaults: ${W instanceof Error?W.message:String(W)}`]}}if(Y||U)await this.validateConfiguration(B.config,Y,U,Z.name);if(A?.enabled&&B)this.cacheResult(Z.name||"",B,A,Z);if(J?.enabled){let W={operation:"loadConfig",duration:Date.now()-w,configName:Z.name,timestamp:new Date};if(J.onMetrics)J.onMetrics(W);if(J.slowThreshold&&W.duration>J.slowThreshold)y0.warn(`Slow configuration loading detected: ${W.duration}ms for ${Z.name}`);B.metrics=W}return B}catch(B){if(B instanceof Error&&B.name==="ConfigNotFoundError")throw B;let W=Date.now()-w;throw y0.error(`Configuration loading failed after ${W}ms:`,[B instanceof Error?B:Error(String(B))]),B}}async loadConfigurationStrategies($,w=!1,A){let{name:J="",alias:Y,cwd:U,configDir:Z,defaultConfig:B,checkEnv:W=!0,arrayStrategy:E="replace",verbose:j=!1}=$,F=U||tA.cwd(),f=[],z=await this.loadLocalConfiguration(J,Y,F,Z,B,E,j,W,A);if(z)return f.push(...this.getLocalSearchPaths(J,Y,F,Z)),this.finalizeResult(z,f,W,J,j);let H=await this.loadHomeConfiguration(J,Y,B,E,j,W);if(H)return f.push(...this.getHomeSearchPaths(J,Y)),this.finalizeResult(H,f,W,J,j);let T=await this.loadPackageJsonConfiguration(J,Y,F,B,E,j,W);if(T)return f.push(s$(F,"package.json")),this.finalizeResult(T,f,W,J,j);if(f.push(...this.getAllSearchPaths(J,Y,F,Z)),w)throw cw.configNotFound(J,f,Y);return{...await this.applyEnvironmentVariables(J,B,W,j),warnings:[`No configuration file found for "${J}"${F2(Y)}, using defaults with environment variables`]}}async loadLocalConfiguration($,w,A,J,Y,U,Z,B,W){let E=B?SA($,Y,Z):Y,j=this.getLocalDirectories(A,J);for(let F of j){if(Z)y0.info(`Searching for configuration in: ${F}`);let f=this.fileLoader.generateConfigPaths($,F,w),z=await this.fileLoader.tryLoadFromPaths(f,E,{arrayStrategy:U,verbose:Z,cacheTtl:W?.ttl,useCache:!W?.ttl||W.ttl>100});if(z){if(Z)y0.success(`Configuration loaded from: ${z.source.path}`);return z}}return null}async loadHomeConfiguration($,w,A,J,Y,U){if(!$)return null;let Z=U?SA($,A,Y):A,B=[s$(Sw(),".config",$),s$(Sw(),".config"),Sw()];for(let W of B){if(Y)y0.info(`Checking home directory: ${W}`);let E=this.fileLoader.generateConfigPaths($,W,w),j=await this.fileLoader.tryLoadFromPaths(E,Z,{arrayStrategy:J,verbose:Y});if(j){if(Y)y0.success(`Configuration loaded from home directory: ${j.source.path}`);return j}}return null}async loadPackageJsonConfiguration($,w,A,J,Y,U,Z){let B=Z?SA($,J,U):J;try{let W=s$(A,"package.json");if(!Jf(W))return null;let E={};try{E=JSON.parse(Yf(W,"utf8"))}catch(f){if(U)y0.warn("Failed to parse package.json:",[f instanceof Error?f:Error(String(f))]);return null}let j=E[$],F=$;if(!j&&w){let f=Array.isArray(w)?w:[w];for(let z of f){if(!z)continue;if(E[z]){j=E[z],F=z;break}}}if(j&&typeof j==="object"&&!Array.isArray(j)){if(U)y0.success(`Configuration loaded from package.json: ${F}`);return{config:rB(B,j,Y),source:{type:"package.json",path:W,priority:30,timestamp:new Date}}}}catch(W){if(U)y0.warn("Failed to load package.json:",[W instanceof Error?W:Error(String(W))])}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:SA($,w,J),source:{type:"environment",priority:20,timestamp:new Date}}}async finalizeResult($,w,A,J,Y){return{config:$.config,source:$.source,path:$.source.path}}async validateConfiguration($,w,A,J){let Y=[];if(A){let U=A($);if(U)Y.push(...U)}if(w){let U=await this.validator.validateConfiguration($,w);if(!U.isValid)Y.push(...U.errors.map((Z)=>Z.path?`${Z.path}: ${Z.message}`:Z.message))}if(Y.length>0)throw cw.configValidation(J||"unknown",Y,J)}checkCache($,w){let A=this.generateCacheKey($,w);return kA.get(A)||null}cacheResult($,w,A,J){let Y=this.generateCacheKey($,J);kA.set(Y,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([$,s$($,"config"),s$($,".config"),w?s$($,w):void 0].filter(Boolean)))}getAllSearchPaths($,w,A,J){let Y=[];return Y.push(...this.getLocalSearchPaths($,w,A,J)),Y.push(...this.getHomeSearchPaths($,w)),Y.push(s$(A,"package.json")),Y}getLocalSearchPaths($,w,A,J){let Y=this.getLocalDirectories(A,J),U=[];for(let Z of Y)U.push(...this.fileLoader.generateConfigPaths($,Z,w));return U}getHomeSearchPaths($,w){if(!$)return[];let A=[s$(Sw(),".config",$),s$(Sw(),".config"),Sw()],J=[];for(let Y of A)J.push(...this.fileLoader.generateConfigPaths($,Y,w));return J}async loadConfigWithResult($){return this.loadConfig($)}}function SA($,w,A=!1){let J=new uU,Y=$.toUpperCase().replace(/[^A-Z0-9]/g,"_");function U(Z,B=[]){let W={...Z};for(let[E,j]of Object.entries(Z)){let F=[...B,E],f=[`${Y}_${F.join("_").toUpperCase()}`,`${Y}_${F.map((T)=>T.toUpperCase()).join("")}`,`${Y}_${F.map((T)=>T.replace(/([A-Z])/g,"_$1").toUpperCase()).join("")}`],z,H;for(let T of f)if(z=tA.env[T],z!==void 0){H=T;break}if(z!==void 0&&H)if(typeof j==="boolean")W[E]=["true","1","yes"].includes(z.toLowerCase());else if(typeof j==="number"){let T=Number(z);if(!Number.isNaN(T))W[E]=T}else if(Array.isArray(j))try{W[E]=JSON.parse(z)}catch{W[E]=z.split(",").map((T)=>T.trim())}else W[E]=z;else if(j&&typeof j==="object"&&!Array.isArray(j))W[E]=U(j,F)}return W}return U(w)}var kA,XU,df,gf=($)=>$,pf=($,w)=>{for(var A in w)df($,A,{get:w[A],enumerable:!0,configurable:!0,set:lf.bind(w,A)})},tf=($,w)=>()=>($&&(w=$($=0)),w),NB,XB,uw,X1,_B,NG,MG,UB,XA,NU,N$,g,IG,ZB,CG,WB,LG,yG,zU,VG,BB,EB,fU,SG,OG,XG,_G,_A,DB,DG,M$,QG,kG,jB,DA,MU,W$,D,xG,FB,PG,zB,bG,iG,GU,uG,fB,GB,cG,TU,vG,mG,nG,dG,gG,QA,QB,lG,pG="0.15.6",l$,nA,S1,IU,CU,dA,LU,yU,O1,VU,SU,s0,kB,xB,E0,X0,PB,bB,tG,aG,iB,gA,Vh,H$,P,Sh,oG,Oh,eG,Xh,_h,TB,Dh,$2,w2,Qh,HB,kh,xh,Ph,bh,ih,HU,A2,uh,j0,cB,lA,vB,mB,iU,nB,dB,pA,gB,lB,cw,j2,y0,dh,gh,lh;var cU=h$(()=>{kA=new qB,XU=new KB,df=Object.defineProperty;NB={};pf(NB,{withErrorRecovery:()=>CB,tryLoadConfig:()=>qG,loadConfigWithResult:()=>TG,loadConfig:()=>OB,isRetryableError:()=>EG,isConfigNotFoundError:()=>BG,isBunfigError:()=>LB,globalPerformanceMonitor:()=>X1,globalCache:()=>uw,getEnvOrDefault:()=>jG,generateConfigTypes:()=>KG,defaultGeneratedDir:()=>bB,defaultConfigDir:()=>PB,deepMergeWithArrayStrategy:()=>xU,deepMerge:()=>yB,createLibraryConfig:()=>hG,config:()=>HG,bunfigPlugin:()=>RG,applyEnvVarsToConfig:()=>y1,TypeGenerationError:()=>yU,SchemaValidationError:()=>O1,PluginError:()=>SU,PerformanceMonitor:()=>DU,FileSystemError:()=>LU,ErrorFactory:()=>s0,EnvVarError:()=>dA,EnvProcessor:()=>rA,ConfigValidator:()=>PU,ConfigValidationError:()=>IU,ConfigNotFoundError:()=>nA,ConfigMergeError:()=>CU,ConfigLoader:()=>bU,ConfigLoadError:()=>S1,ConfigFileLoader:()=>aA,ConfigCache:()=>_U,CacheUtils:()=>_B,BunfigError:()=>l$,BrowserConfigError:()=>VU,ArrayMergeStrategies:()=>kB});tG=tf(async()=>{XB=import.meta.require,uw=new _U,X1=new DU,_B={createKey:rf,isEquivalent:af,estimateMemoryUsage:sf},NG=bA(hU.cwd(),"config"),MG=bA(hU.cwd(),"src/generated"),UB=PA.env.CLARITY_LOG_DIR||jf($G(),"logs"),XA={level:"info",defaultName:"clarity",timestamp:!0,colors:!0,format:"text",maxLogSize:10485760,logDatePattern:"YYYY-MM-DD",logDirectory:UB,rotation:{frequency:"daily",maxSize:10485760,maxFiles:5,compress:!1,rotateHour:0,rotateMinute:0,rotateDayOfWeek:0,rotateDayOfMonth:1,encrypt:!1},verbose:!1},NU=await wG(),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`,bold:($)=>`\x1B[1m${$}\x1B[0m`,dim:($)=>`\x1B[2m${$}\x1B[0m`,italic:($)=>`\x1B[3m${$}\x1B[0m`,underline:($)=>`\x1B[4m${$}\x1B[0m`,reset:"\x1B[0m"},g=N$,IG=N$.red,ZB=N$.green,CG=N$.yellow,WB=N$.blue,LG=N$.magenta,yG=N$.cyan,zU=N$.white,VG=N$.gray,BB=N$.bgRed,EB=N$.bgYellow,fU=N$.bold,SG=N$.dim,OG=N$.italic,XG=N$.underline,_G=N$.reset,_A={activationLevel:"error",bufferSize:50,flushOnDeactivation:!0,stopBuffering:!1},DB={debug:"\uD83D\uDD0D",info:WB("ℹ"),success:ZB("✓"),warning:EB(zU(fU(" WARN "))),error:BB(zU(fU(" ERROR ")))},DG=new cA("stacks"),M$=new cA("bunfig",{showTags:!0}),QG=_$(V1.cwd(),"config"),kG=_$(V1.cwd(),"src/generated"),jB=xA.env.CLARITY_LOG_DIR||Bf(UG(),"logs"),DA={level:"info",defaultName:"clarity",timestamp:!0,colors:!0,format:"text",maxLogSize:10485760,logDatePattern:"YYYY-MM-DD",logDirectory:jB,rotation:{frequency:"daily",maxSize:10485760,maxFiles:5,compress:!1,rotateHour:0,rotateMinute:0,rotateDayOfWeek:0,rotateDayOfMonth:1,encrypt:!1},verbose:!1,writeToFile:!1},MU=await ZG(),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$,xG=W$.red,FB=W$.green,PG=W$.yellow,zB=W$.blue,bG=W$.magenta,iG=W$.cyan,GU=W$.white,uG=W$.gray,fB=W$.bgRed,GB=W$.bgYellow,cG=W$.bgGray,TU=W$.bold,vG=W$.dim,mG=W$.italic,nG=W$.underline,dG=W$.strikethrough,gG=W$.reset,QA={activationLevel:"error",bufferSize:50,flushOnDeactivation:!0,stopBuffering:!1},QB={debug:"\uD83D\uDD0D",info:zB("ℹ"),success:FB("✓"),warning:GB(GU(TU(" WARN "))),error:fB(GU(TU(" ERROR ")))},lG=new mA("stacks"),l$=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}`}},nA=class extends l${code="CONFIG_NOT_FOUND";constructor(w,A,J){let Y=J?` or alias "${J}"`:"";super(`Configuration "${w}"${Y} not found`,{configName:w,alias:J,searchPaths:A,searchPathCount:A.length})}},S1=class extends l${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}},IU=class extends l${code="CONFIG_VALIDATION_ERROR";constructor(w,A,J){super(`Configuration validation failed for "${w}"`,{configPath:w,configName:J,validationErrors:A,errorCount:A.length})}},CU=class extends l${code="CONFIG_MERGE_ERROR";constructor(w,A,J,Y){super(`Failed to merge configuration from "${w}" with "${A}": ${J.message}`,{sourcePath:w,targetPath:A,configName:Y,originalError:J.name,originalMessage:J.message});this.cause=J}},dA=class extends l${code="ENV_VAR_ERROR";constructor(w,A,J,Y){super(`Failed to parse environment variable "${w}" with value "${A}" as ${J}`,{envKey:w,envValue:A,expectedType:J,configName:Y})}},LU=class extends l${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}},yU=class extends l${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}},O1=class extends l${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})}},VU=class extends l${code="BROWSER_CONFIG_ERROR";constructor(w,A,J,Y){super(`Failed to fetch configuration from "${w}": ${A} ${J}`,{endpoint:w,status:A,statusText:J,configName:Y})}},SU=class extends l${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}},s0={configNotFound($,w,A){return new nA($,w,A)},configLoad($,w,A){return new S1($,w,A)},configValidation($,w,A){return new IU($,w,A)},configMerge($,w,A,J){return new CU($,w,A,J)},envVar($,w,A,J){return new dA($,w,A,J)},fileSystem($,w,A){return new LU($,w,A)},typeGeneration($,w,A){return new yU($,w,A)},schemaValidation($,w,A){return new O1($,w,A)},browserConfig($,w,A,J){return new VU($,w,A,J)},plugin($,w,A){return new SU($,w,A)}},kB={replace:"replace",concat:"concat",smart:"smart"},xB=/^https?:\/\//,E0=new mA("bunfig",{showTags:!0}),X0=new bU,PB=D$(fw.cwd(),"config"),bB=D$(fw.cwd(),"src/generated")});aG=iA.env.CLARITY_LOG_DIR||Df(rG(),"logs"),iB={level:"info",defaultName:"clarity",timestamp:!0,colors:!0,format:"text",maxLogSize:10485760,logDatePattern:"YYYY-MM-DD",logDirectory:aG,rotation:{frequency:"daily",maxSize:10485760,maxFiles:5,compress:!1,rotateHour:0,rotateMinute:0,rotateDayOfWeek:0,rotateDayOfMonth:1,encrypt:!1},verbose:!1,writeToFile:!1},gA={...iB},Vh=(async()=>{try{let{loadConfig:$}=await tG().then(()=>NB),w=await $({name:"clarity",alias:"logging",defaultConfig:iB,cwd:iA.cwd()});if(w)Object.assign(gA,w)}catch{}return gA})();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"},P=H$,Sh=H$.red,oG=H$.green,Oh=H$.yellow,eG=H$.blue,Xh=H$.magenta,_h=H$.cyan,TB=H$.white,Dh=H$.gray,$2=H$.bgRed,w2=H$.bgYellow,Qh=H$.bgGray,HB=H$.bold,kh=H$.dim,xh=H$.italic,Ph=H$.underline,bh=H$.strikethrough,ih=H$.reset,HU={activationLevel:"error",bufferSize:50,flushOnDeactivation:!0,stopBuffering:!1},A2={debug:"\uD83D\uDD0D",info:eG("ℹ"),success:oG("✓"),warning:w2(TB(HB(" WARN "))),error:$2(TB(HB(" ERROR ")))};uh=new sA("stacks");j0=class j0 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}${$}`}};cB=class cB extends j0{code="CONFIG_NOT_FOUND";constructor($,w,A){let J=A===void 0?[]:Array.isArray(A)?A.filter(Boolean):[A],Y="";if(J.length===1)Y=` or alias "${J[0]}"`;else if(J.length>1)Y=` or aliases ${J.map((U)=>`"${U}"`).join(", ")}`;super(`Configuration "${$}"${Y} not found`,{configName:$,alias:A,searchPaths:w,searchPathCount:w.length})}};lA=class lA extends j0{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}};vB=class vB extends j0{code="CONFIG_VALIDATION_ERROR";constructor($,w,A){super(`Configuration validation failed for "${$}"`,{configPath:$,configName:A,validationErrors:w,errorCount:w.length})}};mB=class mB extends j0{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}};iU=class iU extends j0{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})}};nB=class nB extends j0{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}};dB=class dB extends j0{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}};pA=class pA extends j0{code="SCHEMA_VALIDATION_ERROR";constructor($,w,A){super(`Schema validation failed${A?` for config "${A}"`:""}`,{schemaPath:$,configName:A,validationErrors:w,errorCount:w.length})}};gB=class gB extends j0{code="BROWSER_CONFIG_ERROR";constructor($,w,A,J){super(`Failed to fetch configuration from "${$}": ${w} ${A}`,{endpoint:$,status:w,statusText:A,configName:J})}};lB=class lB extends j0{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}};cw={configNotFound($,w,A){return new cB($,w,A)},configLoad($,w,A){return new lA($,w,A)},configValidation($,w,A){return new vB($,w,A)},configMerge($,w,A,J){return new mB($,w,A,J)},envVar($,w,A,J){return new iU($,w,A,J)},fileSystem($,w,A){return new nB($,w,A)},typeGeneration($,w,A){return new dB($,w,A)},schemaValidation($,w,A){return new pA($,w,A)},browserConfig($,w,A,J){return new gB($,w,A,J)},plugin($,w,A){return new lB($,w,A)}};j2=/^https?:\/\//;y0=new sA("bunfig",{showTags:!0});dh=new oB;gh=s$(tA.cwd(),"config"),lh=s$(tA.cwd(),"src/generated")});var R;var o0=h$(()=>{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 G2}from"node:module";import nU from"node:os";import dU from"node:path";import{existsSync as eB,statSync as $E}from"fs";import{existsSync as T2,mkdirSync as ZR,readdirSync as WR,readFileSync as H2,writeFileSync as BR}from"fs";import{homedir as mw}from"os";import{dirname as FR,resolve as $0}from"path";import QJ from"process";import{existsSync as wE,statSync as AE}from"fs";import{existsSync as j8,mkdirSync as q2,readdirSync as K2,writeFileSync as h2}from"fs";import{homedir as nw}from"os";import{dirname as JE,resolve as k$}from"path";import Gw from"process";import{join as R2,relative as N2,resolve as YE}from"path";import qJ from"process";import{existsSync as gE,mkdirSync as NR,readdirSync as MR,writeFileSync as IR}from"fs";import{homedir as gU}from"os";import{dirname as yR,resolve as Q$}from"path";import k1 from"process";import{join as M2,relative as I2,resolve as UE}from"path";import KJ from"process";import{existsSync as lE,mkdirSync as _R,readdirSync as DR,writeFileSync as QR}from"fs";import{dirname as xR,resolve as hJ}from"path";import F8 from"process";import{Buffer as e0}from"buffer";import{createCipheriv as C2,createDecipheriv as L2,randomBytes as lU}from"crypto";import{closeSync as pU,createReadStream as ZE,createWriteStream as y2,existsSync as tU,fsyncSync as WE,openSync as BE,writeFileSync as V2}from"fs";import{access as S2,constants as EE,mkdir as O2,readdir as oA,rename as jE,stat as dw,unlink as eA,writeFile as rU}from"fs/promises";import{join as gw}from"path";import I$ from"process";import{pipeline as X2}from"stream/promises";import{createGzip as FE}from"zlib";import lw from"process";import k0 from"process";import{Buffer as _0}from"buffer";import{createCipheriv as _2,createDecipheriv as D2,randomBytes as aU}from"crypto";import{closeSync as sU,createReadStream as zE,createWriteStream as Q2,existsSync as $J,fsyncSync as fE,openSync as GE,writeFileSync as k2}from"fs";import{access as x2,constants as TE,mkdir as P2,readdir as wJ,rename as HE,stat as pw,unlink as AJ,writeFile as oU}from"fs/promises";import{isAbsolute as b2,join as tw,resolve as i2}from"path";import v from"process";import{pipeline as u2}from"stream/promises";import{createGzip as qE}from"zlib";import rw from"process";import x0 from"process";import JJ from"process";import{existsSync as YJ}from"fs";import{resolve as eU}from"path";import{existsSync as c2}from"fs";import{existsSync as v2,readdirSync as m2}from"fs";import{extname as $8,resolve as KE}from"path";import n2 from"process";import{join as d2,relative as g2,resolve as hE}from"path";import RJ from"process";import{Buffer as D0}from"buffer";import{createCipheriv as l2,createDecipheriv as p2,randomBytes as w8}from"crypto";import{closeSync as A8,createReadStream as RE,createWriteStream as t2,existsSync as UJ,fsyncSync as NE,openSync as ME,writeFileSync as r2}from"fs";import{access as a2,constants as IE,mkdir as s2,readdir as ZJ,rename as CE,stat as aw,unlink as WJ,writeFile as J8}from"fs/promises";import{isAbsolute as o2,join as sw,resolve as e2}from"path";import m from"process";import{pipeline as $T}from"stream/promises";import{createGzip as LE}from"zlib";import ow from"process";import P0 from"process";import BJ from"process";import{existsSync as EJ}from"fs";import{resolve as Y8}from"path";import{existsSync as wT}from"fs";import{exec as IH}from"node:child_process";import uE from"node:fs";import CH from"node:os";import F0 from"node:path";import Sj from"node:process";import{promisify as LH}from"node:util";import A1 from"node:crypto";import b0 from"node:fs";import C8 from"node:path";import{execSync as dE}from"node:child_process";import DJ from"node:os";class pE{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 Y=this.generateKey($,A),U=J??this.options.ttl,Z=this.estimateSize(w);this.cache.set(Y,{value:w,timestamp:new Date,ttl:U,hits:0,size:Z}),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(!eB($))return!0;return $E($).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 Y=eB(A)?$E(A):null,U=Y?Y.mtime:new Date;this.set($,{value:w,fileTimestamp:U},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,Y)=>J+Y.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 tE{metrics=[];maxMetrics=1000;async track($,w,A={}){let J=performance.now(),Y=new Date;try{let U=await w(),Z=performance.now()-J;return this.recordMetric({operation:$,duration:Z,timestamp:Y,...A}),U}catch(U){let Z=performance.now()-J;throw this.recordMetric({operation:`${$}:error`,duration:Z,timestamp:Y,...A}),U}}recordMetric($){if(this.metrics.push($),this.metrics.length>this.maxMetrics)this.metrics=this.metrics.slice(-this.maxMetrics)}getStats($){let w=$?this.metrics.filter((Y)=>Y.operation===$):this.metrics;if(w.length===0)return{count:0,averageDuration:0,minDuration:0,maxDuration:0,totalDuration:0,recentMetrics:[]};let A=w.map((Y)=>Y.duration),J=A.reduce((Y,U)=>Y+U,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 YT($,w){this[$]=JT.bind(null,w)}class y8{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 Y=this.generateKey($,A),U=J??this.options.ttl,Z=this.estimateSize(w);this.cache.set(Y,{value:w,timestamp:new Date,ttl:U,hits:0,size:Z}),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(!wE($))return!0;return AE($).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 Y=wE(A)?AE(A):null,U=Y?Y.mtime:new Date;this.set($,{value:w,fileTimestamp:U},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,Y)=>J+Y.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 V8{metrics=[];maxMetrics=1000;async track($,w,A={}){let J=performance.now(),Y=new Date;try{let U=await w(),Z=performance.now()-J;return this.recordMetric({operation:$,duration:Z,timestamp:Y,...A}),U}catch(U){let Z=performance.now()-J;throw this.recordMetric({operation:`${$}:error`,duration:Z,timestamp:Y,...A}),U}}recordMetric($){if(this.metrics.push($),this.metrics.length>this.maxMetrics)this.metrics=this.metrics.slice(-this.maxMetrics)}getStats($){let w=$?this.metrics.filter((Y)=>Y.operation===$):this.metrics;if(w.length===0)return{count:0,averageDuration:0,minDuration:0,maxDuration:0,totalDuration:0,recentMetrics:[]};let A=w.map((Y)=>Y.duration),J=A.reduce((Y,U)=>Y+U,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 WT($,w={}){let A=Object.keys(w).sort().map((J)=>`${J}:${w[J]}`).join("|");return A?`${$}:${A}`:$}function BT($,w){try{return JSON.stringify($)===JSON.stringify(w)}catch{return $===w}}function ET($){return $.getStats().size*2}function S8($,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 Y of $)if(a(Y)&&"name"in Y){if(!J.find((U)=>a(U)&&("name"in U)&&U.name===Y.name))J.push(Y)}else if(a(Y)&&"path"in Y){if(!J.find((U)=>a(U)&&("path"in U)&&U.path===Y.path))J.push(Y)}else if(!J.some((U)=>MJ(U,Y)))J.push(Y);return J}if(w.every((J)=>typeof J==="string")&&$.every((J)=>typeof J==="string")){let J=[...w];for(let Y of $)if(!J.includes(Y))J.push(Y);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 Y=w[J];if(Y===null||Y===void 0)continue;else if(a(Y)&&a(A[J]))A[J]=S8(A[J],Y);else if(Array.isArray(Y)&&Array.isArray(A[J]))if(Y.length>0&&A[J].length>0&&a(Y[0])&&a(A[J][0])){let U=[...Y];for(let Z of A[J])if(a(Z)&&"name"in Z){if(!U.find((B)=>a(B)&&("name"in B)&&B.name===Z.name))U.push(Z)}else if(a(Z)&&"path"in Z){if(!U.find((B)=>a(B)&&("path"in B)&&B.path===Z.path))U.push(Z)}else if(!U.some((B)=>MJ(B,Z)))U.push(Z);A[J]=U}else if(Y.every((U)=>typeof U==="string")&&A[J].every((U)=>typeof U==="string")){let U=[...Y];for(let Z of A[J])if(!U.includes(Z))U.push(Z);A[J]=U}else A[J]=Y;else A[J]=Y}return A}function MJ($,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(!MJ($[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 Y of A){if(!Object.prototype.hasOwnProperty.call(w,Y))return!1;if(!MJ($[Y],w[Y]))return!1}return!0}return!1}function a($){return Boolean($&&typeof $==="object"&&!Array.isArray($))}async function jT($,w){if(!lE($))return null;try{let A=await import($),J=A.default||A;if(typeof J!=="object"||J===null||Array.isArray(J))return null;try{return S8(w,J)}catch{return null}}catch{return null}}async function FT({name:$="",cwd:w,defaultConfig:A}){let J=w||F8.cwd(),Y=[".ts",".js",".mjs",".cjs",".json"],U=[`${$}.config`,`.${$}.config`,$,`.${$}`];for(let Z of U)for(let B of Y){let W=hJ(J,`${Z}${B}`),E=await jT(W,A);if(E!==null)return E}try{let Z=hJ(J,"package.json");if(lE(Z)){let B=(await import(Z))[$];if(B&&typeof B==="object"&&!Array.isArray(B))try{return S8(A,B)}catch{}}}catch{}return A}function zT($,w={}){let A=KJ.cwd();while(A.includes("storage"))A=UE(A,"..");let J=UE(A,$||"");if(w?.relative)return I2(KJ.cwd(),J);return J}async function fT(){try{let $=await FT({name:"clarity",defaultConfig:fJ,cwd:KJ.cwd(),endpoint:"",headers:{}});return{...fJ,...$}}catch{return fJ}}function w$(){if(k0.env.NODE_ENV==="test"||k0.env.BUN_ENV==="test")return!1;return typeof window<"u"}async function GT(){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 GT(),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 IJ{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={...f8},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??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 Y=this.generateKeyId(),U=this.generateKey();this.currentKeyId=Y,this.keys.set(Y,U),this.encryptionKeys.set(Y,{key:U,createdAt:new Date}),this.setupKeyRotation()}}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:f8.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,Y=0,U=3,Z=1000;while(Y<U)try{try{try{await S2(this.config.logDirectory,EE.F_OK|EE.W_OK)}catch(W){if(W instanceof Error&&"code"in W)if(W.code==="ENOENT")await O2(this.config.logDirectory,{recursive:!0,mode:493});else if(W.code==="EACCES")throw Error(`No write permission for log directory: ${this.config.logDirectory}`);else throw W;else throw W}}catch(W){throw console.error("Debug: [writeToFile] Failed to create log directory:",W),W}let B=this.validateEncryptionConfig()?(await this.encrypt($)).encrypted:e0.from($);try{if(!tU(this.currentLogFile))await rU(this.currentLogFile,"",{mode:420});if(J=BE(this.currentLogFile,"a",420),V2(J,B,{flag:"a"}),WE(J),J!==void 0)pU(J),J=void 0;if((await dw(this.currentLogFile)).size===0){if(await rU(this.currentLogFile,B,{flag:"w",mode:420}),(await dw(this.currentLogFile)).size===0)throw Error("File exists but is empty after retry write")}return}catch(W){let E=W;if(E.code&&["ENETDOWN","ENETUNREACH","ENOTFOUND","ETIMEDOUT"].includes(E.code)){if(Y<U-1){let j=typeof E.message==="string"?E.message:"Unknown error";console.error(`Network error during write attempt ${Y+1}/${U}:`,j);let F=Z*2**Y;await new Promise((f)=>setTimeout(f,F)),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(J!==void 0)try{pU(J)}catch(W){console.error("Debug: [writeToFile] Error closing file descriptor:",W)}}}catch(B){if(Y===U-1){let E=B,j=typeof E.message==="string"?E.message:"Unknown error";throw console.error("Debug: [writeToFile] Max retries reached. Final error:",j),B}Y++;let W=Z*2**(Y-1);await new Promise((E)=>setTimeout(E,W))}})();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(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(([,Z],[,B])=>B.createdAt.getTime()-Z.createdAt.getTime()),Y=typeof $.maxKeys==="number"?$.maxKeys:1,U=Math.max(1,Y);if(J.length>U)for(let[Z]of J.slice(U))this.encryptionKeys.delete(Z),this.keys.delete(Z)}generateKeyId(){return lU(16).toString("hex")}generateKey(){return lU(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=lU(16),J=C2("aes-256-gcm",w,A),Y=e0.concat([J.update($,"utf8"),J.final()]),U=J.getAuthTag();return{encrypted:e0.concat([A,Y,U]),iv:A}}async compressData($){return new Promise((w,A)=>{let J=FE(),Y=[];J.on("data",(U)=>Y.push(U)),J.on("end",()=>w(e0.from(e0.concat(Y)))),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 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 Y=await oA(this.config.logDirectory),U=Y.filter((W)=>W.startsWith(this.name)&&/\.log\.\d+$/.test(W)).sort((W,E)=>{let j=Number.parseInt(W.match(/\.log\.(\d+)$/)?.[1]||"0");return Number.parseInt(E.match(/\.log\.(\d+)$/)?.[1]||"0")-j}),Z=U.length>0?Number.parseInt(U[0].match(/\.log\.(\d+)$/)?.[1]||"0")+1:1,B=`${A}.${Z}`;if(await dw(A).catch(()=>null))try{if(await jE(A,B),w.compress)try{let W=`${B}.gz`;await this.compressLogFile(B,W),await eA(B)}catch(W){console.error("Error compressing rotated file:",W)}if(U.length===0&&!Y.some((W)=>W.endsWith(".log.1")))try{let W=`${A}.1`;await rU(W,"")}catch(W){console.error("Error creating backup file:",W)}}catch(W){console.error(`Error during rotation: ${W instanceof Error?W.message:String(W)}`)}}else{let Y=new Date().toISOString().replace(/[:.]/g,"-"),U=A.replace(/\.log$/,`-${Y}.log`);if(await dw(A).catch(()=>null))await jE(A,U)}if(this.currentLogFile=J,w.maxFiles){let Y=(await oA(this.config.logDirectory)).filter((U)=>U.startsWith(this.name)).sort((U,Z)=>Z.localeCompare(U));for(let U of Y.slice(w.maxFiles))await eA(gw(this.config.logDirectory,U))}}}async compressLogFile($,w){let A=ZE($),J=y2(w),Y=FE();await X2(A,Y,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()})),tU(this.currentLogFile))try{let $=BE(this.currentLogFile,"r+");WE($),pU($)}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 oA(this.config.logDirectory)).filter((w)=>(w.includes("temp")||w.includes(".tmp"))&&w.includes(this.name));for(let w of $)try{await eA(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.fancy?l.gray($.toLocaleTimeString()):$.toLocaleTimeString()}formatConsoleMessage($){let{timestamp:w,icon:A="",tag:J="",message:Y,level:U,showTimestamp:Z=!0}=$,B=(z)=>z.replace(this.ANSI_PATTERN,"");if(!this.fancy){let z=[];if(Z)z.push(w);if(U==="warning")z.push("WARN");else if(U==="error")z.push("ERROR");else if(A)z.push(A.replace(/[^\p{L}\p{N}\p{P}\p{Z}]/gu,""));if(J)z.push(J.replace(/[[\]]/g,""));return z.push(Y),z.join(" ")}let W=I$.stdout.columns||120,E="";if(U==="warning"||U==="error")E=`${A} ${Y}`;else if(U==="info"||U==="success")E=`${A} ${J} ${Y}`;else E=`${A} ${J} ${l.cyan(Y)}`;if(!Z)return E.trim();let j=B(E).trim().length,F=B(w).length,f=Math.max(1,W-2-j-F);return`${E.trim()}${" ".repeat(f)}${w}`}formatMessage($,w){if(w.length===1&&Array.isArray(w[0]))return $.replace(/\{(\d+)\}/g,(U,Z)=>{let B=Number.parseInt(Z,10);return B<w[0].length?String(w[0][B]):U});let A=/%([sdijfo%])/g,J=0,Y=$.replace(A,(U,Z)=>{if(Z==="%")return"%";if(J>=w.length)return U;let B=w[J++];switch(Z){case"s":return String(B);case"d":case"i":return Number(B).toString();case"j":case"o":return JSON.stringify(B,null,2);default:return U}});if(J<w.length)Y+=` ${w.slice(J).map((U)=>typeof U==="object"?JSON.stringify(U,null,2):String(U)).join(" ")}`;return Y}async log($,w,...A){let J=new Date,Y=this.formatConsoleTimestamp(J),U=this.formatFileTimestamp(J),Z,B;if(w instanceof Error)Z=w.message,B=w.stack;else Z=this.formatMessage(w,A);if(this.fancy&&!w$()){let E=Zj[$],j=this.options.showTags!==!1&&this.name?l.gray(this.formatTag(this.name)):"",F;switch($){case"debug":F=this.formatConsoleMessage({timestamp:Y,icon:E,tag:j,message:l.gray(Z),level:$}),console.error(F);break;case"info":F=this.formatConsoleMessage({timestamp:Y,icon:E,tag:j,message:Z,level:$}),console.error(F);break;case"success":F=this.formatConsoleMessage({timestamp:Y,icon:E,tag:j,message:l.green(Z),level:$}),console.error(F);break;case"warning":F=this.formatConsoleMessage({timestamp:Y,icon:E,tag:j,message:Z,level:$}),console.warn(F);break;case"error":if(F=this.formatConsoleMessage({timestamp:Y,icon:E,tag:j,message:Z,level:$}),console.error(F),B){let f=B.split(`
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
`,W=W.replace(this.ANSI_PATTERN,""),this.fancy&&!w$()){let E=this.options.showTags!==!1&&this.name?l.gray(this.formatTag(this.name)):"";console.error(this.formatConsoleMessage({timestamp:B,icon:l.green("✓"),tag:E,message:`${U}${A?` ${JSON.stringify(A)}`:""}`}))}else if(!w$())console.error(W.trim());await this.writeToFile(W)}}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 IJ(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(!tU(this.currentLogFile))throw Error(`Log file does not exist: ${this.currentLogFile}`);return ZE(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"),Y=J.slice(0,16),U=J.slice(-16),Z=J.slice(16,-16),B=L2("aes-256-gcm",A,Y);return B.setAuthTag(U),e0.concat([B.update(Z),B.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 U=$.split(`
|
|
68
|
-
`)
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
`)}finishProgressBar($,w){if(!this.enabled||!this.fancy||w$()||!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(w$()){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 Y=gw(this.config.logDirectory,J);if($.before)try{if((await dw(Y)).mtime>=$.before)continue}catch(U){console.error(`Failed to get stats for file ${Y}:`,U);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 eA(J),console.warn(`Deleted log file: ${J}`)}catch(Y){console.error(`Failed to delete log file ${J}:`,Y)}console.warn("Log clearing process finished.")}catch(w){console.error("Error during log clearing process:",w)}}}function zJ($,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 Y of $)if(n(Y)&&"name"in Y){if(!J.find((U)=>n(U)&&("name"in U)&&U.name===Y.name))J.push(Y)}else if(n(Y)&&"path"in Y){if(!J.find((U)=>n(U)&&("path"in U)&&U.path===Y.path))J.push(Y)}else if(!J.some((U)=>CJ(U,Y)))J.push(Y);return J}if(w.every((J)=>typeof J==="string")&&$.every((J)=>typeof J==="string")){let J=[...w];for(let Y of $)if(!J.includes(Y))J.push(Y);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 Y=w[J];if(Y===null||Y===void 0)continue;else if(n(Y)&&n(A[J]))A[J]=zJ(A[J],Y);else if(Array.isArray(Y)&&Array.isArray(A[J]))if(Y.length>0&&A[J].length>0&&n(Y[0])&&n(A[J][0])){let U=[...Y];for(let Z of A[J])if(n(Z)&&"name"in Z){if(!U.find((B)=>n(B)&&("name"in B)&&B.name===Z.name))U.push(Z)}else if(n(Z)&&"path"in Z){if(!U.find((B)=>n(B)&&("path"in B)&&B.path===Z.path))U.push(Z)}else if(!U.some((B)=>CJ(B,Z)))U.push(Z);A[J]=U}else if(Y.every((U)=>typeof U==="string")&&A[J].every((U)=>typeof U==="string")){let U=[...Y];for(let Z of A[J])if(!U.includes(Z))U.push(Z);A[J]=U}else A[J]=Y;else A[J]=Y}return A}function O8($,w,A="replace"){if(w===null||w===void 0)return $;if(Array.isArray(w))return A==="replace"?w:zJ($,w);if(Array.isArray($))return A==="replace"?w:zJ($,w);if(!n(w)||!n($))return w;let J={...$};for(let Y of Object.keys(w)){if(!Object.prototype.hasOwnProperty.call(w,Y))continue;let U=w[Y],Z=J[Y];if(U===null||U===void 0)continue;if(Array.isArray(U)||Array.isArray(Z))if(A==="replace")J[Y]=U;else J[Y]=zJ(Z,U);else if(n(U)&&n(Z))J[Y]=O8(Z,U,A);else J[Y]=U}return J}function CJ($,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(!CJ($[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 Y of A){if(!Object.prototype.hasOwnProperty.call(w,Y))return!1;if(!CJ($[Y],w[Y]))return!1}return!0}return!1}function n($){return Boolean($&&typeof $==="object"&&!Array.isArray($))}async function jJ($,w,A="replace"){if(!gE($))return null;try{let J=await import($),Y=J.default||J;if(typeof Y!=="object"||Y===null||Array.isArray(Y))return null;try{return O8(w,Y,A)}catch{return null}}catch{return null}}function TT($,w,A=!1){if(!$)return w;let J=$.toUpperCase().replace(/-/g,"_"),Y={...w};function U(Z,B=[]){let W={...Z};for(let[E,j]of Object.entries(Z)){let F=[...B,E],f=(T)=>T.replace(/([A-Z])/g,"_$1").toUpperCase(),z=`${J}_${F.map(f).join("_")}`,H=`${J}_${F.map((T)=>T.toUpperCase()).join("_")}`;if(A)L$.info(`Checking environment variable ${z} for config ${$}.${F.join(".")}`);if(typeof j==="object"&&j!==null&&!Array.isArray(j))W[E]=U(j,F);else{let T=k1.env[z]||k1.env[H];if(T!==void 0){if(A)L$.info(`Using environment variable ${T?z:H} for config ${$}.${F.join(".")}`);if(typeof j==="number")W[E]=Number(T);else if(typeof j==="boolean")W[E]=T.toLowerCase()==="true";else if(Array.isArray(j))try{let q=JSON.parse(T);if(Array.isArray(q))W[E]=q;else W[E]=T.split(",").map((K)=>K.trim())}catch{W[E]=T.split(",").map((q)=>q.trim())}else W[E]=T}}}return W}return U(Y)}async function HT({name:$="",alias:w,cwd:A,configDir:J,defaultConfig:Y,verbose:U=!1,checkEnv:Z=!0,arrayStrategy:B="replace"}){let W=Z&&typeof Y==="object"&&Y!==null&&!Array.isArray(Y)?TT($,Y,U):Y,E=A||k1.cwd(),j=[".ts",".js",".mjs",".cjs",".json"];if(U)L$.info(`Loading configuration for "${$}"${w?` (alias: "${w}")`:""} from ${E}`);let F=[$,`.${$}`].filter(Boolean),f=[`${$}.config`,`.${$}.config`].filter(Boolean),z=w?[w,`.${w}`]:[],H=w?[`${w}.config`,`.${w}.config`]:[],T=Array.from(new Set([E,Q$(E,"config"),Q$(E,".config"),J?Q$(E,J):void 0].filter(Boolean)));for(let q of T){if(U)L$.info(`Searching for configuration in: ${q}`);let K=[Q$(E,"config"),Q$(E,".config")].concat(J?[Q$(E,J)]:[]).includes(q)?[...F,...f,...z,...H]:[...f,...F,...H,...z];for(let h of K)for(let I of j){let N=Q$(q,`${h}${I}`),M=await jJ(N,W,B);if(M!==null){if(U)L$.success(`Configuration loaded from: ${N}`);return M}}}if($){let q=Q$(gU(),".config",$),K=["config",`${$}.config`];if(w)K.push(`${w}.config`);if(U)L$.info(`Checking user config directory: ${q}`);for(let h of K)for(let I of j){let N=Q$(q,`${h}${I}`),M=await jJ(N,W,B);if(M!==null){if(U)L$.success(`Configuration loaded from user config directory: ${N}`);return M}}}if($){let q=Q$(gU(),".config"),K=[`.${$}.config`];if(w)K.push(`.${w}.config`);if(U)L$.info(`Checking user config directory for dotfile configs: ${q}`);for(let h of K)for(let I of j){let N=Q$(q,`${h}${I}`),M=await jJ(N,W,B);if(M!==null){if(U)L$.success(`Configuration loaded from user config directory dotfile: ${N}`);return M}}}if($){let q=gU(),K=[`.${$}.config`,`.${$}`];if(w)K.push(`.${w}.config`),K.push(`.${w}`);if(U)L$.info(`Checking user home directory for dotfile configs: ${q}`);for(let h of K)for(let I of j){let N=Q$(q,`${h}${I}`),M=await jJ(N,W,B);if(M!==null){if(U)L$.success(`Configuration loaded from user home directory: ${N}`);return M}}}try{let q=Q$(E,"package.json");if(gE(q)){let K=await import(q),h=K[$];if(!h&&w){if(h=K[w],h&&U)L$.success(`Using alias "${w}" configuration from package.json`)}if(h&&typeof h==="object"&&!Array.isArray(h))try{if(U)L$.success(`Configuration loaded from package.json: ${h===K[$]?$:w}`);return O8(W,h,B)}catch(I){if(U)L$.warn("Failed to merge package.json config:",I)}}}catch(q){if(U)L$.warn("Failed to load package.json:",q)}if(U)L$.info(`No configuration found for "${$}"${w?` or alias "${w}"`:""}, using default configuration with environment variables`);return W}function qT($,w={}){let A=qJ.cwd();while(A.includes("storage"))A=YE(A,"..");let J=YE(A,$||"");if(w?.relative)return N2(qJ.cwd(),J);return J}async function KT(){try{let $=await HT({name:"clarity",alias:"logging",defaultConfig:TJ,cwd:qJ.cwd()});return{...TJ,...$||{}}}catch{return TJ}}function E$(){if(x0.env.NODE_ENV==="test"||x0.env.BUN_ENV==="test")return!1;return typeof window<"u"}async function hT(){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 sE{async format($){let w=await hT(),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 LJ{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={...G8},this.options=this.normalizeOptions(w),this.formatter=this.options.formatter||new sE,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 Y=this.generateKeyId(),U=this.generateKey();this.currentKeyId=Y,this.keys.set(Y,U),this.encryptionKeys.set(Y,{key:U,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{...HJ,...$.fingersCrossed};if(!$.fingersCrossedEnabled)return null;if(!$.fingersCrossed)return{...HJ};return{...HJ,...$.fingersCrossed}}normalizeOptions($){let w={format:"json",level:"info",logDirectory:G8.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 w=(async()=>{let J,Y=0,U=3,Z=1000;while(Y<U)try{try{try{await x2(this.config.logDirectory,TE.F_OK|TE.W_OK)}catch(W){if(W instanceof Error&&"code"in W)if(W.code==="ENOENT")await P2(this.config.logDirectory,{recursive:!0,mode:493});else if(W.code==="EACCES")throw Error(`No write permission for log directory: ${this.config.logDirectory}`);else throw W;else throw W}}catch(W){throw console.error("Debug: [writeToFile] Failed to create log directory:",W),W}let B=this.validateEncryptionConfig()?(await this.encrypt($)).encrypted:_0.from($);try{if(!$J(this.currentLogFile))await oU(this.currentLogFile,"",{mode:420});if(J=GE(this.currentLogFile,"a",420),k2(J,B,{flag:"a"}),fE(J),J!==void 0)sU(J),J=void 0;if((await pw(this.currentLogFile)).size===0){if(await oU(this.currentLogFile,B,{flag:"w",mode:420}),(await pw(this.currentLogFile)).size===0)throw Error("File exists but is empty after retry write")}return}catch(W){let E=W;if(E.code&&["ENETDOWN","ENETUNREACH","ENOTFOUND","ETIMEDOUT"].includes(E.code)){if(Y<U-1){let j=typeof E.message==="string"?E.message:"Unknown error";console.error(`Network error during write attempt ${Y+1}/${U}:`,j);let F=Z*2**Y;await new Promise((f)=>setTimeout(f,F)),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(J!==void 0)try{sU(J)}catch(W){console.error("Debug: [writeToFile] Error closing file descriptor:",W)}}}catch(B){if(Y===U-1){let E=B,j=typeof E.message==="string"?E.message:"Unknown error";throw console.error("Debug: [writeToFile] Max retries reached. Final error:",j),B}Y++;let W=Z*2**(Y-1);await new Promise((E)=>setTimeout(E,W))}})();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(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 $=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(([,Z],[,B])=>B.createdAt.getTime()-Z.createdAt.getTime()),Y=typeof $.maxKeys==="number"?$.maxKeys:1,U=Math.max(1,Y);if(J.length>U)for(let[Z]of J.slice(U))this.encryptionKeys.delete(Z),this.keys.delete(Z)}generateKeyId(){return aU(16).toString("hex")}generateKey(){return aU(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=aU(16),J=_2("aes-256-gcm",w,A),Y=_0.isBuffer($)?$:_0.from($,"utf8"),U=J.update(Y),Z=J.final(),B=U.length+Z.length,W=J.getAuthTag(),E=_0.allocUnsafe(16+B+16);return A.copy(E,0),U.copy(E,16),Z.copy(E,16+U.length),W.copy(E,16+B),{encrypted:E,iv:A}}async compressData($){return new Promise((w,A)=>{let J=qE(),Y=[];J.on("data",(U)=>Y.push(U)),J.on("end",()=>w(_0.from(_0.concat(Y)))),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 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 Y=await wJ(this.config.logDirectory),U=Y.filter((W)=>W.startsWith(this.name)&&/\.log\.\d+$/.test(W)).sort((W,E)=>{let j=Number.parseInt(W.match(/\.log\.(\d+)$/)?.[1]||"0");return Number.parseInt(E.match(/\.log\.(\d+)$/)?.[1]||"0")-j}),Z=U.length>0?Number.parseInt(U[0].match(/\.log\.(\d+)$/)?.[1]||"0")+1:1,B=`${A}.${Z}`;if(await pw(A).catch(()=>null))try{if(await HE(A,B),w.compress)try{let W=`${B}.gz`;await this.compressLogFile(B,W),await AJ(B)}catch(W){console.error("Error compressing rotated file:",W)}if(U.length===0&&!Y.some((W)=>W.endsWith(".log.1")))try{let W=`${A}.1`;await oU(W,"")}catch(W){console.error("Error creating backup file:",W)}}catch(W){console.error(`Error during rotation: ${W instanceof Error?W.message:String(W)}`)}}else{let Y=new Date().toISOString().replace(/[:.]/g,"-"),U=A.replace(/\.log$/,`-${Y}.log`);if(await pw(A).catch(()=>null))await HE(A,U)}if(this.currentLogFile=J,w.maxFiles){let Y=(await wJ(this.config.logDirectory)).filter((U)=>U.startsWith(this.name)).sort((U,Z)=>Z.localeCompare(U));for(let U of Y.slice(w.maxFiles))await AJ(tw(this.config.logDirectory,U))}}}async compressLogFile($,w){let A=zE($),J=Q2(w),Y=qE();await u2(A,Y,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()})),$J(this.currentLogFile))try{let $=GE(this.currentLogFile,"r+");fE($),sU($)}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 $=(await wJ(this.config.logDirectory)).filter((w)=>(w.includes("temp")||w.includes(".tmp"))&&w.includes(this.name));for(let w of $)try{await AJ(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()?Q.gray($.toLocaleTimeString()):$.toLocaleTimeString()}shouldStyleConsole(){if(!this.fancy||E$())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:Y,level:U,showTimestamp:Z=!0}=$,B=(z)=>z.replace(this.ANSI_PATTERN,"");if(!this.fancy){let z=[];if(Z)z.push(w);if(U==="warning")z.push("WARN");else if(U==="error")z.push("ERROR");else if(A)z.push(A.replace(/[^\p{L}\p{N}\p{P}\p{Z}]/gu,""));if(J)z.push(J.replace(/[[\]]/g,""));return z.push(Y),z.join(" ")}let W=v.stdout.columns||120,E="";if(U==="warning"||U==="error")E=`${A} ${Y}`;else if(U==="info"||U==="success")E=`${A} ${J} ${Y}`;else E=`${A} ${J} ${Q.cyan(Y)}`;if(!Z)return E.trim();let j=B(E).trim().length,F=B(w).length,f=Math.max(1,W-2-j-F);return`${E.trim()}${" ".repeat(f)}${w}`}formatMessage($,w){if(w.length===1&&Array.isArray(w[0]))return $.replace(/\{(\d+)\}/g,(U,Z)=>{let B=Number.parseInt(Z,10);return B<w[0].length?String(w[0][B]):U});let A=/%([sdijfo%])/g,J=0,Y=$.replace(A,(U,Z)=>{if(Z==="%")return"%";if(J>=w.length)return U;let B=w[J++];switch(Z){case"s":return String(B);case"d":case"i":return Number(B).toString();case"j":case"o":return JSON.stringify(B,null,2);default:return U}});if(J<w.length)Y+=` ${w.slice(J).map((U)=>typeof U==="object"?JSON.stringify(U,null,2):String(U)).join(" ")}`;return Y}formatMarkdown($){if(!$)return $;let w=$;return w=w.replace(/\[([^\]]+)\]\(([^)]+)\)/g,(A,J,Y)=>{let U=Q.underline(Q.blue(J)),Z=this.toAbsoluteFilePath(Y);if(Z&&this.shouldStyleConsole()&&this.supportsHyperlinks()){let B=`file://${encodeURI(Z)}`,W="\x1B]8;;",E="\x1B\\";return`\x1B]8;;${B}\x1B\\${U}\x1B]8;;\x1B\\`}if(this.shouldStyleConsole()&&this.supportsHyperlinks())return`\x1B]8;;${Y}\x1B\\${U}\x1B]8;;\x1B\\`;return U}),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(E$())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(b2(w)||w.startsWith("./")||w.startsWith("../"))w=i2(w);else return null;return $J(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,Y=this.formatConsoleTimestamp(J),U=this.formatFileTimestamp(J),Z,B;if(w instanceof Error)Z=w.message,B=w.stack;else Z=this.formatMessage(w,A);let{consoleText:W,fileText:E}=this.buildOutputTexts(Z);if(this.shouldStyleConsole()){let F=this.options.showIcons===!1?"":Wj[$],f=this.options.showTags!==!1&&this.name?Q.gray(this.formatTag(this.name)):"",z;switch($){case"debug":z=this.formatConsoleMessage({timestamp:Y,icon:F,tag:f,message:Q.gray(W),level:$}),console.error(z);break;case"info":z=this.formatConsoleMessage({timestamp:Y,icon:F,tag:f,message:W,level:$}),console.warn(z);break;case"success":z=this.formatConsoleMessage({timestamp:Y,icon:F,tag:f,message:Q.green(W),level:$}),console.error(z);break;case"warning":z=this.formatConsoleMessage({timestamp:Y,icon:F,tag:f,message:W,level:$}),console.warn(z);break;case"error":if(z=this.formatConsoleMessage({timestamp:Y,icon:F,tag:f,message:W,level:$}),console.error(z),B){let H=B.split(`
|
|
72
|
-
`)
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
`);if(this[U==="warning"?"warn":U](Y),this.activeProgressBar&&this.shouldStyleConsole()&&!E$()&&v.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(),Y=Math.round(J-w),U=`${$} completed in ${Y}ms`,Z=new Date,B=this.formatConsoleTimestamp(Z),W=`${this.formatFileTimestamp(Z)} ${this.environment}.INFO: ${U}`;if(A)W+=` ${JSON.stringify(A)}`;if(W+=`
|
|
76
|
-
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
|
|
80
|
-
|
|
81
|
-
|
|
82
|
-
|
|
83
|
-
`,A
|
|
84
|
-
`,A
|
|
85
|
-
|
|
62
|
+
`;for(let Y of $)A+=`| \`${Y.key}\` | ${Y.type} | ${Y.description} | \`${Y.example}\` |
|
|
63
|
+
`;return A}}function dh($,w,A={}){return RB($,w,A,new WeakMap)}function RB($,w,A,Y){let{arrayMergeMode:f="replace",skipNullish:X=!1,customMerger:U}=A;if(w===null||w===void 0)return X?$:w;if(U){let W=U($,w);if(W!==void 0)return W}if(Array.isArray(w)||Array.isArray($))return qB($,w,f,Y);if(!w0(w)||!w0($))return w;return ph($,w,A,Y)}function qB($,w,A,Y){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 gh($,w,Y);default:return w}return w}function lh($,w){let A=[...w];for(let Y of $)if(!A.some((f)=>dX(f,Y)))A.push(Y);return A}function gh($,w,A){if(w.length===0)return $;if($.length===0)return w;if(w0(w[0])&&w0($[0]))return th($,w,A);if(w.every((Y)=>typeof Y==="string")&&$.every((Y)=>typeof Y==="string")){let Y=[...w];for(let f of $)if(!Y.includes(f))Y.push(f);return Y}return w}function th($,w,A){let Y=[...w];for(let f of $){if(!w0(f)){Y.push(f);continue}let X=["id","name","key","path","type"],U=!1;for(let W of X)if(W in f){if(Y.find((B)=>w0(B)&&(W in B)&&B[W]===f[W])){U=!0;break}}if(!U)Y.push(f)}return Y}function ph($,w,A,Y){let f=w;if(w0(f)&&Y.has(f))return Y.get(f);let X={...$};if(w0(f))Y.set(f,X);for(let U in f){if(!Object.prototype.hasOwnProperty.call(f,U))continue;let W=f[U],J=X[U];if(A.skipNullish&&(W===null||W===void 0))continue;if(W===null||W===void 0){X[U]=W;continue}if(w0(W)&&w0(J))X[U]=RB(J,W,A,Y);else if(Array.isArray(W)||Array.isArray(J))X[U]=qB(J,W,A.arrayMergeMode||"smart",Y);else X[U]=W}return X}function NB($,w,A="replace"){return dh($,w,{arrayMergeMode:A==="replace"?"replace":"smart",skipNullish:!0})}function dX($,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(!dX($[A],w[A]))return!1;return!0}if(w0($)&&w0(w)){let A=Object.keys($),Y=Object.keys(w);if(A.length!==Y.length)return!1;for(let f of A){if(!Object.prototype.hasOwnProperty.call(w,f))return!1;if(!dX($[f],w[f]))return!1}return!0}return!1}function w0($){return Boolean($&&typeof $==="object"&&!Array.isArray($))}class yB{extensions=[".ts",".js",".mjs",".cjs",".json",".mts",".cts"];async loadFromPath($,w,A={}){let{arrayStrategy:Y="replace",useCache:f=!0,cacheTtl:X,trackPerformance:U=!0,verbose:W=!1}=A;if(f){let B=mA.getWithFileCheck("file",$);if(B){if(W)console.log(`Configuration loaded from cache: ${$}`);return B}}let J=async()=>{if(!PA($))return null;try{let B=`?t=${Date.now()}`,E=await import($+B),j=E.default||E,T="default"in E,F=Object.keys(E).length>0;if(!T&&!F)throw new wY($,Error("Configuration file is empty and exports nothing"),"unknown");if(typeof j!=="object"||j===null||Array.isArray(j))throw new wY($,Error("Configuration must export a valid object"),"unknown");let G={config:NB(w,j,Y),source:{type:"file",path:$,priority:100,timestamp:new Date}};if(f)mA.setWithFileCheck("file",G,$,X);return G}catch(B){throw B instanceof Error?tw.configLoad($,B):tw.configLoad($,Error(String(B)))}};if(U)return lX.track("loadFromPath",J,{path:$});return J()}async tryLoadFromPaths($,w,A={}){for(let Y of $)try{let f=await this.loadFromPath(Y,w,A);if(f)return f}catch(f){if(f instanceof Error&&f.name==="ConfigLoadError")throw f;if(A.verbose)console.warn(`Failed to load config from ${Y}:`,f)}return null}generateConfigPaths($,w,A){let Y=this.generateNamePatterns($,A),f=[];for(let X of Y)for(let U of this.extensions)f.push(DX(w,`${X}${U}`));return f}generateNamePatterns($,w){let A=[];if(A.push("config",".config"),$)A.push($,`.${$}.config`,`${$}.config`,`.${$}`);let Y=w===void 0?[]:Array.isArray(w)?w:[w];for(let X of Y){if(!X)continue;if(A.push(X,`.${X}.config`,`${X}.config`,`.${X}`),$)A.push(`${$}.${X}.config`,`.${$}.${X}.config`)}let f=new Set;return A.filter((X)=>{if(!X||f.has(X))return!1;return f.add(X),!0})}checkFileAccess($){return mh(async()=>{return PA($)},{maxRetries:2,retryDelay:100,fallback:!1})}async discoverConfigFiles($,w,A){let Y=[];if(!PA($))return Y;if(w||A){let f=this.generateNamePatterns(w||"",A);for(let X of f)for(let U of this.extensions){let W=DX($,`${X}${U}`);if(await this.checkFileAccess(W))Y.push(W)}}else try{let{readdirSync:f}=await import("fs"),X=f($);for(let U of X)if(this.looksLikeConfigFile(U)){let W=DX($,U);if(await this.checkFileAccess(W))Y.push(W)}}catch{return[]}return Y}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(!PA($))return w.push("Configuration file does not exist"),w;let A=await import($),Y=A.default||A;if(Y===void 0)w.push("Configuration file must export a default value or named exports");else if(typeof Y!=="object"||Y===null)w.push("Configuration must be an object");else if(Array.isArray(Y))w.push("Configuration cannot be an array at the root level");if($.endsWith(".json"))try{let{readFileSync:f}=await import("fs"),X=f($,"utf8");JSON.parse(X)}catch(f){w.push(`Invalid JSON syntax: ${f}`)}}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(Y)=>{try{let f=await this.loadFromPath(Y,{},w);if(f)A.set(Y,f.config)}catch(f){if(w.verbose)console.warn(`Failed to preload ${Y}:`,f)}})),A}}class MB{async validateConfiguration($,w,A={}){let{stopOnFirstError:Y=!1,validateRequired:f=!0,validateTypes:X=!0,customRules:U=[],trackPerformance:W=!0,verbose:J=!1}=A,B=async()=>{let E=[],j=[],T={stopOnFirstError:Y,validateRequired:f,validateTypes:X,customRules:U,trackPerformance:W,verbose:J};try{if(typeof w==="string")return await this.validateWithSchemaFile($,w,T);else if(Array.isArray(w))return this.validateWithRules($,[...w,...U],T);else return this.validateWithJSONSchema($,w,T)}catch(F){return E.push({path:"",message:`Validation failed: ${F}`,rule:"system"}),{isValid:!1,errors:E,warnings:j}}};if(W)return await lX.track("validateConfiguration",B);return B()}async validateWithSchemaFile($,w,A){try{if(!rh(w))throw new AY(w,[{path:"",message:"Schema file does not exist"}]);let Y=await import(w),f=Y.default||Y;if(Array.isArray(f))return this.validateWithRules($,f,A);else return this.validateWithJSONSchema($,f,A)}catch(Y){throw new AY(w,[{path:"",message:`Failed to load schema: ${Y}`}])}}validateWithJSONSchema($,w,A){let Y=[],f=[];return this.validateObjectAgainstSchema($,w,"",Y,f,A),{isValid:Y.length===0,errors:Y,warnings:f}}validateObjectAgainstSchema($,w,A,Y,f,X){if(X.validateTypes&&w.type){let U=Array.isArray($)?"array":typeof $,W=Array.isArray(w.type)?w.type:[w.type];if(!W.includes(U)){if(Y.push({path:A,message:`Expected type ${W.join(" or ")}, got ${U}`,expected:W.join(" or "),actual:U,rule:"type"}),X.stopOnFirstError)return}}if(w.enum&&!w.enum.includes($)){if(Y.push({path:A,message:`Value must be one of: ${w.enum.join(", ")}`,expected:w.enum.join(", "),actual:$,rule:"enum"}),X.stopOnFirstError)return}if(typeof $==="string"){if(w.minLength!==void 0&&$.length<w.minLength)Y.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)Y.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($))Y.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)Y.push({path:A,message:`Value must be at least ${w.minimum}`,expected:`>= ${w.minimum}`,actual:$,rule:"minimum"});if(w.maximum!==void 0&&$>w.maximum)Y.push({path:A,message:`Value must not exceed ${w.maximum}`,expected:`<= ${w.maximum}`,actual:$,rule:"maximum"})}if(Array.isArray($)&&w.items)for(let U=0;U<$.length;U++){let W=A?`${A}[${U}]`:`[${U}]`;if(this.validateObjectAgainstSchema($[U],w.items,W,Y,f,X),X.stopOnFirstError&&Y.length>0)return}if($&&typeof $==="object"&&!Array.isArray($)){let U=$;if(X.validateRequired&&w.required){for(let W of w.required)if(!(W in U)){if(Y.push({path:A?`${A}.${W}`:W,message:`Missing required property '${W}'`,expected:"required",rule:"required"}),X.stopOnFirstError)return}}if(w.properties){for(let[W,J]of Object.entries(w.properties))if(W in U){let B=A?`${A}.${W}`:W;if(this.validateObjectAgainstSchema(U[W],J,B,Y,f,X),X.stopOnFirstError&&Y.length>0)return}}if(w.additionalProperties===!1){let W=new Set(Object.keys(w.properties||{}));for(let J of Object.keys(U))if(!W.has(J))f.push({path:A?`${A}.${J}`:J,message:`Additional property '${J}' is not allowed`,rule:"additionalProperties"})}}}validateWithRules($,w,A){let Y=[],f=[];for(let X of w)try{let U=this.getValueByPath($,X.path),W=this.validateWithRule(U,X,X.path);if(Y.push(...W),A.stopOnFirstError&&Y.length>0)break}catch(U){Y.push({path:X.path,message:`Rule validation failed: ${U}`,rule:"system"})}return{isValid:Y.length===0,errors:Y,warnings:f}}validateWithRule($,w,A){let Y=[];if(w.required&&($===void 0||$===null))return Y.push({path:A,message:w.message||`Property '${A}' is required`,expected:"required",rule:"required"}),Y;if($===void 0||$===null)return Y;if(w.type){let f=Array.isArray($)?"array":typeof $;if(f!==w.type)Y.push({path:A,message:w.message||`Expected type ${w.type}, got ${f}`,expected:w.type,actual:f,rule:"type"})}if(w.min!==void 0){let f=Array.isArray($)?$.length:typeof $==="string"?$.length:typeof $==="number"?$:0;if(f<w.min)Y.push({path:A,message:w.message||`Value must be at least ${w.min}`,expected:`>= ${w.min}`,actual:f,rule:"min"})}if(w.max!==void 0){let f=Array.isArray($)?$.length:typeof $==="string"?$.length:typeof $==="number"?$:0;if(f>w.max)Y.push({path:A,message:w.message||`Value must not exceed ${w.max}`,expected:`<= ${w.max}`,actual:f,rule:"max"})}if(w.pattern&&typeof $==="string"){if(!w.pattern.test($))Y.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($))Y.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 f=w.validator($);if(f)Y.push({path:A,message:w.message||f,rule:"custom"})}return Y}getValueByPath($,w){if(!w)return $;let A=w.split("."),Y=$;for(let f of A)if(Y&&typeof Y==="object"&&f in Y)Y=Y[f];else return;return Y}generateRulesFromInterface($){let w=[],A=$.matchAll(/(\w+)(\?)?:\s*(\w+)/g);for(let Y of A){let[,f,X,U]=Y;w.push({path:f,required:!X,type:this.mapTypeScriptType(U)})}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:ah},{path:"timeout",type:"number",min:0},{path:"retries",type:"number",min:0,max:10}]}}}function sh($){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 IB{fileLoader=new yB;envProcessor=new $8;validator=new MB;async loadConfig($){let w=Date.now(),{cache:A,performance:Y,schema:f,validate:X,...U}=$;try{if(A?.enabled){let J=this.checkCache(U.name||"",U);if(J)return J}let W;try{W=await this.loadConfigurationStrategies(U,!0,A)}catch(J){let B=U.__strictErrorHandling;if(J instanceof Error&&J.name==="ConfigNotFoundError"){if(B)throw J;W={...await this.applyEnvironmentVariables(U.name||"",U.defaultConfig,U.checkEnv!==!1,U.verbose||!1),warnings:[`No configuration file found for "${U.name||"config"}", using defaults with environment variables`]}}else if(J instanceof Error&&J.name==="ConfigLoadError"){let E=J.message.includes("EACCES")||J.message.includes("EPERM")||J.message.includes("permission denied"),j=!E&&(J.message.includes("syntax")||J.message.includes("Expected")||J.message.includes("Unexpected")||J.message.includes("BuildMessage")||J.message.includes("errors building")),T=J.message.includes("Configuration must export a valid object")||J.message.includes("Configuration file is empty and exports nothing");if(B&&(T||E))throw J;if(j&&(!B||!T))W={...await this.applyEnvironmentVariables(U.name||"",U.defaultConfig,U.checkEnv!==!1,U.verbose||!1),warnings:["Configuration file has syntax errors, using defaults with environment variables"]};else if(!B)W={...await this.applyEnvironmentVariables(U.name||"",U.defaultConfig,U.checkEnv!==!1,U.verbose||!1),warnings:[`Configuration loading error, using defaults: ${J.message}`]};else throw J}else W={...await this.applyEnvironmentVariables(U.name||"",U.defaultConfig,U.checkEnv!==!1,U.verbose||!1),warnings:[`Configuration loading failed, using defaults: ${J instanceof Error?J.message:String(J)}`]}}if(f||X)await this.validateConfiguration(W.config,f,X,U.name);if(A?.enabled&&W)this.cacheResult(U.name||"",W,A,U);if(Y?.enabled){let J={operation:"loadConfig",duration:Date.now()-w,configName:U.name,timestamp:new Date};if(Y.onMetrics)Y.onMetrics(J);if(Y.slowThreshold&&J.duration>Y.slowThreshold)L0.warn(`Slow configuration loading detected: ${J.duration}ms for ${U.name}`);W.metrics=J}return W}catch(W){if(W instanceof Error&&W.name==="ConfigNotFoundError")throw W;let J=Date.now()-w;throw L0.error(`Configuration loading failed after ${J}ms:`,[W instanceof Error?W:Error(String(W))]),W}}async loadConfigurationStrategies($,w=!1,A){let{name:Y="",alias:f,cwd:X,configDir:U,defaultConfig:W,checkEnv:J=!0,arrayStrategy:B="replace",verbose:E=!1}=$,j=X||YY.cwd(),T=[],F=await this.loadLocalConfiguration(Y,f,j,U,W,B,E,J,A);if(F)return T.push(...this.getLocalSearchPaths(Y,f,j,U)),this.finalizeResult(F,T,J,Y,E);let H=await this.loadHomeConfiguration(Y,f,W,B,E,J);if(H)return T.push(...this.getHomeSearchPaths(Y,f)),this.finalizeResult(H,T,J,Y,E);let h=await this.loadPackageJsonConfiguration(Y,f,j,W,B,E,J);if(h)return T.push(e$(j,"package.json")),this.finalizeResult(h,T,J,Y,E);if(T.push(...this.getAllSearchPaths(Y,f,j,U)),w)throw tw.configNotFound(Y,T,f);return{...await this.applyEnvironmentVariables(Y,W,J,E),warnings:[`No configuration file found for "${Y}"${sh(f)}, using defaults with environment variables`]}}async loadLocalConfiguration($,w,A,Y,f,X,U,W,J){let B=W?iA($,f,U):f,E=this.getLocalDirectories(A,Y);for(let j of E){if(U)L0.info(`Searching for configuration in: ${j}`);let T=this.fileLoader.generateConfigPaths($,j,w),F=await this.fileLoader.tryLoadFromPaths(T,B,{arrayStrategy:X,verbose:U,cacheTtl:J?.ttl,useCache:!J?.ttl||J.ttl>100});if(F){if(U)L0.success(`Configuration loaded from: ${F.source.path}`);return F}}return null}async loadHomeConfiguration($,w,A,Y,f,X){if(!$)return null;let U=X?iA($,A,f):A,W=[e$(xw(),".config",$),e$(xw(),".config"),xw()];for(let J of W){if(f)L0.info(`Checking home directory: ${J}`);let B=this.fileLoader.generateConfigPaths($,J,w),E=await this.fileLoader.tryLoadFromPaths(B,U,{arrayStrategy:Y,verbose:f});if(E){if(f)L0.success(`Configuration loaded from home directory: ${E.source.path}`);return E}}return null}async loadPackageJsonConfiguration($,w,A,Y,f,X,U){let W=U?iA($,Y,X):Y;try{let J=e$(A,"package.json");if(!dz(J))return null;let B={};try{B=JSON.parse(lz(J,"utf8"))}catch(T){if(X)L0.warn("Failed to parse package.json:",[T instanceof Error?T:Error(String(T))]);return null}let E=B[$],j=$;if(!E&&w){let T=Array.isArray(w)?w:[w];for(let F of T){if(!F)continue;if(B[F]){E=B[F],j=F;break}}}if(E&&typeof E==="object"&&!Array.isArray(E)){if(X)L0.success(`Configuration loaded from package.json: ${j}`);return{config:NB(W,E,f),source:{type:"package.json",path:J,priority:30,timestamp:new Date}}}}catch(J){if(X)L0.warn("Failed to load package.json:",[J instanceof Error?J:Error(String(J))])}return null}async applyEnvironmentVariables($,w,A,Y){if(!A||!$||typeof w!=="object"||w===null||Array.isArray(w))return{config:w,source:{type:"default",priority:10,timestamp:new Date}};return{config:iA($,w,Y),source:{type:"environment",priority:20,timestamp:new Date}}}async finalizeResult($,w,A,Y,f){return{config:$.config,source:$.source,path:$.source.path}}async validateConfiguration($,w,A,Y){let f=[];if(A){let X=A($);if(X)f.push(...X)}if(w){let X=await this.validator.validateConfiguration($,w);if(!X.isValid)f.push(...X.errors.map((U)=>U.path?`${U.path}: ${U.message}`:U.message))}if(f.length>0)throw tw.configValidation(Y||"unknown",f,Y)}checkCache($,w){let A=this.generateCacheKey($,w);return mA.get(A)||null}cacheResult($,w,A,Y){let f=this.generateCacheKey($,Y);mA.set(f,w,void 0,A.ttl)}generateCacheKey($,w){let A=[$];if(w.alias){let Y=Array.isArray(w.alias)?w.alias.join(","):w.alias;A.push(`alias:${Y}`)}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,Y){let f=[];return f.push(...this.getLocalSearchPaths($,w,A,Y)),f.push(...this.getHomeSearchPaths($,w)),f.push(e$(A,"package.json")),f}getLocalSearchPaths($,w,A,Y){let f=this.getLocalDirectories(A,Y),X=[];for(let U of f)X.push(...this.fileLoader.generateConfigPaths($,U,w));return X}getHomeSearchPaths($,w){if(!$)return[];let A=[e$(xw(),".config",$),e$(xw(),".config"),xw()],Y=[];for(let f of A)Y.push(...this.fileLoader.generateConfigPaths($,f,w));return Y}async loadConfigWithResult($){return this.loadConfig($)}}function iA($,w,A=!1){let Y=new $8,f=$.toUpperCase().replace(/[^A-Z0-9]/g,"_");function X(U,W=[]){let J={...U};for(let[B,E]of Object.entries(U)){let j=[...W,B],T=[`${f}_${j.join("_").toUpperCase()}`,`${f}_${j.map((h)=>h.toUpperCase()).join("")}`,`${f}_${j.map((h)=>h.replace(/([A-Z])/g,"_$1").toUpperCase()).join("")}`],F,H;for(let h of T)if(F=YY.env[h],F!==void 0){H=h;break}if(F!==void 0&&H)if(typeof E==="boolean")J[B]=["true","1","yes"].includes(F.toLowerCase());else if(typeof E==="number"){let h=Number(F);if(!Number.isNaN(h))J[B]=h}else if(Array.isArray(E))try{J[B]=JSON.parse(F)}catch{J[B]=F.split(",").map((h)=>h.trim())}else J[B]=F;else if(E&&typeof E==="object"&&!Array.isArray(E))J[B]=X(E,j)}return J}return X(w)}var mA,lX,Q2,_2=($)=>$,k2=($,w)=>{for(var A in w)Q2($,A,{get:w[A],enumerable:!0,configurable:!0,set:D2.bind(w,A)})},Z2=($,w)=>()=>($&&(w=$($=0)),w),tW,AB,gw,i1,YB,Jh,Wh,_W,cA,PX,M$,l,Bh,DW,Eh,kW,jh,Th,LX,Fh,ZW,xW,OX,zh,hh,Hh,Gh,uA,fB,Kh,I$,Rh,qh,PW,nA,iX,B$,D,Nh,iW,yh,bW,Mh,Ih,VX,Ch,cW,uW,Sh,QX,Lh,Oh,Vh,Qh,_h,vA,XB,Dh,kh="0.15.6",p$,oA,x1,bX,cX,eA,uX,nX,P1,vX,mX,e0,UB,JB,F0,_0,WB,BB,Zh,Ph,EB,$Y,_q,R$,P,Dq,bh,kq,ch,Zq,xq,nW,Pq,uh,nh,iq,vW,bq,cq,uq,nq,vq,_X,vh,mq,z0,TB,wY,FB,zB,eX,hB,HB,AY,GB,KB,tw,ah,L0,pq,rq,aq;var w8=K$(()=>{mA=new mW,lX=new dW,Q2=Object.defineProperty;tW={};k2(tW,{withErrorRecovery:()=>aW,tryLoadConfig:()=>Yh,loadConfigWithResult:()=>wh,loadConfig:()=>wB,isRetryableError:()=>r2,isConfigNotFoundError:()=>p2,isBunfigError:()=>sW,globalPerformanceMonitor:()=>i1,globalCache:()=>gw,getEnvOrDefault:()=>a2,generateConfigTypes:()=>fh,defaultGeneratedDir:()=>BB,defaultConfigDir:()=>WB,deepMergeWithArrayStrategy:()=>aX,deepMerge:()=>oW,createLibraryConfig:()=>Xh,config:()=>Ah,bunfigPlugin:()=>Uh,applyEnvVarsToConfig:()=>k1,TypeGenerationError:()=>nX,SchemaValidationError:()=>P1,PluginError:()=>mX,PerformanceMonitor:()=>tX,FileSystemError:()=>uX,ErrorFactory:()=>e0,EnvVarError:()=>eA,EnvProcessor:()=>fY,ConfigValidator:()=>sX,ConfigValidationError:()=>bX,ConfigNotFoundError:()=>oA,ConfigMergeError:()=>cX,ConfigLoader:()=>oX,ConfigLoadError:()=>x1,ConfigFileLoader:()=>XY,ConfigCache:()=>gX,CacheUtils:()=>YB,BunfigError:()=>p$,BrowserConfigError:()=>vX,ArrayMergeStrategies:()=>UB});Zh=Z2(async()=>{AB=import.meta.require,gw=new gX,i1=new tX,YB={createKey:x2,isEquivalent:P2,estimateMemoryUsage:i2},Jh=gA(ZX.cwd(),"config"),Wh=gA(ZX.cwd(),"src/generated"),_W=lA.env.CLARITY_LOG_DIR||sz(u2(),"logs"),cA={level:"info",defaultName:"clarity",timestamp:!0,colors:!0,format:"text",maxLogSize:10485760,logDatePattern:"YYYY-MM-DD",logDirectory:_W,rotation:{frequency:"daily",maxSize:10485760,maxFiles:5,compress:!1,rotateHour:0,rotateMinute:0,rotateDayOfWeek:0,rotateDayOfMonth:1,encrypt:!1},verbose:!1},PX=await n2(),M$={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=M$,Bh=M$.red,DW=M$.green,Eh=M$.yellow,kW=M$.blue,jh=M$.magenta,Th=M$.cyan,LX=M$.white,Fh=M$.gray,ZW=M$.bgRed,xW=M$.bgYellow,OX=M$.bold,zh=M$.dim,hh=M$.italic,Hh=M$.underline,Gh=M$.reset,uA={activationLevel:"error",bufferSize:50,flushOnDeactivation:!0,stopBuffering:!1},fB={debug:"\uD83D\uDD0D",info:kW("ℹ"),success:DW("✓"),warning:xW(LX(OX(" WARN "))),error:ZW(LX(OX(" ERROR ")))},Kh=new rA("stacks"),I$=new rA("bunfig",{showTags:!0}),Rh=k$(Z1.cwd(),"config"),qh=k$(Z1.cwd(),"src/generated"),PW=dA.env.CLARITY_LOG_DIR||rz(l2(),"logs"),nA={level:"info",defaultName:"clarity",timestamp:!0,colors:!0,format:"text",maxLogSize:10485760,logDatePattern:"YYYY-MM-DD",logDirectory:PW,rotation:{frequency:"daily",maxSize:10485760,maxFiles:5,compress:!1,rotateHour:0,rotateMinute:0,rotateDayOfWeek:0,rotateDayOfMonth:1,encrypt:!1},verbose:!1,writeToFile:!1},iX=await g2(),B$={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=B$,Nh=B$.red,iW=B$.green,yh=B$.yellow,bW=B$.blue,Mh=B$.magenta,Ih=B$.cyan,VX=B$.white,Ch=B$.gray,cW=B$.bgRed,uW=B$.bgYellow,Sh=B$.bgGray,QX=B$.bold,Lh=B$.dim,Oh=B$.italic,Vh=B$.underline,Qh=B$.strikethrough,_h=B$.reset,vA={activationLevel:"error",bufferSize:50,flushOnDeactivation:!0,stopBuffering:!1},XB={debug:"\uD83D\uDD0D",info:bW("ℹ"),success:iW("✓"),warning:uW(VX(QX(" WARN "))),error:cW(VX(QX(" ERROR ")))},Dh=new sA("stacks"),p$=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,Y])=>`${A}: ${Y}`).join(", ")})`:"";return`${this.name} [${this.code}]: ${this.message}${w}`}},oA=class extends p${code="CONFIG_NOT_FOUND";constructor(w,A,Y){let f=Y?` or alias "${Y}"`:"";super(`Configuration "${w}"${f} not found`,{configName:w,alias:Y,searchPaths:A,searchPathCount:A.length})}},x1=class extends p${code="CONFIG_LOAD_ERROR";constructor(w,A,Y){super(`Failed to load configuration from "${w}": ${A.message}`,{configPath:w,configName:Y,originalError:A.name,originalMessage:A.message});this.cause=A}},bX=class extends p${code="CONFIG_VALIDATION_ERROR";constructor(w,A,Y){super(`Configuration validation failed for "${w}"`,{configPath:w,configName:Y,validationErrors:A,errorCount:A.length})}},cX=class extends p${code="CONFIG_MERGE_ERROR";constructor(w,A,Y,f){super(`Failed to merge configuration from "${w}" with "${A}": ${Y.message}`,{sourcePath:w,targetPath:A,configName:f,originalError:Y.name,originalMessage:Y.message});this.cause=Y}},eA=class extends p${code="ENV_VAR_ERROR";constructor(w,A,Y,f){super(`Failed to parse environment variable "${w}" with value "${A}" as ${Y}`,{envKey:w,envValue:A,expectedType:Y,configName:f})}},uX=class extends p${code="FILE_SYSTEM_ERROR";constructor(w,A,Y){super(`File system ${w} failed for "${A}": ${Y.message}`,{operation:w,path:A,originalError:Y.name,originalMessage:Y.message});this.cause=Y}},nX=class extends p${code="TYPE_GENERATION_ERROR";constructor(w,A,Y){super(`Failed to generate types from "${w}" to "${A}": ${Y.message}`,{configDir:w,outputPath:A,originalError:Y.name,originalMessage:Y.message});this.cause=Y}},P1=class extends p${code="SCHEMA_VALIDATION_ERROR";constructor(w,A,Y){super(`Schema validation failed${Y?` for config "${Y}"`:""}`,{schemaPath:w,configName:Y,validationErrors:A,errorCount:A.length})}},vX=class extends p${code="BROWSER_CONFIG_ERROR";constructor(w,A,Y,f){super(`Failed to fetch configuration from "${w}": ${A} ${Y}`,{endpoint:w,status:A,statusText:Y,configName:f})}},mX=class extends p${code="PLUGIN_ERROR";constructor(w,A,Y){super(`Plugin "${w}" failed during ${A}: ${Y.message}`,{pluginName:w,operation:A,originalError:Y.name,originalMessage:Y.message});this.cause=Y}},e0={configNotFound($,w,A){return new oA($,w,A)},configLoad($,w,A){return new x1($,w,A)},configValidation($,w,A){return new bX($,w,A)},configMerge($,w,A,Y){return new cX($,w,A,Y)},envVar($,w,A,Y){return new eA($,w,A,Y)},fileSystem($,w,A){return new uX($,w,A)},typeGeneration($,w,A){return new nX($,w,A)},schemaValidation($,w,A){return new P1($,w,A)},browserConfig($,w,A,Y){return new vX($,w,A,Y)},plugin($,w,A){return new mX($,w,A)}},UB={replace:"replace",concat:"concat",smart:"smart"},JB=/^https?:\/\//,F0=new sA("bunfig",{showTags:!0}),_0=new oX,WB=Z$(Hw.cwd(),"config"),BB=Z$(Hw.cwd(),"src/generated")});Ph=tA.env.CLARITY_LOG_DIR||R2(xh(),"logs"),EB={level:"info",defaultName:"clarity",timestamp:!0,colors:!0,format:"text",maxLogSize:10485760,logDatePattern:"YYYY-MM-DD",logDirectory:Ph,rotation:{frequency:"daily",maxSize:10485760,maxFiles:5,compress:!1,rotateHour:0,rotateMinute:0,rotateDayOfWeek:0,rotateDayOfMonth:1,encrypt:!1},verbose:!1,writeToFile:!1},$Y={...EB},_q=(async()=>{try{let{loadConfig:$}=await Zh().then(()=>tW),w=await $({name:"clarity",alias:"logging",defaultConfig:EB,cwd:tA.cwd()});if(w)Object.assign($Y,w)}catch{}return $Y})();R$={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=R$,Dq=R$.red,bh=R$.green,kq=R$.yellow,ch=R$.blue,Zq=R$.magenta,xq=R$.cyan,nW=R$.white,Pq=R$.gray,uh=R$.bgRed,nh=R$.bgYellow,iq=R$.bgGray,vW=R$.bold,bq=R$.dim,cq=R$.italic,uq=R$.underline,nq=R$.strikethrough,vq=R$.reset,_X={activationLevel:"error",bufferSize:50,flushOnDeactivation:!0,stopBuffering:!1},vh={debug:"\uD83D\uDD0D",info:ch("ℹ"),success:bh("✓"),warning:nh(nW(vW(" WARN "))),error:uh(nW(vW(" ERROR ")))};mq=new UY("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}${$}`}};TB=class TB extends z0{code="CONFIG_NOT_FOUND";constructor($,w,A){let Y=A===void 0?[]:Array.isArray(A)?A.filter(Boolean):[A],f="";if(Y.length===1)f=` or alias "${Y[0]}"`;else if(Y.length>1)f=` or aliases ${Y.map((X)=>`"${X}"`).join(", ")}`;super(`Configuration "${$}"${f} not found`,{configName:$,alias:A,searchPaths:w,searchPathCount:w.length})}};wY=class wY 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}};FB=class FB extends z0{code="CONFIG_VALIDATION_ERROR";constructor($,w,A){super(`Configuration validation failed for "${$}"`,{configPath:$,configName:A,validationErrors:w,errorCount:w.length})}};zB=class zB extends z0{code="CONFIG_MERGE_ERROR";constructor($,w,A,Y){super(`Failed to merge configuration from "${$}" with "${w}": ${A.message}`,{sourcePath:$,targetPath:w,configName:Y,originalError:A.name,originalMessage:A.message});this.cause=A}};eX=class eX extends z0{code="ENV_VAR_ERROR";constructor($,w,A,Y){super(`Failed to parse environment variable "${$}" with value "${w}" as ${A}`,{envKey:$,envValue:w,expectedType:A,configName:Y})}};hB=class hB 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}};HB=class HB 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}};AY=class AY 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})}};GB=class GB extends z0{code="BROWSER_CONFIG_ERROR";constructor($,w,A,Y){super(`Failed to fetch configuration from "${$}": ${w} ${A}`,{endpoint:$,status:w,statusText:A,configName:Y})}};KB=class KB 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}};tw={configNotFound($,w,A){return new TB($,w,A)},configLoad($,w,A){return new wY($,w,A)},configValidation($,w,A){return new FB($,w,A)},configMerge($,w,A,Y){return new zB($,w,A,Y)},envVar($,w,A,Y){return new eX($,w,A,Y)},fileSystem($,w,A){return new hB($,w,A)},typeGeneration($,w,A){return new HB($,w,A)},schemaValidation($,w,A){return new AY($,w,A)},browserConfig($,w,A,Y){return new GB($,w,A,Y)},plugin($,w,A){return new KB($,w,A)}};ah=/^https?:\/\//;L0=new UY("bunfig",{showTags:!0});pq=new IB;rq=e$(YY.cwd(),"config"),aq=e$(YY.cwd(),"src/generated")});var q;var $w=K$(()=>{q={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{Resolver as f8}from"node:dns/promises";import{createHash as AH,sign as YH}from"node:crypto";import{createHash as fH}from"node:crypto";import{sign as XH}from"node:crypto";import{generateKeyPairSync as _E,X509Certificate as zH}from"node:crypto";import X8 from"node:os";import U8 from"node:path";import{existsSync as SB,statSync as LB}from"fs";import{existsSync as HH,mkdirSync as zN,readdirSync as hN,readFileSync as GH,writeFileSync as HN}from"fs";import{homedir as rw}from"os";import{dirname as RN,resolve as Y0}from"path";import gY from"process";import{existsSync as OB,statSync as VB}from"fs";import{existsSync as Q8,mkdirSync as KH,readdirSync as RH,writeFileSync as qH}from"fs";import{homedir as aw}from"os";import{dirname as QB,resolve as P$}from"path";import Kw from"process";import{join as NH,relative as yH,resolve as _B}from"path";import VY from"process";import{existsSync as DE,mkdirSync as VN,readdirSync as QN,writeFileSync as _N}from"fs";import{homedir as J8}from"os";import{dirname as ZN,resolve as x$}from"path";import v1 from"process";import{join as MH,relative as IH,resolve as DB}from"path";import QY from"process";import{existsSync as kE,mkdirSync as cN,readdirSync as uN,writeFileSync as nN}from"fs";import{dirname as mN,resolve as _Y}from"path";import _8 from"process";import{Buffer as ww}from"buffer";import{createCipheriv as CH,createDecipheriv as SH,randomBytes as W8}from"crypto";import{closeSync as B8,createReadStream as kB,createWriteStream as LH,existsSync as E8,fsyncSync as ZB,openSync as xB,writeFileSync as OH}from"fs";import{access as VH,constants as PB,mkdir as QH,readdir as JY,rename as iB,stat as sw,unlink as WY,writeFile as j8}from"fs/promises";import{join as ow}from"path";import C$ from"process";import{pipeline as _H}from"stream/promises";import{createGzip as bB}from"zlib";import ew from"process";import x0 from"process";import{Buffer as D0}from"buffer";import{createCipheriv as DH,createDecipheriv as kH,randomBytes as T8}from"crypto";import{closeSync as F8,createReadStream as cB,createWriteStream as ZH,existsSync as BY,fsyncSync as uB,openSync as nB,writeFileSync as xH}from"fs";import{access as PH,constants as vB,mkdir as iH,readdir as EY,rename as mB,stat as $1,unlink as jY,writeFile as z8}from"fs/promises";import{isAbsolute as bH,join as w1,resolve as cH}from"path";import n from"process";import{pipeline as uH}from"stream/promises";import{createGzip as dB}from"zlib";import A1 from"process";import P0 from"process";import TY from"process";import{existsSync as FY}from"fs";import{resolve as h8}from"path";import{existsSync as nH}from"fs";import{existsSync as vH,readdirSync as mH}from"fs";import{extname as H8,resolve as lB}from"path";import dH from"process";import{join as lH,relative as gH,resolve as gB}from"path";import DY from"process";import{Buffer as k0}from"buffer";import{createCipheriv as tH,createDecipheriv as pH,randomBytes as G8}from"crypto";import{closeSync as K8,createReadStream as tB,createWriteStream as rH,existsSync as zY,fsyncSync as pB,openSync as rB,writeFileSync as aH}from"fs";import{access as sH,constants as aB,mkdir as oH,readdir as hY,rename as sB,stat as Y1,unlink as HY,writeFile as R8}from"fs/promises";import{isAbsolute as eH,join as f1,resolve as $G}from"path";import v from"process";import{pipeline as wG}from"stream/promises";import{createGzip as oB}from"zlib";import X1 from"process";import i0 from"process";import GY from"process";import{existsSync as KY}from"fs";import{resolve as q8}from"path";import{existsSync as AG}from"fs";import{exec as I9}from"node:child_process";import TE from"node:fs";import C9 from"node:os";import h0 from"node:path";import hj from"node:process";import{promisify as S9}from"node:util";import B1 from"node:crypto";import b0 from"node:fs";import d8 from"node:path";import{execSync as GE}from"node:child_process";import dY from"node:os";async function KE($,w,A={}){let Y=A.timeoutMs??120000,f=A.intervalMs??3000,X=$.split(".").slice(-2).join("."),U;try{let B=new f8,E=await B.resolveNs(X),j=(await Promise.all(E.map((T)=>B.resolve4(T).catch(()=>[])))).flat();if(j.length>0)U=new f8,U.setServers(j)}catch{}let W=Date.now()+Y,J=U??new f8;for(;;){try{if((await J.resolveTxt($)).some((B)=>B.join("")===w))return!0}catch{}if(Date.now()>=W)return!1;await new Promise((B)=>setTimeout(B,f))}}class n1{tokens=new Map;add($,w){this.tokens.set($,w)}get($){return this.tokens.get($)}remove($){this.tokens.delete($)}static PATH_PREFIX="/.well-known/acme-challenge/";handlePath($){let w=$.indexOf(n1.PATH_PREFIX);if(w===-1)return;let A=$.slice(w+n1.PATH_PREFIX.length);return this.get(A)}}function NY($){return(typeof $==="string"?Buffer.from($,"utf8"):Buffer.from($)).toString("base64url")}function S8($){return Buffer.from($,"base64url")}function RE($){let w=$.export({format:"jwk"});if(w.kty!=="EC"||w.crv!=="P-256"||!w.x||!w.y)throw Error(`Expected a P-256 EC public key, got kty=${w.kty} crv=${w.crv}`);return{crv:"P-256",kty:"EC",x:w.x,y:w.y}}function qE($){let w=`{"crv":"${$.crv}","kty":"${$.kty}","x":"${$.x}","y":"${$.y}"}`;return AH("sha256").update(w).digest("base64url")}function NE($){let{protectedHeader:w,payload:A,privateKey:Y}=$,f=NY(JSON.stringify(w)),X=A===""?"":NY(JSON.stringify(A)),U=`${f}.${X}`,W=YH("sha256",Buffer.from(U),{key:Y,dsaEncoding:"ieee-p1363"});return{protected:f,payload:X,signature:NY(W)}}class OY{directoryUrl;accountKey;jwk;thumbprint;directoryCache;nonce;accountKid;constructor($){this.directoryUrl=$.directoryUrl,this.accountKey=$.accountKey,this.jwk=RE($.accountPublicKey),this.thumbprint=qE(this.jwk)}get keyThumbprint(){return this.thumbprint}get kid(){return this.accountKid}async directory(){if(this.directoryCache)return this.directoryCache;let $=await fetch(this.directoryUrl);if(!$.ok)throw Error(`Failed to fetch ACME directory: HTTP ${$.status}`);return this.directoryCache=await $.json(),this.directoryCache}async newNonce(){let $=await this.directory(),w=(await fetch($.newNonce,{method:"HEAD"})).headers.get("replay-nonce");if(!w)throw Error("ACME server did not return a Replay-Nonce");return this.nonce=w,w}async ensureNonce(){if(this.nonce){let $=this.nonce;return this.nonce=void 0,$}return this.newNonce()}async signedPost($){let{url:w,payload:A,useJwk:Y}=$,f={alg:"ES256",nonce:await this.ensureNonce(),url:w};if(Y)f.jwk=this.jwk;else f.kid=this.requireKid();let X=NE({protectedHeader:f,payload:A,privateKey:this.accountKey}),U=await fetch(w,{method:"POST",headers:{"content-type":"application/jose+json"},body:JSON.stringify(X)}),W=U.headers.get("replay-nonce");if(W)this.nonce=W;let J=U.headers.get("content-type")??"",B;if(J.includes("application/pem-certificate-chain")||J.startsWith("text/"))B=await U.text();else{let E=await U.text();B=E?JSON.parse(E):{}}if(U.status>=400){let E=B??{};throw new LY(`ACME request to ${w} failed (HTTP ${U.status}): ${E.type??""} ${E.detail??""}`.trim(),E,U.status)}return{status:U.status,headers:U.headers,body:B,location:U.headers.get("location")??void 0}}requireKid(){if(!this.accountKid)throw Error("No ACME account; call newAccount() first");return this.accountKid}async newAccount($={}){let w=await this.directory(),A={termsOfServiceAgreed:!0};if($.email)A.contact=[`mailto:${$.email}`];let Y=await this.signedPost({url:w.newAccount,payload:A,useJwk:!0});if(!Y.location)throw Error("ACME newAccount did not return an account URL (Location header)");return this.accountKid=Y.location,this.accountKid}async newOrder($){let w=await this.directory(),A={identifiers:$.map((f)=>({type:"dns",value:f}))},Y=await this.signedPost({url:w.newOrder,payload:A});if(!Y.location)throw Error("ACME newOrder did not return an order URL (Location header)");return{order:Y.body,orderUrl:Y.location}}async getAuthorization($){return(await this.signedPost({url:$,payload:""})).body}keyAuthorization($){return`${$}.${this.thumbprint}`}dns01TxtValue($){return fH("sha256").update(this.keyAuthorization($)).digest("base64url")}async notifyChallengeReady($){await this.signedPost({url:$,payload:{}})}async pollAuthorization($,w={}){let A=w.timeoutMs??60000,Y=w.intervalMs??2000,f=Date.now()+A;while(Date.now()<f){let X=await this.getAuthorization($);if(X.status==="valid")return;if(X.status==="invalid"){let U=X.challenges.find((W)=>W.status==="invalid");throw new LY(`Authorization for ${X.identifier.value} became invalid: ${U?.error?.detail??"unknown reason"}`,U?.error??{},0)}await CB(Y),Y=Math.min(Y*1.5,1e4)}throw Error(`Timed out waiting for authorization ${$} to become valid`)}async finalizeOrder($,w){return(await this.signedPost({url:$,payload:{csr:w}})).body}async getOrder($){return(await this.signedPost({url:$,payload:""})).body}async pollOrder($,w={}){let A=w.timeoutMs??60000,Y=w.intervalMs??2000,f=Date.now()+A;while(Date.now()<f){let X=await this.getOrder($);if(X.status==="valid"){if(!X.certificate)throw Error("ACME order is valid but has no certificate URL");return X.certificate}if(X.status==="invalid")throw Error(`ACME order ${$} became invalid`);await CB(Y),Y=Math.min(Y*1.5,1e4)}throw Error(`Timed out waiting for order ${$} to become valid`)}async downloadCertificate($){let w=await this.signedPost({url:$,payload:""});return typeof w.body==="string"?w.body:String(w.body)}static selectChallenge($,w){let A=$.challenges.find((Y)=>Y.type===w);if(!A)throw Error(`No ${w} challenge available for ${$.identifier.value}`);return A}}function IE($){let w=$.match(/-----BEGIN CERTIFICATE-----[\s\S]*?-----END CERTIFICATE-----\n?/g)??[],A=w[0];if(!A)return{certPem:`${$.trim()}
|
|
64
|
+
`,chainPem:""};let Y=`${A.trim()}
|
|
65
|
+
`,f=w.slice(1).map((X)=>X.trim()).join(`
|
|
66
|
+
`);return{certPem:Y,chainPem:f?`${f}
|
|
67
|
+
`:""}}function CE($){return`_acme-challenge.${$.startsWith("*.")?$.slice(2):$}`}function CB($){return new Promise((w)=>setTimeout(w,$))}function UH($){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 fw($,w){return Buffer.concat([Buffer.from([$]),UH(w.length),w])}function SE($){let w;if(typeof $==="number")if($===0)w=Buffer.from([0]);else{let A=[],Y=$;while(Y>0)A.unshift(Y&255),Y>>=8;if(A[0]&128)A.unshift(0);w=Buffer.from(A)}else if(w=$.length===0?Buffer.from([0]):$,w[0]&128)w=Buffer.concat([Buffer.from([0]),w]);return fw(2,w)}function Gw($){let w=$.split(".").map(Number);if(w.length<2)throw Error(`Invalid OID: ${$}`);let A=[40*w[0]+w[1]];for(let Y=2;Y<w.length;Y++){let f=w[Y],X=[f&127];f=Math.floor(f/128);while(f>0)X.unshift(f&127|128),f=Math.floor(f/128);A.push(...X)}return fw(6,Buffer.from(A))}function A0(...$){return fw(48,Buffer.concat($))}function L8(...$){return fw(49,Buffer.concat($))}function O8($){return fw(3,Buffer.concat([Buffer.from([0]),$]))}function LE($){return fw(4,$)}function OE($){return fw(12,Buffer.from($,"utf8"))}function V8($,w,A){let Y=128|(A?32:0)|$;return fw(Y,w)}function FH($){let w=$.export({format:"jwk"});if(!w.x||!w.y)throw Error("Public key JWK is missing x/y coordinates");let A=S8(w.x),Y=S8(w.y);if(A.length!==32||Y.length!==32)throw Error(`Expected 32-byte P-256 coordinates, got x=${A.length} y=${Y.length}`);return Buffer.concat([Buffer.from([4]),A,Y])}function VE($){let{domains:w,publicKey:A,privateKey:Y}=$;if(w.length===0)throw Error("At least one domain is required to build a CSR");let f=A0(L8(A0(Gw(EH),OE(w[0])))),X=A0(A0(Gw(JH),Gw(WH)),O8(FH(A))),U=w.map((h)=>V8(2,Buffer.from(h,"ascii"),!1)),W=A0(...U),J=A0(Gw(TH),LE(W)),B=A0(J),E=A0(Gw(jH),L8(B)),j=V8(0,E,!0),T=A0(SE(0),f,X,j),F=XH("sha256",T,Y),H=A0(Gw(BH));return A0(T,H,O8(F))}function QE($){return VE($).toString("base64url")}function hH($){if($){let{createPrivateKey:f,createPublicKey:X}=wH("node:crypto"),U=f($),W=X(U);return{privateKey:U,publicKey:W,pem:$}}let{privateKey:w,publicKey:A}=_E("ec",{namedCurve:"P-256"}),Y=w.export({format:"pem",type:"pkcs8"}).toString();return{privateKey:w,publicKey:A,pem:Y}}async function l8($){let{domains:w,method:A}=$;if(w.length===0)throw Error("obtainCertificate requires at least one domain");if(A==="dns-01"&&!$.dnsProvider)throw Error("dns-01 requires a dnsProvider to publish _acme-challenge TXT records");if(w.some((j)=>j.startsWith("*."))&&A!=="dns-01")throw Error("Wildcard certificates require the dns-01 challenge method");let Y=$.directoryUrl??($.staging===!1?ME:yE),f=hH($.accountKeyPem),X=new OY({directoryUrl:Y,accountKey:f.privateKey,accountPublicKey:f.publicKey});await X.newAccount({email:$.email});let{order:U,orderUrl:W}=await X.newOrder(w),J=$.http01Store??lY,B=[],E=[];try{for(let y of U.authorizations){let S=await X.getAuthorization(y);if(S.status==="valid")continue;let w$=OY.selectChallenge(S,A);if(A==="dns-01"){let d$=CE(S.identifier.value),_$=X.dns01TxtValue(w$.token);await $.dnsProvider.setTxt(d$,_$),B.push({name:d$,value:_$}),await KE(d$,_$,{timeoutMs:$.dnsPropagationTimeoutMs??120000})}else J.add(w$.token,X.keyAuthorization(w$.token)),E.push(w$.token);await X.notifyChallengeReady(w$.url),await X.pollAuthorization(y,{timeoutMs:$.timeoutMs})}let{privateKey:j,publicKey:T}=_E("ec",{namedCurve:"P-256"}),F=QE({domains:w,publicKey:T,privateKey:j});await X.finalizeOrder(U.finalize,F);let H=await X.pollOrder(W,{timeoutMs:$.timeoutMs}),h=await X.downloadCertificate(H),{certPem:G,chainPem:K}=IE(h),R=K?`${G}${K}`:G,M=j.export({format:"pem",type:"pkcs8"}).toString(),N=new Date(new zH(G).validTo);return{certPem:G,keyPem:M,chainPem:K,fullChainPem:R,accountKeyPem:f.pem,notAfter:N}}finally{for(let{name:j,value:T}of B)await $.dnsProvider?.removeTxt(j,T).catch(()=>{});for(let j of E)J.remove(j)}}class ZE{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],[,Y])=>A.timestamp.getTime()-Y.timestamp.getTime()),w=$.length-this.options.maxSize+1;for(let A=0;A<w;A++)this.cache.delete($[A][0])}set($,w,A,Y){if(!this.options.enabled)return;let f=this.generateKey($,A),X=Y??this.options.ttl,U=this.estimateSize(w);this.cache.set(f,{value:w,timestamp:new Date,ttl:X,hits:0,size:U}),this.evictIfNeeded()}get($,w){if(!this.options.enabled){this.totalMisses++;return}let A=this.generateKey($,w),Y=this.cache.get(A);if(!Y){this.totalMisses++;return}if(this.isExpired(Y)){this.cache.delete(A),this.totalMisses++;return}return Y.hits++,this.totalHits++,Y.value}isFileModified($,w){try{if(!SB($))return!0;return LB($).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,Y){try{let f=SB(A)?LB(A):null,X=f?f.mtime:new Date;this.set($,{value:w,fileTimestamp:X},A,Y)}catch{this.set($,w,A,Y)}}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((Y,f)=>Y+f.size,0),A=$.map((Y)=>Y.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 Y=A;this.cache.set(w,{value:Y.value,timestamp:new Date(Y.timestamp),ttl:Y.ttl,hits:Y.hits,size:Y.size})}}}class xE{metrics=[];maxMetrics=1000;async track($,w,A={}){let Y=performance.now(),f=new Date;try{let X=await w(),U=performance.now()-Y;return this.recordMetric({operation:$,duration:U,timestamp:f,...A}),X}catch(X){let U=performance.now()-Y;throw this.recordMetric({operation:`${$}:error`,duration:U,timestamp:f,...A}),X}}recordMetric($){if(this.metrics.push($),this.metrics.length>this.maxMetrics)this.metrics=this.metrics.slice(-this.maxMetrics)}getStats($){let w=$?this.metrics.filter((f)=>f.operation===$):this.metrics;if(w.length===0)return{count:0,averageDuration:0,minDuration:0,maxDuration:0,totalDuration:0,recentMetrics:[]};let A=w.map((f)=>f.duration),Y=A.reduce((f,X)=>f+X,0);return{count:w.length,averageDuration:Y/w.length,minDuration:Math.min(...A),maxDuration:Math.max(...A),totalDuration:Y,recentMetrics:w.slice(-10)}}getAllMetrics(){return[...this.metrics]}clearMetrics(){this.metrics=[]}getSlowOperations($){return this.metrics.filter((w)=>w.duration>$)}}function XG($,w){this[$]=fG.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],[,Y])=>A.timestamp.getTime()-Y.timestamp.getTime()),w=$.length-this.options.maxSize+1;for(let A=0;A<w;A++)this.cache.delete($[A][0])}set($,w,A,Y){if(!this.options.enabled)return;let f=this.generateKey($,A),X=Y??this.options.ttl,U=this.estimateSize(w);this.cache.set(f,{value:w,timestamp:new Date,ttl:X,hits:0,size:U}),this.evictIfNeeded()}get($,w){if(!this.options.enabled){this.totalMisses++;return}let A=this.generateKey($,w),Y=this.cache.get(A);if(!Y){this.totalMisses++;return}if(this.isExpired(Y)){this.cache.delete(A),this.totalMisses++;return}return Y.hits++,this.totalHits++,Y.value}isFileModified($,w){try{if(!OB($))return!0;return VB($).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,Y){try{let f=OB(A)?VB(A):null,X=f?f.mtime:new Date;this.set($,{value:w,fileTimestamp:X},A,Y)}catch{this.set($,w,A,Y)}}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((Y,f)=>Y+f.size,0),A=$.map((Y)=>Y.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 Y=A;this.cache.set(w,{value:Y.value,timestamp:new Date(Y.timestamp),ttl:Y.ttl,hits:Y.hits,size:Y.size})}}}class p8{metrics=[];maxMetrics=1000;async track($,w,A={}){let Y=performance.now(),f=new Date;try{let X=await w(),U=performance.now()-Y;return this.recordMetric({operation:$,duration:U,timestamp:f,...A}),X}catch(X){let U=performance.now()-Y;throw this.recordMetric({operation:`${$}:error`,duration:U,timestamp:f,...A}),X}}recordMetric($){if(this.metrics.push($),this.metrics.length>this.maxMetrics)this.metrics=this.metrics.slice(-this.maxMetrics)}getStats($){let w=$?this.metrics.filter((f)=>f.operation===$):this.metrics;if(w.length===0)return{count:0,averageDuration:0,minDuration:0,maxDuration:0,totalDuration:0,recentMetrics:[]};let A=w.map((f)=>f.duration),Y=A.reduce((f,X)=>f+X,0);return{count:w.length,averageDuration:Y/w.length,minDuration:Math.min(...A),maxDuration:Math.max(...A),totalDuration:Y,recentMetrics:w.slice(-10)}}getAllMetrics(){return[...this.metrics]}clearMetrics(){this.metrics=[]}getSlowOperations($){return this.metrics.filter((w)=>w.duration>$)}}function WG($,w={}){let A=Object.keys(w).sort().map((Y)=>`${Y}:${w[Y]}`).join("|");return A?`${$}:${A}`:$}function BG($,w){try{return JSON.stringify($)===JSON.stringify(w)}catch{return $===w}}function EG($){return $.getStats().size*2}function r8($,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 Y=[...w];for(let f of $)if(s(f)&&"name"in f){if(!Y.find((X)=>s(X)&&("name"in X)&&X.name===f.name))Y.push(f)}else if(s(f)&&"path"in f){if(!Y.find((X)=>s(X)&&("path"in X)&&X.path===f.path))Y.push(f)}else if(!Y.some((X)=>ZY(X,f)))Y.push(f);return Y}if(w.every((Y)=>typeof Y==="string")&&$.every((Y)=>typeof Y==="string")){let Y=[...w];for(let f of $)if(!Y.includes(f))Y.push(f);return Y}return w}if(!s(w)||!s($))return w;let A={...$};for(let Y in w)if(Object.prototype.hasOwnProperty.call(w,Y)){let f=w[Y];if(f===null||f===void 0)continue;else if(s(f)&&s(A[Y]))A[Y]=r8(A[Y],f);else if(Array.isArray(f)&&Array.isArray(A[Y]))if(f.length>0&&A[Y].length>0&&s(f[0])&&s(A[Y][0])){let X=[...f];for(let U of A[Y])if(s(U)&&"name"in U){if(!X.find((W)=>s(W)&&("name"in W)&&W.name===U.name))X.push(U)}else if(s(U)&&"path"in U){if(!X.find((W)=>s(W)&&("path"in W)&&W.path===U.path))X.push(U)}else if(!X.some((W)=>ZY(W,U)))X.push(U);A[Y]=X}else if(f.every((X)=>typeof X==="string")&&A[Y].every((X)=>typeof X==="string")){let X=[...f];for(let U of A[Y])if(!X.includes(U))X.push(U);A[Y]=X}else A[Y]=f;else A[Y]=f}return A}function ZY($,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(!ZY($[A],w[A]))return!1;return!0}if(s($)&&s(w)){let A=Object.keys($),Y=Object.keys(w);if(A.length!==Y.length)return!1;for(let f of A){if(!Object.prototype.hasOwnProperty.call(w,f))return!1;if(!ZY($[f],w[f]))return!1}return!0}return!1}function s($){return Boolean($&&typeof $==="object"&&!Array.isArray($))}async function jG($,w){if(!kE($))return null;try{let A=await import($),Y=A.default||A;if(typeof Y!=="object"||Y===null||Array.isArray(Y))return null;try{return r8(w,Y)}catch{return null}}catch{return null}}async function TG({name:$="",cwd:w,defaultConfig:A}){let Y=w||_8.cwd(),f=[".ts",".js",".mjs",".cjs",".json"],X=[`${$}.config`,`.${$}.config`,$,`.${$}`];for(let U of X)for(let W of f){let J=_Y(Y,`${U}${W}`),B=await jG(J,A);if(B!==null)return B}try{let U=_Y(Y,"package.json");if(kE(U)){let W=(await import(U))[$];if(W&&typeof W==="object"&&!Array.isArray(W))try{return r8(A,W)}catch{}}}catch{}return A}function FG($,w={}){let A=QY.cwd();while(A.includes("storage"))A=DB(A,"..");let Y=DB(A,$||"");if(w?.relative)return IH(QY.cwd(),Y);return Y}async function zG(){try{let $=await TG({name:"clarity",defaultConfig:MY,cwd:QY.cwd(),endpoint:"",headers:{}});return{...MY,...$}}catch{return MY}}function Y$(){if(x0.env.NODE_ENV==="test"||x0.env.BUN_ENV==="test")return!1;return typeof window<"u"}async function hG(){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 hG(),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:ew.pid,hostname:w(),environment:ew.env.NODE_ENV||"development",platform:ew.platform,version:ew.version}}return{userAgent:navigator.userAgent,hostname:window.location.hostname||"browser",environment:ew.env.NODE_ENV||ew.env.BUN_ENV||"development",viewport:{width:window.innerWidth,height:window.innerHeight},language:navigator.language}}}class xY{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={...k8},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??C$.env.APP_ENV??"local",this.fingersCrossedConfig=this.initializeFingersCrossedConfig(w);let A={...w},Y=w.timestamp!==void 0;if(Y)delete A.timestamp;if(this.config={...this.config,...A,timestamp:Y||this.config.timestamp},this.currentLogFile=this.generateLogFilename(),this.encryptionKeys=new Map,this.validateEncryptionConfig()){this.setupRotation();let f=this.generateKeyId(),X=this.generateKey();this.currentKeyId=f,this.keys.set(f,X),this.encryptionKeys.set(f,{key:X,createdAt:new Date}),this.setupKeyRotation()}}initializeFingersCrossedConfig($){if(!$.fingersCrossedEnabled&&$.fingersCrossed)return{...IY,...$.fingersCrossed};if(!$.fingersCrossedEnabled)return null;if(!$.fingersCrossed)return{...IY};return{...IY,...$.fingersCrossed}}normalizeOptions($){let w={format:"json",level:"info",logDirectory:k8.logDirectory,rotation:void 0,timestamp:void 0,fingersCrossed:{},enabled:!0,showTags:!1,formatter:void 0},A={...w,...Object.fromEntries(Object.entries($).filter(([,Y])=>Y!==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 Y,f=0,X=3,U=1000;while(f<X)try{try{try{await VH(this.config.logDirectory,PB.F_OK|PB.W_OK)}catch(J){if(J instanceof Error&&"code"in J)if(J.code==="ENOENT")await QH(this.config.logDirectory,{recursive:!0,mode:493});else if(J.code==="EACCES")throw Error(`No write permission for log directory: ${this.config.logDirectory}`);else throw J;else throw J}}catch(J){throw console.error("Debug: [writeToFile] Failed to create log directory:",J),J}let W=this.validateEncryptionConfig()?(await this.encrypt($)).encrypted:ww.from($);try{if(!E8(this.currentLogFile))await j8(this.currentLogFile,"",{mode:420});if(Y=xB(this.currentLogFile,"a",420),OH(Y,W,{flag:"a"}),ZB(Y),Y!==void 0)B8(Y),Y=void 0;if((await sw(this.currentLogFile)).size===0){if(await j8(this.currentLogFile,W,{flag:"w",mode:420}),(await sw(this.currentLogFile)).size===0)throw Error("File exists but is empty after retry write")}return}catch(J){let B=J;if(B.code&&["ENETDOWN","ENETUNREACH","ENOTFOUND","ETIMEDOUT"].includes(B.code)){if(f<X-1){let E=typeof B.message==="string"?B.message:"Unknown error";console.error(`Network error during write attempt ${f+1}/${X}:`,E);let j=U*2**f;await new Promise((T)=>setTimeout(T,j)),f++;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(Y!==void 0)try{B8(Y)}catch(J){console.error("Debug: [writeToFile] Error closing file descriptor:",J)}}}catch(W){if(f===X-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}f++;let J=U*2**(f-1);await new Promise((B)=>setTimeout(B,J))}})();this.pendingOperations.push(w);let A=this.pendingOperations.length-1;try{await w}catch(Y){throw console.error("Debug: [writeToFile] Error in operation:",Y),Y}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 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(Y$())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((Y)=>{console.error("Error rotating keys:",Y)})},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 Y=Array.from(this.encryptionKeys.entries()).sort(([,U],[,W])=>W.createdAt.getTime()-U.createdAt.getTime()),f=typeof $.maxKeys==="number"?$.maxKeys:1,X=Math.max(1,f);if(Y.length>X)for(let[U]of Y.slice(X))this.encryptionKeys.delete(U),this.keys.delete(U)}generateKeyId(){return W8(16).toString("hex")}generateKey(){return W8(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=W8(16),Y=CH("aes-256-gcm",w,A),f=ww.concat([Y.update($,"utf8"),Y.final()]),X=Y.getAuthTag();return{encrypted:ww.concat([A,f,X]),iv:A}}async compressData($){return new Promise((w,A)=>{let Y=bB(),f=[];Y.on("data",(X)=>f.push(X)),Y.on("end",()=>w(ww.from(ww.concat(f)))),Y.on("error",A),Y.write($),Y.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(Y$())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,Y=this.generateLogFilename();if(this.name.includes("rotation-load-test")||this.name==="failed-rotation-test"){let f=await JY(this.config.logDirectory),X=f.filter((J)=>J.startsWith(this.name)&&/\.log\.\d+$/.test(J)).sort((J,B)=>{let E=Number.parseInt(J.match(/\.log\.(\d+)$/)?.[1]||"0");return Number.parseInt(B.match(/\.log\.(\d+)$/)?.[1]||"0")-E}),U=X.length>0?Number.parseInt(X[0].match(/\.log\.(\d+)$/)?.[1]||"0")+1:1,W=`${A}.${U}`;if(await sw(A).catch(()=>null))try{if(await iB(A,W),w.compress)try{let J=`${W}.gz`;await this.compressLogFile(W,J),await WY(W)}catch(J){console.error("Error compressing rotated file:",J)}if(X.length===0&&!f.some((J)=>J.endsWith(".log.1")))try{let J=`${A}.1`;await j8(J,"")}catch(J){console.error("Error creating backup file:",J)}}catch(J){console.error(`Error during rotation: ${J instanceof Error?J.message:String(J)}`)}}else{let f=new Date().toISOString().replace(/[:.]/g,"-"),X=A.replace(/\.log$/,`-${f}.log`);if(await sw(A).catch(()=>null))await iB(A,X)}if(this.currentLogFile=Y,w.maxFiles){let f=(await JY(this.config.logDirectory)).filter((X)=>X.startsWith(this.name)).sort((X,U)=>U.localeCompare(X));for(let X of f.slice(w.maxFiles))await WY(ow(this.config.logDirectory,X))}}}async compressLogFile($,w){let A=kB($),Y=LH(w),f=bB();await _H(A,f,Y)}async handleFingersCrossedBuffer($,w){if(!this.fingersCrossedConfig)return;if(this.shouldActivateFingersCrossed($)&&!this.isActivated){this.isActivated=!0;for(let A of this.logBuffer){let Y=await this.formatter.format(A);await this.writeToFile(Y),console.log(Y)}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()})),E8(this.currentLogFile))try{let $=xB(this.currentLogFile,"r+");ZB($),B8($)}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(!Y$()&&this.config.rotation&&typeof this.config.rotation!=="boolean"&&this.config.rotation.compress)try{let $=(await JY(this.config.logDirectory)).filter((w)=>(w.includes("temp")||w.includes(".tmp"))&&w.includes(this.name));for(let w of $)try{await WY(ow(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:Y="",message:f,level:X,showTimestamp:U=!0}=$,W=(F)=>F.replace(this.ANSI_PATTERN,"");if(!this.fancy){let F=[];if(U)F.push(w);if(X==="warning")F.push("WARN");else if(X==="error")F.push("ERROR");else if(A)F.push(A.replace(/[^\p{L}\p{N}\p{P}\p{Z}]/gu,""));if(Y)F.push(Y.replace(/[[\]]/g,""));return F.push(f),F.join(" ")}let J=C$.stdout.columns||120,B="";if(X==="warning"||X==="error")B=`${A} ${f}`;else if(X==="info"||X==="success")B=`${A} ${Y} ${f}`;else B=`${A} ${Y} ${g.cyan(f)}`;if(!U)return B.trim();let E=W(B).trim().length,j=W(w).length,T=Math.max(1,J-2-E-j);return`${B.trim()}${" ".repeat(T)}${w}`}formatMessage($,w){if(w.length===1&&Array.isArray(w[0]))return $.replace(/\{(\d+)\}/g,(X,U)=>{let W=Number.parseInt(U,10);return W<w[0].length?String(w[0][W]):X});let A=/%([sdijfo%])/g,Y=0,f=$.replace(A,(X,U)=>{if(U==="%")return"%";if(Y>=w.length)return X;let W=w[Y++];switch(U){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 X}});if(Y<w.length)f+=` ${w.slice(Y).map((X)=>typeof X==="object"?JSON.stringify(X,null,2):String(X)).join(" ")}`;return f}async log($,w,...A){let Y=new Date,f=this.formatConsoleTimestamp(Y),X=this.formatFileTimestamp(Y),U,W;if(w instanceof Error)U=w.message,W=w.stack;else U=this.formatMessage(w,A);if(this.fancy&&!Y$()){let B=tE[$],E=this.options.showTags!==!1&&this.name?g.gray(this.formatTag(this.name)):"",j;switch($){case"debug":j=this.formatConsoleMessage({timestamp:f,icon:B,tag:E,message:g.gray(U),level:$}),console.error(j);break;case"info":j=this.formatConsoleMessage({timestamp:f,icon:B,tag:E,message:U,level:$}),console.error(j);break;case"success":j=this.formatConsoleMessage({timestamp:f,icon:B,tag:E,message:g.green(U),level:$}),console.error(j);break;case"warning":j=this.formatConsoleMessage({timestamp:f,icon:B,tag:E,message:U,level:$}),console.warn(j);break;case"error":if(j=this.formatConsoleMessage({timestamp:f,icon:B,tag:E,message:U,level:$}),console.error(j),W){let T=W.split(`
|
|
68
|
+
`);for(let F of T)if(F.trim()&&!F.includes(U))console.error(this.formatConsoleMessage({timestamp:f,message:g.gray(` ${F}`),level:$,showTimestamp:!1}))}break}}else if(!Y$()){if(console.error(`${X} ${this.environment}.${$.toUpperCase()}: ${U}`),W)console.error(W)}if(!this.shouldLog($))return;let J=`${X} ${this.environment}.${$.toUpperCase()}: ${U}
|
|
69
|
+
`;if(W)J+=`${W}
|
|
70
|
+
`;J=J.replace(this.ANSI_PATTERN,""),await this.writeToFile(J)}time($){let w=performance.now();if(this.fancy&&!Y$()){let A=this.options.showTags!==!1&&this.name?g.gray(this.formatTag(this.name)):"",Y=this.formatConsoleTimestamp(new Date);console.error(this.formatConsoleMessage({timestamp:Y,icon:g.blue("◐"),tag:A,message:`${g.cyan($)}...`}))}return async(A)=>{if(!this.enabled)return;let Y=performance.now(),f=Math.round(Y-w),X=`${$} completed in ${f}ms`,U=new Date,W=this.formatConsoleTimestamp(U),J=`${this.formatFileTimestamp(U)} ${this.environment}.INFO: ${X}`;if(A)J+=` ${JSON.stringify(A)}`;if(J+=`
|
|
71
|
+
`,J=J.replace(this.ANSI_PATTERN,""),this.fancy&&!Y$()){let B=this.options.showTags!==!1&&this.name?g.gray(this.formatTag(this.name)):"";console.error(this.formatConsoleMessage({timestamp:W,icon:g.green("✓"),tag:B,message:`${X}${A?` ${JSON.stringify(A)}`:""}`}))}else if(!Y$())console.error(J.trim());await this.writeToFile(J)}}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 xY(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(Y$())throw Error("createReadStream is not supported in browser environments");if(!E8(this.currentLogFile))throw Error(`Log file does not exist: ${this.currentLogFile}`);return kB(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 Y=ww.isBuffer($)?$:ww.from($,"base64"),f=Y.slice(0,16),X=Y.slice(-16),U=Y.slice(16,-16),W=SH("aes-256-gcm",A,f);return W.setAuthTag(X),ww.concat([W.update(U),W.final()]).toString("utf8")}catch(Y){throw Error(`Decryption failed: ${Y instanceof Error?Y.message:String(Y)}`)}}getLevel(){return this.config.level}getLogDirectory(){return this.config.logDirectory}getFormat(){return this.config.format}getRotationConfig(){return this.config.rotation}isBrowserMode(){return Y$()}isServerMode(){return!Y$()}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),Y=this.formatFileTimestamp(w);if(this.fancy&&!Y$()){let X=$.split(`
|
|
72
|
+
`),U=Math.max(...X.map((E)=>E.length))+2,W=`┌${"─".repeat(U)}┐`,J=`└${"─".repeat(U)}┘`,B=X.map((E)=>{let j=" ".repeat(U-E.length-2);return`│ ${E}${j} │`});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(J),showTimestamp:!1}))}else if(!Y$())console.error(`${Y} ${this.environment}.INFO: [BOX] ${$}`);let f=`${Y} ${this.environment}.INFO: [BOX] ${$}
|
|
73
|
+
`.replace(this.ANSI_PATTERN,"");await this.writeToFile(f)}async prompt($){if(Y$())return Promise.resolve(!0);return new Promise((w)=>{console.error(`${g.cyan("?")} ${$} (y/n) `);let A=(Y)=>{let f=Y.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(f==="y"||f==="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,X=0;if(A=$.replace(f,(U,W)=>{if(W==="%")return"%";if(X>=w.length)return U;let J=w[X++];switch(W){case"s":return String(J);case"d":case"i":return Number(J).toString();case"j":case"o":return JSON.stringify(J,null,2);default:return U}}),X<w.length)A+=` ${w.slice(X).map((U)=>typeof U==="object"?JSON.stringify(U,null,2):String(U)).join(" ")}`}if(this.fancy&&!Y$()){let f=this.options.showTags!==!1&&this.name?g.gray(this.formatTag(this.name)):"",X=g.blue("◐");console.error(`${X} ${f} ${g.cyan(A)}`)}let Y=`[${new Date().toISOString()}] ${this.environment}.INFO: [START] ${A}
|
|
74
|
+
`.replace(this.ANSI_PATTERN,"");await this.writeToFile(Y)}progress($,w=""){if(!this.enabled||!this.fancy||Y$()||$<=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:(Y,f)=>{if(!this.activeProgressBar||!this.enabled||!this.fancy||Y$())return;if(this.activeProgressBar.current=Math.max(0,Math.min($,Y)),f!==void 0)this.activeProgressBar.message=f;let X=this.activeProgressBar.current===this.activeProgressBar.total;this.renderProgressBar(this.activeProgressBar,X)},finish:(Y)=>{if(!this.activeProgressBar||!this.enabled||!this.fancy||Y$())return;if(this.activeProgressBar.current=this.activeProgressBar.total,Y!==void 0)this.activeProgressBar.message=Y;this.renderProgressBar(this.activeProgressBar,!0),this.finishProgressBar(this.activeProgressBar)},interrupt:(Y,f="info")=>{if(!this.activeProgressBar||!this.enabled||!this.fancy||Y$())return;C$.stdout.write(`${"\r".padEnd(C$.stdout.columns||80)}\r`),this.log(f,Y),setTimeout(()=>{if(this.activeProgressBar)this.renderProgressBar(this.activeProgressBar)},50)}}}renderProgressBar($,w=!1){if(!this.enabled||!this.fancy||Y$()||!C$.stdout.isTTY)return;let A=Math.min(100,Math.max(0,Math.round($.current/$.total*100))),Y=Math.round($.barLength*A/100),f=$.barLength-Y,X=g.green("━".repeat(Y)),U=g.gray("━".repeat(f)),W=`[${X}${U}]`,J=`${A}%`.padStart(4),B=$.message?` ${$.message}`:"",E=w||A===100?g.green("✓"):g.blue("▶"),j=this.options.showTags!==!1&&this.name?` ${g.gray(this.formatTag(this.name))}`:"",T=`\r${E}${j} ${W} ${J}${B}`,F=C$.stdout.columns||80,H=" ".repeat(Math.max(0,F-T.replace(this.ANSI_PATTERN,"").length));if($.lastRenderedLine=`${T}${H}`,C$.stdout.write($.lastRenderedLine),w)C$.stdout.write(`
|
|
75
|
+
`)}finishProgressBar($,w){if(!this.enabled||!this.fancy||Y$()||!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(Y$()){console.warn("Log clearing is not supported in browser environments.");return}try{console.warn("Clearing logs...",this.config.logDirectory);let w=await JY(this.config.logDirectory),A=[];for(let Y of w){if(!($.name?new RegExp($.name.replace("*",".*")).test(Y):Y.startsWith(this.name))||!Y.endsWith(".log"))continue;let f=ow(this.config.logDirectory,Y);if($.before)try{if((await sw(f)).mtime>=$.before)continue}catch(X){console.error(`Failed to get stats for file ${f}:`,X);continue}A.push(f)}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 Y of A)try{await WY(Y),console.warn(`Deleted log file: ${Y}`)}catch(f){console.error(`Failed to delete log file ${Y}:`,f)}console.warn("Log clearing process finished.")}catch(w){console.error("Error during log clearing process:",w)}}}function yY($,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 Y=[...w];for(let f of $)if(m(f)&&"name"in f){if(!Y.find((X)=>m(X)&&("name"in X)&&X.name===f.name))Y.push(f)}else if(m(f)&&"path"in f){if(!Y.find((X)=>m(X)&&("path"in X)&&X.path===f.path))Y.push(f)}else if(!Y.some((X)=>PY(X,f)))Y.push(f);return Y}if(w.every((Y)=>typeof Y==="string")&&$.every((Y)=>typeof Y==="string")){let Y=[...w];for(let f of $)if(!Y.includes(f))Y.push(f);return Y}return w}if(!m(w)||!m($))return w;let A={...$};for(let Y in w)if(Object.prototype.hasOwnProperty.call(w,Y)){let f=w[Y];if(f===null||f===void 0)continue;else if(m(f)&&m(A[Y]))A[Y]=yY(A[Y],f);else if(Array.isArray(f)&&Array.isArray(A[Y]))if(f.length>0&&A[Y].length>0&&m(f[0])&&m(A[Y][0])){let X=[...f];for(let U of A[Y])if(m(U)&&"name"in U){if(!X.find((W)=>m(W)&&("name"in W)&&W.name===U.name))X.push(U)}else if(m(U)&&"path"in U){if(!X.find((W)=>m(W)&&("path"in W)&&W.path===U.path))X.push(U)}else if(!X.some((W)=>PY(W,U)))X.push(U);A[Y]=X}else if(f.every((X)=>typeof X==="string")&&A[Y].every((X)=>typeof X==="string")){let X=[...f];for(let U of A[Y])if(!X.includes(U))X.push(U);A[Y]=X}else A[Y]=f;else A[Y]=f}return A}function a8($,w,A="replace"){if(w===null||w===void 0)return $;if(Array.isArray(w))return A==="replace"?w:yY($,w);if(Array.isArray($))return A==="replace"?w:yY($,w);if(!m(w)||!m($))return w;let Y={...$};for(let f of Object.keys(w)){if(!Object.prototype.hasOwnProperty.call(w,f))continue;let X=w[f],U=Y[f];if(X===null||X===void 0)continue;if(Array.isArray(X)||Array.isArray(U))if(A==="replace")Y[f]=X;else Y[f]=yY(U,X);else if(m(X)&&m(U))Y[f]=a8(U,X,A);else Y[f]=X}return Y}function PY($,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(!PY($[A],w[A]))return!1;return!0}if(m($)&&m(w)){let A=Object.keys($),Y=Object.keys(w);if(A.length!==Y.length)return!1;for(let f of A){if(!Object.prototype.hasOwnProperty.call(w,f))return!1;if(!PY($[f],w[f]))return!1}return!0}return!1}function m($){return Boolean($&&typeof $==="object"&&!Array.isArray($))}async function RY($,w,A="replace"){if(!DE($))return null;try{let Y=await import($),f=Y.default||Y;if(typeof f!=="object"||f===null||Array.isArray(f))return null;try{return a8(w,f,A)}catch{return null}}catch{return null}}function HG($,w,A=!1){if(!$)return w;let Y=$.toUpperCase().replace(/-/g,"_"),f={...w};function X(U,W=[]){let J={...U};for(let[B,E]of Object.entries(U)){let j=[...W,B],T=(h)=>h.replace(/([A-Z])/g,"_$1").toUpperCase(),F=`${Y}_${j.map(T).join("_")}`,H=`${Y}_${j.map((h)=>h.toUpperCase()).join("_")}`;if(A)L$.info(`Checking environment variable ${F} for config ${$}.${j.join(".")}`);if(typeof E==="object"&&E!==null&&!Array.isArray(E))J[B]=X(E,j);else{let h=v1.env[F]||v1.env[H];if(h!==void 0){if(A)L$.info(`Using environment variable ${h?F:H} for config ${$}.${j.join(".")}`);if(typeof E==="number")J[B]=Number(h);else if(typeof E==="boolean")J[B]=h.toLowerCase()==="true";else if(Array.isArray(E))try{let G=JSON.parse(h);if(Array.isArray(G))J[B]=G;else J[B]=h.split(",").map((K)=>K.trim())}catch{J[B]=h.split(",").map((G)=>G.trim())}else J[B]=h}}}return J}return X(f)}async function GG({name:$="",alias:w,cwd:A,configDir:Y,defaultConfig:f,verbose:X=!1,checkEnv:U=!0,arrayStrategy:W="replace"}){let J=U&&typeof f==="object"&&f!==null&&!Array.isArray(f)?HG($,f,X):f,B=A||v1.cwd(),E=[".ts",".js",".mjs",".cjs",".json"];if(X)L$.info(`Loading configuration for "${$}"${w?` (alias: "${w}")`:""} from ${B}`);let j=[$,`.${$}`].filter(Boolean),T=[`${$}.config`,`.${$}.config`].filter(Boolean),F=w?[w,`.${w}`]:[],H=w?[`${w}.config`,`.${w}.config`]:[],h=Array.from(new Set([B,x$(B,"config"),x$(B,".config"),Y?x$(B,Y):void 0].filter(Boolean)));for(let G of h){if(X)L$.info(`Searching for configuration in: ${G}`);let K=[x$(B,"config"),x$(B,".config")].concat(Y?[x$(B,Y)]:[]).includes(G)?[...j,...T,...F,...H]:[...T,...j,...H,...F];for(let R of K)for(let M of E){let N=x$(G,`${R}${M}`),y=await RY(N,J,W);if(y!==null){if(X)L$.success(`Configuration loaded from: ${N}`);return y}}}if($){let G=x$(J8(),".config",$),K=["config",`${$}.config`];if(w)K.push(`${w}.config`);if(X)L$.info(`Checking user config directory: ${G}`);for(let R of K)for(let M of E){let N=x$(G,`${R}${M}`),y=await RY(N,J,W);if(y!==null){if(X)L$.success(`Configuration loaded from user config directory: ${N}`);return y}}}if($){let G=x$(J8(),".config"),K=[`.${$}.config`];if(w)K.push(`.${w}.config`);if(X)L$.info(`Checking user config directory for dotfile configs: ${G}`);for(let R of K)for(let M of E){let N=x$(G,`${R}${M}`),y=await RY(N,J,W);if(y!==null){if(X)L$.success(`Configuration loaded from user config directory dotfile: ${N}`);return y}}}if($){let G=J8(),K=[`.${$}.config`,`.${$}`];if(w)K.push(`.${w}.config`),K.push(`.${w}`);if(X)L$.info(`Checking user home directory for dotfile configs: ${G}`);for(let R of K)for(let M of E){let N=x$(G,`${R}${M}`),y=await RY(N,J,W);if(y!==null){if(X)L$.success(`Configuration loaded from user home directory: ${N}`);return y}}}try{let G=x$(B,"package.json");if(DE(G)){let K=await import(G),R=K[$];if(!R&&w){if(R=K[w],R&&X)L$.success(`Using alias "${w}" configuration from package.json`)}if(R&&typeof R==="object"&&!Array.isArray(R))try{if(X)L$.success(`Configuration loaded from package.json: ${R===K[$]?$:w}`);return a8(J,R,W)}catch(M){if(X)L$.warn("Failed to merge package.json config:",M)}}}catch(G){if(X)L$.warn("Failed to load package.json:",G)}if(X)L$.info(`No configuration found for "${$}"${w?` or alias "${w}"`:""}, using default configuration with environment variables`);return J}function KG($,w={}){let A=VY.cwd();while(A.includes("storage"))A=_B(A,"..");let Y=_B(A,$||"");if(w?.relative)return yH(VY.cwd(),Y);return Y}async function RG(){try{let $=await GG({name:"clarity",alias:"logging",defaultConfig:CY,cwd:VY.cwd()});return{...CY,...$||{}}}catch{return CY}}function j$(){if(P0.env.NODE_ENV==="test"||P0.env.BUN_ENV==="test")return!1;return typeof window<"u"}async function qG(){if(P0.env.NODE_ENV==="test"||P0.env.BUN_ENV==="test")return!0;if(typeof navigator<"u"&&navigator.product==="ReactNative")return!0;if(typeof P0<"u"){let $=P0.type;if($==="renderer"||$==="worker")return!1;return!!(P0.versions&&(P0.versions.node||P0.versions.bun))}return!1}class bE{async format($){let w=await qG(),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:A1.pid,hostname:w(),environment:A1.env.NODE_ENV||"development",platform:A1.platform,version:A1.version}}return{userAgent:navigator.userAgent,hostname:window.location.hostname||"browser",environment:A1.env.NODE_ENV||A1.env.BUN_ENV||"development",viewport:{width:window.innerWidth,height:window.innerHeight},language:navigator.language}}}class iY{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={...Z8},this.options=this.normalizeOptions(w),this.formatter=this.options.formatter||new bE,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},Y=w.timestamp!==void 0;if(Y)delete A.timestamp;if(this.config={...this.config,...A,timestamp:Y||this.config.timestamp},this.currentLogFile=this.generateLogFilename(),this.encryptionKeys=new Map,this.validateEncryptionConfig()){this.setupRotation();let f=this.generateKeyId(),X=this.generateKey();this.currentKeyId=f,this.keys.set(f,X),this.encryptionKeys.set(f,{key:X,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{...SY,...$.fingersCrossed};if(!$.fingersCrossedEnabled)return null;if(!$.fingersCrossed)return{...SY};return{...SY,...$.fingersCrossed}}normalizeOptions($){let w={format:"json",level:"info",logDirectory:Z8.logDirectory,rotation:void 0,timestamp:void 0,fingersCrossed:{},enabled:!0,showTags:!1,showIcons:!0,formatter:void 0},A={...w,...Object.fromEntries(Object.entries($).filter(([,Y])=>Y!==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 w=(async()=>{let Y,f=0,X=3,U=1000;while(f<X)try{try{try{await PH(this.config.logDirectory,vB.F_OK|vB.W_OK)}catch(J){if(J instanceof Error&&"code"in J)if(J.code==="ENOENT")await iH(this.config.logDirectory,{recursive:!0,mode:493});else if(J.code==="EACCES")throw Error(`No write permission for log directory: ${this.config.logDirectory}`);else throw J;else throw J}}catch(J){throw console.error("Debug: [writeToFile] Failed to create log directory:",J),J}let W=this.validateEncryptionConfig()?(await this.encrypt($)).encrypted:D0.from($);try{if(!BY(this.currentLogFile))await z8(this.currentLogFile,"",{mode:420});if(Y=nB(this.currentLogFile,"a",420),xH(Y,W,{flag:"a"}),uB(Y),Y!==void 0)F8(Y),Y=void 0;if((await $1(this.currentLogFile)).size===0){if(await z8(this.currentLogFile,W,{flag:"w",mode:420}),(await $1(this.currentLogFile)).size===0)throw Error("File exists but is empty after retry write")}return}catch(J){let B=J;if(B.code&&["ENETDOWN","ENETUNREACH","ENOTFOUND","ETIMEDOUT"].includes(B.code)){if(f<X-1){let E=typeof B.message==="string"?B.message:"Unknown error";console.error(`Network error during write attempt ${f+1}/${X}:`,E);let j=U*2**f;await new Promise((T)=>setTimeout(T,j)),f++;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(Y!==void 0)try{F8(Y)}catch(J){console.error("Debug: [writeToFile] Error closing file descriptor:",J)}}}catch(W){if(f===X-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}f++;let J=U*2**(f-1);await new Promise((B)=>setTimeout(B,J))}})();this.pendingOperations.push(w);let A=this.pendingOperations.length-1;try{await w}catch(Y){throw console.error("Debug: [writeToFile] Error in operation:",Y),Y}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 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(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 $=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((Y)=>{console.error("Error rotating keys:",Y)})},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 Y=Array.from(this.encryptionKeys.entries()).sort(([,U],[,W])=>W.createdAt.getTime()-U.createdAt.getTime()),f=typeof $.maxKeys==="number"?$.maxKeys:1,X=Math.max(1,f);if(Y.length>X)for(let[U]of Y.slice(X))this.encryptionKeys.delete(U),this.keys.delete(U)}generateKeyId(){return T8(16).toString("hex")}generateKey(){return T8(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=T8(16),Y=DH("aes-256-gcm",w,A),f=D0.isBuffer($)?$:D0.from($,"utf8"),X=Y.update(f),U=Y.final(),W=X.length+U.length,J=Y.getAuthTag(),B=D0.allocUnsafe(16+W+16);return A.copy(B,0),X.copy(B,16),U.copy(B,16+X.length),J.copy(B,16+W),{encrypted:B,iv:A}}async compressData($){return new Promise((w,A)=>{let Y=dB(),f=[];Y.on("data",(X)=>f.push(X)),Y.on("end",()=>w(D0.from(D0.concat(f)))),Y.on("error",A),Y.write($),Y.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 $1(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,Y=this.generateLogFilename();if(this.name.includes("rotation-load-test")||this.name==="failed-rotation-test"){let f=await EY(this.config.logDirectory),X=f.filter((J)=>J.startsWith(this.name)&&/\.log\.\d+$/.test(J)).sort((J,B)=>{let E=Number.parseInt(J.match(/\.log\.(\d+)$/)?.[1]||"0");return Number.parseInt(B.match(/\.log\.(\d+)$/)?.[1]||"0")-E}),U=X.length>0?Number.parseInt(X[0].match(/\.log\.(\d+)$/)?.[1]||"0")+1:1,W=`${A}.${U}`;if(await $1(A).catch(()=>null))try{if(await mB(A,W),w.compress)try{let J=`${W}.gz`;await this.compressLogFile(W,J),await jY(W)}catch(J){console.error("Error compressing rotated file:",J)}if(X.length===0&&!f.some((J)=>J.endsWith(".log.1")))try{let J=`${A}.1`;await z8(J,"")}catch(J){console.error("Error creating backup file:",J)}}catch(J){console.error(`Error during rotation: ${J instanceof Error?J.message:String(J)}`)}}else{let f=new Date().toISOString().replace(/[:.]/g,"-"),X=A.replace(/\.log$/,`-${f}.log`);if(await $1(A).catch(()=>null))await mB(A,X)}if(this.currentLogFile=Y,w.maxFiles){let f=(await EY(this.config.logDirectory)).filter((X)=>X.startsWith(this.name)).sort((X,U)=>U.localeCompare(X));for(let X of f.slice(w.maxFiles))await jY(w1(this.config.logDirectory,X))}}}async compressLogFile($,w){let A=cB($),Y=ZH(w),f=dB();await uH(A,f,Y)}async handleFingersCrossedBuffer($,w){if(!this.fingersCrossedConfig)return;if(this.shouldActivateFingersCrossed($)&&!this.isActivated){this.isActivated=!0;for(let A of this.logBuffer){let Y=await this.formatter.format(A);if(this.shouldWriteToFile())await this.writeToFile(Y);console.log(Y)}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()})),BY(this.currentLogFile))try{let $=nB(this.currentLogFile,"r+");uB($),F8($)}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 $=(await EY(this.config.logDirectory)).filter((w)=>(w.includes("temp")||w.includes(".tmp"))&&w.includes(this.name));for(let w of $)try{await jY(w1(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||j$())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:Y="",message:f,level:X,showTimestamp:U=!0}=$,W=(F)=>F.replace(this.ANSI_PATTERN,"");if(!this.fancy){let F=[];if(U)F.push(w);if(X==="warning")F.push("WARN");else if(X==="error")F.push("ERROR");else if(A)F.push(A.replace(/[^\p{L}\p{N}\p{P}\p{Z}]/gu,""));if(Y)F.push(Y.replace(/[[\]]/g,""));return F.push(f),F.join(" ")}let J=n.stdout.columns||120,B="";if(X==="warning"||X==="error")B=`${A} ${f}`;else if(X==="info"||X==="success")B=`${A} ${Y} ${f}`;else B=`${A} ${Y} ${k.cyan(f)}`;if(!U)return B.trim();let E=W(B).trim().length,j=W(w).length,T=Math.max(1,J-2-E-j);return`${B.trim()}${" ".repeat(T)}${w}`}formatMessage($,w){if(w.length===1&&Array.isArray(w[0]))return $.replace(/\{(\d+)\}/g,(X,U)=>{let W=Number.parseInt(U,10);return W<w[0].length?String(w[0][W]):X});let A=/%([sdijfo%])/g,Y=0,f=$.replace(A,(X,U)=>{if(U==="%")return"%";if(Y>=w.length)return X;let W=w[Y++];switch(U){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 X}});if(Y<w.length)f+=` ${w.slice(Y).map((X)=>typeof X==="object"?JSON.stringify(X,null,2):String(X)).join(" ")}`;return f}formatMarkdown($){if(!$)return $;let w=$;return w=w.replace(/\[([^\]]+)\]\(([^)]+)\)/g,(A,Y,f)=>{let X=k.underline(k.blue(Y)),U=this.toAbsoluteFilePath(f);if(U&&this.shouldStyleConsole()&&this.supportsHyperlinks()){let W=`file://${encodeURI(U)}`,J="\x1B]8;;",B="\x1B\\";return`\x1B]8;;${W}\x1B\\${X}\x1B]8;;\x1B\\`}if(this.shouldStyleConsole()&&this.supportsHyperlinks())return`\x1B]8;;${f}\x1B\\${X}\x1B]8;;\x1B\\`;return X}),w=w.replace(/`([^`]+)`/g,(A,Y)=>k.bgGray(Y)),w=w.replace(/\*\*([^*]+)\*\*/g,(A,Y)=>k.bold(Y)),w=w.replace(/(?<!\*)\*([^*]+)\*(?!\*)/g,(A,Y)=>k.italic(Y)),w=w.replace(/(?<!_)_([^_]+)_(?!_)/g,(A,Y)=>k.italic(Y)),w=w.replace(/~([^~]+)~/g,(A,Y)=>k.strikethrough(Y)),w}supportsHyperlinks(){if(j$())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(bH(w)||w.startsWith("./")||w.startsWith("../"))w=cH(w);else return null;return BY(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 Y=new Date,f=this.formatConsoleTimestamp(Y),X=this.formatFileTimestamp(Y),U,W;if(w instanceof Error)U=w.message,W=w.stack;else U=this.formatMessage(w,A);let{consoleText:J,fileText:B}=this.buildOutputTexts(U);if(this.shouldStyleConsole()){let j=this.options.showIcons===!1?"":pE[$],T=this.options.showTags!==!1&&this.name?k.gray(this.formatTag(this.name)):"",F;switch($){case"debug":F=this.formatConsoleMessage({timestamp:f,icon:j,tag:T,message:k.gray(J),level:$}),console.error(F);break;case"info":F=this.formatConsoleMessage({timestamp:f,icon:j,tag:T,message:J,level:$}),console.warn(F);break;case"success":F=this.formatConsoleMessage({timestamp:f,icon:j,tag:T,message:k.green(J),level:$}),console.error(F);break;case"warning":F=this.formatConsoleMessage({timestamp:f,icon:j,tag:T,message:J,level:$}),console.warn(F);break;case"error":if(F=this.formatConsoleMessage({timestamp:f,icon:j,tag:T,message:J,level:$}),console.error(F),W){let H=W.split(`
|
|
76
|
+
`);for(let h of H)if(h.trim()&&!h.includes(U))console.error(this.formatConsoleMessage({timestamp:f,message:k.gray(` ${h}`),level:$,showTimestamp:!1}))}break}}else if(!j$()){if(console.error(`${X} ${this.environment}.${$.toUpperCase()}: ${U}`),W)console.error(W)}if(!this.shouldLog($))return;let E=`${X} ${this.environment}.${$.toUpperCase()}: ${B}
|
|
77
|
+
`;if(W)E+=`${W}
|
|
78
|
+
`;if(E=E.replace(this.ANSI_PATTERN,""),this.shouldWriteToFile())await this.writeToFile(E)}progress($,w=""){let A={update:(f,X)=>{},finish:(f)=>{},interrupt:(f,X)=>{}};if(!this.enabled)return A;let Y=30;if(this.activeProgressBar={total:Math.max(1,$||1),current:0,message:w||"",barLength:Y,lastRenderedLine:""},this.shouldStyleConsole()&&!j$()&&n.stdout.isTTY)this.renderProgressBar(this.activeProgressBar);return{update:(f,X)=>{if(!this.enabled||!this.activeProgressBar)return;if(this.activeProgressBar.current=Math.min(Math.max(0,f),this.activeProgressBar.total),X!==void 0)this.activeProgressBar.message=X;if(this.shouldStyleConsole()&&!j$()&&n.stdout.isTTY)this.renderProgressBar(this.activeProgressBar)},finish:(f)=>{if(!this.activeProgressBar)return;this.finishProgressBar(this.activeProgressBar,f)},interrupt:(f,X="info")=>{if(!j$()&&n.stdout.isTTY)n.stdout.write(`
|
|
79
|
+
`);if(this[X==="warning"?"warn":X](f),this.activeProgressBar&&this.shouldStyleConsole()&&!j$()&&n.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)):"",Y=this.formatConsoleTimestamp(new Date);console.error(this.formatConsoleMessage({timestamp:Y,icon:this.options.showIcons===!1?"":k.blue("◐"),tag:A,message:`${k.cyan($)}...`}))}return async(A)=>{if(!this.enabled)return;let Y=performance.now(),f=Math.round(Y-w),X=`${$} completed in ${f}ms`,U=new Date,W=this.formatConsoleTimestamp(U),J=`${this.formatFileTimestamp(U)} ${this.environment}.INFO: ${X}`;if(A)J+=` ${JSON.stringify(A)}`;if(J+=`
|
|
80
|
+
`,J=J.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:`${X}${A?` ${JSON.stringify(A)}`:""}`}))}else if(!j$())console.error(J.trim());if(this.shouldWriteToFile())await this.writeToFile(J)}}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 iY(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(!BY(this.currentLogFile))throw Error(`Log file does not exist: ${this.currentLogFile}`);return cB(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 Y=D0.isBuffer($)?$:D0.from($,"base64"),f=Y.subarray(0,16),X=Y.subarray(Y.length-16),U=Y.subarray(16,Y.length-16),W=kH("aes-256-gcm",A,f);W.setAuthTag(X);let J=W.update(U),B=W.final(),E=J.length+B.length,j=D0.allocUnsafe(E);return J.copy(j,0),B.copy(j,J.length),j.toString("utf8")}catch(Y){throw Error(`Decryption failed: ${Y instanceof Error?Y.message:String(Y)}`)}}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),Y=this.formatFileTimestamp(w),{consoleText:f,fileText:X}=this.buildOutputTexts($);if(this.shouldStyleConsole()){let W=f.split(`
|
|
81
|
+
`),J=Math.max(...W.map((T)=>T.length))+2,B=`┌${"─".repeat(J)}┐`,E=`└${"─".repeat(J)}┘`,j=W.map((T)=>{return this.formatConsoleMessage({timestamp:A,message:k.cyan(T),showTimestamp:!1})});console.error(this.formatConsoleMessage({timestamp:A,message:k.cyan(B),showTimestamp:!1})),j.forEach((T)=>console.error(T)),console.error(this.formatConsoleMessage({timestamp:A,message:k.cyan(E),showTimestamp:!1}))}else if(!j$())console.error(`${Y} ${this.environment}.INFO: [BOX] ${X}`);let U=`${Y} ${this.environment}.INFO: [BOX] ${X}
|
|
82
|
+
`.replace(this.ANSI_PATTERN,"");if(this.shouldWriteToFile())await this.writeToFile(U)}async prompt($){if(j$())return Promise.resolve(!0);return new Promise((w)=>{console.error(`${k.cyan("?")} ${$} (y/n) `);let A=(Y)=>{let f=Y.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(f==="y"||f==="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 U=/%([sdijfo%])/g,W=0;if(A=$.replace(U,(J,B)=>{if(B==="%")return"%";if(W>=w.length)return J;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 J}}),W<w.length)A+=` ${w.slice(W).map((J)=>typeof J==="object"?JSON.stringify(J,null,2):String(J)).join(" ")}`}let{consoleText:Y,fileText:f}=this.buildOutputTexts(A);if(this.shouldStyleConsole()){let U=this.options.showTags!==!1&&this.name?k.gray(this.formatTag(this.name)):"",W=this.options.showIcons===!1?"":`${k.blue("◐")} `;console.error(`${W}${U} ${k.cyan(Y)}`)}let X=`[${new Date().toISOString()}] ${this.environment}.INFO: [START] ${f}
|
|
83
|
+
`.replace(this.ANSI_PATTERN,"");if(this.shouldWriteToFile())await this.writeToFile(X)}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))),Y=Math.round($.barLength*A/100),f=$.barLength-Y,X=k.green("━".repeat(Y)),U=k.gray("━".repeat(f)),W=`[${X}${U}]`,J=`${A}%`.padStart(4),B=$.message?` ${$.message}`:"",E=this.options.showIcons===!1?"":w||A===100?k.green("✓"):k.blue("▶"),j=this.options.showTags!==!1&&this.name?` ${k.gray(this.formatTag(this.name))}`:"",T=`\r${E}${j} ${W} ${J}${B}`,F=n.stdout.columns||80,H=" ".repeat(Math.max(0,F-T.replace(this.ANSI_PATTERN,"").length));if($.lastRenderedLine=`${T}${H}`,n.stdout.write($.lastRenderedLine),w)n.stdout.write(`
|
|
84
|
+
`)}finishProgressBar($,w){if(!this.enabled||!this.fancy||j$()||!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(j$()){console.warn("Log clearing is not supported in browser environments.");return}try{console.warn("Clearing logs...",this.config.logDirectory);let w=await EY(this.config.logDirectory),A=[];for(let Y of w){if(!($.name?new RegExp($.name.replace("*",".*")).test(Y):Y.startsWith(this.name))||!Y.endsWith(".log"))continue;let f=w1(this.config.logDirectory,Y);if($.before)try{if((await $1(f)).mtime>=$.before)continue}catch(X){console.error(`Failed to get stats for file ${f}:`,X);continue}A.push(f)}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 Y of A)try{await jY(Y),console.warn(`Deleted log file: ${Y}`)}catch(f){console.error(`Failed to delete log file ${Y}:`,f)}console.warn("Log clearing process finished.")}catch(w){console.error("Error during log clearing process:",w)}}}async function cE($,w={}){let{maxRetries:A=3,retryDelay:Y=1000,isRetryable:f=()=>!0,fallback:X}=w,U=Error("Unknown error occurred");for(let W=0;W<=A;W++)try{return await $()}catch(J){if(U=J instanceof Error?J:Error(String(J)),W===A||!f(U))break;if(Y>0)await new Promise((B)=>setTimeout(B,Y))}if(X!==void 0)return X;throw U instanceof Error?U:Error(`Unknown error: ${String(U)}`)}function uE($){return $ instanceof r$}function NG($){return $ instanceof bY}function yG($){if(uE($))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 tY{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:Y,useCamelCase:f=!0,useBackwardCompatibility:X=!0,customParsers:U={},verbose:W=!1,trackPerformance:J=!0}=A,B=async()=>{if(!$)return{config:w,source:{type:"environment",priority:50,timestamp:new Date}};let E=Y||this.generateEnvPrefix($),j={...w};return this.processObject(j,[],E,{useCamelCase:f,useBackwardCompatibility:X,customParsers:U,verbose:W,configName:$}),{config:j,source:{type:"environment",priority:50,timestamp:new Date}}};if(J)return g1.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,Y){for(let[f,X]of Object.entries($)){let U=[...w,f],W=U.map((E)=>this.formatEnvKey(E,Y.useCamelCase)),J=`${A}_${W.join("_")}`,B=Y.useBackwardCompatibility?`${A}_${U.map((E)=>E.toUpperCase()).join("_")}`:null;if(Y.verbose);if(typeof X==="object"&&X!==null&&!Array.isArray(X))this.processObject(X,U,A,Y);else{let E=TY.env[J]||(B?TY.env[B]:void 0);if(E!==void 0){if(Y.verbose){let j=TY.env[J]?J:B}try{$[f]=this.parseEnvironmentValue(E,typeof X,J,Y.customParsers,Y.configName)}catch(j){if(j instanceof cY)throw j;throw Yw.envVar(J,E,typeof X,Y.configName)}}}}}parseEnvironmentValue($,w,A,Y,f){for(let[X,U]of Object.entries(Y))try{return U($)}catch{continue}for(let X of this.defaultParsers)if(X.canParse($,w))try{return X.parse($)}catch{throw Yw.envVar(A,$,`${w} (via ${X.name} parser)`,f)}return $}getEnvironmentVariables($){let w={},A=$.toUpperCase();for(let[Y,f]of Object.entries(TY.env))if(Y.startsWith(A)&&f!==void 0)w[Y]=f;return w}validateEnvironmentVariable($,w,A){let Y=[];if(!/^[A-Z_][A-Z0-9_]*$/.test($))Y.push(`Environment variable key "${$}" should only contain uppercase letters, numbers, and underscores`);if(A)try{this.parseEnvironmentValue($,w,A,{})}catch(f){Y.push(`Cannot parse value "${w}" as ${A}: ${f}`)}return{isValid:Y.length===0,errors:Y}}generateEnvVarDocs($,w,A={}){let{prefix:Y,format:f="text"}=A,X=Y||this.generateEnvPrefix($),U=[];switch(this.extractEnvVarInfo(w,[],X,U),f){case"markdown":return this.formatAsMarkdown(U,$);case"json":return JSON.stringify(U,null,2);default:return this.formatAsText(U,$)}}extractEnvVarInfo($,w,A,Y){for(let[f,X]of Object.entries($)){let U=[...w,f],W=`${A}_${U.map((J)=>this.formatEnvKey(J,!0)).join("_")}`;if(typeof X==="object"&&X!==null&&!Array.isArray(X))this.extractEnvVarInfo(X,U,A,Y);else Y.push({key:W,type:Array.isArray(X)?"array":typeof X,description:`Configuration for ${U.join(".")}`,example:this.generateExample(X)})}}generateExample($){if(Array.isArray($))return JSON.stringify($);if(typeof $==="object"&&$!==null)return JSON.stringify($);return String($)}formatAsText($,w){let A=`Environment Variables for ${w}:
|
|
85
|
+
|
|
86
|
+
`;for(let Y of $)A+=`${Y.key}
|
|
87
|
+
`,A+=` Type: ${Y.type}
|
|
88
|
+
`,A+=` Description: ${Y.description}
|
|
89
|
+
`,A+=` Example: ${Y.example}
|
|
86
90
|
|
|
87
91
|
`;return A}formatAsMarkdown($,w){let A=`# Environment Variables for ${w}
|
|
88
92
|
|
|
89
93
|
`;A+=`| Variable | Type | Description | Example |
|
|
90
94
|
`,A+=`|----------|------|-------------|----------|
|
|
91
|
-
`;for(let
|
|
92
|
-
`;return A}}function MT($,w){let A=Yj("process");if(typeof A>"u"||!A.env)return w;let J=A.env[$];return J!==void 0?J:w}function $j($,w,A={}){return wj($,w,A,new WeakMap)}function wj($,w,A,J){let{arrayMergeMode:Y="replace",skipNullish:U=!1,customMerger:Z}=A;if(w===null||w===void 0)return U?$:w;if(Z){let B=Z($,w);if(B!==void 0)return B}if(Array.isArray(w)||Array.isArray($))return Aj($,w,Y,J);if(!w0(w)||!w0($))return w;return yT($,w,A,J)}function Aj($,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 IT($,w);case"smart":return CT($,w,J);default:return w}return w}function IT($,w){let A=[...w];for(let J of $)if(!A.some((Y)=>z8(Y,J)))A.push(J);return A}function CT($,w,A){if(w.length===0)return $;if($.length===0)return w;if(w0(w[0])&&w0($[0]))return LT($,w,A);if(w.every((J)=>typeof J==="string")&&$.every((J)=>typeof J==="string")){let J=[...w];for(let Y of $)if(!J.includes(Y))J.push(Y);return J}return w}function LT($,w,A){let J=[...w];for(let Y of $){if(!w0(Y)){J.push(Y);continue}let U=["id","name","key","path","type"],Z=!1;for(let B of U)if(B in Y){if(J.find((W)=>w0(W)&&(B in W)&&W[B]===Y[B])){Z=!0;break}}if(!Z)J.push(Y)}return J}function yT($,w,A,J){let Y=w;if(w0(Y)&&J.has(Y))return J.get(Y);let U={...$};if(w0(Y))J.set(Y,U);for(let Z in Y){if(!Object.prototype.hasOwnProperty.call(Y,Z))continue;let B=Y[Z],W=U[Z];if(A.skipNullish&&(B===null||B===void 0))continue;if(B===null||B===void 0){U[Z]=B;continue}if(w0(B)&&w0(W))U[Z]=wj(W,B,A,J);else if(Array.isArray(B)||Array.isArray(W))U[Z]=Aj(W,B,A.arrayMergeMode||"smart",J);else U[Z]=B}return U}function X8($,w,A="replace"){return $j($,w,{arrayMergeMode:A==="replace"?"replace":"smart",skipNullish:!0})}function z8($,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(!z8($[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 Y of A){if(!Object.prototype.hasOwnProperty.call(w,Y))return!1;if(!z8($[Y],w[Y]))return!1}return!0}return!1}function w0($){return Boolean($&&typeof $==="object"&&!Array.isArray($))}class xJ{extensions=[".ts",".js",".mjs",".cjs",".json",".mts",".cts"];async loadFromPath($,w,A={}){let{arrayStrategy:J="replace",useCache:Y=!0,cacheTtl:U,trackPerformance:Z=!0,verbose:B=!1}=A;if(Y){let E=$1.getWithFileCheck("file",$);if(E){if(B)console.log(`Configuration loaded from cache: ${$}`);return E}}let W=async()=>{if(!YJ($))return null;try{let E=`?t=${Date.now()}`,j=await import($+E),F=j.default||j,f="default"in j,z=Object.keys(j).length>0;if(!f&&!z)throw new x1($,Error("Configuration file is empty and exports nothing"),"unknown");if(typeof F!=="object"||F===null||Array.isArray(F))throw new x1($,Error("Configuration must export a valid object"),"unknown");let H={config:X8(w,F,J),source:{type:"file",path:$,priority:100,timestamp:new Date}};if(Y)$1.setWithFileCheck("file",H,$,U);return H}catch(E){throw E instanceof Error?ww.configLoad($,E):ww.configLoad($,Error(String(E)))}};if(Z)return i1.track("loadFromPath",W,{path:$});return W()}async tryLoadFromPaths($,w,A={}){for(let J of $)try{let Y=await this.loadFromPath(J,w,A);if(Y)return Y}catch(Y){if(Y instanceof Error&&Y.name==="ConfigLoadError")throw Y;if(A.verbose)console.warn(`Failed to load config from ${J}:`,Y)}return null}generateConfigPaths($,w,A){let J=this.generateNamePatterns($,A),Y=[];for(let U of J)for(let Z of this.extensions)Y.push(eU(w,`${U}${Z}`));return Y}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 oE(async()=>{return YJ($)},{maxRetries:2,retryDelay:100,fallback:!1})}async discoverConfigFiles($,w,A){let J=[];if(!YJ($))return J;if(w||A){let Y=this.generateNamePatterns(w||"",A);for(let U of Y)for(let Z of this.extensions){let B=eU($,`${U}${Z}`);if(await this.checkFileAccess(B))J.push(B)}}else try{let{readdirSync:Y}=await import("fs"),U=Y($);for(let Z of U)if(this.looksLikeConfigFile(Z)){let B=eU($,Z);if(await this.checkFileAccess(B))J.push(B)}}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(!YJ($))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:Y}=await import("fs"),U=Y($,"utf8");JSON.parse(U)}catch(Y){w.push(`Invalid JSON syntax: ${Y}`)}}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 Y=await this.loadFromPath(J,{},w);if(Y)A.set(J,Y.config)}catch(Y){if(w.verbose)console.warn(`Failed to preload ${J}:`,Y)}})),A}}class _8{async validateConfiguration($,w,A={}){let{stopOnFirstError:J=!1,validateRequired:Y=!0,validateTypes:U=!0,customRules:Z=[],trackPerformance:B=!0,verbose:W=!1}=A,E=async()=>{let j=[],F=[],f={stopOnFirstError:J,validateRequired:Y,validateTypes:U,customRules:Z,trackPerformance:B,verbose:W};try{if(typeof w==="string")return await this.validateWithSchemaFile($,w,f);else if(Array.isArray(w))return this.validateWithRules($,[...w,...Z],f);else return this.validateWithJSONSchema($,w,f)}catch(z){return j.push({path:"",message:`Validation failed: ${z}`,rule:"system"}),{isValid:!1,errors:j,warnings:F}}};if(B)return await i1.track("validateConfiguration",E);return E()}async validateWithSchemaFile($,w,A){try{if(!c2(w))throw new P1(w,[{path:"",message:"Schema file does not exist"}]);let J=await import(w),Y=J.default||J;if(Array.isArray(Y))return this.validateWithRules($,Y,A);else return this.validateWithJSONSchema($,Y,A)}catch(J){throw new P1(w,[{path:"",message:`Failed to load schema: ${J}`}])}}validateWithJSONSchema($,w,A){let J=[],Y=[];return this.validateObjectAgainstSchema($,w,"",J,Y,A),{isValid:J.length===0,errors:J,warnings:Y}}validateObjectAgainstSchema($,w,A,J,Y,U){if(U.validateTypes&&w.type){let Z=Array.isArray($)?"array":typeof $,B=Array.isArray(w.type)?w.type:[w.type];if(!B.includes(Z)){if(J.push({path:A,message:`Expected type ${B.join(" or ")}, got ${Z}`,expected:B.join(" or "),actual:Z,rule:"type"}),U.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"}),U.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 Z=0;Z<$.length;Z++){let B=A?`${A}[${Z}]`:`[${Z}]`;if(this.validateObjectAgainstSchema($[Z],w.items,B,J,Y,U),U.stopOnFirstError&&J.length>0)return}if($&&typeof $==="object"&&!Array.isArray($)){let Z=$;if(U.validateRequired&&w.required){for(let B of w.required)if(!(B in Z)){if(J.push({path:A?`${A}.${B}`:B,message:`Missing required property '${B}'`,expected:"required",rule:"required"}),U.stopOnFirstError)return}}if(w.properties){for(let[B,W]of Object.entries(w.properties))if(B in Z){let E=A?`${A}.${B}`:B;if(this.validateObjectAgainstSchema(Z[B],W,E,J,Y,U),U.stopOnFirstError&&J.length>0)return}}if(w.additionalProperties===!1){let B=new Set(Object.keys(w.properties||{}));for(let W of Object.keys(Z))if(!B.has(W))Y.push({path:A?`${A}.${W}`:W,message:`Additional property '${W}' is not allowed`,rule:"additionalProperties"})}}}validateWithRules($,w,A){let J=[],Y=[];for(let U of w)try{let Z=this.getValueByPath($,U.path),B=this.validateWithRule(Z,U,U.path);if(J.push(...B),A.stopOnFirstError&&J.length>0)break}catch(Z){J.push({path:U.path,message:`Rule validation failed: ${Z}`,rule:"system"})}return{isValid:J.length===0,errors:J,warnings:Y}}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 Y=Array.isArray($)?"array":typeof $;if(Y!==w.type)J.push({path:A,message:w.message||`Expected type ${w.type}, got ${Y}`,expected:w.type,actual:Y,rule:"type"})}if(w.min!==void 0){let Y=Array.isArray($)?$.length:typeof $==="string"?$.length:typeof $==="number"?$:0;if(Y<w.min)J.push({path:A,message:w.message||`Value must be at least ${w.min}`,expected:`>= ${w.min}`,actual:Y,rule:"min"})}if(w.max!==void 0){let Y=Array.isArray($)?$.length:typeof $==="string"?$.length:typeof $==="number"?$:0;if(Y>w.max)J.push({path:A,message:w.message||`Value must not exceed ${w.max}`,expected:`<= ${w.max}`,actual:Y,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 Y=w.validator($);if(Y)J.push({path:A,message:w.message||Y,rule:"custom"})}return J}getValueByPath($,w){if(!w)return $;let A=w.split("."),J=$;for(let Y of A)if(J&&typeof J==="object"&&Y in J)J=J[Y];else return;return J}generateRulesFromInterface($){let w=[],A=$.matchAll(/(\w+)(\?)?:\s*(\w+)/g);for(let J of A){let[,Y,U,Z]=J;w.push({path:Y,required:!U,type:this.mapTypeScriptType(Z)})}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:Ej},{path:"timeout",type:"number",min:0},{path:"retries",type:"number",min:0,max:10}]}}}class D8{fileLoader=new xJ;envProcessor=new kJ;validator=new _8;async loadConfig($){let w=Date.now(),{cache:A,performance:J,schema:Y,validate:U,...Z}=$;try{if(A?.enabled){let W=this.checkCache(Z.name||"",Z);if(W)return W}let B;try{B=await this.loadConfigurationStrategies(Z,!0,A)}catch(W){let E=Z.__strictErrorHandling;if(W instanceof Error&&W.name==="ConfigNotFoundError"){if(E)throw W;B={...await this.applyEnvironmentVariables(Z.name||"",Z.defaultConfig,Z.checkEnv!==!1,Z.verbose||!1),warnings:[`No configuration file found for "${Z.name||"config"}", using defaults with environment variables`]}}else if(W instanceof Error&&W.name==="ConfigLoadError"){let j=W.message.includes("EACCES")||W.message.includes("EPERM")||W.message.includes("permission denied"),F=!j&&(W.message.includes("syntax")||W.message.includes("Expected")||W.message.includes("Unexpected")||W.message.includes("BuildMessage")||W.message.includes("errors building")),f=W.message.includes("Configuration must export a valid object")||W.message.includes("Configuration file is empty and exports nothing");if(E&&(f||j))throw W;if(F&&(!E||!f))B={...await this.applyEnvironmentVariables(Z.name||"",Z.defaultConfig,Z.checkEnv!==!1,Z.verbose||!1),warnings:["Configuration file has syntax errors, using defaults with environment variables"]};else if(!E)B={...await this.applyEnvironmentVariables(Z.name||"",Z.defaultConfig,Z.checkEnv!==!1,Z.verbose||!1),warnings:[`Configuration loading error, using defaults: ${W.message}`]};else throw W}else B={...await this.applyEnvironmentVariables(Z.name||"",Z.defaultConfig,Z.checkEnv!==!1,Z.verbose||!1),warnings:[`Configuration loading failed, using defaults: ${W instanceof Error?W.message:String(W)}`]}}if(Y||U)await this.validateConfiguration(B.config,Y,U,Z.name);if(A?.enabled&&B)this.cacheResult(Z.name||"",B,A,Z);if(J?.enabled){let W={operation:"loadConfig",duration:Date.now()-w,configName:Z.name,timestamp:new Date};if(J.onMetrics)J.onMetrics(W);if(J.slowThreshold&&W.duration>J.slowThreshold)z0.warn(`Slow configuration loading detected: ${W.duration}ms for ${Z.name}`);B.metrics=W}return B}catch(B){let W=Date.now()-w;throw z0.error(`Configuration loading failed after ${W}ms:`,[B instanceof Error?B:Error(String(B))]),B}}async loadConfigurationStrategies($,w=!1,A){let{name:J="",alias:Y,cwd:U,configDir:Z,defaultConfig:B,checkEnv:W=!0,arrayStrategy:E="replace",verbose:j=!1}=$,F=U||Gw.cwd(),f=[],z=await this.loadLocalConfiguration(J,Y,F,Z,B,E,j,W,A);if(z)return f.push(...this.getLocalSearchPaths(J,Y,F,Z)),this.finalizeResult(z,f,W,J,j);let H=await this.loadHomeConfiguration(J,Y,B,E,j,W);if(H)return f.push(...this.getHomeSearchPaths(J,Y)),this.finalizeResult(H,f,W,J,j);let T=await this.loadPackageJsonConfiguration(J,Y,F,B,E,j,W);if(T)return f.push(k$(F,"package.json")),this.finalizeResult(T,f,W,J,j);if(f.push(...this.getAllSearchPaths(J,Y,F,Z)),w)throw ww.configNotFound(J,f,Y);return{...await this.applyEnvironmentVariables(J,B,W,j),warnings:[`No configuration file found for "${J}"${Y?` or alias "${Y}"`:""}, using defaults with environment variables`]}}async loadLocalConfiguration($,w,A,J,Y,U,Z,B,W){let E=B?D1($,Y,Z):Y,j=this.getLocalDirectories(A,J);for(let F of j){if(Z)z0.info(`Searching for configuration in: ${F}`);let f=this.fileLoader.generateConfigPaths($,F,w),z=await this.fileLoader.tryLoadFromPaths(f,E,{arrayStrategy:U,verbose:Z,cacheTtl:W?.ttl,useCache:!W?.ttl||W.ttl>100});if(z){if(Z)z0.success(`Configuration loaded from: ${z.source.path}`);return z}}return null}async loadHomeConfiguration($,w,A,J,Y,U){if(!$)return null;let Z=U?D1($,A,Y):A,B=[k$(nw(),".config",$),k$(nw(),".config"),nw()];for(let W of B){if(Y)z0.info(`Checking home directory: ${W}`);let E=this.fileLoader.generateConfigPaths($,W,w),j=await this.fileLoader.tryLoadFromPaths(E,Z,{arrayStrategy:J,verbose:Y});if(j){if(Y)z0.success(`Configuration loaded from home directory: ${j.source.path}`);return j}}return null}async loadPackageJsonConfiguration($,w,A,J,Y,U,Z){let B=Z?D1($,J,U):J;try{let W=k$(A,"package.json");if(!j8(W))return null;let E=await import(W),j=E[$],F=$;if(!j&&w)j=E[w],F=w;if(j&&typeof j==="object"&&!Array.isArray(j)){if(U)z0.success(`Configuration loaded from package.json: ${F}`);return{config:X8(B,j,Y),source:{type:"package.json",path:W,priority:30,timestamp:new Date}}}}catch(W){if(U)z0.warn("Failed to load package.json:",[W instanceof Error?W:Error(String(W))])}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:D1($,w,J),source:{type:"environment",priority:20,timestamp:new Date}}}async finalizeResult($,w,A,J,Y){return{config:$.config,source:$.source,path:$.source.path}}async validateConfiguration($,w,A,J){let Y=[];if(A){let U=A($);if(U)Y.push(...U)}if(w){let U=await this.validator.validateConfiguration($,w);if(!U.isValid)Y.push(...U.errors.map((Z)=>Z.path?`${Z.path}: ${Z.message}`:Z.message))}if(Y.length>0)throw ww.configValidation(J||"unknown",Y,J)}checkCache($,w){let A=this.generateCacheKey($,w);return $1.get(A)||null}cacheResult($,w,A,J){let Y=this.generateCacheKey($,J);$1.set(Y,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([$,k$($,"config"),k$($,".config"),w?k$($,w):void 0].filter(Boolean)))}getAllSearchPaths($,w,A,J){let Y=[];return Y.push(...this.getLocalSearchPaths($,w,A,J)),Y.push(...this.getHomeSearchPaths($,w)),Y.push(k$(A,"package.json")),Y}getLocalSearchPaths($,w,A,J){let Y=this.getLocalDirectories(A,J),U=[];for(let Z of Y)U.push(...this.fileLoader.generateConfigPaths($,Z,w));return U}getHomeSearchPaths($,w){if(!$)return[];let A=[k$(nw(),".config",$),k$(nw(),".config"),nw()],J=[];for(let Y of A)J.push(...this.fileLoader.generateConfigPaths($,Y,w));return J}async loadConfigWithResult($){return this.loadConfig($)}}function yE($){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 VT($){return i0.loadConfig({...$,__strictErrorHandling:!0})}async function Jj($){let w="defaultConfig"in $&&$.defaultConfig!==void 0?$.defaultConfig:{},A="cache"in $||"performance"in $||"schema"in $||"validate"in $;try{let J;if(A)J=await i0.loadConfig($);else J=await i0.loadConfig({...$,defaultConfig:w,cache:{enabled:!0},performance:{enabled:!1}});return J?.config??w}catch(J){let Y=J instanceof Error?J.name:"UnknownError",U=J instanceof Error?J.message:String(J);if(!(Y==="ConfigNotFoundError"||Y==="ConfigLoadError"||Y==="ConfigValidationError"||U.includes("config"))&&$.verbose)z0.warn("Unexpected error loading config, using defaults:",[J instanceof Error?J:Error(String(J))]);let Z=A?{...$,defaultConfig:w}:{...$,defaultConfig:w,cache:{enabled:!0},performance:{enabled:!1}};if("checkEnv"in $?$.checkEnv!==!1:!0)return(await i0.applyEnvironmentVariables(Z.name||"",w,!0,Z.verbose||!1))?.config??w;return w}}async function ST($={defaultConfig:{}}){if(typeof $==="string"){let{cwd:w}=await import("process");try{return(await i0.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"&&yE(A)))return(await i0.applyEnvironmentVariables($,{},!0,!1)).config;throw A}}try{return(await i0.loadConfig({...$,cwd:$.cwd||Gw.cwd(),cache:{enabled:!0},performance:{enabled:!1}})).config}catch(w){if(w instanceof Error&&(w.name==="ConfigNotFoundError"||w.name==="ConfigLoadError"&&yE(w)))return(await i0.applyEnvironmentVariables($.name||"",$.defaultConfig||{},$.checkEnv!==!1,$.verbose||!1)).config;throw w}}async function OT($,w,A="replace"){let J=new xJ;try{let Y=await J.loadFromPath($,w,{arrayStrategy:A,useCache:!1,trackPerformance:!1});return Y?Y.config:null}catch{return null}}function D1($,w,A=!1){let J=new kJ,Y=$.toUpperCase().replace(/[^A-Z0-9]/g,"_");function U(Z,B=[]){let W={...Z};for(let[E,j]of Object.entries(Z)){let F=[...B,E],f=[`${Y}_${F.join("_").toUpperCase()}`,`${Y}_${F.map((T)=>T.toUpperCase()).join("")}`,`${Y}_${F.map((T)=>T.replace(/([A-Z])/g,"_$1").toUpperCase()).join("")}`],z,H;for(let T of f)if(z=Gw.env[T],z!==void 0){H=T;break}if(z!==void 0&&H)if(typeof j==="boolean")W[E]=["true","1","yes"].includes(z.toLowerCase());else if(typeof j==="number"){let T=Number(z);if(!Number.isNaN(T))W[E]=T}else if(Array.isArray(j))try{W[E]=JSON.parse(z)}catch{W[E]=z.split(",").map((T)=>T.trim())}else W[E]=z;else if(j&&typeof j==="object"&&!Array.isArray(j))W[E]=U(j,F)}return W}return U(w)}function XT($){let w=k$(Gw.cwd(),$.configDir),A=k$(Gw.cwd(),$.generatedDir),J=k$(A,"config-types.ts");if(!j8(JE(J)))q2(JE(J),{recursive:!0,mode:511});let Y=j8(w)?K2(w).map((Z)=>Z.replace(/\.(ts|js|mjs|cjs|mts|cts|json)$/,"")).sort():[],U=`// Generated by bunfig v${UH}
|
|
93
|
-
export type ConfigNames = ${
|
|
94
|
-
`;
|
|
95
|
-
${
|
|
95
|
+
`;for(let Y of $)A+=`| \`${Y.key}\` | ${Y.type} | ${Y.description} | \`${Y.example}\` |
|
|
96
|
+
`;return A}}function MG($,w){let A=lE("process");if(typeof A>"u"||!A.env)return w;let Y=A.env[$];return Y!==void 0?Y:w}function nE($,w,A={}){return vE($,w,A,new WeakMap)}function vE($,w,A,Y){let{arrayMergeMode:f="replace",skipNullish:X=!1,customMerger:U}=A;if(w===null||w===void 0)return X?$:w;if(U){let W=U($,w);if(W!==void 0)return W}if(Array.isArray(w)||Array.isArray($))return mE($,w,f,Y);if(!f0(w)||!f0($))return w;return LG($,w,A,Y)}function mE($,w,A,Y){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 IG($,w);case"smart":return CG($,w,Y);default:return w}return w}function IG($,w){let A=[...w];for(let Y of $)if(!A.some((f)=>D8(f,Y)))A.push(Y);return A}function CG($,w,A){if(w.length===0)return $;if($.length===0)return w;if(f0(w[0])&&f0($[0]))return SG($,w,A);if(w.every((Y)=>typeof Y==="string")&&$.every((Y)=>typeof Y==="string")){let Y=[...w];for(let f of $)if(!Y.includes(f))Y.push(f);return Y}return w}function SG($,w,A){let Y=[...w];for(let f of $){if(!f0(f)){Y.push(f);continue}let X=["id","name","key","path","type"],U=!1;for(let W of X)if(W in f){if(Y.find((J)=>f0(J)&&(W in J)&&J[W]===f[W])){U=!0;break}}if(!U)Y.push(f)}return Y}function LG($,w,A,Y){let f=w;if(f0(f)&&Y.has(f))return Y.get(f);let X={...$};if(f0(f))Y.set(f,X);for(let U in f){if(!Object.prototype.hasOwnProperty.call(f,U))continue;let W=f[U],J=X[U];if(A.skipNullish&&(W===null||W===void 0))continue;if(W===null||W===void 0){X[U]=W;continue}if(f0(W)&&f0(J))X[U]=vE(J,W,A,Y);else if(Array.isArray(W)||Array.isArray(J))X[U]=mE(J,W,A.arrayMergeMode||"smart",Y);else X[U]=W}return X}function s8($,w,A="replace"){return nE($,w,{arrayMergeMode:A==="replace"?"replace":"smart",skipNullish:!0})}function D8($,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(!D8($[A],w[A]))return!1;return!0}if(f0($)&&f0(w)){let A=Object.keys($),Y=Object.keys(w);if(A.length!==Y.length)return!1;for(let f of A){if(!Object.prototype.hasOwnProperty.call(w,f))return!1;if(!D8($[f],w[f]))return!1}return!0}return!1}function f0($){return Boolean($&&typeof $==="object"&&!Array.isArray($))}class pY{extensions=[".ts",".js",".mjs",".cjs",".json",".mts",".cts"];async loadFromPath($,w,A={}){let{arrayStrategy:Y="replace",useCache:f=!0,cacheTtl:X,trackPerformance:U=!0,verbose:W=!1}=A;if(f){let B=J1.getWithFileCheck("file",$);if(B){if(W)console.log(`Configuration loaded from cache: ${$}`);return B}}let J=async()=>{if(!FY($))return null;try{let B=`?t=${Date.now()}`,E=await import($+B),j=E.default||E,T="default"in E,F=Object.keys(E).length>0;if(!T&&!F)throw new m1($,Error("Configuration file is empty and exports nothing"),"unknown");if(typeof j!=="object"||j===null||Array.isArray(j))throw new m1($,Error("Configuration must export a valid object"),"unknown");let H={config:s8(w,j,Y),source:{type:"file",path:$,priority:100,timestamp:new Date}};if(f)J1.setWithFileCheck("file",H,$,X);return H}catch(B){throw B instanceof Error?Yw.configLoad($,B):Yw.configLoad($,Error(String(B)))}};if(U)return g1.track("loadFromPath",J,{path:$});return J()}async tryLoadFromPaths($,w,A={}){for(let Y of $)try{let f=await this.loadFromPath(Y,w,A);if(f)return f}catch(f){if(f instanceof Error&&f.name==="ConfigLoadError")throw f;if(A.verbose)console.warn(`Failed to load config from ${Y}:`,f)}return null}generateConfigPaths($,w,A){let Y=this.generateNamePatterns($,A),f=[];for(let X of Y)for(let U of this.extensions)f.push(h8(w,`${X}${U}`));return f}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 cE(async()=>{return FY($)},{maxRetries:2,retryDelay:100,fallback:!1})}async discoverConfigFiles($,w,A){let Y=[];if(!FY($))return Y;if(w||A){let f=this.generateNamePatterns(w||"",A);for(let X of f)for(let U of this.extensions){let W=h8($,`${X}${U}`);if(await this.checkFileAccess(W))Y.push(W)}}else try{let{readdirSync:f}=await import("fs"),X=f($);for(let U of X)if(this.looksLikeConfigFile(U)){let W=h8($,U);if(await this.checkFileAccess(W))Y.push(W)}}catch{return[]}return Y}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(!FY($))return w.push("Configuration file does not exist"),w;let A=await import($),Y=A.default||A;if(Y===void 0)w.push("Configuration file must export a default value or named exports");else if(typeof Y!=="object"||Y===null)w.push("Configuration must be an object");else if(Array.isArray(Y))w.push("Configuration cannot be an array at the root level");if($.endsWith(".json"))try{let{readFileSync:f}=await import("fs"),X=f($,"utf8");JSON.parse(X)}catch(f){w.push(`Invalid JSON syntax: ${f}`)}}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(Y)=>{try{let f=await this.loadFromPath(Y,{},w);if(f)A.set(Y,f.config)}catch(f){if(w.verbose)console.warn(`Failed to preload ${Y}:`,f)}})),A}}class o8{async validateConfiguration($,w,A={}){let{stopOnFirstError:Y=!1,validateRequired:f=!0,validateTypes:X=!0,customRules:U=[],trackPerformance:W=!0,verbose:J=!1}=A,B=async()=>{let E=[],j=[],T={stopOnFirstError:Y,validateRequired:f,validateTypes:X,customRules:U,trackPerformance:W,verbose:J};try{if(typeof w==="string")return await this.validateWithSchemaFile($,w,T);else if(Array.isArray(w))return this.validateWithRules($,[...w,...U],T);else return this.validateWithJSONSchema($,w,T)}catch(F){return E.push({path:"",message:`Validation failed: ${F}`,rule:"system"}),{isValid:!1,errors:E,warnings:j}}};if(W)return await g1.track("validateConfiguration",B);return B()}async validateWithSchemaFile($,w,A){try{if(!nH(w))throw new d1(w,[{path:"",message:"Schema file does not exist"}]);let Y=await import(w),f=Y.default||Y;if(Array.isArray(f))return this.validateWithRules($,f,A);else return this.validateWithJSONSchema($,f,A)}catch(Y){throw new d1(w,[{path:"",message:`Failed to load schema: ${Y}`}])}}validateWithJSONSchema($,w,A){let Y=[],f=[];return this.validateObjectAgainstSchema($,w,"",Y,f,A),{isValid:Y.length===0,errors:Y,warnings:f}}validateObjectAgainstSchema($,w,A,Y,f,X){if(X.validateTypes&&w.type){let U=Array.isArray($)?"array":typeof $,W=Array.isArray(w.type)?w.type:[w.type];if(!W.includes(U)){if(Y.push({path:A,message:`Expected type ${W.join(" or ")}, got ${U}`,expected:W.join(" or "),actual:U,rule:"type"}),X.stopOnFirstError)return}}if(w.enum&&!w.enum.includes($)){if(Y.push({path:A,message:`Value must be one of: ${w.enum.join(", ")}`,expected:w.enum.join(", "),actual:$,rule:"enum"}),X.stopOnFirstError)return}if(typeof $==="string"){if(w.minLength!==void 0&&$.length<w.minLength)Y.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)Y.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($))Y.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)Y.push({path:A,message:`Value must be at least ${w.minimum}`,expected:`>= ${w.minimum}`,actual:$,rule:"minimum"});if(w.maximum!==void 0&&$>w.maximum)Y.push({path:A,message:`Value must not exceed ${w.maximum}`,expected:`<= ${w.maximum}`,actual:$,rule:"maximum"})}if(Array.isArray($)&&w.items)for(let U=0;U<$.length;U++){let W=A?`${A}[${U}]`:`[${U}]`;if(this.validateObjectAgainstSchema($[U],w.items,W,Y,f,X),X.stopOnFirstError&&Y.length>0)return}if($&&typeof $==="object"&&!Array.isArray($)){let U=$;if(X.validateRequired&&w.required){for(let W of w.required)if(!(W in U)){if(Y.push({path:A?`${A}.${W}`:W,message:`Missing required property '${W}'`,expected:"required",rule:"required"}),X.stopOnFirstError)return}}if(w.properties){for(let[W,J]of Object.entries(w.properties))if(W in U){let B=A?`${A}.${W}`:W;if(this.validateObjectAgainstSchema(U[W],J,B,Y,f,X),X.stopOnFirstError&&Y.length>0)return}}if(w.additionalProperties===!1){let W=new Set(Object.keys(w.properties||{}));for(let J of Object.keys(U))if(!W.has(J))f.push({path:A?`${A}.${J}`:J,message:`Additional property '${J}' is not allowed`,rule:"additionalProperties"})}}}validateWithRules($,w,A){let Y=[],f=[];for(let X of w)try{let U=this.getValueByPath($,X.path),W=this.validateWithRule(U,X,X.path);if(Y.push(...W),A.stopOnFirstError&&Y.length>0)break}catch(U){Y.push({path:X.path,message:`Rule validation failed: ${U}`,rule:"system"})}return{isValid:Y.length===0,errors:Y,warnings:f}}validateWithRule($,w,A){let Y=[];if(w.required&&($===void 0||$===null))return Y.push({path:A,message:w.message||`Property '${A}' is required`,expected:"required",rule:"required"}),Y;if($===void 0||$===null)return Y;if(w.type){let f=Array.isArray($)?"array":typeof $;if(f!==w.type)Y.push({path:A,message:w.message||`Expected type ${w.type}, got ${f}`,expected:w.type,actual:f,rule:"type"})}if(w.min!==void 0){let f=Array.isArray($)?$.length:typeof $==="string"?$.length:typeof $==="number"?$:0;if(f<w.min)Y.push({path:A,message:w.message||`Value must be at least ${w.min}`,expected:`>= ${w.min}`,actual:f,rule:"min"})}if(w.max!==void 0){let f=Array.isArray($)?$.length:typeof $==="string"?$.length:typeof $==="number"?$:0;if(f>w.max)Y.push({path:A,message:w.message||`Value must not exceed ${w.max}`,expected:`<= ${w.max}`,actual:f,rule:"max"})}if(w.pattern&&typeof $==="string"){if(!w.pattern.test($))Y.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($))Y.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 f=w.validator($);if(f)Y.push({path:A,message:w.message||f,rule:"custom"})}return Y}getValueByPath($,w){if(!w)return $;let A=w.split("."),Y=$;for(let f of A)if(Y&&typeof Y==="object"&&f in Y)Y=Y[f];else return;return Y}generateRulesFromInterface($){let w=[],A=$.matchAll(/(\w+)(\?)?:\s*(\w+)/g);for(let Y of A){let[,f,X,U]=Y;w.push({path:f,required:!X,type:this.mapTypeScriptType(U)})}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:aE},{path:"timeout",type:"number",min:0},{path:"retries",type:"number",min:0,max:10}]}}}class e8{fileLoader=new pY;envProcessor=new tY;validator=new o8;async loadConfig($){let w=Date.now(),{cache:A,performance:Y,schema:f,validate:X,...U}=$;try{if(A?.enabled){let J=this.checkCache(U.name||"",U);if(J)return J}let W;try{W=await this.loadConfigurationStrategies(U,!0,A)}catch(J){let B=U.__strictErrorHandling;if(J instanceof Error&&J.name==="ConfigNotFoundError"){if(B)throw J;W={...await this.applyEnvironmentVariables(U.name||"",U.defaultConfig,U.checkEnv!==!1,U.verbose||!1),warnings:[`No configuration file found for "${U.name||"config"}", using defaults with environment variables`]}}else if(J instanceof Error&&J.name==="ConfigLoadError"){let E=J.message.includes("EACCES")||J.message.includes("EPERM")||J.message.includes("permission denied"),j=!E&&(J.message.includes("syntax")||J.message.includes("Expected")||J.message.includes("Unexpected")||J.message.includes("BuildMessage")||J.message.includes("errors building")),T=J.message.includes("Configuration must export a valid object")||J.message.includes("Configuration file is empty and exports nothing");if(B&&(T||E))throw J;if(j&&(!B||!T))W={...await this.applyEnvironmentVariables(U.name||"",U.defaultConfig,U.checkEnv!==!1,U.verbose||!1),warnings:["Configuration file has syntax errors, using defaults with environment variables"]};else if(!B)W={...await this.applyEnvironmentVariables(U.name||"",U.defaultConfig,U.checkEnv!==!1,U.verbose||!1),warnings:[`Configuration loading error, using defaults: ${J.message}`]};else throw J}else W={...await this.applyEnvironmentVariables(U.name||"",U.defaultConfig,U.checkEnv!==!1,U.verbose||!1),warnings:[`Configuration loading failed, using defaults: ${J instanceof Error?J.message:String(J)}`]}}if(f||X)await this.validateConfiguration(W.config,f,X,U.name);if(A?.enabled&&W)this.cacheResult(U.name||"",W,A,U);if(Y?.enabled){let J={operation:"loadConfig",duration:Date.now()-w,configName:U.name,timestamp:new Date};if(Y.onMetrics)Y.onMetrics(J);if(Y.slowThreshold&&J.duration>Y.slowThreshold)H0.warn(`Slow configuration loading detected: ${J.duration}ms for ${U.name}`);W.metrics=J}return W}catch(W){let J=Date.now()-w;throw H0.error(`Configuration loading failed after ${J}ms:`,[W instanceof Error?W:Error(String(W))]),W}}async loadConfigurationStrategies($,w=!1,A){let{name:Y="",alias:f,cwd:X,configDir:U,defaultConfig:W,checkEnv:J=!0,arrayStrategy:B="replace",verbose:E=!1}=$,j=X||Kw.cwd(),T=[],F=await this.loadLocalConfiguration(Y,f,j,U,W,B,E,J,A);if(F)return T.push(...this.getLocalSearchPaths(Y,f,j,U)),this.finalizeResult(F,T,J,Y,E);let H=await this.loadHomeConfiguration(Y,f,W,B,E,J);if(H)return T.push(...this.getHomeSearchPaths(Y,f)),this.finalizeResult(H,T,J,Y,E);let h=await this.loadPackageJsonConfiguration(Y,f,j,W,B,E,J);if(h)return T.push(P$(j,"package.json")),this.finalizeResult(h,T,J,Y,E);if(T.push(...this.getAllSearchPaths(Y,f,j,U)),w)throw Yw.configNotFound(Y,T,f);return{...await this.applyEnvironmentVariables(Y,W,J,E),warnings:[`No configuration file found for "${Y}"${f?` or alias "${f}"`:""}, using defaults with environment variables`]}}async loadLocalConfiguration($,w,A,Y,f,X,U,W,J){let B=W?c1($,f,U):f,E=this.getLocalDirectories(A,Y);for(let j of E){if(U)H0.info(`Searching for configuration in: ${j}`);let T=this.fileLoader.generateConfigPaths($,j,w),F=await this.fileLoader.tryLoadFromPaths(T,B,{arrayStrategy:X,verbose:U,cacheTtl:J?.ttl,useCache:!J?.ttl||J.ttl>100});if(F){if(U)H0.success(`Configuration loaded from: ${F.source.path}`);return F}}return null}async loadHomeConfiguration($,w,A,Y,f,X){if(!$)return null;let U=X?c1($,A,f):A,W=[P$(aw(),".config",$),P$(aw(),".config"),aw()];for(let J of W){if(f)H0.info(`Checking home directory: ${J}`);let B=this.fileLoader.generateConfigPaths($,J,w),E=await this.fileLoader.tryLoadFromPaths(B,U,{arrayStrategy:Y,verbose:f});if(E){if(f)H0.success(`Configuration loaded from home directory: ${E.source.path}`);return E}}return null}async loadPackageJsonConfiguration($,w,A,Y,f,X,U){let W=U?c1($,Y,X):Y;try{let J=P$(A,"package.json");if(!Q8(J))return null;let B=await import(J),E=B[$],j=$;if(!E&&w)E=B[w],j=w;if(E&&typeof E==="object"&&!Array.isArray(E)){if(X)H0.success(`Configuration loaded from package.json: ${j}`);return{config:s8(W,E,f),source:{type:"package.json",path:J,priority:30,timestamp:new Date}}}}catch(J){if(X)H0.warn("Failed to load package.json:",[J instanceof Error?J:Error(String(J))])}return null}async applyEnvironmentVariables($,w,A,Y){if(!A||!$||typeof w!=="object"||w===null||Array.isArray(w))return{config:w,source:{type:"default",priority:10,timestamp:new Date}};return{config:c1($,w,Y),source:{type:"environment",priority:20,timestamp:new Date}}}async finalizeResult($,w,A,Y,f){return{config:$.config,source:$.source,path:$.source.path}}async validateConfiguration($,w,A,Y){let f=[];if(A){let X=A($);if(X)f.push(...X)}if(w){let X=await this.validator.validateConfiguration($,w);if(!X.isValid)f.push(...X.errors.map((U)=>U.path?`${U.path}: ${U.message}`:U.message))}if(f.length>0)throw Yw.configValidation(Y||"unknown",f,Y)}checkCache($,w){let A=this.generateCacheKey($,w);return J1.get(A)||null}cacheResult($,w,A,Y){let f=this.generateCacheKey($,Y);J1.set(f,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([$,P$($,"config"),P$($,".config"),w?P$($,w):void 0].filter(Boolean)))}getAllSearchPaths($,w,A,Y){let f=[];return f.push(...this.getLocalSearchPaths($,w,A,Y)),f.push(...this.getHomeSearchPaths($,w)),f.push(P$(A,"package.json")),f}getLocalSearchPaths($,w,A,Y){let f=this.getLocalDirectories(A,Y),X=[];for(let U of f)X.push(...this.fileLoader.generateConfigPaths($,U,w));return X}getHomeSearchPaths($,w){if(!$)return[];let A=[P$(aw(),".config",$),P$(aw(),".config"),aw()],Y=[];for(let f of A)Y.push(...this.fileLoader.generateConfigPaths($,f,w));return Y}async loadConfigWithResult($){return this.loadConfig($)}}function eB($){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 OG($){return c0.loadConfig({...$,__strictErrorHandling:!0})}async function dE($){let w="defaultConfig"in $&&$.defaultConfig!==void 0?$.defaultConfig:{},A="cache"in $||"performance"in $||"schema"in $||"validate"in $;try{let Y;if(A)Y=await c0.loadConfig($);else Y=await c0.loadConfig({...$,defaultConfig:w,cache:{enabled:!0},performance:{enabled:!1}});return Y?.config??w}catch(Y){let f=Y instanceof Error?Y.name:"UnknownError",X=Y instanceof Error?Y.message:String(Y);if(!(f==="ConfigNotFoundError"||f==="ConfigLoadError"||f==="ConfigValidationError"||X.includes("config"))&&$.verbose)H0.warn("Unexpected error loading config, using defaults:",[Y instanceof Error?Y:Error(String(Y))]);let U=A?{...$,defaultConfig:w}:{...$,defaultConfig:w,cache:{enabled:!0},performance:{enabled:!1}};if("checkEnv"in $?$.checkEnv!==!1:!0)return(await c0.applyEnvironmentVariables(U.name||"",w,!0,U.verbose||!1))?.config??w;return w}}async function VG($={defaultConfig:{}}){if(typeof $==="string"){let{cwd:w}=await import("process");try{return(await c0.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"&&eB(A)))return(await c0.applyEnvironmentVariables($,{},!0,!1)).config;throw A}}try{return(await c0.loadConfig({...$,cwd:$.cwd||Kw.cwd(),cache:{enabled:!0},performance:{enabled:!1}})).config}catch(w){if(w instanceof Error&&(w.name==="ConfigNotFoundError"||w.name==="ConfigLoadError"&&eB(w)))return(await c0.applyEnvironmentVariables($.name||"",$.defaultConfig||{},$.checkEnv!==!1,$.verbose||!1)).config;throw w}}async function QG($,w,A="replace"){let Y=new pY;try{let f=await Y.loadFromPath($,w,{arrayStrategy:A,useCache:!1,trackPerformance:!1});return f?f.config:null}catch{return null}}function c1($,w,A=!1){let Y=new tY,f=$.toUpperCase().replace(/[^A-Z0-9]/g,"_");function X(U,W=[]){let J={...U};for(let[B,E]of Object.entries(U)){let j=[...W,B],T=[`${f}_${j.join("_").toUpperCase()}`,`${f}_${j.map((h)=>h.toUpperCase()).join("")}`,`${f}_${j.map((h)=>h.replace(/([A-Z])/g,"_$1").toUpperCase()).join("")}`],F,H;for(let h of T)if(F=Kw.env[h],F!==void 0){H=h;break}if(F!==void 0&&H)if(typeof E==="boolean")J[B]=["true","1","yes"].includes(F.toLowerCase());else if(typeof E==="number"){let h=Number(F);if(!Number.isNaN(h))J[B]=h}else if(Array.isArray(E))try{J[B]=JSON.parse(F)}catch{J[B]=F.split(",").map((h)=>h.trim())}else J[B]=F;else if(E&&typeof E==="object"&&!Array.isArray(E))J[B]=X(E,j)}return J}return X(w)}function _G($){let w=P$(Kw.cwd(),$.configDir),A=P$(Kw.cwd(),$.generatedDir),Y=P$(A,"config-types.ts");if(!Q8(QB(Y)))KH(QB(Y),{recursive:!0,mode:511});let f=Q8(w)?RH(w).map((U)=>U.replace(/\.(ts|js|mjs|cjs|mts|cts|json)$/,"")).sort():[],X=`// Generated by bunfig v${U9}
|
|
97
|
+
export type ConfigNames = ${f.length?`'${f.join("' | '")}'`:"string"}
|
|
98
|
+
`;qH(Y,X,{mode:438})}function DG($){let w=null,A=null,Y=()=>{if(!A)A=dE($).then((X)=>{return w=X,X},(X)=>{let U="defaultConfig"in $?$.defaultConfig:{};if(w=U,"verbose"in $&&$.verbose)H0.warn("Config loading failed, using defaults:",[X instanceof Error?X:Error(String(X))]);return U});return A},f="defaultConfig"in $?$.defaultConfig:{};return w=f,Y(),new Proxy({},{get(X,U){if(w)return w[U];let W=f[U];return Y(),W},has(X,U){return U in(w||f)},ownKeys(){return Object.keys(w||f)},getOwnPropertyDescriptor(X,U){return Object.getOwnPropertyDescriptor(w||f,U)},set(X,U,W){if(!w)w={...f};return w[U]=W,!0}})}function kG($){let w=lB(dH.cwd(),$?.configDir||"./config");function A(){if(!vH(w))return[];let f=new Set([".ts",".js",".mjs",".cjs",".mts",".cts",".json"]),X=[".ts",".mts",".cts",".js",".mjs",".cjs",".json"],U=mH(w).filter((J)=>f.has(H8(J))).map((J)=>({base:J.replace(/\.(?:ts|js|mjs|cjs|mts|cts|json)$/i,""),file:J})),W=new Map;for(let{base:J,file:B}of U){let E=H8(B).toLowerCase(),j=W.get(J);if(!j){W.set(J,B);continue}let T=H8(j).toLowerCase();if(X.indexOf(E)<X.indexOf(T))W.set(J,B)}return Array.from(W.entries()).map(([J,B])=>({base:J,file:B})).sort((J,B)=>J.base.localeCompare(B.base))}function Y(){let f=A(),X=f.map((J)=>J.base),U=X.length?X.map((J)=>`'${J}'`).join(" | "):"string",W=f.length?`{
|
|
99
|
+
${f.map((J)=>{let B=lB(w,J.file).replace(/\\/g,"/");return` '${J.base}': typeof import('${B}').default`}).join(`,
|
|
96
100
|
`)}
|
|
97
|
-
}`:"Record<string, any>";return`export type ConfigNames = ${
|
|
98
|
-
export type ConfigByName = ${
|
|
101
|
+
}`:"Record<string, any>";return`export type ConfigNames = ${U}
|
|
102
|
+
export type ConfigByName = ${W}
|
|
99
103
|
export type Config<N extends ConfigNames> = N extends keyof ConfigByName ? ConfigByName[N] : unknown
|
|
100
104
|
export type ConfigOf = Config
|
|
101
|
-
`}return{name:"bunfig-plugin",setup(Y){Y.onResolve({filter:/^virtual:bunfig-types$/},(U)=>{return{path:U.path,namespace:"bunfig-virtual"}}),Y.onLoad({filter:/^virtual:bunfig-types$/,namespace:"bunfig-virtual"},()=>{return{contents:J(),loader:"ts"}})}}}function WH($,w={}){let A=RJ.cwd();while(A.includes("storage"))A=hE(A,"..");let J=hE(A,$||"");if(w?.relative)return g2(RJ.cwd(),J);return J}function F$(){if(P0.env.NODE_ENV==="test"||P0.env.BUN_ENV==="test")return!1;return typeof window<"u"}async function EH(){if(P0.env.NODE_ENV==="test"||P0.env.BUN_ENV==="test")return!0;if(typeof navigator<"u"&&navigator.product==="ReactNative")return!0;if(typeof P0<"u"){let $=P0.type;if($==="renderer"||$==="worker")return!1;return!!(P0.versions&&(P0.versions.node||P0.versions.bun))}return!1}class fj{async format($){let w=await EH(),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 PJ{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={...SJ},this.options=this.normalizeOptions(w),this.formatter=this.options.formatter||new fj,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,level:this.options.level??"info"},this.currentLogFile=this.generateLogFilename(),this.encryptionKeys=new Map,this.validateEncryptionConfig()){this.setupRotation();let Y=this.generateKeyId(),U=this.generateKey();this.currentKeyId=Y,this.keys.set(Y,U),this.encryptionKeys.set(Y,{key:U,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:SJ.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,Y=0,U=3,Z=1000;while(Y<U)try{try{try{await a2(this.config.logDirectory,IE.F_OK|IE.W_OK)}catch(W){if(W instanceof Error&&"code"in W)if(W.code==="ENOENT")await s2(this.config.logDirectory,{recursive:!0,mode:493});else if(W.code==="EACCES")throw Error(`No write permission for log directory: ${this.config.logDirectory}`);else throw W;else throw W}}catch(W){throw console.error("Debug: [writeToFile] Failed to create log directory:",W),W}let B=this.validateEncryptionConfig()?(await this.encrypt($)).encrypted:D0.from($);try{if(!UJ(this.currentLogFile))await J8(this.currentLogFile,"",{mode:420});if(J=ME(this.currentLogFile,"a",420),r2(J,B,{flag:"a"}),NE(J),J!==void 0)A8(J),J=void 0;if((await aw(this.currentLogFile)).size===0){if(await J8(this.currentLogFile,B,{flag:"w",mode:420}),(await aw(this.currentLogFile)).size===0)throw Error("File exists but is empty after retry write")}return}catch(W){let E=W;if(E.code&&["ENETDOWN","ENETUNREACH","ENOTFOUND","ETIMEDOUT"].includes(E.code)){if(Y<U-1){let j=typeof E.message==="string"?E.message:"Unknown error";console.error(`Network error during write attempt ${Y+1}/${U}:`,j);let F=Z*2**Y;await new Promise((f)=>setTimeout(f,F)),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(J!==void 0)try{A8(J)}catch(W){console.error("Debug: [writeToFile] Error closing file descriptor:",W)}}}catch(B){if(Y===U-1){let E=B,j=typeof E.message==="string"?E.message:"Unknown error";throw console.error("Debug: [writeToFile] Max retries reached. Final error:",j),B}Y++;let W=Z*2**(Y-1);await new Promise((E)=>setTimeout(E,W))}})();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 sw(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 sw(this.config.logDirectory,`${this.name}.log`);let $=new Date().toISOString().split("T")[0];return sw(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(([,Z],[,B])=>B.createdAt.getTime()-Z.createdAt.getTime()),Y=typeof $.maxKeys==="number"?$.maxKeys:1,U=Math.max(1,Y);if(J.length>U)for(let[Z]of J.slice(U))this.encryptionKeys.delete(Z),this.keys.delete(Z)}generateKeyId(){return w8(16).toString("hex")}generateKey(){return w8(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=w8(16),J=l2("aes-256-gcm",w,A),Y=D0.isBuffer($)?$:D0.from($,"utf8"),U=J.update(Y),Z=J.final(),B=U.length+Z.length,W=J.getAuthTag(),E=D0.allocUnsafe(16+B+16);return A.copy(E,0),U.copy(E,16),Z.copy(E,16+U.length),W.copy(E,16+B),{encrypted:E,iv:A}}async compressData($){return new Promise((w,A)=>{let J=LE(),Y=[];J.on("data",(U)=>Y.push(U)),J.on("end",()=>w(D0.from(D0.concat(Y)))),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 aw(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 Y=await ZJ(this.config.logDirectory),U=Y.filter((W)=>W.startsWith(this.name)&&/\.log\.\d+$/.test(W)).sort((W,E)=>{let j=Number.parseInt(W.match(/\.log\.(\d+)$/)?.[1]||"0");return Number.parseInt(E.match(/\.log\.(\d+)$/)?.[1]||"0")-j}),Z=U.length>0?Number.parseInt(U[0].match(/\.log\.(\d+)$/)?.[1]||"0")+1:1,B=`${A}.${Z}`;if(await aw(A).catch(()=>null))try{if(await CE(A,B),w.compress)try{let W=`${B}.gz`;await this.compressLogFile(B,W),await WJ(B)}catch(W){console.error("Error compressing rotated file:",W)}if(U.length===0&&!Y.some((W)=>W.endsWith(".log.1")))try{let W=`${A}.1`;await J8(W,"")}catch(W){console.error("Error creating backup file:",W)}}catch(W){console.error(`Error during rotation: ${W instanceof Error?W.message:String(W)}`)}}else{let Y=new Date().toISOString().replace(/[:.]/g,"-"),U=A.replace(/\.log$/,`-${Y}.log`);if(await aw(A).catch(()=>null))await CE(A,U)}if(this.currentLogFile=J,w.maxFiles){let Y=(await ZJ(this.config.logDirectory)).filter((U)=>U.startsWith(this.name)).sort((U,Z)=>Z.localeCompare(U));for(let U of Y.slice(w.maxFiles))await WJ(sw(this.config.logDirectory,U))}}}async compressLogFile($,w){let A=RE($),J=t2(w),Y=LE();await $T(A,Y,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()})),UJ(this.currentLogFile))try{let $=ME(this.currentLogFile,"r+");NE($),A8($)}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 ZJ(this.config.logDirectory)).filter((w)=>(w.includes("temp")||w.includes(".tmp"))&&w.includes(this.name));for(let w of $)try{await WJ(sw(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 m.env.NO_COLOR<"u",w=m.env.FORCE_COLOR==="0";if($||w)return!1;return!!(typeof m.stderr<"u"&&m.stderr.isTTY||typeof m.stdout<"u"&&m.stdout.isTTY)}formatConsoleMessage($){let{timestamp:w,icon:A="",tag:J="",message:Y,level:U,showTimestamp:Z=!0}=$,B=(z)=>z.replace(this.ANSI_PATTERN,"");if(!this.fancy){let z=[];if(Z)z.push(w);if(U==="warning")z.push("WARN");else if(U==="error")z.push("ERROR");else if(A)z.push(A.replace(/[^\p{L}\p{N}\p{P}\p{Z}]/gu,""));if(J)z.push(J.replace(/[[\]]/g,""));return z.push(Y),z.join(" ")}let W=m.stdout.columns||120,E="";if(U==="warning"||U==="error")E=`${A} ${Y}`;else if(U==="info"||U==="success")E=`${A} ${J} ${Y}`;else E=`${A} ${J} ${b.cyan(Y)}`;if(!Z)return E.trim();let j=B(E).trim().length,F=B(w).length,f=Math.max(1,W-2-j-F);return`${E.trim()}${" ".repeat(f)}${w}`}formatMessage($,w){if(w.length===1&&Array.isArray(w[0]))return $.replace(/\{(\d+)\}/g,(U,Z)=>{let B=Number.parseInt(Z,10);return B<w[0].length?String(w[0][B]):U});let A=/%([sdijfo%])/g,J=0,Y=$.replace(A,(U,Z)=>{if(Z==="%")return"%";if(J>=w.length)return U;let B=w[J++];switch(Z){case"s":return String(B);case"d":case"i":return Number(B).toString();case"j":case"o":return JSON.stringify(B,null,2);default:return U}});if(J<w.length)Y+=` ${w.slice(J).map((U)=>typeof U==="object"?JSON.stringify(U,null,2):String(U)).join(" ")}`;return Y}formatMarkdown($){if(!$)return $;let w=$;return w=w.replace(/\[([^\]]+)\]\(([^)]+)\)/g,(A,J,Y)=>{let U=b.underline(b.blue(J)),Z=this.toAbsoluteFilePath(Y);if(Z&&this.shouldStyleConsole()&&this.supportsHyperlinks()){let B=`file://${encodeURI(Z)}`,W="\x1B]8;;",E="\x1B\\";return`\x1B]8;;${B}\x1B\\${U}\x1B]8;;\x1B\\`}if(this.shouldStyleConsole()&&this.supportsHyperlinks())return`\x1B]8;;${Y}\x1B\\${U}\x1B]8;;\x1B\\`;return U}),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 $=m.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=m.env.HOME||"";if(A)w=w.replace(/^~(?=$|\/)/,A)}if(o2(w)||w.startsWith("./")||w.startsWith("../"))w=e2(w);else return null;return UJ(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,Y=this.formatConsoleTimestamp(J),U=this.formatFileTimestamp(J),Z,B;if(w instanceof Error)Z=w.message,B=w.stack;else Z=this.formatMessage(w,A);let{consoleText:W,fileText:E}=this.buildOutputTexts(Z);if(this.shouldStyleConsole()){let F=this.options.showIcons===!1?"":GH[$],f=this.options.showTags!==!1&&this.name?b.gray(this.formatTag(this.name)):"",z;switch($){case"debug":z=this.formatConsoleMessage({timestamp:Y,icon:F,tag:f,message:b.gray(W),level:$}),console.error(z);break;case"info":z=this.formatConsoleMessage({timestamp:Y,icon:F,tag:f,message:W,level:$}),console.warn(z);break;case"success":z=this.formatConsoleMessage({timestamp:Y,icon:F,tag:f,message:b.green(W),level:$}),console.error(z);break;case"warning":z=this.formatConsoleMessage({timestamp:Y,icon:F,tag:f,message:W,level:$}),console.warn(z);break;case"error":if(z=this.formatConsoleMessage({timestamp:Y,icon:F,tag:f,message:W,level:$}),console.error(z),B){let H=B.split(`
|
|
102
|
-
`);for(let
|
|
103
|
-
`;if(
|
|
104
|
-
`;if(
|
|
105
|
-
`);if(this[
|
|
106
|
-
`,
|
|
107
|
-
`),
|
|
108
|
-
`.replace(this.ANSI_PATTERN,"");if(this.shouldWriteToFile())await this.writeToFile(
|
|
109
|
-
`.replace(this.ANSI_PATTERN,"");if(this.shouldWriteToFile())await this.writeToFile(
|
|
110
|
-
`)}finishProgressBar($,w){if(!this.enabled||!this.fancy||F$()||!
|
|
111
|
-
|
|
112
|
-
`;for(let
|
|
113
|
-
`,A+=` Type: ${
|
|
114
|
-
`,A+=` Description: ${
|
|
115
|
-
`,A+=` Example: ${
|
|
105
|
+
`}return{name:"bunfig-plugin",setup(f){f.onResolve({filter:/^virtual:bunfig-types$/},(X)=>{return{path:X.path,namespace:"bunfig-virtual"}}),f.onLoad({filter:/^virtual:bunfig-types$/,namespace:"bunfig-virtual"},()=>{return{contents:Y(),loader:"ts"}})}}}function W9($,w={}){let A=DY.cwd();while(A.includes("storage"))A=gB(A,"..");let Y=gB(A,$||"");if(w?.relative)return gH(DY.cwd(),Y);return Y}function F$(){if(i0.env.NODE_ENV==="test"||i0.env.BUN_ENV==="test")return!1;return typeof window<"u"}async function E9(){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 $j{async format($){let w=await E9(),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:X1.pid,hostname:w(),environment:X1.env.NODE_ENV||"development",platform:X1.platform,version:X1.version}}return{userAgent:navigator.userAgent,hostname:window.location.hostname||"browser",environment:X1.env.NODE_ENV||X1.env.BUN_ENV||"development",viewport:{width:window.innerWidth,height:window.innerHeight},language:navigator.language}}}class rY{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={...uY},this.options=this.normalizeOptions(w),this.formatter=this.options.formatter||new $j,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},Y=w.timestamp!==void 0;if(Y)delete A.timestamp;if(this.config={...this.config,...A,timestamp:Y||this.config.timestamp,level:this.options.level??"info"},this.currentLogFile=this.generateLogFilename(),this.encryptionKeys=new Map,this.validateEncryptionConfig()){this.setupRotation();let f=this.generateKeyId(),X=this.generateKey();this.currentKeyId=f,this.keys.set(f,X),this.encryptionKeys.set(f,{key:X,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{...C8,...$.fingersCrossed};if(!$.fingersCrossedEnabled)return null;if(!$.fingersCrossed)return{...C8};return{...C8,...$.fingersCrossed}}normalizeOptions($){let w={format:"json",level:"info",logDirectory:uY.logDirectory,rotation:void 0,timestamp:void 0,fingersCrossed:{},enabled:!0,showTags:!1,showIcons:!0,formatter:void 0},A={...w,...Object.fromEntries(Object.entries($).filter(([,Y])=>Y!==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 Y,f=0,X=3,U=1000;while(f<X)try{try{try{await sH(this.config.logDirectory,aB.F_OK|aB.W_OK)}catch(J){if(J instanceof Error&&"code"in J)if(J.code==="ENOENT")await oH(this.config.logDirectory,{recursive:!0,mode:493});else if(J.code==="EACCES")throw Error(`No write permission for log directory: ${this.config.logDirectory}`);else throw J;else throw J}}catch(J){throw console.error("Debug: [writeToFile] Failed to create log directory:",J),J}let W=this.validateEncryptionConfig()?(await this.encrypt($)).encrypted:k0.from($);try{if(!zY(this.currentLogFile))await R8(this.currentLogFile,"",{mode:420});if(Y=rB(this.currentLogFile,"a",420),aH(Y,W,{flag:"a"}),pB(Y),Y!==void 0)K8(Y),Y=void 0;if((await Y1(this.currentLogFile)).size===0){if(await R8(this.currentLogFile,W,{flag:"w",mode:420}),(await Y1(this.currentLogFile)).size===0)throw Error("File exists but is empty after retry write")}return}catch(J){let B=J;if(B.code&&["ENETDOWN","ENETUNREACH","ENOTFOUND","ETIMEDOUT"].includes(B.code)){if(f<X-1){let E=typeof B.message==="string"?B.message:"Unknown error";console.error(`Network error during write attempt ${f+1}/${X}:`,E);let j=U*2**f;await new Promise((T)=>setTimeout(T,j)),f++;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(Y!==void 0)try{K8(Y)}catch(J){console.error("Debug: [writeToFile] Error closing file descriptor:",J)}}}catch(W){if(f===X-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}f++;let J=U*2**(f-1);await new Promise((B)=>setTimeout(B,J))}})();this.pendingOperations.push(w);let A=this.pendingOperations.length-1;try{await w}catch(Y){throw console.error("Debug: [writeToFile] Error in operation:",Y),Y}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 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(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((Y)=>{console.error("Error rotating keys:",Y)})},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 Y=Array.from(this.encryptionKeys.entries()).sort(([,U],[,W])=>W.createdAt.getTime()-U.createdAt.getTime()),f=typeof $.maxKeys==="number"?$.maxKeys:1,X=Math.max(1,f);if(Y.length>X)for(let[U]of Y.slice(X))this.encryptionKeys.delete(U),this.keys.delete(U)}generateKeyId(){return G8(16).toString("hex")}generateKey(){return G8(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=G8(16),Y=tH("aes-256-gcm",w,A),f=k0.isBuffer($)?$:k0.from($,"utf8"),X=Y.update(f),U=Y.final(),W=X.length+U.length,J=Y.getAuthTag(),B=k0.allocUnsafe(16+W+16);return A.copy(B,0),X.copy(B,16),U.copy(B,16+X.length),J.copy(B,16+W),{encrypted:B,iv:A}}async compressData($){return new Promise((w,A)=>{let Y=oB(),f=[];Y.on("data",(X)=>f.push(X)),Y.on("end",()=>w(k0.from(k0.concat(f)))),Y.on("error",A),Y.write($),Y.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 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,Y=this.generateLogFilename();if(this.name.includes("rotation-load-test")||this.name==="failed-rotation-test"){let f=await hY(this.config.logDirectory),X=f.filter((J)=>J.startsWith(this.name)&&/\.log\.\d+$/.test(J)).sort((J,B)=>{let E=Number.parseInt(J.match(/\.log\.(\d+)$/)?.[1]||"0");return Number.parseInt(B.match(/\.log\.(\d+)$/)?.[1]||"0")-E}),U=X.length>0?Number.parseInt(X[0].match(/\.log\.(\d+)$/)?.[1]||"0")+1:1,W=`${A}.${U}`;if(await Y1(A).catch(()=>null))try{if(await sB(A,W),w.compress)try{let J=`${W}.gz`;await this.compressLogFile(W,J),await HY(W)}catch(J){console.error("Error compressing rotated file:",J)}if(X.length===0&&!f.some((J)=>J.endsWith(".log.1")))try{let J=`${A}.1`;await R8(J,"")}catch(J){console.error("Error creating backup file:",J)}}catch(J){console.error(`Error during rotation: ${J instanceof Error?J.message:String(J)}`)}}else{let f=new Date().toISOString().replace(/[:.]/g,"-"),X=A.replace(/\.log$/,`-${f}.log`);if(await Y1(A).catch(()=>null))await sB(A,X)}if(this.currentLogFile=Y,w.maxFiles){let f=(await hY(this.config.logDirectory)).filter((X)=>X.startsWith(this.name)).sort((X,U)=>U.localeCompare(X));for(let X of f.slice(w.maxFiles))await HY(f1(this.config.logDirectory,X))}}}async compressLogFile($,w){let A=tB($),Y=rH(w),f=oB();await wG(A,f,Y)}async handleFingersCrossedBuffer($,w){if(!this.fingersCrossedConfig)return;if(this.shouldActivateFingersCrossed($)&&!this.isActivated){this.isActivated=!0;for(let A of this.logBuffer){let Y=await this.formatter.format(A);if(this.shouldWriteToFile())await this.writeToFile(Y);console.log(Y)}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()})),zY(this.currentLogFile))try{let $=rB(this.currentLogFile,"r+");pB($),K8($)}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 hY(this.config.logDirectory)).filter((w)=>(w.includes("temp")||w.includes(".tmp"))&&w.includes(this.name));for(let w of $)try{await HY(f1(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()?i.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:Y="",message:f,level:X,showTimestamp:U=!0}=$,W=(F)=>F.replace(this.ANSI_PATTERN,"");if(!this.fancy){let F=[];if(U)F.push(w);if(X==="warning")F.push("WARN");else if(X==="error")F.push("ERROR");else if(A)F.push(A.replace(/[^\p{L}\p{N}\p{P}\p{Z}]/gu,""));if(Y)F.push(Y.replace(/[[\]]/g,""));return F.push(f),F.join(" ")}let J=v.stdout.columns||120,B="";if(X==="warning"||X==="error")B=`${A} ${f}`;else if(X==="info"||X==="success")B=`${A} ${Y} ${f}`;else B=`${A} ${Y} ${i.cyan(f)}`;if(!U)return B.trim();let E=W(B).trim().length,j=W(w).length,T=Math.max(1,J-2-E-j);return`${B.trim()}${" ".repeat(T)}${w}`}formatMessage($,w){if(w.length===1&&Array.isArray(w[0]))return $.replace(/\{(\d+)\}/g,(X,U)=>{let W=Number.parseInt(U,10);return W<w[0].length?String(w[0][W]):X});let A=/%([sdijfo%])/g,Y=0,f=$.replace(A,(X,U)=>{if(U==="%")return"%";if(Y>=w.length)return X;let W=w[Y++];switch(U){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 X}});if(Y<w.length)f+=` ${w.slice(Y).map((X)=>typeof X==="object"?JSON.stringify(X,null,2):String(X)).join(" ")}`;return f}formatMarkdown($){if(!$)return $;let w=$;return w=w.replace(/\[([^\]]+)\]\(([^)]+)\)/g,(A,Y,f)=>{let X=i.underline(i.blue(Y)),U=this.toAbsoluteFilePath(f);if(U&&this.shouldStyleConsole()&&this.supportsHyperlinks()){let W=`file://${encodeURI(U)}`,J="\x1B]8;;",B="\x1B\\";return`\x1B]8;;${W}\x1B\\${X}\x1B]8;;\x1B\\`}if(this.shouldStyleConsole()&&this.supportsHyperlinks())return`\x1B]8;;${f}\x1B\\${X}\x1B]8;;\x1B\\`;return X}),w=w.replace(/`([^`]+)`/g,(A,Y)=>i.bgGray(Y)),w=w.replace(/\*\*([^*]+)\*\*/g,(A,Y)=>i.bold(Y)),w=w.replace(/(?<!\*)\*([^*]+)\*(?!\*)/g,(A,Y)=>i.italic(Y)),w=w.replace(/(?<!_)_([^_]+)_(?!_)/g,(A,Y)=>i.italic(Y)),w=w.replace(/~([^~]+)~/g,(A,Y)=>i.strikethrough(Y)),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(eH(w)||w.startsWith("./")||w.startsWith("../"))w=$G(w);else return null;return zY(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 Y=new Date,f=this.formatConsoleTimestamp(Y),X=this.formatFileTimestamp(Y),U,W;if(w instanceof Error)U=w.message,W=w.stack;else U=this.formatMessage(w,A);let{consoleText:J,fileText:B}=this.buildOutputTexts(U);if(this.shouldStyleConsole()){let j=this.options.showIcons===!1?"":h9[$],T=this.options.showTags!==!1&&this.name?i.gray(this.formatTag(this.name)):"",F;switch($){case"debug":F=this.formatConsoleMessage({timestamp:f,icon:j,tag:T,message:i.gray(J),level:$}),console.error(F);break;case"info":F=this.formatConsoleMessage({timestamp:f,icon:j,tag:T,message:J,level:$}),console.warn(F);break;case"success":F=this.formatConsoleMessage({timestamp:f,icon:j,tag:T,message:i.green(J),level:$}),console.error(F);break;case"warning":F=this.formatConsoleMessage({timestamp:f,icon:j,tag:T,message:J,level:$}),console.warn(F);break;case"error":if(F=this.formatConsoleMessage({timestamp:f,icon:j,tag:T,message:J,level:$}),console.error(F),W){let H=W.split(`
|
|
106
|
+
`);for(let h of H)if(h.trim()&&!h.includes(U))console.error(this.formatConsoleMessage({timestamp:f,message:i.gray(` ${h}`),level:$,showTimestamp:!1}))}break}}else if(!F$()){if(console.error(`${X} ${this.environment}.${$.toUpperCase()}: ${U}`),W)console.error(W)}let E=`${X} ${this.environment}.${$.toUpperCase()}: ${B}
|
|
107
|
+
`;if(W)E+=`${W}
|
|
108
|
+
`;if(E=E.replace(this.ANSI_PATTERN,""),this.shouldWriteToFile())await this.writeToFile(E)}progress($,w=""){let A={update:(f,X)=>{},finish:(f)=>{},interrupt:(f,X)=>{}};if(!this.enabled)return A;let Y=30;if(this.activeProgressBar={total:Math.max(1,$||1),current:0,message:w||"",barLength:Y,lastRenderedLine:""},this.shouldStyleConsole()&&!F$()&&v.stdout.isTTY)this.renderProgressBar(this.activeProgressBar);return{update:(f,X)=>{if(!this.enabled||!this.activeProgressBar)return;if(this.activeProgressBar.current=Math.min(Math.max(0,f),this.activeProgressBar.total),X!==void 0)this.activeProgressBar.message=X;if(this.shouldStyleConsole()&&!F$()&&v.stdout.isTTY)this.renderProgressBar(this.activeProgressBar)},finish:(f)=>{if(!this.activeProgressBar)return;this.finishProgressBar(this.activeProgressBar,f)},interrupt:(f,X="info")=>{if(!F$()&&v.stdout.isTTY)v.stdout.write(`
|
|
109
|
+
`);if(this[X==="warning"?"warn":X](f),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?i.gray(this.formatTag(this.name)):"",Y=this.formatConsoleTimestamp(new Date);console.error(this.formatConsoleMessage({timestamp:Y,icon:this.options.showIcons===!1?"":i.blue("◐"),tag:A,message:`${i.cyan($)}...`}))}return async(A)=>{if(!this.enabled)return;let Y=performance.now(),f=Math.round(Y-w),X=`${$} completed in ${f}ms`,U=new Date,W=this.formatConsoleTimestamp(U),J=`${this.formatFileTimestamp(U)} ${this.environment}.INFO: ${X}`;if(A)J+=` ${JSON.stringify(A)}`;if(J+=`
|
|
110
|
+
`,J=J.replace(this.ANSI_PATTERN,""),this.shouldStyleConsole()){let B=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:B,message:`${X}${A?` ${JSON.stringify(A)}`:""}`}))}else if(!F$())console.error(J.trim());if(this.shouldWriteToFile())await this.writeToFile(J)}}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 rY(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(!zY(this.currentLogFile))throw Error(`Log file does not exist: ${this.currentLogFile}`);return tB(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 Y=k0.isBuffer($)?$:k0.from($,"base64"),f=Y.subarray(0,16),X=Y.subarray(Y.length-16),U=Y.subarray(16,Y.length-16),W=pH("aes-256-gcm",A,f);W.setAuthTag(X);let J=W.update(U),B=W.final(),E=J.length+B.length,j=k0.allocUnsafe(E);return J.copy(j,0),B.copy(j,J.length),j.toString("utf8")}catch(Y){throw Error(`Decryption failed: ${Y instanceof Error?Y.message:String(Y)}`)}}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),Y=this.formatFileTimestamp(w),{consoleText:f,fileText:X}=this.buildOutputTexts($);if(this.shouldStyleConsole()){let W=f.split(`
|
|
111
|
+
`),J=Math.max(...W.map((T)=>T.length))+2,B=`┌${"─".repeat(J)}┐`,E=`└${"─".repeat(J)}┘`,j=W.map((T)=>{return this.formatConsoleMessage({timestamp:A,message:i.cyan(T),showTimestamp:!1})});console.error(this.formatConsoleMessage({timestamp:A,message:i.cyan(B),showTimestamp:!1})),j.forEach((T)=>console.error(T)),console.error(this.formatConsoleMessage({timestamp:A,message:i.cyan(E),showTimestamp:!1}))}else if(!F$())console.error(`${Y} ${this.environment}.INFO: [BOX] ${X}`);let U=`${Y} ${this.environment}.INFO: [BOX] ${X}
|
|
112
|
+
`.replace(this.ANSI_PATTERN,"");if(this.shouldWriteToFile())await this.writeToFile(U)}async prompt($){if(F$())return Promise.resolve(!0);return new Promise((w)=>{console.error(`${i.cyan("?")} ${$} (y/n) `);let A=(Y)=>{let f=Y.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(f==="y"||f==="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 U=/%([sdijfo%])/g,W=0;if(A=$.replace(U,(J,B)=>{if(B==="%")return"%";if(W>=w.length)return J;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 J}}),W<w.length)A+=` ${w.slice(W).map((J)=>typeof J==="object"?JSON.stringify(J,null,2):String(J)).join(" ")}`}let{consoleText:Y,fileText:f}=this.buildOutputTexts(A);if(this.shouldStyleConsole()){let U=this.options.showTags!==!1&&this.name?i.gray(this.formatTag(this.name)):"",W=this.options.showIcons===!1?"":`${i.blue("◐")} `;console.error(`${W}${U} ${i.cyan(Y)}`)}let X=`[${new Date().toISOString()}] ${this.environment}.INFO: [START] ${f}
|
|
113
|
+
`.replace(this.ANSI_PATTERN,"");if(this.shouldWriteToFile())await this.writeToFile(X)}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))),Y=Math.round($.barLength*A/100),f=$.barLength-Y,X=i.green("━".repeat(Y)),U=i.gray("━".repeat(f)),W=`[${X}${U}]`,J=`${A}%`.padStart(4),B=$.message?` ${$.message}`:"",E=this.options.showIcons===!1?"":w||A===100?i.green("✓"):i.blue("▶"),j=this.options.showTags!==!1&&this.name?` ${i.gray(this.formatTag(this.name))}`:"",T=`\r${E}${j} ${W} ${J}${B}`,F=v.stdout.columns||80,H=" ".repeat(Math.max(0,F-T.replace(this.ANSI_PATTERN,"").length));if($.lastRenderedLine=`${T}${H}`,v.stdout.write($.lastRenderedLine),w)v.stdout.write(`
|
|
114
|
+
`)}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 hY(this.config.logDirectory),A=[];for(let Y of w){if(!($.name?new RegExp($.name.replace("*",".*")).test(Y):Y.startsWith(this.name))||!Y.endsWith(".log"))continue;let f=f1(this.config.logDirectory,Y);if($.before)try{if((await Y1(f)).mtime>=$.before)continue}catch(X){console.error(`Failed to get stats for file ${f}:`,X);continue}A.push(f)}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 Y of A)try{await HY(Y),console.warn(`Deleted log file: ${Y}`)}catch(f){console.error(`Failed to delete log file ${Y}:`,f)}console.warn("Log clearing process finished.")}catch(w){console.error("Error during log clearing process:",w)}}}async function H9($,w={}){let{maxRetries:A=3,retryDelay:Y=1000,isRetryable:f=()=>!0,fallback:X}=w,U=Error("Unknown error occurred");for(let W=0;W<=A;W++)try{return await $()}catch(J){if(U=J instanceof Error?J:Error(String(J)),W===A||!f(U))break;if(Y>0)await new Promise((B)=>setTimeout(B,Y))}if(X!==void 0)return X;throw U instanceof Error?U:Error(`Unknown error: ${String(U)}`)}class wU{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:Y,useCamelCase:f=!0,useBackwardCompatibility:X=!0,customParsers:U={},verbose:W=!1,trackPerformance:J=!0}=A,B=async()=>{if(!$)return{config:w,source:{type:"environment",priority:50,timestamp:new Date}};let E=Y||this.generateEnvPrefix($),j={...w};return this.processObject(j,[],E,{useCamelCase:f,useBackwardCompatibility:X,customParsers:U,verbose:W,configName:$}),{config:j,source:{type:"environment",priority:50,timestamp:new Date}}};if(J)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,Y){for(let[f,X]of Object.entries($)){let U=[...w,f],W=U.map((E)=>this.formatEnvKey(E,Y.useCamelCase)),J=`${A}_${W.join("_")}`,B=Y.useBackwardCompatibility?`${A}_${U.map((E)=>E.toUpperCase()).join("_")}`:null;if(Y.verbose);if(typeof X==="object"&&X!==null&&!Array.isArray(X))this.processObject(X,U,A,Y);else{let E=GY.env[J]||(B?GY.env[B]:void 0);if(E!==void 0){if(Y.verbose){let j=GY.env[J]?J:B}try{$[f]=this.parseEnvironmentValue(E,typeof X,J,Y.customParsers,Y.configName)}catch(j){if(j instanceof $U)throw j;throw W1.envVar(J,E,typeof X,Y.configName)}}}}}parseEnvironmentValue($,w,A,Y,f){for(let[X,U]of Object.entries(Y))try{return U($)}catch{continue}for(let X of this.defaultParsers)if(X.canParse($,w))try{return X.parse($)}catch{throw W1.envVar(A,$,`${w} (via ${X.name} parser)`,f)}return $}getEnvironmentVariables($){let w={},A=$.toUpperCase();for(let[Y,f]of Object.entries(GY.env))if(Y.startsWith(A)&&f!==void 0)w[Y]=f;return w}validateEnvironmentVariable($,w,A){let Y=[];if(!/^[A-Z_][A-Z0-9_]*$/.test($))Y.push(`Environment variable key "${$}" should only contain uppercase letters, numbers, and underscores`);if(A)try{this.parseEnvironmentValue($,w,A,{})}catch(f){Y.push(`Cannot parse value "${w}" as ${A}: ${f}`)}return{isValid:Y.length===0,errors:Y}}generateEnvVarDocs($,w,A={}){let{prefix:Y,format:f="text"}=A,X=Y||this.generateEnvPrefix($),U=[];switch(this.extractEnvVarInfo(w,[],X,U),f){case"markdown":return this.formatAsMarkdown(U,$);case"json":return JSON.stringify(U,null,2);default:return this.formatAsText(U,$)}}extractEnvVarInfo($,w,A,Y){for(let[f,X]of Object.entries($)){let U=[...w,f],W=`${A}_${U.map((J)=>this.formatEnvKey(J,!0)).join("_")}`;if(typeof X==="object"&&X!==null&&!Array.isArray(X))this.extractEnvVarInfo(X,U,A,Y);else Y.push({key:W,type:Array.isArray(X)?"array":typeof X,description:`Configuration for ${U.join(".")}`,example:this.generateExample(X)})}}generateExample($){if(Array.isArray($))return JSON.stringify($);if(typeof $==="object"&&$!==null)return JSON.stringify($);return String($)}formatAsText($,w){let A=`Environment Variables for ${w}:
|
|
115
|
+
|
|
116
|
+
`;for(let Y of $)A+=`${Y.key}
|
|
117
|
+
`,A+=` Type: ${Y.type}
|
|
118
|
+
`,A+=` Description: ${Y.description}
|
|
119
|
+
`,A+=` Example: ${Y.example}
|
|
116
120
|
|
|
117
121
|
`;return A}formatAsMarkdown($,w){let A=`# Environment Variables for ${w}
|
|
118
122
|
|
|
119
123
|
`;A+=`| Variable | Type | Description | Example |
|
|
120
124
|
`,A+=`|----------|------|-------------|----------|
|
|
121
|
-
`;for(let
|
|
122
|
-
`;return A}}function HH($,w,A={}){return Nj($,w,A,new WeakMap)}function Nj($,w,A,J){let{arrayMergeMode:Y="replace",skipNullish:U=!1,customMerger:Z}=A;if(w===null||w===void 0)return U?$:w;if(Z){let B=Z($,w);if(B!==void 0)return B}if(Array.isArray(w)||Array.isArray($))return Mj($,w,Y,J);if(!A0(w)||!A0($))return w;return RH($,w,A,J)}function Mj($,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 qH($,w);case"smart":return KH($,w,J);default:return w}return w}function qH($,w){let A=[...w];for(let J of $)if(!A.some((Y)=>N8(Y,J)))A.push(J);return A}function KH($,w,A){if(w.length===0)return $;if($.length===0)return w;if(A0(w[0])&&A0($[0]))return hH($,w,A);if(w.every((J)=>typeof J==="string")&&$.every((J)=>typeof J==="string")){let J=[...w];for(let Y of $)if(!J.includes(Y))J.push(Y);return J}return w}function hH($,w,A){let J=[...w];for(let Y of $){if(!A0(Y)){J.push(Y);continue}let U=["id","name","key","path","type"],Z=!1;for(let B of U)if(B in Y){if(J.find((W)=>A0(W)&&(B in W)&&W[B]===Y[B])){Z=!0;break}}if(!Z)J.push(Y)}return J}function RH($,w,A,J){let Y=w;if(A0(Y)&&J.has(Y))return J.get(Y);let U={...$};if(A0(Y))J.set(Y,U);for(let Z in Y){if(!Object.prototype.hasOwnProperty.call(Y,Z))continue;let B=Y[Z],W=U[Z];if(A.skipNullish&&(B===null||B===void 0))continue;if(B===null||B===void 0){U[Z]=B;continue}if(A0(B)&&A0(W))U[Z]=Nj(W,B,A,J);else if(Array.isArray(B)||Array.isArray(W))U[Z]=Mj(W,B,A.arrayMergeMode||"smart",J);else U[Z]=B}return U}function Ij($,w,A="replace"){return HH($,w,{arrayMergeMode:A==="replace"?"replace":"smart",skipNullish:!0})}function N8($,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(!N8($[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 Y of A){if(!Object.prototype.hasOwnProperty.call(w,Y))return!1;if(!N8($[Y],w[Y]))return!1}return!0}return!1}function A0($){return Boolean($&&typeof $==="object"&&!Array.isArray($))}class Cj{extensions=[".ts",".js",".mjs",".cjs",".json",".mts",".cts"];async loadFromPath($,w,A={}){let{arrayStrategy:J="replace",useCache:Y=!0,cacheTtl:U,trackPerformance:Z=!0,verbose:B=!1}=A;if(Y){let E=NJ.getWithFileCheck("file",$);if(E){if(B)console.log(`Configuration loaded from cache: ${$}`);return E}}let W=async()=>{if(!EJ($))return null;try{let E=`?t=${Date.now()}`,j=await import($+E),F=j.default||j,f="default"in j,z=Object.keys(j).length>0;if(!f&&!z)throw new OJ($,Error("Configuration file is empty and exports nothing"),"unknown");if(typeof F!=="object"||F===null||Array.isArray(F))throw new OJ($,Error("Configuration must export a valid object"),"unknown");let H={config:Ij(w,F,J),source:{type:"file",path:$,priority:100,timestamp:new Date}};if(Y)NJ.setWithFileCheck("file",H,$,U);return H}catch(E){throw E instanceof Error?w1.configLoad($,E):w1.configLoad($,Error(String(E)))}};if(Z)return L8.track("loadFromPath",W,{path:$});return W()}async tryLoadFromPaths($,w,A={}){for(let J of $)try{let Y=await this.loadFromPath(J,w,A);if(Y)return Y}catch(Y){if(Y instanceof Error&&Y.name==="ConfigLoadError")throw Y;if(A.verbose)console.warn(`Failed to load config from ${J}:`,Y)}return null}generateConfigPaths($,w,A){let J=this.generateNamePatterns($,A),Y=[];for(let U of J)for(let Z of this.extensions)Y.push(Y8(w,`${U}${Z}`));return Y}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 U of J){if(!U)continue;if(A.push(U,`.${U}.config`,`${U}.config`,`.${U}`),$)A.push(`${$}.${U}.config`,`.${$}.${U}.config`)}let Y=new Set;return A.filter((U)=>{if(!U||Y.has(U))return!1;return Y.add(U),!0})}checkFileAccess($){return TH(async()=>{return EJ($)},{maxRetries:2,retryDelay:100,fallback:!1})}async discoverConfigFiles($,w,A){let J=[];if(!EJ($))return J;if(w||A){let Y=this.generateNamePatterns(w||"",A);for(let U of Y)for(let Z of this.extensions){let B=Y8($,`${U}${Z}`);if(await this.checkFileAccess(B))J.push(B)}}else try{let{readdirSync:Y}=await import("fs"),U=Y($);for(let Z of U)if(this.looksLikeConfigFile(Z)){let B=Y8($,Z);if(await this.checkFileAccess(B))J.push(B)}}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(!EJ($))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:Y}=await import("fs"),U=Y($,"utf8");JSON.parse(U)}catch(Y){w.push(`Invalid JSON syntax: ${Y}`)}}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 Y=await this.loadFromPath(J,{},w);if(Y)A.set(J,Y.config)}catch(Y){if(w.verbose)console.warn(`Failed to preload ${J}:`,Y)}})),A}}class Lj{async validateConfiguration($,w,A={}){let{stopOnFirstError:J=!1,validateRequired:Y=!0,validateTypes:U=!0,customRules:Z=[],trackPerformance:B=!0,verbose:W=!1}=A,E=async()=>{let j=[],F=[],f={stopOnFirstError:J,validateRequired:Y,validateTypes:U,customRules:Z,trackPerformance:B,verbose:W};try{if(typeof w==="string")return await this.validateWithSchemaFile($,w,f);else if(Array.isArray(w))return this.validateWithRules($,[...w,...Z],f);else return this.validateWithJSONSchema($,w,f)}catch(z){return j.push({path:"",message:`Validation failed: ${z}`,rule:"system"}),{isValid:!1,errors:j,warnings:F}}};if(B)return await L8.track("validateConfiguration",E);return E()}async validateWithSchemaFile($,w,A){try{if(!wT(w))throw new XJ(w,[{path:"",message:"Schema file does not exist"}]);let J=await import(w),Y=J.default||J;if(Array.isArray(Y))return this.validateWithRules($,Y,A);else return this.validateWithJSONSchema($,Y,A)}catch(J){throw new XJ(w,[{path:"",message:`Failed to load schema: ${J}`}])}}validateWithJSONSchema($,w,A){let J=[],Y=[];return this.validateObjectAgainstSchema($,w,"",J,Y,A),{isValid:J.length===0,errors:J,warnings:Y}}validateObjectAgainstSchema($,w,A,J,Y,U){if(U.validateTypes&&w.type){let Z=Array.isArray($)?"array":typeof $,B=Array.isArray(w.type)?w.type:[w.type];if(!B.includes(Z)){if(J.push({path:A,message:`Expected type ${B.join(" or ")}, got ${Z}`,expected:B.join(" or "),actual:Z,rule:"type"}),U.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"}),U.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 Z=0;Z<$.length;Z++){let B=A?`${A}[${Z}]`:`[${Z}]`;if(this.validateObjectAgainstSchema($[Z],w.items,B,J,Y,U),U.stopOnFirstError&&J.length>0)return}if($&&typeof $==="object"&&!Array.isArray($)){let Z=$;if(U.validateRequired&&w.required){for(let B of w.required)if(!(B in Z)){if(J.push({path:A?`${A}.${B}`:B,message:`Missing required property '${B}'`,expected:"required",rule:"required"}),U.stopOnFirstError)return}}if(w.properties){for(let[B,W]of Object.entries(w.properties))if(B in Z){let E=A?`${A}.${B}`:B;if(this.validateObjectAgainstSchema(Z[B],W,E,J,Y,U),U.stopOnFirstError&&J.length>0)return}}if(w.additionalProperties===!1){let B=new Set(Object.keys(w.properties||{}));for(let W of Object.keys(Z))if(!B.has(W))Y.push({path:A?`${A}.${W}`:W,message:`Additional property '${W}' is not allowed`,rule:"additionalProperties"})}}}validateWithRules($,w,A){let J=[],Y=[];for(let U of w)try{let Z=this.getValueByPath($,U.path),B=this.validateWithRule(Z,U,U.path);if(J.push(...B),A.stopOnFirstError&&J.length>0)break}catch(Z){J.push({path:U.path,message:`Rule validation failed: ${Z}`,rule:"system"})}return{isValid:J.length===0,errors:J,warnings:Y}}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 Y=Array.isArray($)?"array":typeof $;if(Y!==w.type)J.push({path:A,message:w.message||`Expected type ${w.type}, got ${Y}`,expected:w.type,actual:Y,rule:"type"})}if(w.min!==void 0){let Y=Array.isArray($)?$.length:typeof $==="string"?$.length:typeof $==="number"?$:0;if(Y<w.min)J.push({path:A,message:w.message||`Value must be at least ${w.min}`,expected:`>= ${w.min}`,actual:Y,rule:"min"})}if(w.max!==void 0){let Y=Array.isArray($)?$.length:typeof $==="string"?$.length:typeof $==="number"?$:0;if(Y>w.max)J.push({path:A,message:w.message||`Value must not exceed ${w.max}`,expected:`<= ${w.max}`,actual:Y,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 Y=w.validator($);if(Y)J.push({path:A,message:w.message||Y,rule:"custom"})}return J}getValueByPath($,w){if(!w)return $;let A=w.split("."),J=$;for(let Y of A)if(J&&typeof J==="object"&&Y in J)J=J[Y];else return;return J}generateRulesFromInterface($){let w=[],A=$.matchAll(/(\w+)(\?)?:\s*(\w+)/g);for(let J of A){let[,Y,U,Z]=J;w.push({path:Y,required:!U,type:this.mapTypeScriptType(Z)})}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:NH},{path:"timeout",type:"number",min:0},{path:"retries",type:"number",min:0,max:10}]}}}function MH($){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 yj{fileLoader=new Cj;envProcessor=new k8;validator=new Lj;async loadConfig($){let w=Date.now(),{cache:A,performance:J,schema:Y,validate:U,...Z}=$;try{if(A?.enabled){let W=this.checkCache(Z.name||"",Z);if(W)return W}let B;try{B=await this.loadConfigurationStrategies(Z,!0,A)}catch(W){let E=Z.__strictErrorHandling;if(W instanceof Error&&W.name==="ConfigNotFoundError"){if(E)throw W;B={...await this.applyEnvironmentVariables(Z.name||"",Z.defaultConfig,Z.checkEnv!==!1,Z.verbose||!1),warnings:[`No configuration file found for "${Z.name||"config"}", using defaults with environment variables`]}}else if(W instanceof Error&&W.name==="ConfigLoadError"){let j=W.message.includes("EACCES")||W.message.includes("EPERM")||W.message.includes("permission denied"),F=!j&&(W.message.includes("syntax")||W.message.includes("Expected")||W.message.includes("Unexpected")||W.message.includes("BuildMessage")||W.message.includes("errors building")),f=W.message.includes("Configuration must export a valid object")||W.message.includes("Configuration file is empty and exports nothing");if(E&&(f||j))throw W;if(F&&(!E||!f))B={...await this.applyEnvironmentVariables(Z.name||"",Z.defaultConfig,Z.checkEnv!==!1,Z.verbose||!1),warnings:["Configuration file has syntax errors, using defaults with environment variables"]};else if(!E)B={...await this.applyEnvironmentVariables(Z.name||"",Z.defaultConfig,Z.checkEnv!==!1,Z.verbose||!1),warnings:[`Configuration loading error, using defaults: ${W.message}`]};else throw W}else B={...await this.applyEnvironmentVariables(Z.name||"",Z.defaultConfig,Z.checkEnv!==!1,Z.verbose||!1),warnings:[`Configuration loading failed, using defaults: ${W instanceof Error?W.message:String(W)}`]}}if(Y||U)await this.validateConfiguration(B.config,Y,U,Z.name);if(A?.enabled&&B)this.cacheResult(Z.name||"",B,A,Z);if(J?.enabled){let W={operation:"loadConfig",duration:Date.now()-w,configName:Z.name,timestamp:new Date};if(J.onMetrics)J.onMetrics(W);if(J.slowThreshold&&W.duration>J.slowThreshold)Q0.warn(`Slow configuration loading detected: ${W.duration}ms for ${Z.name}`);B.metrics=W}return B}catch(B){if(B instanceof Error&&B.name==="ConfigNotFoundError")throw B;let W=Date.now()-w;throw Q0.error(`Configuration loading failed after ${W}ms:`,[B instanceof Error?B:Error(String(B))]),B}}async loadConfigurationStrategies($,w=!1,A){let{name:J="",alias:Y,cwd:U,configDir:Z,defaultConfig:B,checkEnv:W=!0,arrayStrategy:E="replace",verbose:j=!1}=$,F=U||QJ.cwd(),f=[],z=await this.loadLocalConfiguration(J,Y,F,Z,B,E,j,W,A);if(z)return f.push(...this.getLocalSearchPaths(J,Y,F,Z)),this.finalizeResult(z,f,W,J,j);let H=await this.loadHomeConfiguration(J,Y,B,E,j,W);if(H)return f.push(...this.getHomeSearchPaths(J,Y)),this.finalizeResult(H,f,W,J,j);let T=await this.loadPackageJsonConfiguration(J,Y,F,B,E,j,W);if(T)return f.push($0(F,"package.json")),this.finalizeResult(T,f,W,J,j);if(f.push(...this.getAllSearchPaths(J,Y,F,Z)),w)throw w1.configNotFound(J,f,Y);return{...await this.applyEnvironmentVariables(J,B,W,j),warnings:[`No configuration file found for "${J}"${MH(Y)}, using defaults with environment variables`]}}async loadLocalConfiguration($,w,A,J,Y,U,Z,B,W){let E=B?FJ($,Y,Z):Y,j=this.getLocalDirectories(A,J);for(let F of j){if(Z)Q0.info(`Searching for configuration in: ${F}`);let f=this.fileLoader.generateConfigPaths($,F,w),z=await this.fileLoader.tryLoadFromPaths(f,E,{arrayStrategy:U,verbose:Z,cacheTtl:W?.ttl,useCache:!W?.ttl||W.ttl>100});if(z){if(Z)Q0.success(`Configuration loaded from: ${z.source.path}`);return z}}return null}async loadHomeConfiguration($,w,A,J,Y,U){if(!$)return null;let Z=U?FJ($,A,Y):A,B=[$0(mw(),".config",$),$0(mw(),".config"),mw()];for(let W of B){if(Y)Q0.info(`Checking home directory: ${W}`);let E=this.fileLoader.generateConfigPaths($,W,w),j=await this.fileLoader.tryLoadFromPaths(E,Z,{arrayStrategy:J,verbose:Y});if(j){if(Y)Q0.success(`Configuration loaded from home directory: ${j.source.path}`);return j}}return null}async loadPackageJsonConfiguration($,w,A,J,Y,U,Z){let B=Z?FJ($,J,U):J;try{let W=$0(A,"package.json");if(!T2(W))return null;let E={};try{E=JSON.parse(H2(W,"utf8"))}catch(f){if(U)Q0.warn("Failed to parse package.json:",[f instanceof Error?f:Error(String(f))]);return null}let j=E[$],F=$;if(!j&&w){let f=Array.isArray(w)?w:[w];for(let z of f){if(!z)continue;if(E[z]){j=E[z],F=z;break}}}if(j&&typeof j==="object"&&!Array.isArray(j)){if(U)Q0.success(`Configuration loaded from package.json: ${F}`);return{config:Ij(B,j,Y),source:{type:"package.json",path:W,priority:30,timestamp:new Date}}}}catch(W){if(U)Q0.warn("Failed to load package.json:",[W instanceof Error?W:Error(String(W))])}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:FJ($,w,J),source:{type:"environment",priority:20,timestamp:new Date}}}async finalizeResult($,w,A,J,Y){return{config:$.config,source:$.source,path:$.source.path}}async validateConfiguration($,w,A,J){let Y=[];if(A){let U=A($);if(U)Y.push(...U)}if(w){let U=await this.validator.validateConfiguration($,w);if(!U.isValid)Y.push(...U.errors.map((Z)=>Z.path?`${Z.path}: ${Z.message}`:Z.message))}if(Y.length>0)throw w1.configValidation(J||"unknown",Y,J)}checkCache($,w){let A=this.generateCacheKey($,w);return NJ.get(A)||null}cacheResult($,w,A,J){let Y=this.generateCacheKey($,J);NJ.set(Y,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([$,$0($,"config"),$0($,".config"),w?$0($,w):void 0].filter(Boolean)))}getAllSearchPaths($,w,A,J){let Y=[];return Y.push(...this.getLocalSearchPaths($,w,A,J)),Y.push(...this.getHomeSearchPaths($,w)),Y.push($0(A,"package.json")),Y}getLocalSearchPaths($,w,A,J){let Y=this.getLocalDirectories(A,J),U=[];for(let Z of Y)U.push(...this.fileLoader.generateConfigPaths($,Z,w));return U}getHomeSearchPaths($,w){if(!$)return[];let A=[$0(mw(),".config",$),$0(mw(),".config"),mw()],J=[];for(let Y of A)J.push(...this.fileLoader.generateConfigPaths($,Y,w));return J}async loadConfigWithResult($){return this.loadConfig($)}}function FJ($,w,A=!1){let J=new k8,Y=$.toUpperCase().replace(/[^A-Z0-9]/g,"_");function U(Z,B=[]){let W={...Z};for(let[E,j]of Object.entries(Z)){let F=[...B,E],f=[`${Y}_${F.join("_").toUpperCase()}`,`${Y}_${F.map((T)=>T.toUpperCase()).join("")}`,`${Y}_${F.map((T)=>T.replace(/([A-Z])/g,"_$1").toUpperCase()).join("")}`],z,H;for(let T of f)if(z=QJ.env[T],z!==void 0){H=T;break}if(z!==void 0&&H)if(typeof j==="boolean")W[E]=["true","1","yes"].includes(z.toLowerCase());else if(typeof j==="number"){let T=Number(z);if(!Number.isNaN(T))W[E]=T}else if(Array.isArray(j))try{W[E]=JSON.parse(z)}catch{W[E]=z.split(",").map((T)=>T.trim())}else W[E]=z;else if(j&&typeof j==="object"&&!Array.isArray(j))W[E]=U(j,F)}return W}return U(w)}function M8($,w){let A=[];function J(Y){let U;try{U=uE.readdirSync(Y)}catch{return}for(let Z of U){let B=F0.join(Y,Z);try{if(uE.statSync(B).isDirectory())J(B);else if(Z===w)A.push(Y)}catch{continue}}}return J($),A}function C($,w,A){if(A||Y$.verbose)console.debug(`[tlsx:${$}] ${w}`)}function Oj(){return Sj.env.SUDO_PASSWORD}function OH($){let w=$.toLowerCase();return VH.has(w)||w.endsWith("password")||w.includes("secret")||w.includes("token")}function _J($){if(Array.isArray($))return $.map((A)=>_J(A));if(typeof $==="string")return SH.test($)?cE:$;if(!$||typeof $!=="object")return $;let w={};for(let[A,J]of Object.entries($)){if(OH(A)){w[A]=cE;continue}w[A]=_J(J)}return w}function bJ($){return JSON.stringify(_J($))}function XH($){let w=Oj();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 $w($,w={}){let A=XH($);try{let{stdout:J,stderr:Y}=await yH(A,{cwd:w.cwd||Sj.cwd(),timeout:w.timeout||30000});return{stdout:J.trim(),stderr:Y.trim()}}catch(J){let Y=Error(`Failed to execute command: ${$}
|
|
123
|
-
Error: ${
|
|
124
|
-
${
|
|
125
|
+
`;for(let Y of $)A+=`| \`${Y.key}\` | ${Y.type} | ${Y.description} | \`${Y.example}\` |
|
|
126
|
+
`;return A}}function G9($,w,A={}){return Wj($,w,A,new WeakMap)}function Wj($,w,A,Y){let{arrayMergeMode:f="replace",skipNullish:X=!1,customMerger:U}=A;if(w===null||w===void 0)return X?$:w;if(U){let W=U($,w);if(W!==void 0)return W}if(Array.isArray(w)||Array.isArray($))return Bj($,w,f,Y);if(!X0(w)||!X0($))return w;return N9($,w,A,Y)}function Bj($,w,A,Y){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 K9($,w);case"smart":return R9($,w,Y);default:return w}return w}function K9($,w){let A=[...w];for(let Y of $)if(!A.some((f)=>n8(f,Y)))A.push(Y);return A}function R9($,w,A){if(w.length===0)return $;if($.length===0)return w;if(X0(w[0])&&X0($[0]))return q9($,w,A);if(w.every((Y)=>typeof Y==="string")&&$.every((Y)=>typeof Y==="string")){let Y=[...w];for(let f of $)if(!Y.includes(f))Y.push(f);return Y}return w}function q9($,w,A){let Y=[...w];for(let f of $){if(!X0(f)){Y.push(f);continue}let X=["id","name","key","path","type"],U=!1;for(let W of X)if(W in f){if(Y.find((J)=>X0(J)&&(W in J)&&J[W]===f[W])){U=!0;break}}if(!U)Y.push(f)}return Y}function N9($,w,A,Y){let f=w;if(X0(f)&&Y.has(f))return Y.get(f);let X={...$};if(X0(f))Y.set(f,X);for(let U in f){if(!Object.prototype.hasOwnProperty.call(f,U))continue;let W=f[U],J=X[U];if(A.skipNullish&&(W===null||W===void 0))continue;if(W===null||W===void 0){X[U]=W;continue}if(X0(W)&&X0(J))X[U]=Wj(J,W,A,Y);else if(Array.isArray(W)||Array.isArray(J))X[U]=Bj(J,W,A.arrayMergeMode||"smart",Y);else X[U]=W}return X}function Ej($,w,A="replace"){return G9($,w,{arrayMergeMode:A==="replace"?"replace":"smart",skipNullish:!0})}function n8($,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(!n8($[A],w[A]))return!1;return!0}if(X0($)&&X0(w)){let A=Object.keys($),Y=Object.keys(w);if(A.length!==Y.length)return!1;for(let f of A){if(!Object.prototype.hasOwnProperty.call(w,f))return!1;if(!n8($[f],w[f]))return!1}return!0}return!1}function X0($){return Boolean($&&typeof $==="object"&&!Array.isArray($))}class jj{extensions=[".ts",".js",".mjs",".cjs",".json",".mts",".cts"];async loadFromPath($,w,A={}){let{arrayStrategy:Y="replace",useCache:f=!0,cacheTtl:X,trackPerformance:U=!0,verbose:W=!1}=A;if(f){let B=kY.getWithFileCheck("file",$);if(B){if(W)console.log(`Configuration loaded from cache: ${$}`);return B}}let J=async()=>{if(!KY($))return null;try{let B=`?t=${Date.now()}`,E=await import($+B),j=E.default||E,T="default"in E,F=Object.keys(E).length>0;if(!T&&!F)throw new nY($,Error("Configuration file is empty and exports nothing"),"unknown");if(typeof j!=="object"||j===null||Array.isArray(j))throw new nY($,Error("Configuration must export a valid object"),"unknown");let H={config:Ej(w,j,Y),source:{type:"file",path:$,priority:100,timestamp:new Date}};if(f)kY.setWithFileCheck("file",H,$,X);return H}catch(B){throw B instanceof Error?W1.configLoad($,B):W1.configLoad($,Error(String(B)))}};if(U)return g8.track("loadFromPath",J,{path:$});return J()}async tryLoadFromPaths($,w,A={}){for(let Y of $)try{let f=await this.loadFromPath(Y,w,A);if(f)return f}catch(f){if(f instanceof Error&&f.name==="ConfigLoadError")throw f;if(A.verbose)console.warn(`Failed to load config from ${Y}:`,f)}return null}generateConfigPaths($,w,A){let Y=this.generateNamePatterns($,A),f=[];for(let X of Y)for(let U of this.extensions)f.push(q8(w,`${X}${U}`));return f}generateNamePatterns($,w){let A=[];if(A.push("config",".config"),$)A.push($,`.${$}.config`,`${$}.config`,`.${$}`);let Y=w===void 0?[]:Array.isArray(w)?w:[w];for(let X of Y){if(!X)continue;if(A.push(X,`.${X}.config`,`${X}.config`,`.${X}`),$)A.push(`${$}.${X}.config`,`.${$}.${X}.config`)}let f=new Set;return A.filter((X)=>{if(!X||f.has(X))return!1;return f.add(X),!0})}checkFileAccess($){return H9(async()=>{return KY($)},{maxRetries:2,retryDelay:100,fallback:!1})}async discoverConfigFiles($,w,A){let Y=[];if(!KY($))return Y;if(w||A){let f=this.generateNamePatterns(w||"",A);for(let X of f)for(let U of this.extensions){let W=q8($,`${X}${U}`);if(await this.checkFileAccess(W))Y.push(W)}}else try{let{readdirSync:f}=await import("fs"),X=f($);for(let U of X)if(this.looksLikeConfigFile(U)){let W=q8($,U);if(await this.checkFileAccess(W))Y.push(W)}}catch{return[]}return Y}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(!KY($))return w.push("Configuration file does not exist"),w;let A=await import($),Y=A.default||A;if(Y===void 0)w.push("Configuration file must export a default value or named exports");else if(typeof Y!=="object"||Y===null)w.push("Configuration must be an object");else if(Array.isArray(Y))w.push("Configuration cannot be an array at the root level");if($.endsWith(".json"))try{let{readFileSync:f}=await import("fs"),X=f($,"utf8");JSON.parse(X)}catch(f){w.push(`Invalid JSON syntax: ${f}`)}}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(Y)=>{try{let f=await this.loadFromPath(Y,{},w);if(f)A.set(Y,f.config)}catch(f){if(w.verbose)console.warn(`Failed to preload ${Y}:`,f)}})),A}}class Tj{async validateConfiguration($,w,A={}){let{stopOnFirstError:Y=!1,validateRequired:f=!0,validateTypes:X=!0,customRules:U=[],trackPerformance:W=!0,verbose:J=!1}=A,B=async()=>{let E=[],j=[],T={stopOnFirstError:Y,validateRequired:f,validateTypes:X,customRules:U,trackPerformance:W,verbose:J};try{if(typeof w==="string")return await this.validateWithSchemaFile($,w,T);else if(Array.isArray(w))return this.validateWithRules($,[...w,...U],T);else return this.validateWithJSONSchema($,w,T)}catch(F){return E.push({path:"",message:`Validation failed: ${F}`,rule:"system"}),{isValid:!1,errors:E,warnings:j}}};if(W)return await g8.track("validateConfiguration",B);return B()}async validateWithSchemaFile($,w,A){try{if(!AG(w))throw new vY(w,[{path:"",message:"Schema file does not exist"}]);let Y=await import(w),f=Y.default||Y;if(Array.isArray(f))return this.validateWithRules($,f,A);else return this.validateWithJSONSchema($,f,A)}catch(Y){throw new vY(w,[{path:"",message:`Failed to load schema: ${Y}`}])}}validateWithJSONSchema($,w,A){let Y=[],f=[];return this.validateObjectAgainstSchema($,w,"",Y,f,A),{isValid:Y.length===0,errors:Y,warnings:f}}validateObjectAgainstSchema($,w,A,Y,f,X){if(X.validateTypes&&w.type){let U=Array.isArray($)?"array":typeof $,W=Array.isArray(w.type)?w.type:[w.type];if(!W.includes(U)){if(Y.push({path:A,message:`Expected type ${W.join(" or ")}, got ${U}`,expected:W.join(" or "),actual:U,rule:"type"}),X.stopOnFirstError)return}}if(w.enum&&!w.enum.includes($)){if(Y.push({path:A,message:`Value must be one of: ${w.enum.join(", ")}`,expected:w.enum.join(", "),actual:$,rule:"enum"}),X.stopOnFirstError)return}if(typeof $==="string"){if(w.minLength!==void 0&&$.length<w.minLength)Y.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)Y.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($))Y.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)Y.push({path:A,message:`Value must be at least ${w.minimum}`,expected:`>= ${w.minimum}`,actual:$,rule:"minimum"});if(w.maximum!==void 0&&$>w.maximum)Y.push({path:A,message:`Value must not exceed ${w.maximum}`,expected:`<= ${w.maximum}`,actual:$,rule:"maximum"})}if(Array.isArray($)&&w.items)for(let U=0;U<$.length;U++){let W=A?`${A}[${U}]`:`[${U}]`;if(this.validateObjectAgainstSchema($[U],w.items,W,Y,f,X),X.stopOnFirstError&&Y.length>0)return}if($&&typeof $==="object"&&!Array.isArray($)){let U=$;if(X.validateRequired&&w.required){for(let W of w.required)if(!(W in U)){if(Y.push({path:A?`${A}.${W}`:W,message:`Missing required property '${W}'`,expected:"required",rule:"required"}),X.stopOnFirstError)return}}if(w.properties){for(let[W,J]of Object.entries(w.properties))if(W in U){let B=A?`${A}.${W}`:W;if(this.validateObjectAgainstSchema(U[W],J,B,Y,f,X),X.stopOnFirstError&&Y.length>0)return}}if(w.additionalProperties===!1){let W=new Set(Object.keys(w.properties||{}));for(let J of Object.keys(U))if(!W.has(J))f.push({path:A?`${A}.${J}`:J,message:`Additional property '${J}' is not allowed`,rule:"additionalProperties"})}}}validateWithRules($,w,A){let Y=[],f=[];for(let X of w)try{let U=this.getValueByPath($,X.path),W=this.validateWithRule(U,X,X.path);if(Y.push(...W),A.stopOnFirstError&&Y.length>0)break}catch(U){Y.push({path:X.path,message:`Rule validation failed: ${U}`,rule:"system"})}return{isValid:Y.length===0,errors:Y,warnings:f}}validateWithRule($,w,A){let Y=[];if(w.required&&($===void 0||$===null))return Y.push({path:A,message:w.message||`Property '${A}' is required`,expected:"required",rule:"required"}),Y;if($===void 0||$===null)return Y;if(w.type){let f=Array.isArray($)?"array":typeof $;if(f!==w.type)Y.push({path:A,message:w.message||`Expected type ${w.type}, got ${f}`,expected:w.type,actual:f,rule:"type"})}if(w.min!==void 0){let f=Array.isArray($)?$.length:typeof $==="string"?$.length:typeof $==="number"?$:0;if(f<w.min)Y.push({path:A,message:w.message||`Value must be at least ${w.min}`,expected:`>= ${w.min}`,actual:f,rule:"min"})}if(w.max!==void 0){let f=Array.isArray($)?$.length:typeof $==="string"?$.length:typeof $==="number"?$:0;if(f>w.max)Y.push({path:A,message:w.message||`Value must not exceed ${w.max}`,expected:`<= ${w.max}`,actual:f,rule:"max"})}if(w.pattern&&typeof $==="string"){if(!w.pattern.test($))Y.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($))Y.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 f=w.validator($);if(f)Y.push({path:A,message:w.message||f,rule:"custom"})}return Y}getValueByPath($,w){if(!w)return $;let A=w.split("."),Y=$;for(let f of A)if(Y&&typeof Y==="object"&&f in Y)Y=Y[f];else return;return Y}generateRulesFromInterface($){let w=[],A=$.matchAll(/(\w+)(\?)?:\s*(\w+)/g);for(let Y of A){let[,f,X,U]=Y;w.push({path:f,required:!X,type:this.mapTypeScriptType(U)})}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:y9},{path:"timeout",type:"number",min:0},{path:"retries",type:"number",min:0,max:10}]}}}function M9($){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 Fj{fileLoader=new jj;envProcessor=new wU;validator=new Tj;async loadConfig($){let w=Date.now(),{cache:A,performance:Y,schema:f,validate:X,...U}=$;try{if(A?.enabled){let J=this.checkCache(U.name||"",U);if(J)return J}let W;try{W=await this.loadConfigurationStrategies(U,!0,A)}catch(J){let B=U.__strictErrorHandling;if(J instanceof Error&&J.name==="ConfigNotFoundError"){if(B)throw J;W={...await this.applyEnvironmentVariables(U.name||"",U.defaultConfig,U.checkEnv!==!1,U.verbose||!1),warnings:[`No configuration file found for "${U.name||"config"}", using defaults with environment variables`]}}else if(J instanceof Error&&J.name==="ConfigLoadError"){let E=J.message.includes("EACCES")||J.message.includes("EPERM")||J.message.includes("permission denied"),j=!E&&(J.message.includes("syntax")||J.message.includes("Expected")||J.message.includes("Unexpected")||J.message.includes("BuildMessage")||J.message.includes("errors building")),T=J.message.includes("Configuration must export a valid object")||J.message.includes("Configuration file is empty and exports nothing");if(B&&(T||E))throw J;if(j&&(!B||!T))W={...await this.applyEnvironmentVariables(U.name||"",U.defaultConfig,U.checkEnv!==!1,U.verbose||!1),warnings:["Configuration file has syntax errors, using defaults with environment variables"]};else if(!B)W={...await this.applyEnvironmentVariables(U.name||"",U.defaultConfig,U.checkEnv!==!1,U.verbose||!1),warnings:[`Configuration loading error, using defaults: ${J.message}`]};else throw J}else W={...await this.applyEnvironmentVariables(U.name||"",U.defaultConfig,U.checkEnv!==!1,U.verbose||!1),warnings:[`Configuration loading failed, using defaults: ${J instanceof Error?J.message:String(J)}`]}}if(f||X)await this.validateConfiguration(W.config,f,X,U.name);if(A?.enabled&&W)this.cacheResult(U.name||"",W,A,U);if(Y?.enabled){let J={operation:"loadConfig",duration:Date.now()-w,configName:U.name,timestamp:new Date};if(Y.onMetrics)Y.onMetrics(J);if(Y.slowThreshold&&J.duration>Y.slowThreshold)Z0.warn(`Slow configuration loading detected: ${J.duration}ms for ${U.name}`);W.metrics=J}return W}catch(W){if(W instanceof Error&&W.name==="ConfigNotFoundError")throw W;let J=Date.now()-w;throw Z0.error(`Configuration loading failed after ${J}ms:`,[W instanceof Error?W:Error(String(W))]),W}}async loadConfigurationStrategies($,w=!1,A){let{name:Y="",alias:f,cwd:X,configDir:U,defaultConfig:W,checkEnv:J=!0,arrayStrategy:B="replace",verbose:E=!1}=$,j=X||gY.cwd(),T=[],F=await this.loadLocalConfiguration(Y,f,j,U,W,B,E,J,A);if(F)return T.push(...this.getLocalSearchPaths(Y,f,j,U)),this.finalizeResult(F,T,J,Y,E);let H=await this.loadHomeConfiguration(Y,f,W,B,E,J);if(H)return T.push(...this.getHomeSearchPaths(Y,f)),this.finalizeResult(H,T,J,Y,E);let h=await this.loadPackageJsonConfiguration(Y,f,j,W,B,E,J);if(h)return T.push(Y0(j,"package.json")),this.finalizeResult(h,T,J,Y,E);if(T.push(...this.getAllSearchPaths(Y,f,j,U)),w)throw W1.configNotFound(Y,T,f);return{...await this.applyEnvironmentVariables(Y,W,J,E),warnings:[`No configuration file found for "${Y}"${M9(f)}, using defaults with environment variables`]}}async loadLocalConfiguration($,w,A,Y,f,X,U,W,J){let B=W?qY($,f,U):f,E=this.getLocalDirectories(A,Y);for(let j of E){if(U)Z0.info(`Searching for configuration in: ${j}`);let T=this.fileLoader.generateConfigPaths($,j,w),F=await this.fileLoader.tryLoadFromPaths(T,B,{arrayStrategy:X,verbose:U,cacheTtl:J?.ttl,useCache:!J?.ttl||J.ttl>100});if(F){if(U)Z0.success(`Configuration loaded from: ${F.source.path}`);return F}}return null}async loadHomeConfiguration($,w,A,Y,f,X){if(!$)return null;let U=X?qY($,A,f):A,W=[Y0(rw(),".config",$),Y0(rw(),".config"),rw()];for(let J of W){if(f)Z0.info(`Checking home directory: ${J}`);let B=this.fileLoader.generateConfigPaths($,J,w),E=await this.fileLoader.tryLoadFromPaths(B,U,{arrayStrategy:Y,verbose:f});if(E){if(f)Z0.success(`Configuration loaded from home directory: ${E.source.path}`);return E}}return null}async loadPackageJsonConfiguration($,w,A,Y,f,X,U){let W=U?qY($,Y,X):Y;try{let J=Y0(A,"package.json");if(!HH(J))return null;let B={};try{B=JSON.parse(GH(J,"utf8"))}catch(T){if(X)Z0.warn("Failed to parse package.json:",[T instanceof Error?T:Error(String(T))]);return null}let E=B[$],j=$;if(!E&&w){let T=Array.isArray(w)?w:[w];for(let F of T){if(!F)continue;if(B[F]){E=B[F],j=F;break}}}if(E&&typeof E==="object"&&!Array.isArray(E)){if(X)Z0.success(`Configuration loaded from package.json: ${j}`);return{config:Ej(W,E,f),source:{type:"package.json",path:J,priority:30,timestamp:new Date}}}}catch(J){if(X)Z0.warn("Failed to load package.json:",[J instanceof Error?J:Error(String(J))])}return null}async applyEnvironmentVariables($,w,A,Y){if(!A||!$||typeof w!=="object"||w===null||Array.isArray(w))return{config:w,source:{type:"default",priority:10,timestamp:new Date}};return{config:qY($,w,Y),source:{type:"environment",priority:20,timestamp:new Date}}}async finalizeResult($,w,A,Y,f){return{config:$.config,source:$.source,path:$.source.path}}async validateConfiguration($,w,A,Y){let f=[];if(A){let X=A($);if(X)f.push(...X)}if(w){let X=await this.validator.validateConfiguration($,w);if(!X.isValid)f.push(...X.errors.map((U)=>U.path?`${U.path}: ${U.message}`:U.message))}if(f.length>0)throw W1.configValidation(Y||"unknown",f,Y)}checkCache($,w){let A=this.generateCacheKey($,w);return kY.get(A)||null}cacheResult($,w,A,Y){let f=this.generateCacheKey($,Y);kY.set(f,w,void 0,A.ttl)}generateCacheKey($,w){let A=[$];if(w.alias){let Y=Array.isArray(w.alias)?w.alias.join(","):w.alias;A.push(`alias:${Y}`)}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([$,Y0($,"config"),Y0($,".config"),w?Y0($,w):void 0].filter(Boolean)))}getAllSearchPaths($,w,A,Y){let f=[];return f.push(...this.getLocalSearchPaths($,w,A,Y)),f.push(...this.getHomeSearchPaths($,w)),f.push(Y0(A,"package.json")),f}getLocalSearchPaths($,w,A,Y){let f=this.getLocalDirectories(A,Y),X=[];for(let U of f)X.push(...this.fileLoader.generateConfigPaths($,U,w));return X}getHomeSearchPaths($,w){if(!$)return[];let A=[Y0(rw(),".config",$),Y0(rw(),".config"),rw()],Y=[];for(let f of A)Y.push(...this.fileLoader.generateConfigPaths($,f,w));return Y}async loadConfigWithResult($){return this.loadConfig($)}}function qY($,w,A=!1){let Y=new wU,f=$.toUpperCase().replace(/[^A-Z0-9]/g,"_");function X(U,W=[]){let J={...U};for(let[B,E]of Object.entries(U)){let j=[...W,B],T=[`${f}_${j.join("_").toUpperCase()}`,`${f}_${j.map((h)=>h.toUpperCase()).join("")}`,`${f}_${j.map((h)=>h.replace(/([A-Z])/g,"_$1").toUpperCase()).join("")}`],F,H;for(let h of T)if(F=gY.env[h],F!==void 0){H=h;break}if(F!==void 0&&H)if(typeof E==="boolean")J[B]=["true","1","yes"].includes(F.toLowerCase());else if(typeof E==="number"){let h=Number(F);if(!Number.isNaN(h))J[B]=h}else if(Array.isArray(E))try{J[B]=JSON.parse(F)}catch{J[B]=F.split(",").map((h)=>h.trim())}else J[B]=F;else if(E&&typeof E==="object"&&!Array.isArray(E))J[B]=X(E,j)}return J}return X(w)}function v8($,w){let A=[];function Y(f){let X;try{X=TE.readdirSync(f)}catch{return}for(let U of X){let W=h0.join(f,U);try{if(TE.statSync(W).isDirectory())Y(W);else if(U===w)A.push(f)}catch{continue}}}return Y($),A}function I($,w,A){if(A||J$.verbose)console.debug(`[tlsx:${$}] ${w}`)}function Hj(){return hj.env.SUDO_PASSWORD}function Q9($){let w=$.toLowerCase();return O9.has(w)||w.endsWith("password")||w.includes("secret")||w.includes("token")}function mY($){if(Array.isArray($))return $.map((A)=>mY(A));if(typeof $==="string")return V9.test($)?FE:$;if(!$||typeof $!=="object")return $;let w={};for(let[A,Y]of Object.entries($)){if(Q9(A)){w[A]=FE;continue}w[A]=mY(Y)}return w}function aY($){return JSON.stringify(mY($))}function _9($){let w=Hj();if(!w||!/(^|\|\s*|&&\s*|;\s*)sudo\s/.test($))return $;let A=w.replace(/'/g,"'\\''"),Y=$.replace(/(^|\|\s*|&&\s*|;\s*)sudo(?!\s+-[Sn])(\s+)/g,"$1sudo -S$2");return`echo '${A}' | ${Y}`}async function Aw($,w={}){let A=_9($);try{let{stdout:Y,stderr:f}=await L9(A,{cwd:w.cwd||hj.cwd(),timeout:w.timeout||30000});return{stdout:Y.trim(),stderr:f.trim()}}catch(Y){let f=Error(`Failed to execute command: ${$}
|
|
127
|
+
Error: ${Y.message}`);throw f.stack=Y.stack,f}}function Gj($){if($.domain)return $.domain;if($.domains?.length)return $.domains[0];throw Error("Either domain or domains must be specified")}function AU($){let w=h0.join(C9.homedir(),".stacks","ssl"),A=$.basePath&&$.basePath.trim()!==""?$.basePath:J$.basePath&&J$.basePath.trim()!==""?J$.basePath:w,Y=$.certPath?h0.isAbsolute($.certPath)?$.certPath:h0.join(A,$.certPath):h0.join(A,J$.certPath),f=$.keyPath?h0.isAbsolute($.keyPath)?$.keyPath:h0.join(A,$.keyPath):h0.join(A,J$.keyPath),X=$.caCertPath?h0.isAbsolute($.caCertPath)?$.caCertPath:h0.join(A,$.caCertPath):h0.join(A,J$.caCertPath);return{certPath:Y,keyPath:f,caCertPath:X,basePath:A}}function Kj($){let w=[],A=new Set;if($.domain)A.add($.domain);if($.domains?.length)$.domains.forEach((Y)=>A.add(Y));for(let Y of A)w.push({type:2,value:Y});if($.altNameIPs?.length)for(let Y of $.altNameIPs)w.push({type:7,ip:Y});if($.altNameURIs?.length)for(let Y of $.altNameURIs)w.push({type:6,value:Y});if($.subjectAltNames?.length)w.push(...$.subjectAltNames);return I(C.CERT,`Generated ${w.length} Subject Alternative Names`,$.verbose),w}function YU($){let w=$.notBeforeDays??G0.DEFAULT_NOT_BEFORE_DAYS,A=$.validityDays??($.validityYears?$.validityYears*365:G0.DEFAULT_VALIDITY_DAYS);I(C.CERT,"Calculating certificate validity dates",$.verbose);let Y=new Date(Date.now()-86400*w*1000),f=new Date(Y.getTime()+A*24*60*60*1000);return Y.setUTCHours(0,0,0,0),f.setUTCHours(23,59,59,999),I(C.CERT,`Validity period: ${Y.toISOString()} to ${f.toISOString()}`,$.verbose),{notBefore:Y,notAfter:f}}function u1($){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 s$($,w){let A=u1(w.length);return Buffer.concat([Buffer.from([$]),A,w])}function l1($){let w=$.split(".").map(Number),A=[];A.push(40*w[0]+w[1]);for(let Y=2;Y<w.length;Y++){let f=w[Y],X=[];X.unshift(f&127),f>>=7;while(f>0)X.unshift(f&127|128),f>>=7;A.push(...X)}return s$(K0.OID,Buffer.from(A))}function m8($){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 s$(K0.INTEGER,w)}function Rj($,w=0){return s$(K0.BIT_STRING,Buffer.concat([Buffer.from([w]),$]))}function qj($){return s$(K0.OCTET_STRING,$)}function a$(...$){return s$(K0.SEQUENCE,Buffer.concat($))}function D9(...$){return s$(K0.SET,Buffer.concat($))}function k9($){return s$(K0.PRINTABLE_STRING,Buffer.from($,"ascii"))}function Z9($){return s$(K0.UTF8_STRING,Buffer.from($,"utf8"))}function x9(){return Buffer.from([K0.NULL,0])}function zE($,w,A=!0){let Y=160|$|(A?0:0),f=u1(w.length);return Buffer.concat([Buffer.from([Y]),f,w])}function hE($){let w=$.getUTCFullYear();if(w>=2050){let A=$.toISOString().replace(/[-:T]/g,"").slice(0,14)+"Z";return s$(K0.GENERALIZED_TIME,Buffer.from(A,"ascii"))}else{let A=(w%100).toString().padStart(2,"0"),Y=($.getUTCMonth()+1).toString().padStart(2,"0"),f=$.getUTCDate().toString().padStart(2,"0"),X=$.getUTCHours().toString().padStart(2,"0"),U=$.getUTCMinutes().toString().padStart(2,"0"),W=$.getUTCSeconds().toString().padStart(2,"0"),J=`${A}${Y}${f}${X}${U}${W}Z`;return s$(K0.UTC_TIME,Buffer.from(J,"ascii"))}}function P9($,w){return a$(hE($),hE(w))}function HE($){let w=[];for(let A of $){let Y;switch(A.shortName){case"CN":Y=i$.COMMON_NAME;break;case"C":Y=i$.COUNTRY;break;case"L":Y=i$.LOCALITY;break;case"ST":Y=i$.STATE;break;case"O":Y=i$.ORGANIZATION;break;case"OU":Y=i$.ORGANIZATIONAL_UNIT;break;default:continue}let f=A.shortName==="C"?k9(A.value):Z9(A.value),X=a$(l1(Y),f);w.push(D9(X))}return a$(...w)}function Nj($){return a$(l1($),x9())}function i9($){return $.export({type:"spki",format:"der"})}function b9($){if($.includes(":")){let w=$;if($.includes("::")){let f=$.split("::"),X=f[0]?f[0].split(":"):[],U=f[1]?f[1].split(":"):[],W=8-X.length-U.length,J=Array.from({length:W},()=>"0");w=[...X,...J,...U].join(":")}let A=w.split(":"),Y=Buffer.alloc(16);for(let f=0;f<8;f++){let X=Number.parseInt(A[f]||"0",16);Y.writeUInt16BE(X,f*2)}return Y}else{let w=$.split(".").map((A)=>Number.parseInt(A,10));return Buffer.from(w)}}function c9($){let w=[];for(let A of $)if(A.type===2&&A.value){let Y=u1(A.value.length);w.push(Buffer.concat([Buffer.from([130]),Y,Buffer.from(A.value,"ascii")]))}else if(A.type===7&&A.ip){let Y=b9(A.ip),f=u1(Y.length);w.push(Buffer.concat([Buffer.from([135]),f,Y]))}else if(A.type===6&&A.value){let Y=u1(A.value.length);w.push(Buffer.concat([Buffer.from([134]),Y,Buffer.from(A.value,"ascii")]))}return a$(...w)}function u9($,w){if($){if(w!==void 0)return a$(s$(1,Buffer.from([255])),m8(w));return a$(s$(1,Buffer.from([255])))}return a$()}function n9($){let w=0;if($.digitalSignature)w|=128;if($.keyEncipherment)w|=32;if($.keyCertSign)w|=4;if($.cRLSign)w|=2;let A=0,Y=w;while(Y>0&&(Y&1)===0)A++,Y>>=1;if(w===0)A=7;return Rj(Buffer.from([w]),A)}function v9($){let w=[];if($.serverAuth)w.push(l1(i$.SERVER_AUTH));if($.clientAuth)w.push(l1(i$.CLIENT_AUTH));return a$(...w)}function b1($,w,A){let Y=[l1($)];if(w)Y.push(s$(1,Buffer.from([255])));return Y.push(qj(A)),a$(...Y)}function m9($){let w=[];if(w.push(zE(0,m8(2))),w.push(m8($.serialNumber)),w.push(Nj(i$.SHA256_WITH_RSA)),w.push(HE($.issuer)),w.push(P9($.notBefore,$.notAfter)),w.push(HE($.subject)),w.push(i9($.publicKey)),$.extensions){let A=[];if($.extensions.basicConstraints)A.push(b1(i$.BASIC_CONSTRAINTS,$.extensions.basicConstraints.critical??!0,u9($.extensions.basicConstraints.isCA,$.extensions.basicConstraints.pathLenConstraint)));if($.extensions.keyUsage)A.push(b1(i$.KEY_USAGE,$.extensions.keyUsage.critical??!0,n9($.extensions.keyUsage)));if($.extensions.extendedKeyUsage)A.push(b1(i$.EXTENDED_KEY_USAGE,!1,v9($.extensions.extendedKeyUsage)));if($.extensions.subjectAltName?.length)A.push(b1(i$.SUBJECT_ALT_NAME,!1,c9($.extensions.subjectAltName)));if($.extensions.subjectKeyIdentifier)A.push(b1(i$.SUBJECT_KEY_IDENTIFIER,!1,qj($.extensions.subjectKeyIdentifier)));if(A.length>0)w.push(zE(3,a$(...A)))}return a$(...w)}function d9($,w){let A=B1.createSign("SHA256");A.update($);let Y=A.sign(w);return a$($,Nj(i$.SHA256_WITH_RSA),Rj(Y))}function l9($,w){let A=$.toString("base64"),Y=[];for(let f=0;f<A.length;f+=64)Y.push(A.slice(f,f+64));return`-----BEGIN ${w}-----
|
|
128
|
+
${Y.join(`
|
|
125
129
|
`)}
|
|
126
130
|
-----END ${w}-----
|
|
127
|
-
`}function
|
|
128
|
-
`);for(let U of Y){let[Z,...B]=U.split("="),W=B.join("=");if(Z&&W)J.push({shortName:Z.trim(),value:W.trim()})}return{publicKey:A,subject:J}}async function i8($={}){C("ca","Creating new Root CA Certificate",$.verbose);let w=$.keySize||f0.DEFAULT_KEY_SIZE;C("ca",`Generating ${w}-bit RSA key pair`,$.verbose);let{privateKey:A,publicKey:J}=xj(w),Y=[{shortName:"C",value:$.countryName||Y$.countryName},{shortName:"ST",value:$.stateName||Y$.stateName},{shortName:"L",value:$.localityName||Y$.localityName},{shortName:"O",value:$.organization||"Local Development CA"},{shortName:"OU",value:$.organizationalUnit||"Certificate Authority"},{shortName:"CN",value:$.commonName||"Local Development Root CA"}],{notBefore:U,notAfter:Z}=P8({validityYears:$.validityYears||f0.DEFAULT_CA_VALIDITY_YEARS,verbose:$.verbose}),{certificate:B}=Pj({serialNumber:b8(),notBefore:U,notAfter:Z,subject:Y,publicKey:J,signingKey:A,isCA:!0,keyUsage:{keyCertSign:!0,cRLSign:!0}});return{certificate:B,privateKey:bj(A),notBefore:U,notAfter:Z}}async function u8($){if(C("ca","Generating new certificate",$.verbose),C("ca",`Options: ${bJ($)}`,$.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}=pH($.rootCA.certificate),A=lH($.rootCA.privateKey);C("ca",`Generating ${f0.DEFAULT_KEY_SIZE}-bit RSA key pair for host certificate`,$.verbose);let J=f0.DEFAULT_KEY_SIZE,{privateKey:Y,publicKey:U}=xj(J),Z=$.commonName||Xj($),B=$.certificateAttributes||[{shortName:"C",value:$.countryName||Y$.countryName},{shortName:"ST",value:$.stateName||Y$.stateName},{shortName:"L",value:$.localityName||Y$.localityName},{shortName:"O",value:$.organizationName||Y$.organizationName},{shortName:"CN",value:Z}],{notBefore:W,notAfter:E}=P8({validityDays:$.validityDays||f0.DEFAULT_VALIDITY_DAYS,verbose:$.verbose}),j=_j($),F=$.keyUsage||{digitalSignature:!0,keyEncipherment:!0},f=$.extKeyUsage||{serverAuth:!0},{certificate:z}=Pj({serialNumber:b8(),notBefore:W,notAfter:E,subject:B,issuer:w,publicKey:U,signingKey:A,isCA:$.basicConstraints?.cA??!1,pathLenConstraint:$.basicConstraints?.pathLenConstraint,keyUsage:F,extendedKeyUsage:f,subjectAltName:j});return{certificate:z,privateKey:bj(Y),notBefore:W,notAfter:E}}function ij($,w){C(L.STORAGE,`Storing certificate and private key with options: ${bJ(w)}`,w?.verbose);let{certPath:A,keyPath:J}=x8({basePath:w?.basePath,certPath:w?.certPath,keyPath:w?.keyPath});C(L.STORAGE,`Certificate path: ${A}`,w?.verbose),C(L.STORAGE,`Private key path: ${J}`,w?.verbose);let Y=C8.dirname(A);if(!b0.existsSync(Y))C(L.STORAGE,`Creating certificate directory: ${Y}`,w?.verbose),b0.mkdirSync(Y,{recursive:!0});C(L.STORAGE,"Writing certificate file",w?.verbose),b0.writeFileSync(A,$.certificate);let U=C8.dirname(J);if(!b0.existsSync(U))C(L.STORAGE,`Creating private key directory: ${U}`,w?.verbose),b0.mkdirSync(U,{recursive:!0});return C(L.STORAGE,"Writing private key file",w?.verbose),b0.writeFileSync(J,$.privateKey),C(L.STORAGE,"Certificate and private key stored successfully",w?.verbose),A}function uj($,w){C(L.STORAGE,"Storing CA certificate",w?.verbose);let{caCertPath:A}=x8({basePath:w?.basePath,caCertPath:w?.caCertPath});C(L.STORAGE,`CA certificate path: ${A}`,w?.verbose);let J=C8.dirname(A);if(!b0.existsSync(J))C(L.STORAGE,`Creating CA certificate directory: ${J}`,w?.verbose),b0.mkdirSync(J,{recursive:!0});return C(L.STORAGE,"Writing CA certificate file",w?.verbose),b0.writeFileSync(A,$),C(L.STORAGE,"CA certificate stored successfully",w?.verbose),A}async function tH($,w){if(DJ.platform()!=="darwin")return!1;try{let A=dE(`openssl x509 -noout -fingerprint -sha256 -in "${$}"`).toString().trim().split("=")[1]?.trim()||"";if(!A)return C(L.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 C(L.TRUST,"Certificate fingerprint found in system keychain",w),!0}catch{}return C(L.TRUST,"Certificate fingerprint not found in system keychain",w),!1}catch(A){return C(L.TRUST,`Error checking certificate trust: ${A}`,w),!1}}async function c8($,w,A){C(L.TRUST,`Adding certificate to system trust store with options: ${bJ(A)}`,A?.verbose),C(L.TRUST,"Storing certificate and private key",A?.verbose);let J=ij($,A);C(L.TRUST,"Storing CA certificate",A?.verbose);let Y=uj(w,A),U=DJ.platform();C(L.TRUST,`Detected platform: ${U}`,A?.verbose);let Z=oH[U];if(!Z){let B=`Unsupported platform: ${U}`;throw C(L.TRUST,`Error: ${B}`,A?.verbose),Error(B)}return await Z.addCertificate(Y,A),C(L.TRUST,"Certificate successfully added to system trust store",A?.verbose),J}var wR,NJ,L8,AT,JT=($)=>$,UT=($,w)=>{for(var A in w)AT($,A,{get:w[A],enumerable:!0,configurable:!0,set:YT.bind(w,A)})},ZT=($,w)=>()=>($&&(w=$($=0)),w),rE,Yj,$1,i1,Uj,QT,kT,VE,fJ,f8,C$,l,xT,SE,PT,OE,bT,iT,U8,uT,XE,_E,Z8,cT,vT,mT,nT,GJ,Zj,dT,L$,gT,lT,DE,TJ,G8,j$,Q,pT,QE,tT,kE,rT,aT,W8,sT,xE,PE,oT,B8,eT,$H,wH,AH,JH,HJ,Wj,YH,UH="0.15.6",p$,yJ,x1,T8,H8,VJ,q8,K8,P1,h8,R8,ww,Bj,Ej,z0,i0,jj,Fj,ZH,BH,zj,SJ,yN,q$,b,VN,jH,SN,FH,ON,XN,bE,_N,zH,fH,DN,iE,QN,kN,xN,PN,bN,E8,GH,iN,T0,Gj,OJ,Tj,Hj,Q8,qj,Kj,XJ,hj,Rj,w1,NH,Q0,uN,cN,vN,Vj,Y$,f0,L,ew,yH,cE="[redacted]",VH,SH,G0,x$,rH,aH,sH,oH;var cj=h$(()=>{wR=G2(import.meta.url);NJ=new pE,L8=new tE,AT=Object.defineProperty;rE={};UT(rE,{withErrorRecovery:()=>oE,tryLoadConfig:()=>OT,loadConfigWithResult:()=>VT,loadConfig:()=>Jj,isRetryableError:()=>NT,isConfigNotFoundError:()=>RT,isBunfigError:()=>eE,globalPerformanceMonitor:()=>i1,globalCache:()=>$1,getEnvOrDefault:()=>MT,generateConfigTypes:()=>XT,defaultGeneratedDir:()=>Fj,defaultConfigDir:()=>jj,deepMergeWithArrayStrategy:()=>X8,deepMerge:()=>$j,createLibraryConfig:()=>_T,config:()=>ST,bunfigPlugin:()=>DT,applyEnvVarsToConfig:()=>D1,TypeGenerationError:()=>K8,SchemaValidationError:()=>P1,PluginError:()=>R8,PerformanceMonitor:()=>V8,FileSystemError:()=>q8,ErrorFactory:()=>ww,EnvVarError:()=>VJ,EnvProcessor:()=>kJ,ConfigValidator:()=>_8,ConfigValidationError:()=>T8,ConfigNotFoundError:()=>yJ,ConfigMergeError:()=>H8,ConfigLoader:()=>D8,ConfigLoadError:()=>x1,ConfigFileLoader:()=>xJ,ConfigCache:()=>y8,CacheUtils:()=>Uj,BunfigError:()=>p$,BrowserConfigError:()=>h8,ArrayMergeStrategies:()=>Bj});ZH=ZT(async()=>{Yj=import.meta.require,$1=new y8,i1=new V8,Uj={createKey:WT,isEquivalent:BT,estimateMemoryUsage:ET},QT=hJ(F8.cwd(),"config"),kT=hJ(F8.cwd(),"src/generated"),VE=KJ.env.CLARITY_LOG_DIR||M2(zT(),"logs"),fJ={level:"info",defaultName:"clarity",timestamp:!0,colors:!0,format:"text",maxLogSize:10485760,logDatePattern:"YYYY-MM-DD",logDirectory:VE,rotation:{frequency:"daily",maxSize:10485760,maxFiles:5,compress:!1,rotateHour:0,rotateMinute:0,rotateDayOfWeek:0,rotateDayOfMonth:1,encrypt:!1},verbose:!1},f8=await fT(),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"},l=C$,xT=C$.red,SE=C$.green,PT=C$.yellow,OE=C$.blue,bT=C$.magenta,iT=C$.cyan,U8=C$.white,uT=C$.gray,XE=C$.bgRed,_E=C$.bgYellow,Z8=C$.bold,cT=C$.dim,vT=C$.italic,mT=C$.underline,nT=C$.reset,GJ={activationLevel:"error",bufferSize:50,flushOnDeactivation:!0,stopBuffering:!1},Zj={debug:"\uD83D\uDD0D",info:OE("ℹ"),success:SE("✓"),warning:_E(U8(Z8(" WARN "))),error:XE(U8(Z8(" ERROR ")))},dT=new IJ("stacks"),L$=new IJ("bunfig",{showTags:!0}),gT=Q$(k1.cwd(),"config"),lT=Q$(k1.cwd(),"src/generated"),DE=qJ.env.CLARITY_LOG_DIR||R2(qT(),"logs"),TJ={level:"info",defaultName:"clarity",timestamp:!0,colors:!0,format:"text",maxLogSize:10485760,logDatePattern:"YYYY-MM-DD",logDirectory:DE,rotation:{frequency:"daily",maxSize:10485760,maxFiles:5,compress:!1,rotateHour:0,rotateMinute:0,rotateDayOfWeek:0,rotateDayOfMonth:1,encrypt:!1},verbose:!1,writeToFile:!1},G8=await KT(),j$={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=j$,pT=j$.red,QE=j$.green,tT=j$.yellow,kE=j$.blue,rT=j$.magenta,aT=j$.cyan,W8=j$.white,sT=j$.gray,xE=j$.bgRed,PE=j$.bgYellow,oT=j$.bgGray,B8=j$.bold,eT=j$.dim,$H=j$.italic,wH=j$.underline,AH=j$.strikethrough,JH=j$.reset,HJ={activationLevel:"error",bufferSize:50,flushOnDeactivation:!0,stopBuffering:!1},Wj={debug:"\uD83D\uDD0D",info:kE("ℹ"),success:QE("✓"),warning:PE(W8(B8(" WARN "))),error:xE(W8(B8(" ERROR ")))},YH=new LJ("stacks"),p$=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}${$}`}},yJ=class extends p${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})}},x1=class extends p${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}},T8=class extends p${code="CONFIG_VALIDATION_ERROR";constructor($,w,A){super(`Configuration validation failed for "${$}"`,{configPath:$,configName:A,validationErrors:w,errorCount:w.length})}},H8=class extends p${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}},VJ=class extends p${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})}},q8=class extends p${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}},K8=class extends p${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}},P1=class extends p${code="SCHEMA_VALIDATION_ERROR";constructor($,w,A){super(`Schema validation failed${A?` for config "${A}"`:""}`,{schemaPath:$,configName:A,validationErrors:w,errorCount:w.length})}},h8=class extends p${code="BROWSER_CONFIG_ERROR";constructor($,w,A,J){super(`Failed to fetch configuration from "${$}": ${w} ${A}`,{endpoint:$,status:w,statusText:A,configName:J})}},R8=class extends p${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}},ww={configNotFound($,w,A){return new yJ($,w,A)},configLoad($,w,A){return new x1($,w,A)},configValidation($,w,A){return new T8($,w,A)},configMerge($,w,A,J){return new H8($,w,A,J)},envVar($,w,A,J){return new VJ($,w,A,J)},fileSystem($,w,A){return new q8($,w,A)},typeGeneration($,w,A){return new K8($,w,A)},schemaValidation($,w,A){return new P1($,w,A)},browserConfig($,w,A,J){return new h8($,w,A,J)},plugin($,w,A){return new R8($,w,A)}},Bj={replace:"replace",concat:"concat",smart:"smart"},Ej=/^https?:\/\//,z0=new LJ("bunfig",{showTags:!0}),i0=new D8,jj=k$(Gw.cwd(),"config"),Fj=k$(Gw.cwd(),"src/generated")});BH=RJ.env.CLARITY_LOG_DIR||d2(WH(),"logs"),zj={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},SJ={...zj},yN=(async()=>{try{let{loadConfig:$}=await ZH().then(()=>rE),w=await $({name:"clarity",alias:"logging",defaultConfig:zj,cwd:RJ.cwd()});if(w)Object.assign(SJ,w)}catch{}return SJ})();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"},b=q$,VN=q$.red,jH=q$.green,SN=q$.yellow,FH=q$.blue,ON=q$.magenta,XN=q$.cyan,bE=q$.white,_N=q$.gray,zH=q$.bgRed,fH=q$.bgYellow,DN=q$.bgGray,iE=q$.bold,QN=q$.dim,kN=q$.italic,xN=q$.underline,PN=q$.strikethrough,bN=q$.reset,E8={activationLevel:"error",bufferSize:50,flushOnDeactivation:!0,stopBuffering:!1},GH={debug:"\uD83D\uDD0D",info:FH("ℹ"),success:jH("✓"),warning:fH(bE(iE(" WARN "))),error:zH(bE(iE(" ERROR ")))};iN=new PJ("stacks");T0=class T0 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 Gj extends T0{code="CONFIG_NOT_FOUND";constructor($,w,A){let J=A===void 0?[]:Array.isArray(A)?A.filter(Boolean):[A],Y="";if(J.length===1)Y=` or alias "${J[0]}"`;else if(J.length>1)Y=` or aliases ${J.map((U)=>`"${U}"`).join(", ")}`;super(`Configuration "${$}"${Y} not found`,{configName:$,alias:A,searchPaths:w,searchPathCount:w.length})}};OJ=class OJ extends T0{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}};Tj=class Tj extends T0{code="CONFIG_VALIDATION_ERROR";constructor($,w,A){super(`Configuration validation failed for "${$}"`,{configPath:$,configName:A,validationErrors:w,errorCount:w.length})}};Hj=class Hj extends T0{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}};Q8=class Q8 extends T0{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})}};qj=class qj extends T0{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}};Kj=class Kj extends T0{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}};XJ=class XJ extends T0{code="SCHEMA_VALIDATION_ERROR";constructor($,w,A){super(`Schema validation failed${A?` for config "${A}"`:""}`,{schemaPath:$,configName:A,validationErrors:w,errorCount:w.length})}};hj=class hj extends T0{code="BROWSER_CONFIG_ERROR";constructor($,w,A,J){super(`Failed to fetch configuration from "${$}": ${w} ${A}`,{endpoint:$,status:w,statusText:A,configName:J})}};Rj=class Rj extends T0{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}};w1={configNotFound($,w,A){return new Gj($,w,A)},configLoad($,w,A){return new OJ($,w,A)},configValidation($,w,A){return new Tj($,w,A)},configMerge($,w,A,J){return new Hj($,w,A,J)},envVar($,w,A,J){return new Q8($,w,A,J)},fileSystem($,w,A){return new qj($,w,A)},typeGeneration($,w,A){return new Kj($,w,A)},schemaValidation($,w,A){return new XJ($,w,A)},browserConfig($,w,A,J){return new hj($,w,A,J)},plugin($,w,A){return new Rj($,w,A)}};NH=/^https?:\/\//;Q0=new PJ("bunfig",{showTags:!0});uN=new yj;cN=$0(QJ.cwd(),"config"),vN=$0(QJ.cwd(),"src/generated"),Vj={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:dU.join(nU.homedir(),".tlsx","ssl","tlsx.localhost.ca.crt"),certPath:dU.join(nU.homedir(),".tlsx","ssl","tlsx.localhost.crt"),keyPath:dU.join(nU.homedir(),".tlsx","ssl","tlsx.localhost.crt.key"),verbose:!1},Y$=Vj,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"},L={CERT:"cert",CA:"ca",STORAGE:"storage",TRUST:"trust"},ew={info:(...$)=>console.log(...$),warn:(...$)=>console.warn(...$),success:(...$)=>console.log(...$),error:(...$)=>console.error(...$),debug:(...$)=>console.debug(...$)};yH=LH(IH);VH=new Set(["certificate","privatekey","key","cert","ca","rootca","password","sudo_password"]),SH=/-----BEGIN [A-Z ]+-----[\s\S]*?-----END [A-Z ]+-----/;G0={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"};rH={platform:"darwin",async addCertificate($,w){if(await tH($,w?.verbose)){C(L.TRUST,"Certificate is already trusted, skipping trust store update",w?.verbose),ew.success("Certificate is already trusted in system keychain");return}C(L.TRUST,"Adding certificate to macOS keychain",w?.verbose),await $w(`sudo security add-trusted-cert -d -r trustRoot -k /Library/Keychains/System.keychain ${$}`)},async removeCertificate($,w,A){let J=A||Y$.commonName;C(L.TRUST,`Removing certificate ${J} from macOS keychain`,w?.verbose);try{await $w(`sudo security delete-certificate -c "${J}" /Library/Keychains/System.keychain`),C(L.TRUST,`Removed certificate ${J} from macOS keychain`,w?.verbose)}catch(Y){throw C(L.TRUST,`Error removing certificate: ${Y}`,w?.verbose),Y}}},aH={platform:"win32",async addCertificate($,w){C(L.TRUST,"Adding certificate to Windows certificate store",w?.verbose),await $w(`certutil -f -v -addstore -enterprise Root ${$}`)},async removeCertificate($,w,A){let J=A||Y$.commonName;C(L.TRUST,`Removing certificate ${J} from Windows certificate store`,w?.verbose);try{await $w(`certutil -delstore -enterprise Root "${J}"`),C(L.TRUST,`Removed certificate ${J} from Windows certificate store`,w?.verbose)}catch(Y){throw C(L.TRUST,`Error removing certificate: ${Y}`,w?.verbose),Y}}},sH={platform:"linux",async addCertificate($,w){C(L.TRUST,"Adding certificate to Linux certificate store",w?.verbose);let A=DJ.homedir(),J=f0.LINUX_CERT_DB_FILENAME,Y=f0.LINUX_TRUST_ARGS;C(L.TRUST,`Searching for certificate databases in ${A}`,w?.verbose);let U=M8(A,J);if(U.length===0){ew.warn("No certificate databases found. Certificate may not be trusted by the system.");return}for(let Z of U){C(L.TRUST,`Processing certificate database in ${Z}`,w?.verbose);try{C(L.TRUST,`Attempting to delete existing cert for ${Y$.commonName}`,w?.verbose),await $w(`certutil -d sql:${Z} -D -n ${Y$.commonName}`)}catch(B){C(L.TRUST,`Warning: Error deleting existing cert: ${B}`,w?.verbose),console.warn(`Error deleting existing cert: ${B}`)}C(L.TRUST,`Adding new certificate to ${Z}`,w?.verbose),await $w(`certutil -d sql:${Z} -A -t ${Y} -n ${Y$.commonName} -i ${$}`),ew.info(`Cert added to ${Z}`)}},async removeCertificate($,w,A){let J=A||Y$.commonName;C(L.TRUST,`Removing certificate ${J} from Linux certificate store`,w?.verbose);let Y=DJ.homedir(),U=f0.LINUX_CERT_DB_FILENAME;C(L.TRUST,`Searching for certificate databases in ${Y}`,w?.verbose);let Z=M8(Y,U);if(Z.length===0){ew.warn("No certificate databases found. Cannot remove certificate.");return}for(let B of Z){C(L.TRUST,`Processing certificate database in ${B}`,w?.verbose);try{await $w(`certutil -d sql:${B} -D -n "${J}"`),ew.info(`Cert removed from ${B}`)}catch(W){C(L.TRUST,`Error removing cert from ${B}: ${W}`,w?.verbose),console.warn(`Error removing cert from ${B}: ${W}`)}}}},oH={darwin:rH,win32:aH,linux:sH}});var vj=h$(()=>{cj()});import{homedir as v8}from"node:os";import{join as m8,resolve as XM}from"node:path";var __dirname="/home/runner/work/rpx/rpx/packages/rpx/src",eH,n8;var d8=h$(()=>{cU();eH={from:"localhost:5173",to:"stacks.localhost",cleanUrls:!1,https:{basePath:"",caCertPath:m8(v8(),".stacks","ssl","stacks.localhost.ca.crt"),certPath:m8(v8(),".stacks","ssl","stacks.localhost.crt"),keyPath:m8(v8(),".stacks","ssl","stacks.localhost.crt.key")},cleanup:{certs:!1,hosts:!1},vitePluginUsage:!1,verbose:!0,changeOrigin:!1,regenerateUntrustedCerts:!0},n8=eH});import{execSync as $7}from"node:child_process";function mj($){return($.includes("=")?$.split("=").pop():$).replace(/SHA-256\s+hash:\s*/gi,"").replace(/:/g,"").trim().toUpperCase()}function iJ($){try{let w=$7(`openssl x509 -noout -fingerprint -sha256 -in "${$}"`,{encoding:"utf8"});return mj(w)}catch{return null}}var g8=()=>{};import{existsSync as nj,statSync as dj}from"fs";import{existsSync as jZ,mkdirSync as Z7,readdirSync as W7,writeFileSync as B7}from"fs";import{homedir as J1}from"os";import{dirname as gj,resolve as b$}from"path";import Tw from"process";import{join as E7,relative as j7,resolve as lj}from"path";import wY from"process";import{existsSync as SF,mkdirSync as nM,readdirSync as dM,writeFileSync as gM}from"fs";import{homedir as l8}from"os";import{dirname as tM,resolve as P$}from"path";import c1 from"process";import{join as F7,relative as z7,resolve as pj}from"path";import AY from"process";import{existsSync as OF,mkdirSync as eM,readdirSync as $I,writeFileSync as wI}from"fs";import{dirname as JI,resolve as JY}from"path";import FZ from"process";import{Buffer as Aw}from"buffer";import{createCipheriv as f7,createDecipheriv as G7,randomBytes as p8}from"crypto";import{closeSync as t8,createReadStream as tj,createWriteStream as T7,existsSync as r8,fsyncSync as rj,openSync as aj,writeFileSync as H7}from"fs";import{access as q7,constants as sj,mkdir as K7,readdir as uJ,rename as oj,stat as Y1,unlink as cJ,writeFile as a8}from"fs/promises";import{join as U1}from"path";import y$ from"process";import{pipeline as h7}from"stream/promises";import{createGzip as ej}from"zlib";import Z1 from"process";import v0 from"process";import{Buffer as u0}from"buffer";import{createCipheriv as R7,createDecipheriv as N7,randomBytes as s8}from"crypto";import{closeSync as o8,createReadStream as $F,createWriteStream as M7,existsSync as vJ,fsyncSync as wF,openSync as AF,writeFileSync as I7}from"fs";import{access as C7,constants as JF,mkdir as L7,readdir as mJ,rename as YF,stat as W1,unlink as nJ,writeFile as e8}from"fs/promises";import{isAbsolute as y7,join as B1,resolve as V7}from"path";import X from"process";import{pipeline as S7}from"stream/promises";import{createGzip as UF}from"zlib";import E1 from"process";import m0 from"process";import dJ from"process";import{existsSync as gJ}from"fs";import{resolve as $Z}from"path";import{existsSync as O7}from"fs";import{existsSync as X7,readdirSync as _7}from"fs";import{extname as wZ,resolve as ZF}from"path";import D7 from"process";import{join as Q5,relative as k5,resolve as KF}from"path";import jY from"process";import{Buffer as c0}from"buffer";import{createCipheriv as b5,createDecipheriv as i5,randomBytes as ZZ}from"crypto";import{closeSync as WZ,createReadStream as hF,createWriteStream as u5,existsSync as pJ,fsyncSync as RF,openSync as NF,writeFileSync as c5}from"fs";import{access as v5,constants as MF,mkdir as m5,readdir as tJ,rename as IF,stat as j1,unlink as rJ,writeFile as BZ}from"fs/promises";import{isAbsolute as n5,join as F1,resolve as d5}from"path";import _ from"process";import{pipeline as g5}from"stream/promises";import{createGzip as CF}from"zlib";import z1 from"process";import n0 from"process";function J7($,w){this[$]=A7.bind(null,w)}class NZ{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 Y=this.generateKey($,A),U=J??this.options.ttl,Z=this.estimateSize(w);this.cache.set(Y,{value:w,timestamp:new Date,ttl:U,hits:0,size:Z}),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(!nj($))return!0;return dj($).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 Y=nj(A)?dj(A):null,U=Y?Y.mtime:new Date;this.set($,{value:w,fileTimestamp:U},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,Y)=>J+Y.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 MZ{metrics=[];maxMetrics=1000;async track($,w,A={}){let J=performance.now(),Y=new Date;try{let U=await w(),Z=performance.now()-J;return this.recordMetric({operation:$,duration:Z,timestamp:Y,...A}),U}catch(U){let Z=performance.now()-J;throw this.recordMetric({operation:`${$}:error`,duration:Z,timestamp:Y,...A}),U}}recordMetric($){if(this.metrics.push($),this.metrics.length>this.maxMetrics)this.metrics=this.metrics.slice(-this.maxMetrics)}getStats($){let w=$?this.metrics.filter((Y)=>Y.operation===$):this.metrics;if(w.length===0)return{count:0,averageDuration:0,minDuration:0,maxDuration:0,totalDuration:0,recentMetrics:[]};let A=w.map((Y)=>Y.duration),J=A.reduce((Y,U)=>Y+U,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 Q7($,w={}){let J=Object.keys(w).sort().map((Y)=>`${Y}:${w[Y]}`).join("|");return J?`${$}:${J}`:$}function k7($,w){try{return JSON.stringify($)===JSON.stringify(w)}catch{return $===w}}function x7($){return $.getStats().size*2}function IZ($,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 Y of $)if(s(Y)&&"name"in Y){if(!J.find((Z)=>s(Z)&&("name"in Z)&&Z.name===Y.name))J.push(Y)}else if(s(Y)&&"path"in Y){if(!J.find((Z)=>s(Z)&&("path"in Z)&&Z.path===Y.path))J.push(Y)}else if(!J.some((U)=>YY(U,Y)))J.push(Y);return J}if(w.every((J)=>typeof J==="string")&&$.every((J)=>typeof J==="string")){let J=[...w];for(let Y of $)if(!J.includes(Y))J.push(Y);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 Y=w[J];if(Y===null||Y===void 0)continue;else if(s(Y)&&s(A[J]))A[J]=IZ(A[J],Y);else if(Array.isArray(Y)&&Array.isArray(A[J]))if(Y.length>0&&A[J].length>0&&s(Y[0])&&s(A[J][0])){let U=[...Y];for(let Z of A[J])if(s(Z)&&"name"in Z){if(!U.find((W)=>s(W)&&("name"in W)&&W.name===Z.name))U.push(Z)}else if(s(Z)&&"path"in Z){if(!U.find((W)=>s(W)&&("path"in W)&&W.path===Z.path))U.push(Z)}else if(!U.some((B)=>YY(B,Z)))U.push(Z);A[J]=U}else if(Y.every((U)=>typeof U==="string")&&A[J].every((U)=>typeof U==="string")){let U=[...Y];for(let Z of A[J])if(!U.includes(Z))U.push(Z);A[J]=U}else A[J]=Y;else A[J]=Y}return A}function YY($,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(!YY($[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 Y of A){if(!Object.prototype.hasOwnProperty.call(w,Y))return!1;if(!YY($[Y],w[Y]))return!1}return!0}return!1}function s($){return Boolean($&&typeof $==="object"&&!Array.isArray($))}async function P7($,w){if(!OF($))return null;try{let A=await import($),J=A.default||A;if(typeof J!=="object"||J===null||Array.isArray(J))return null;try{return IZ(w,J)}catch{return null}}catch{return null}}async function b7({name:$="",cwd:w,defaultConfig:A}){let J=w||FZ.cwd(),Y=[".ts",".js",".mjs",".cjs",".json"],U=[`${$}.config`,`.${$}.config`,$,`.${$}`];for(let Z of U)for(let B of Y){let W=JY(J,`${Z}${B}`),E=await P7(W,A);if(E!==null)return E}try{let Z=JY(J,"package.json");if(OF(Z)){let W=(await import(Z))[$];if(W&&typeof W==="object"&&!Array.isArray(W))try{return IZ(A,W)}catch{}}}catch{}return A}function i7($,w={}){let A=AY.cwd();while(A.includes("storage"))A=pj(A,"..");let J=pj(A,$||"");if(w?.relative)return z7(AY.cwd(),J);return J}async function u7(){try{let $=await b7({name:"clarity",defaultConfig:sJ,cwd:AY.cwd(),endpoint:"",headers:{}});return{...sJ,...$}}catch{return sJ}}function A$(){if(v0.env.NODE_ENV==="test"||v0.env.BUN_ENV==="test")return!1;return typeof window<"u"}async function c7(){if(v0.env.NODE_ENV==="test"||v0.env.BUN_ENV==="test")return!0;if(typeof navigator<"u"&&navigator.product==="ReactNative")return!0;if(typeof v0<"u"){let $=v0.type;if($==="renderer"||$==="worker")return!1;return!!(v0.versions&&(v0.versions.node||v0.versions.bun))}return!1}class XF{async format($){let w=await c7(),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 UY{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={...fZ},this.options=this.normalizeOptions(w),this.formatter=this.options.formatter||new XF,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??y$.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 Y=this.generateKeyId(),U=this.generateKey();this.currentKeyId=Y,this.keys.set(Y,U),this.encryptionKeys.set(Y,{key:U,createdAt:new Date}),this.setupKeyRotation()}}initializeFingersCrossedConfig($){if(!$.fingersCrossedEnabled&&$.fingersCrossed)return{...oJ,...$.fingersCrossed};if(!$.fingersCrossedEnabled)return null;if(!$.fingersCrossed)return{...oJ};return{...oJ,...$.fingersCrossed}}normalizeOptions($){let w={format:"json",level:"info",logDirectory:fZ.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 Y,U=0,Z=3,B=1000;while(U<Z)try{try{try{await q7(this.config.logDirectory,sj.F_OK|sj.W_OK)}catch(E){if(E instanceof Error&&"code"in E)if(E.code==="ENOENT")await K7(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 W=this.validateEncryptionConfig()?(await this.encrypt($)).encrypted:Aw.from($);try{if(!r8(this.currentLogFile))await a8(this.currentLogFile,"",{mode:420});if(Y=aj(this.currentLogFile,"a",420),H7(Y,W,{flag:"a"}),rj(Y),Y!==void 0)t8(Y),Y=void 0;if((await Y1(this.currentLogFile)).size===0){if(await a8(this.currentLogFile,W,{flag:"w",mode:420}),(await Y1(this.currentLogFile)).size===0)throw Error("File exists but is empty after retry write")}return}catch(E){let j=E;if(j.code&&["ENETDOWN","ENETUNREACH","ENOTFOUND","ETIMEDOUT"].includes(j.code)){if(U<Z-1){let F=typeof j.message==="string"?j.message:"Unknown error";console.error(`Network error during write attempt ${U+1}/${Z}:`,F);let f=B*2**U;await new Promise((z)=>setTimeout(z,f)),U++;continue}}if(j?.code&&["ENOSPC","EDQUOT"].includes(j.code))throw Error(`Disk quota exceeded or no space left on device: ${j.message}`);throw console.error("Debug: [writeToFile] Error writing to file:",j),j}finally{if(Y!==void 0)try{t8(Y)}catch(E){console.error("Debug: [writeToFile] Error closing file descriptor:",E)}}}catch(W){if(U===Z-1){let j=W,F=typeof j.message==="string"?j.message:"Unknown error";throw console.error("Debug: [writeToFile] Max retries reached. Final error:",F),W}U++;let E=B*2**(U-1);await new Promise((j)=>setTimeout(j,E))}})();this.pendingOperations.push(A);let J=this.pendingOperations.length-1;try{await A}catch(Y){throw console.error("Debug: [writeToFile] Error in operation:",Y),Y}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 U1(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 U1(this.config.logDirectory,`${this.name}.log`);let $=new Date().toISOString().split("T")[0];return U1(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((Y)=>{console.error("Error rotating keys:",Y)})},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 Y=Array.from(this.encryptionKeys.entries()).sort(([,B],[,W])=>W.createdAt.getTime()-B.createdAt.getTime()),U=typeof w.maxKeys==="number"?w.maxKeys:1,Z=Math.max(1,U);if(Y.length>Z)for(let[B]of Y.slice(Z))this.encryptionKeys.delete(B),this.keys.delete(B)}generateKeyId(){return p8(16).toString("hex")}generateKey(){return p8(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=p8(16),J=f7("aes-256-gcm",w,A),Y=Aw.concat([J.update($,"utf8"),J.final()]),U=J.getAuthTag();return{encrypted:Aw.concat([A,Y,U]),iv:A}}async compressData($){return new Promise((w,A)=>{let J=ej(),Y=[];J.on("data",(U)=>Y.push(U)),J.on("end",()=>w(Aw.from(Aw.concat(Y)))),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 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 Y=await uJ(this.config.logDirectory),U=Y.filter((W)=>W.startsWith(this.name)&&/\.log\.\d+$/.test(W)).sort((W,E)=>{let j=Number.parseInt(W.match(/\.log\.(\d+)$/)?.[1]||"0");return Number.parseInt(E.match(/\.log\.(\d+)$/)?.[1]||"0")-j}),Z=U.length>0?Number.parseInt(U[0].match(/\.log\.(\d+)$/)?.[1]||"0")+1:1,B=`${A}.${Z}`;if(await Y1(A).catch(()=>null))try{if(await oj(A,B),w.compress)try{let W=`${B}.gz`;await this.compressLogFile(B,W),await cJ(B)}catch(W){console.error("Error compressing rotated file:",W)}if(U.length===0&&!Y.some((W)=>W.endsWith(".log.1")))try{let W=`${A}.1`;await a8(W,"")}catch(W){console.error("Error creating backup file:",W)}}catch(W){console.error(`Error during rotation: ${W instanceof Error?W.message:String(W)}`)}}else{let Y=new Date().toISOString().replace(/[:.]/g,"-"),U=A.replace(/\.log$/,`-${Y}.log`);if(await Y1(A).catch(()=>null))await oj(A,U)}if(this.currentLogFile=J,w.maxFiles){let U=(await uJ(this.config.logDirectory)).filter((Z)=>Z.startsWith(this.name)).sort((Z,B)=>B.localeCompare(Z));for(let Z of U.slice(w.maxFiles))await cJ(U1(this.config.logDirectory,Z))}}}async compressLogFile($,w){let A=tj($),J=T7(w),Y=ej();await h7(A,Y,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()})),r8(this.currentLogFile))try{let $=aj(this.currentLogFile,"r+");rj($),t8($)}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 uJ(this.config.logDirectory)).filter((A)=>(A.includes("temp")||A.includes(".tmp"))&&A.includes(this.name));for(let A of w)try{await cJ(U1(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:Y,level:U,showTimestamp:Z=!0}=$,B=(z)=>z.replace(this.ANSI_PATTERN,"");if(!this.fancy){let z=[];if(Z)z.push(w);if(U==="warning")z.push("WARN");else if(U==="error")z.push("ERROR");else if(A)z.push(A.replace(/[^\p{L}\p{N}\p{P}\p{Z}]/gu,""));if(J)z.push(J.replace(/[[\]]/g,""));return z.push(Y),z.join(" ")}let W=y$.stdout.columns||120,E="";if(U==="warning"||U==="error")E=`${A} ${Y}`;else if(U==="info"||U==="success")E=`${A} ${J} ${Y}`;else E=`${A} ${J} ${p.cyan(Y)}`;if(!Z)return E.trim();let j=B(E).trim().length,F=B(w).length,f=Math.max(1,W-2-j-F);return`${E.trim()}${" ".repeat(f)}${w}`}formatMessage($,w){if(w.length===1&&Array.isArray(w[0]))return $.replace(/\{(\d+)\}/g,(U,Z)=>{let B=Number.parseInt(Z,10);return B<w[0].length?String(w[0][B]):U});let A=/%([sdijfo%])/g,J=0,Y=$.replace(A,(U,Z)=>{if(Z==="%")return"%";if(J>=w.length)return U;let B=w[J++];switch(Z){case"s":return String(B);case"d":case"i":return Number(B).toString();case"j":case"o":return JSON.stringify(B,null,2);default:return U}});if(J<w.length)Y+=` ${w.slice(J).map((U)=>typeof U==="object"?JSON.stringify(U,null,2):String(U)).join(" ")}`;return Y}async log($,w,...A){let J=new Date,Y=this.formatConsoleTimestamp(J),U=this.formatFileTimestamp(J),Z,B;if(w instanceof Error)Z=w.message,B=w.stack;else Z=this.formatMessage(w,A);if(this.fancy&&!A$()){let E=cF[$],j=this.options.showTags!==!1&&this.name?p.gray(this.formatTag(this.name)):"",F;switch($){case"debug":F=this.formatConsoleMessage({timestamp:Y,icon:E,tag:j,message:p.gray(Z),level:$}),console.error(F);break;case"info":F=this.formatConsoleMessage({timestamp:Y,icon:E,tag:j,message:Z,level:$}),console.error(F);break;case"success":F=this.formatConsoleMessage({timestamp:Y,icon:E,tag:j,message:p.green(Z),level:$}),console.error(F);break;case"warning":F=this.formatConsoleMessage({timestamp:Y,icon:E,tag:j,message:Z,level:$}),console.warn(F);break;case"error":if(F=this.formatConsoleMessage({timestamp:Y,icon:E,tag:j,message:Z,level:$}),console.error(F),B){let f=B.split(`
|
|
129
|
-
`);for(let
|
|
130
|
-
`;if(
|
|
131
|
-
`;
|
|
132
|
-
`,
|
|
133
|
-
`),
|
|
134
|
-
`.replace(this.ANSI_PATTERN,"");await this.writeToFile(
|
|
135
|
-
`.replace(this.ANSI_PATTERN,"");await this.writeToFile(
|
|
136
|
-
`)}finishProgressBar($,w){if(!this.enabled||!this.fancy||A$()||!y$.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 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 U=U1(this.config.logDirectory,J);if($.before)try{if((await Y1(U)).mtime>=$.before)continue}catch(Z){console.error(`Failed to get stats for file ${U}:`,Z);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 cJ(J),console.warn(`Deleted log file: ${J}`)}catch(Y){console.error(`Failed to delete log file ${J}:`,Y)}console.warn("Log clearing process finished.")}catch(w){console.error("Error during log clearing process:",w)}}}function aJ($,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 Y of $)if(d(Y)&&"name"in Y){if(!J.find((Z)=>d(Z)&&("name"in Z)&&Z.name===Y.name))J.push(Y)}else if(d(Y)&&"path"in Y){if(!J.find((Z)=>d(Z)&&("path"in Z)&&Z.path===Y.path))J.push(Y)}else if(!J.some((U)=>ZY(U,Y)))J.push(Y);return J}if(w.every((J)=>typeof J==="string")&&$.every((J)=>typeof J==="string")){let J=[...w];for(let Y of $)if(!J.includes(Y))J.push(Y);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 Y=w[J];if(Y===null||Y===void 0)continue;else if(d(Y)&&d(A[J]))A[J]=aJ(A[J],Y);else if(Array.isArray(Y)&&Array.isArray(A[J]))if(Y.length>0&&A[J].length>0&&d(Y[0])&&d(A[J][0])){let U=[...Y];for(let Z of A[J])if(d(Z)&&"name"in Z){if(!U.find((W)=>d(W)&&("name"in W)&&W.name===Z.name))U.push(Z)}else if(d(Z)&&"path"in Z){if(!U.find((W)=>d(W)&&("path"in W)&&W.path===Z.path))U.push(Z)}else if(!U.some((B)=>ZY(B,Z)))U.push(Z);A[J]=U}else if(Y.every((U)=>typeof U==="string")&&A[J].every((U)=>typeof U==="string")){let U=[...Y];for(let Z of A[J])if(!U.includes(Z))U.push(Z);A[J]=U}else A[J]=Y;else A[J]=Y}return A}function CZ($,w,A="replace"){if(w===null||w===void 0)return $;if(Array.isArray(w))return A==="replace"?w:aJ($,w);if(Array.isArray($))return A==="replace"?w:aJ($,w);if(!d(w)||!d($))return w;let J={...$};for(let Y of Object.keys(w)){if(!Object.prototype.hasOwnProperty.call(w,Y))continue;let U=w[Y],Z=J[Y];if(U===null||U===void 0)continue;if(Array.isArray(U)||Array.isArray(Z))if(A==="replace")J[Y]=U;else J[Y]=aJ(Z,U);else if(d(U)&&d(Z))J[Y]=CZ(Z,U,A);else J[Y]=U}return J}function ZY($,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(!ZY($[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 Y of A){if(!Object.prototype.hasOwnProperty.call(w,Y))return!1;if(!ZY($[Y],w[Y]))return!1}return!0}return!1}function d($){return Boolean($&&typeof $==="object"&&!Array.isArray($))}async function lJ($,w,A="replace"){if(!SF($))return null;try{let J=await import($),Y=J.default||J;if(typeof Y!=="object"||Y===null||Array.isArray(Y))return null;try{return CZ(w,Y,A)}catch{return null}}catch{return null}}function v7($,w,A=!1){if(!$)return w;let J=$.toUpperCase().replace(/-/g,"_"),Y={...w};function U(Z,B=[]){let W={...Z};for(let[E,j]of Object.entries(Z)){let F=[...B,E],f=(T)=>T.replace(/([A-Z])/g,"_$1").toUpperCase(),z=`${J}_${F.map(f).join("_")}`,H=`${J}_${F.map((T)=>T.toUpperCase()).join("_")}`;if(A)S$.info(`Checking environment variable ${z} for config ${$}.${F.join(".")}`);if(typeof j==="object"&&j!==null&&!Array.isArray(j))W[E]=U(j,F);else{let T=c1.env[z]||c1.env[H];if(T!==void 0){if(A)S$.info(`Using environment variable ${T?z:H} for config ${$}.${F.join(".")}`);if(typeof j==="number")W[E]=Number(T);else if(typeof j==="boolean")W[E]=T.toLowerCase()==="true";else if(Array.isArray(j))try{let q=JSON.parse(T);if(Array.isArray(q))W[E]=q;else W[E]=T.split(",").map((K)=>K.trim())}catch{W[E]=T.split(",").map((q)=>q.trim())}else W[E]=T}}}return W}return U(Y)}async function m7({name:$="",alias:w,cwd:A,configDir:J,defaultConfig:Y,verbose:U=!1,checkEnv:Z=!0,arrayStrategy:B="replace"}){let W=Z&&typeof Y==="object"&&Y!==null&&!Array.isArray(Y)?v7($,Y,U):Y,E=A||c1.cwd(),j=[".ts",".js",".mjs",".cjs",".json"];if(U)S$.info(`Loading configuration for "${$}"${w?` (alias: "${w}")`:""} from ${E}`);let F=[$,`.${$}`].filter(Boolean),f=[`${$}.config`,`.${$}.config`].filter(Boolean),z=w?[w,`.${w}`]:[],H=w?[`${w}.config`,`.${w}.config`]:[],T=Array.from(new Set([E,P$(E,"config"),P$(E,".config"),J?P$(E,J):void 0].filter(Boolean)));for(let q of T){if(U)S$.info(`Searching for configuration in: ${q}`);let h=[P$(E,"config"),P$(E,".config")].concat(J?[P$(E,J)]:[]).includes(q)?[...F,...f,...z,...H]:[...f,...F,...H,...z];for(let I of h)for(let N of j){let M=P$(q,`${I}${N}`),V=await lJ(M,W,B);if(V!==null){if(U)S$.success(`Configuration loaded from: ${M}`);return V}}}if($){let q=P$(l8(),".config",$),K=["config",`${$}.config`];if(w)K.push(`${w}.config`);if(U)S$.info(`Checking user config directory: ${q}`);for(let h of K)for(let I of j){let N=P$(q,`${h}${I}`),M=await lJ(N,W,B);if(M!==null){if(U)S$.success(`Configuration loaded from user config directory: ${N}`);return M}}}if($){let q=P$(l8(),".config"),K=[`.${$}.config`];if(w)K.push(`.${w}.config`);if(U)S$.info(`Checking user config directory for dotfile configs: ${q}`);for(let h of K)for(let I of j){let N=P$(q,`${h}${I}`),M=await lJ(N,W,B);if(M!==null){if(U)S$.success(`Configuration loaded from user config directory dotfile: ${N}`);return M}}}if($){let q=l8(),K=[`.${$}.config`,`.${$}`];if(w)K.push(`.${w}.config`),K.push(`.${w}`);if(U)S$.info(`Checking user home directory for dotfile configs: ${q}`);for(let h of K)for(let I of j){let N=P$(q,`${h}${I}`),M=await lJ(N,W,B);if(M!==null){if(U)S$.success(`Configuration loaded from user home directory: ${N}`);return M}}}try{let q=P$(E,"package.json");if(SF(q)){let K=await import(q),h=K[$];if(!h&&w){if(h=K[w],h&&U)S$.success(`Using alias "${w}" configuration from package.json`)}if(h&&typeof h==="object"&&!Array.isArray(h))try{if(U)S$.success(`Configuration loaded from package.json: ${h===K[$]?$:w}`);return CZ(W,h,B)}catch(I){if(U)S$.warn("Failed to merge package.json config:",I)}}}catch(q){if(U)S$.warn("Failed to load package.json:",q)}if(U)S$.info(`No configuration found for "${$}"${w?` or alias "${w}"`:""}, using default configuration with environment variables`);return W}function n7($,w={}){let A=wY.cwd();while(A.includes("storage"))A=lj(A,"..");let J=lj(A,$||"");if(w?.relative)return j7(wY.cwd(),J);return J}async function d7(){try{let $=await m7({name:"clarity",alias:"logging",defaultConfig:eJ,cwd:wY.cwd()});return{...eJ,...$||{}}}catch{return eJ}}function z$(){if(m0.env.NODE_ENV==="test"||m0.env.BUN_ENV==="test")return!1;return typeof window<"u"}async function g7(){if(m0.env.NODE_ENV==="test"||m0.env.BUN_ENV==="test")return!0;if(typeof navigator<"u"&&navigator.product==="ReactNative")return!0;if(typeof m0<"u"){let $=m0.type;if($==="renderer"||$==="worker")return!1;return!!(m0.versions&&(m0.versions.node||m0.versions.bun))}return!1}class _F{async format($){let w=await g7(),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:E1.pid,hostname:w(),environment:E1.env.NODE_ENV||"development",platform:E1.platform,version:E1.version}}return{userAgent:navigator.userAgent,hostname:window.location.hostname||"browser",environment:E1.env.NODE_ENV||E1.env.BUN_ENV||"development",viewport:{width:window.innerWidth,height:window.innerHeight},language:navigator.language}}}class WY{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={...GZ},this.options=this.normalizeOptions(w),this.formatter=this.options.formatter||new _F,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 Y=this.generateKeyId(),U=this.generateKey();this.currentKeyId=Y,this.keys.set(Y,U),this.encryptionKeys.set(Y,{key:U,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{...$Y,...$.fingersCrossed};if(!$.fingersCrossedEnabled)return null;if(!$.fingersCrossed)return{...$Y};return{...$Y,...$.fingersCrossed}}normalizeOptions($){let w={format:"json",level:"info",logDirectory:GZ.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 Y,U=0,Z=3,B=1000;while(U<Z)try{try{try{await C7(this.config.logDirectory,JF.F_OK|JF.W_OK)}catch(E){if(E instanceof Error&&"code"in E)if(E.code==="ENOENT")await L7(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 W=this.validateEncryptionConfig()?(await this.encrypt($)).encrypted:u0.from($);try{if(!vJ(this.currentLogFile))await e8(this.currentLogFile,"",{mode:420});if(Y=AF(this.currentLogFile,"a",420),I7(Y,W,{flag:"a"}),wF(Y),Y!==void 0)o8(Y),Y=void 0;if((await W1(this.currentLogFile)).size===0){if(await e8(this.currentLogFile,W,{flag:"w",mode:420}),(await W1(this.currentLogFile)).size===0)throw Error("File exists but is empty after retry write")}return}catch(E){let j=E;if(j.code&&["ENETDOWN","ENETUNREACH","ENOTFOUND","ETIMEDOUT"].includes(j.code)){if(U<Z-1){let F=typeof j.message==="string"?j.message:"Unknown error";console.error(`Network error during write attempt ${U+1}/${Z}:`,F);let f=B*2**U;await new Promise((z)=>setTimeout(z,f)),U++;continue}}if(j?.code&&["ENOSPC","EDQUOT"].includes(j.code))throw Error(`Disk quota exceeded or no space left on device: ${j.message}`);throw console.error("Debug: [writeToFile] Error writing to file:",j),j}finally{if(Y!==void 0)try{o8(Y)}catch(E){console.error("Debug: [writeToFile] Error closing file descriptor:",E)}}}catch(W){if(U===Z-1){let j=W,F=typeof j.message==="string"?j.message:"Unknown error";throw console.error("Debug: [writeToFile] Max retries reached. Final error:",F),W}U++;let E=B*2**(U-1);await new Promise((j)=>setTimeout(j,E))}})();this.pendingOperations.push(A);let J=this.pendingOperations.length-1;try{await A}catch(Y){throw console.error("Debug: [writeToFile] Error in operation:",Y),Y}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 B1(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 B1(this.config.logDirectory,`${this.name}.log`);let $=new Date().toISOString().split("T")[0];return B1(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((Y)=>{console.error("Error rotating keys:",Y)})},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 Y=Array.from(this.encryptionKeys.entries()).sort(([,B],[,W])=>W.createdAt.getTime()-B.createdAt.getTime()),U=typeof w.maxKeys==="number"?w.maxKeys:1,Z=Math.max(1,U);if(Y.length>Z)for(let[B]of Y.slice(Z))this.encryptionKeys.delete(B),this.keys.delete(B)}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=R7("aes-256-gcm",w,A),Y=u0.isBuffer($)?$:u0.from($,"utf8"),U=J.update(Y),Z=J.final(),B=U.length+Z.length,W=J.getAuthTag(),E=u0.allocUnsafe(16+B+16);return A.copy(E,0),U.copy(E,16),Z.copy(E,16+U.length),W.copy(E,16+B),{encrypted:E,iv:A}}async compressData($){return new Promise((w,A)=>{let J=UF(),Y=[];J.on("data",(U)=>Y.push(U)),J.on("end",()=>w(u0.from(u0.concat(Y)))),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 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 Y=await mJ(this.config.logDirectory),U=Y.filter((W)=>W.startsWith(this.name)&&/\.log\.\d+$/.test(W)).sort((W,E)=>{let j=Number.parseInt(W.match(/\.log\.(\d+)$/)?.[1]||"0");return Number.parseInt(E.match(/\.log\.(\d+)$/)?.[1]||"0")-j}),Z=U.length>0?Number.parseInt(U[0].match(/\.log\.(\d+)$/)?.[1]||"0")+1:1,B=`${A}.${Z}`;if(await W1(A).catch(()=>null))try{if(await YF(A,B),w.compress)try{let W=`${B}.gz`;await this.compressLogFile(B,W),await nJ(B)}catch(W){console.error("Error compressing rotated file:",W)}if(U.length===0&&!Y.some((W)=>W.endsWith(".log.1")))try{let W=`${A}.1`;await e8(W,"")}catch(W){console.error("Error creating backup file:",W)}}catch(W){console.error(`Error during rotation: ${W instanceof Error?W.message:String(W)}`)}}else{let Y=new Date().toISOString().replace(/[:.]/g,"-"),U=A.replace(/\.log$/,`-${Y}.log`);if(await W1(A).catch(()=>null))await YF(A,U)}if(this.currentLogFile=J,w.maxFiles){let U=(await mJ(this.config.logDirectory)).filter((Z)=>Z.startsWith(this.name)).sort((Z,B)=>B.localeCompare(Z));for(let Z of U.slice(w.maxFiles))await nJ(B1(this.config.logDirectory,Z))}}}async compressLogFile($,w){let A=$F($),J=M7(w),Y=UF();await S7(A,Y,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()})),vJ(this.currentLogFile))try{let $=AF(this.currentLogFile,"r+");wF($),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(!z$()&&this.config.rotation&&typeof this.config.rotation!=="boolean"&&this.config.rotation.compress)try{let w=(await mJ(this.config.logDirectory)).filter((A)=>(A.includes("temp")||A.includes(".tmp"))&&A.includes(this.name));for(let A of w)try{await nJ(B1(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()?k.gray($.toLocaleTimeString()):$.toLocaleTimeString()}shouldStyleConsole(){if(!this.fancy||z$())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:Y,level:U,showTimestamp:Z=!0}=$,B=(z)=>z.replace(this.ANSI_PATTERN,"");if(!this.fancy){let z=[];if(Z)z.push(w);if(U==="warning")z.push("WARN");else if(U==="error")z.push("ERROR");else if(A)z.push(A.replace(/[^\p{L}\p{N}\p{P}\p{Z}]/gu,""));if(J)z.push(J.replace(/[[\]]/g,""));return z.push(Y),z.join(" ")}let W=X.stdout.columns||120,E="";if(U==="warning"||U==="error")E=`${A} ${Y}`;else if(U==="info"||U==="success")E=`${A} ${J} ${Y}`;else E=`${A} ${J} ${k.cyan(Y)}`;if(!Z)return E.trim();let j=B(E).trim().length,F=B(w).length,f=Math.max(1,W-2-j-F);return`${E.trim()}${" ".repeat(f)}${w}`}formatMessage($,w){if(w.length===1&&Array.isArray(w[0]))return $.replace(/\{(\d+)\}/g,(U,Z)=>{let B=Number.parseInt(Z,10);return B<w[0].length?String(w[0][B]):U});let A=/%([sdijfo%])/g,J=0,Y=$.replace(A,(U,Z)=>{if(Z==="%")return"%";if(J>=w.length)return U;let B=w[J++];switch(Z){case"s":return String(B);case"d":case"i":return Number(B).toString();case"j":case"o":return JSON.stringify(B,null,2);default:return U}});if(J<w.length)Y+=` ${w.slice(J).map((U)=>typeof U==="object"?JSON.stringify(U,null,2):String(U)).join(" ")}`;return Y}formatMarkdown($){if(!$)return $;let w=$;return w=w.replace(/\[([^\]]+)\]\(([^)]+)\)/g,(A,J,Y)=>{let U=k.underline(k.blue(J)),Z=this.toAbsoluteFilePath(Y);if(Z&&this.shouldStyleConsole()&&this.supportsHyperlinks()){let B=`file://${encodeURI(Z)}`,W="\x1B]8;;",E="\x1B\\";return`\x1B]8;;${B}\x1B\\${U}\x1B]8;;\x1B\\`}if(this.shouldStyleConsole()&&this.supportsHyperlinks())return`\x1B]8;;${Y}\x1B\\${U}\x1B]8;;\x1B\\`;return U}),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(z$())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(y7(w)||w.startsWith("./")||w.startsWith("../"))w=V7(w);else return null;return vJ(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,Y=this.formatConsoleTimestamp(J),U=this.formatFileTimestamp(J),Z,B;if(w instanceof Error)Z=w.message,B=w.stack;else Z=this.formatMessage(w,A);let{consoleText:W,fileText:E}=this.buildOutputTexts(Z);if(this.shouldStyleConsole()){let F=this.options.showIcons===!1?"":vF[$],f=this.options.showTags!==!1&&this.name?k.gray(this.formatTag(this.name)):"",z;switch($){case"debug":z=this.formatConsoleMessage({timestamp:Y,icon:F,tag:f,message:k.gray(W),level:$}),console.error(z);break;case"info":z=this.formatConsoleMessage({timestamp:Y,icon:F,tag:f,message:W,level:$}),console.warn(z);break;case"success":z=this.formatConsoleMessage({timestamp:Y,icon:F,tag:f,message:k.green(W),level:$}),console.error(z);break;case"warning":z=this.formatConsoleMessage({timestamp:Y,icon:F,tag:f,message:W,level:$}),console.warn(z);break;case"error":if(z=this.formatConsoleMessage({timestamp:Y,icon:F,tag:f,message:W,level:$}),console.error(z),B){let H=B.split(`
|
|
137
|
-
`);for(let
|
|
138
|
-
`;if(
|
|
139
|
-
`;if(
|
|
140
|
-
`);if(this[
|
|
141
|
-
`,
|
|
142
|
-
`),
|
|
143
|
-
`.replace(this.ANSI_PATTERN,"");if(this.shouldWriteToFile())await this.writeToFile(
|
|
144
|
-
`.replace(this.ANSI_PATTERN,"");if(this.shouldWriteToFile())await this.writeToFile(
|
|
145
|
-
`)}finishProgressBar($,w){if(!this.enabled||!this.fancy||z$()||!
|
|
146
|
-
|
|
147
|
-
`;for(let
|
|
148
|
-
`,A+=` Type: ${
|
|
149
|
-
`,A+=` Description: ${
|
|
150
|
-
`,A+=` Example: ${
|
|
131
|
+
`}function fU(){return B1.randomBytes(20)}function yj($=2048){let{privateKey:w,publicKey:A}=B1.generateKeyPairSync("rsa",{modulusLength:$});return{privateKey:w,publicKey:A}}function g9($){let w=$.export({type:"spki",format:"der"});return B1.createHash("sha1").update(w).digest()}function Mj($){let w={serialNumber:$.serialNumber||fU(),notBefore:$.notBefore,notAfter:$.notAfter,subject:$.subject,issuer:$.issuer||$.subject,publicKey:$.publicKey,extensions:{basicConstraints:{isCA:$.isCA??!1,critical:!0,pathLenConstraint:$.pathLenConstraint},subjectKeyIdentifier:g9($.publicKey)}};if($.keyUsage)w.extensions.keyUsage={...$.keyUsage,critical:!0};if($.extendedKeyUsage)w.extensions.extendedKeyUsage=$.extendedKeyUsage;if($.subjectAltName?.length)w.extensions.subjectAltName=$.subjectAltName;let A=m9(w),Y=d9(A,$.signingKey);return{certificate:l9(Y,"CERTIFICATE"),certificateDer:Y}}function Ij($){return $.export({type:"pkcs8",format:"pem"})}function t9($){return B1.createPrivateKey($)}function p9($){let w=new B1.X509Certificate($),A=w.publicKey,Y=[],f=w.subject.split(`
|
|
132
|
+
`);for(let X of f){let[U,...W]=X.split("="),J=W.join("=");if(U&&J)Y.push({shortName:U.trim(),value:J.trim()})}return{publicKey:A,subject:Y}}async function XU($={}){I("ca","Creating new Root CA Certificate",$.verbose);let w=$.keySize||G0.DEFAULT_KEY_SIZE;I("ca",`Generating ${w}-bit RSA key pair`,$.verbose);let{privateKey:A,publicKey:Y}=yj(w),f=[{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:X,notAfter:U}=YU({validityYears:$.validityYears||G0.DEFAULT_CA_VALIDITY_YEARS,verbose:$.verbose}),{certificate:W}=Mj({serialNumber:fU(),notBefore:X,notAfter:U,subject:f,publicKey:Y,signingKey:A,isCA:!0,keyUsage:{keyCertSign:!0,cRLSign:!0}});return{certificate:W,privateKey:Ij(A),notBefore:X,notAfter:U}}async function UU($){if(I("ca","Generating new certificate",$.verbose),I("ca",`Options: ${aY($)}`,$.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}=p9($.rootCA.certificate),A=t9($.rootCA.privateKey);I("ca",`Generating ${G0.DEFAULT_KEY_SIZE}-bit RSA key pair for host certificate`,$.verbose);let Y=G0.DEFAULT_KEY_SIZE,{privateKey:f,publicKey:X}=yj(Y),U=$.commonName||Gj($),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:U}],{notBefore:J,notAfter:B}=YU({validityDays:$.validityDays||G0.DEFAULT_VALIDITY_DAYS,verbose:$.verbose}),E=Kj($),j=$.keyUsage||{digitalSignature:!0,keyEncipherment:!0},T=$.extKeyUsage||{serverAuth:!0},{certificate:F}=Mj({serialNumber:fU(),notBefore:J,notAfter:B,subject:W,issuer:w,publicKey:X,signingKey:A,isCA:$.basicConstraints?.cA??!1,pathLenConstraint:$.basicConstraints?.pathLenConstraint,keyUsage:j,extendedKeyUsage:T,subjectAltName:E});return{certificate:F,privateKey:Ij(f),notBefore:J,notAfter:B}}function Cj($,w){I(C.STORAGE,`Storing certificate and private key with options: ${aY(w)}`,w?.verbose);let{certPath:A,keyPath:Y}=AU({basePath:w?.basePath,certPath:w?.certPath,keyPath:w?.keyPath});I(C.STORAGE,`Certificate path: ${A}`,w?.verbose),I(C.STORAGE,`Private key path: ${Y}`,w?.verbose);let f=d8.dirname(A);if(!b0.existsSync(f))I(C.STORAGE,`Creating certificate directory: ${f}`,w?.verbose),b0.mkdirSync(f,{recursive:!0});I(C.STORAGE,"Writing certificate file",w?.verbose),b0.writeFileSync(A,$.certificate);let X=d8.dirname(Y);if(!b0.existsSync(X))I(C.STORAGE,`Creating private key directory: ${X}`,w?.verbose),b0.mkdirSync(X,{recursive:!0});return I(C.STORAGE,"Writing private key file",w?.verbose),b0.writeFileSync(Y,$.privateKey),I(C.STORAGE,"Certificate and private key stored successfully",w?.verbose),A}function Sj($,w){I(C.STORAGE,"Storing CA certificate",w?.verbose);let{caCertPath:A}=AU({basePath:w?.basePath,caCertPath:w?.caCertPath});I(C.STORAGE,`CA certificate path: ${A}`,w?.verbose);let Y=d8.dirname(A);if(!b0.existsSync(Y))I(C.STORAGE,`Creating CA certificate directory: ${Y}`,w?.verbose),b0.mkdirSync(Y,{recursive:!0});return I(C.STORAGE,"Writing CA certificate file",w?.verbose),b0.writeFileSync(A,$),I(C.STORAGE,"CA certificate stored successfully",w?.verbose),A}async function r9($,w){if(dY.platform()!=="darwin")return!1;try{let A=GE(`openssl x509 -noout -fingerprint -sha256 -in "${$}"`).toString().trim().split("=")[1]?.trim()||"";if(!A)return I(C.TRUST,"Could not extract certificate fingerprint",w),!1;try{if(GE("security find-certificate -a -Z -p | openssl x509 -noout -fingerprint -sha256 2>/dev/null || true").toString().includes(A))return I(C.TRUST,"Certificate fingerprint found in system keychain",w),!0}catch{}return I(C.TRUST,"Certificate fingerprint not found in system keychain",w),!1}catch(A){return I(C.TRUST,`Error checking certificate trust: ${A}`,w),!1}}async function JU($,w,A){I(C.TRUST,`Adding certificate to system trust store with options: ${aY(A)}`,A?.verbose),I(C.TRUST,"Storing certificate and private key",A?.verbose);let Y=Cj($,A);I(C.TRUST,"Storing CA certificate",A?.verbose);let f=Sj(w,A),X=dY.platform();I(C.TRUST,`Detected platform: ${X}`,A?.verbose);let U=e9[X];if(!U){let W=`Unsupported platform: ${X}`;throw I(C.TRUST,`Error: ${W}`,A?.verbose),Error(W)}return await U.addCertificate(f,A),I(C.TRUST,"Certificate successfully added to system trust store",A?.verbose),Y}var wH,lY,yE="https://acme-staging-v02.api.letsencrypt.org/directory",ME="https://acme-v02.api.letsencrypt.org/directory",LY,JH="1.2.840.10045.2.1",WH="1.2.840.10045.3.1.7",BH="1.2.840.10045.4.3.2",EH="2.5.4.3",jH="1.2.840.113549.1.9.14",TH="2.5.29.17",kY,g8,YG,fG=($)=>$,UG=($,w)=>{for(var A in w)YG($,A,{get:w[A],enumerable:!0,configurable:!0,set:XG.bind(w,A)})},JG=($,w)=>()=>($&&(w=$($=0)),w),PE,lE,J1,g1,gE,ZG,xG,$E,MY,k8,S$,g,PG,wE,iG,AE,bG,cG,N8,uG,YE,fE,y8,nG,vG,mG,dG,IY,tE,lG,L$,gG,tG,XE,CY,Z8,T$,k,pG,UE,rG,JE,aG,sG,M8,oG,WE,BE,eG,I8,$9,w9,A9,Y9,f9,SY,pE,X9,U9="0.15.6",r$,bY,m1,x8,P8,cY,i8,b8,d1,c8,u8,Yw,rE,aE,H0,c0,sE,oE,J9,B9,eE,uY,Zy,q$,i,xy,j9,Py,T9,iy,by,EE,cy,F9,z9,uy,jE,ny,vy,my,dy,ly,C8,h9,gy,R0,wj,nY,Aj,Yj,$U,fj,Xj,vY,Uj,Jj,W1,y9,Z0,ty,py,ry,zj,J$,G0,C,U1,L9,FE="[redacted]",O9,V9,K0,i$,a9,s9,o9,e9;var Lj=K$(()=>{wH=$H(import.meta.url);lY=new n1;LY=class LY extends Error{problem;httpStatus;constructor($,w,A){super($);this.name="AcmeError",this.problem=w,this.httpStatus=A}};kY=new ZE,g8=new xE,YG=Object.defineProperty;PE={};UG(PE,{withErrorRecovery:()=>cE,tryLoadConfig:()=>QG,loadConfigWithResult:()=>OG,loadConfig:()=>dE,isRetryableError:()=>yG,isConfigNotFoundError:()=>NG,isBunfigError:()=>uE,globalPerformanceMonitor:()=>g1,globalCache:()=>J1,getEnvOrDefault:()=>MG,generateConfigTypes:()=>_G,defaultGeneratedDir:()=>oE,defaultConfigDir:()=>sE,deepMergeWithArrayStrategy:()=>s8,deepMerge:()=>nE,createLibraryConfig:()=>DG,config:()=>VG,bunfigPlugin:()=>kG,applyEnvVarsToConfig:()=>c1,TypeGenerationError:()=>b8,SchemaValidationError:()=>d1,PluginError:()=>u8,PerformanceMonitor:()=>p8,FileSystemError:()=>i8,ErrorFactory:()=>Yw,EnvVarError:()=>cY,EnvProcessor:()=>tY,ConfigValidator:()=>o8,ConfigValidationError:()=>x8,ConfigNotFoundError:()=>bY,ConfigMergeError:()=>P8,ConfigLoader:()=>e8,ConfigLoadError:()=>m1,ConfigFileLoader:()=>pY,ConfigCache:()=>t8,CacheUtils:()=>gE,BunfigError:()=>r$,BrowserConfigError:()=>c8,ArrayMergeStrategies:()=>rE});J9=JG(async()=>{lE=import.meta.require,J1=new t8,g1=new p8,gE={createKey:WG,isEquivalent:BG,estimateMemoryUsage:EG},ZG=_Y(_8.cwd(),"config"),xG=_Y(_8.cwd(),"src/generated"),$E=QY.env.CLARITY_LOG_DIR||MH(FG(),"logs"),MY={level:"info",defaultName:"clarity",timestamp:!0,colors:!0,format:"text",maxLogSize:10485760,logDatePattern:"YYYY-MM-DD",logDirectory:$E,rotation:{frequency:"daily",maxSize:10485760,maxFiles:5,compress:!1,rotateHour:0,rotateMinute:0,rotateDayOfWeek:0,rotateDayOfMonth:1,encrypt:!1},verbose:!1},k8=await zG(),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"},g=S$,PG=S$.red,wE=S$.green,iG=S$.yellow,AE=S$.blue,bG=S$.magenta,cG=S$.cyan,N8=S$.white,uG=S$.gray,YE=S$.bgRed,fE=S$.bgYellow,y8=S$.bold,nG=S$.dim,vG=S$.italic,mG=S$.underline,dG=S$.reset,IY={activationLevel:"error",bufferSize:50,flushOnDeactivation:!0,stopBuffering:!1},tE={debug:"\uD83D\uDD0D",info:AE("ℹ"),success:wE("✓"),warning:fE(N8(y8(" WARN "))),error:YE(N8(y8(" ERROR ")))},lG=new xY("stacks"),L$=new xY("bunfig",{showTags:!0}),gG=x$(v1.cwd(),"config"),tG=x$(v1.cwd(),"src/generated"),XE=VY.env.CLARITY_LOG_DIR||NH(KG(),"logs"),CY={level:"info",defaultName:"clarity",timestamp:!0,colors:!0,format:"text",maxLogSize:10485760,logDatePattern:"YYYY-MM-DD",logDirectory:XE,rotation:{frequency:"daily",maxSize:10485760,maxFiles:5,compress:!1,rotateHour:0,rotateMinute:0,rotateDayOfWeek:0,rotateDayOfMonth:1,encrypt:!1},verbose:!1,writeToFile:!1},Z8=await RG(),T$={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=T$,pG=T$.red,UE=T$.green,rG=T$.yellow,JE=T$.blue,aG=T$.magenta,sG=T$.cyan,M8=T$.white,oG=T$.gray,WE=T$.bgRed,BE=T$.bgYellow,eG=T$.bgGray,I8=T$.bold,$9=T$.dim,w9=T$.italic,A9=T$.underline,Y9=T$.strikethrough,f9=T$.reset,SY={activationLevel:"error",bufferSize:50,flushOnDeactivation:!0,stopBuffering:!1},pE={debug:"\uD83D\uDD0D",info:JE("ℹ"),success:UE("✓"),warning:BE(M8(I8(" WARN "))),error:WE(M8(I8(" ERROR ")))},X9=new iY("stacks"),r$=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}${$}`}},bY=class extends r${code="CONFIG_NOT_FOUND";constructor($,w,A){let Y=A?` or alias "${A}"`:"";super(`Configuration "${$}"${Y} not found`,{configName:$,alias:A,searchPaths:w,searchPathCount:w.length})}},m1=class extends r${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}},x8=class extends r${code="CONFIG_VALIDATION_ERROR";constructor($,w,A){super(`Configuration validation failed for "${$}"`,{configPath:$,configName:A,validationErrors:w,errorCount:w.length})}},P8=class extends r${code="CONFIG_MERGE_ERROR";constructor($,w,A,Y){super(`Failed to merge configuration from "${$}" with "${w}": ${A.message}`,{sourcePath:$,targetPath:w,configName:Y,originalError:A.name,originalMessage:A.message});this.cause=A}},cY=class extends r${code="ENV_VAR_ERROR";constructor($,w,A,Y){super(`Failed to parse environment variable "${$}" with value "${w}" as ${A}`,{envKey:$,envValue:w,expectedType:A,configName:Y})}},i8=class extends r${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 r${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 r${code="SCHEMA_VALIDATION_ERROR";constructor($,w,A){super(`Schema validation failed${A?` for config "${A}"`:""}`,{schemaPath:$,configName:A,validationErrors:w,errorCount:w.length})}},c8=class extends r${code="BROWSER_CONFIG_ERROR";constructor($,w,A,Y){super(`Failed to fetch configuration from "${$}": ${w} ${A}`,{endpoint:$,status:w,statusText:A,configName:Y})}},u8=class extends r${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}},Yw={configNotFound($,w,A){return new bY($,w,A)},configLoad($,w,A){return new m1($,w,A)},configValidation($,w,A){return new x8($,w,A)},configMerge($,w,A,Y){return new P8($,w,A,Y)},envVar($,w,A,Y){return new cY($,w,A,Y)},fileSystem($,w,A){return new i8($,w,A)},typeGeneration($,w,A){return new b8($,w,A)},schemaValidation($,w,A){return new d1($,w,A)},browserConfig($,w,A,Y){return new c8($,w,A,Y)},plugin($,w,A){return new u8($,w,A)}},rE={replace:"replace",concat:"concat",smart:"smart"},aE=/^https?:\/\//,H0=new iY("bunfig",{showTags:!0}),c0=new e8,sE=P$(Kw.cwd(),"config"),oE=P$(Kw.cwd(),"src/generated")});B9=DY.env.CLARITY_LOG_DIR||lH(W9(),"logs"),eE={level:"info",defaultName:"clarity",timestamp:!0,colors:!0,format:"text",maxLogSize:10485760,logDatePattern:"YYYY-MM-DD",logDirectory:B9,rotation:{frequency:"daily",maxSize:10485760,maxFiles:5,compress:!1,rotateHour:0,rotateMinute:0,rotateDayOfWeek:0,rotateDayOfMonth:1,encrypt:!1},verbose:!1,writeToFile:!1},uY={...eE},Zy=(async()=>{try{let{loadConfig:$}=await J9().then(()=>PE),w=await $({name:"clarity",alias:"logging",defaultConfig:eE,cwd:DY.cwd()});if(w)Object.assign(uY,w)}catch{}return uY})();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$,xy=q$.red,j9=q$.green,Py=q$.yellow,T9=q$.blue,iy=q$.magenta,by=q$.cyan,EE=q$.white,cy=q$.gray,F9=q$.bgRed,z9=q$.bgYellow,uy=q$.bgGray,jE=q$.bold,ny=q$.dim,vy=q$.italic,my=q$.underline,dy=q$.strikethrough,ly=q$.reset,C8={activationLevel:"error",bufferSize:50,flushOnDeactivation:!0,stopBuffering:!1},h9={debug:"\uD83D\uDD0D",info:T9("ℹ"),success:j9("✓"),warning:z9(EE(jE(" WARN "))),error:F9(EE(jE(" ERROR ")))};gy=new rY("stacks");R0=class R0 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}${$}`}};wj=class wj extends R0{code="CONFIG_NOT_FOUND";constructor($,w,A){let Y=A===void 0?[]:Array.isArray(A)?A.filter(Boolean):[A],f="";if(Y.length===1)f=` or alias "${Y[0]}"`;else if(Y.length>1)f=` or aliases ${Y.map((X)=>`"${X}"`).join(", ")}`;super(`Configuration "${$}"${f} not found`,{configName:$,alias:A,searchPaths:w,searchPathCount:w.length})}};nY=class nY extends R0{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}};Aj=class Aj extends R0{code="CONFIG_VALIDATION_ERROR";constructor($,w,A){super(`Configuration validation failed for "${$}"`,{configPath:$,configName:A,validationErrors:w,errorCount:w.length})}};Yj=class Yj extends R0{code="CONFIG_MERGE_ERROR";constructor($,w,A,Y){super(`Failed to merge configuration from "${$}" with "${w}": ${A.message}`,{sourcePath:$,targetPath:w,configName:Y,originalError:A.name,originalMessage:A.message});this.cause=A}};$U=class $U extends R0{code="ENV_VAR_ERROR";constructor($,w,A,Y){super(`Failed to parse environment variable "${$}" with value "${w}" as ${A}`,{envKey:$,envValue:w,expectedType:A,configName:Y})}};fj=class fj extends R0{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}};Xj=class Xj extends R0{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}};vY=class vY extends R0{code="SCHEMA_VALIDATION_ERROR";constructor($,w,A){super(`Schema validation failed${A?` for config "${A}"`:""}`,{schemaPath:$,configName:A,validationErrors:w,errorCount:w.length})}};Uj=class Uj extends R0{code="BROWSER_CONFIG_ERROR";constructor($,w,A,Y){super(`Failed to fetch configuration from "${$}": ${w} ${A}`,{endpoint:$,status:w,statusText:A,configName:Y})}};Jj=class Jj extends R0{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}};W1={configNotFound($,w,A){return new wj($,w,A)},configLoad($,w,A){return new nY($,w,A)},configValidation($,w,A){return new Aj($,w,A)},configMerge($,w,A,Y){return new Yj($,w,A,Y)},envVar($,w,A,Y){return new $U($,w,A,Y)},fileSystem($,w,A){return new fj($,w,A)},typeGeneration($,w,A){return new Xj($,w,A)},schemaValidation($,w,A){return new vY($,w,A)},browserConfig($,w,A,Y){return new Uj($,w,A,Y)},plugin($,w,A){return new Jj($,w,A)}};y9=/^https?:\/\//;Z0=new rY("bunfig",{showTags:!0});ty=new Fj;py=Y0(gY.cwd(),"config"),ry=Y0(gY.cwd(),"src/generated"),zj={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:U8.join(X8.homedir(),".tlsx","ssl","tlsx.localhost.ca.crt"),certPath:U8.join(X8.homedir(),".tlsx","ssl","tlsx.localhost.crt"),keyPath:U8.join(X8.homedir(),".tlsx","ssl","tlsx.localhost.crt.key"),verbose:!1},J$=zj,G0={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"},C={CERT:"cert",CA:"ca",STORAGE:"storage",TRUST:"trust"},U1={info:(...$)=>console.log(...$),warn:(...$)=>console.warn(...$),success:(...$)=>console.log(...$),error:(...$)=>console.error(...$),debug:(...$)=>console.debug(...$)};L9=S9(I9);O9=new Set(["certificate","privatekey","key","cert","ca","rootca","password","sudo_password"]),V9=/-----BEGIN [A-Z ]+-----[\s\S]*?-----END [A-Z ]+-----/;K0={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},i$={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"};a9={platform:"darwin",async addCertificate($,w){if(await r9($,w?.verbose)){I(C.TRUST,"Certificate is already trusted, skipping trust store update",w?.verbose),U1.success("Certificate is already trusted in system keychain");return}I(C.TRUST,"Adding certificate to macOS keychain",w?.verbose),await Aw(`sudo security add-trusted-cert -d -r trustRoot -k /Library/Keychains/System.keychain ${$}`)},async removeCertificate($,w,A){let Y=A||J$.commonName;I(C.TRUST,`Removing certificate ${Y} from macOS keychain`,w?.verbose);try{await Aw(`sudo security delete-certificate -c "${Y}" /Library/Keychains/System.keychain`),I(C.TRUST,`Removed certificate ${Y} from macOS keychain`,w?.verbose)}catch(f){throw I(C.TRUST,`Error removing certificate: ${f}`,w?.verbose),f}}},s9={platform:"win32",async addCertificate($,w){I(C.TRUST,"Adding certificate to Windows certificate store",w?.verbose),await Aw(`certutil -f -v -addstore -enterprise Root ${$}`)},async removeCertificate($,w,A){let Y=A||J$.commonName;I(C.TRUST,`Removing certificate ${Y} from Windows certificate store`,w?.verbose);try{await Aw(`certutil -delstore -enterprise Root "${Y}"`),I(C.TRUST,`Removed certificate ${Y} from Windows certificate store`,w?.verbose)}catch(f){throw I(C.TRUST,`Error removing certificate: ${f}`,w?.verbose),f}}},o9={platform:"linux",async addCertificate($,w){I(C.TRUST,"Adding certificate to Linux certificate store",w?.verbose);let A=dY.homedir(),Y=G0.LINUX_CERT_DB_FILENAME,f=G0.LINUX_TRUST_ARGS;I(C.TRUST,`Searching for certificate databases in ${A}`,w?.verbose);let X=v8(A,Y);if(X.length===0){U1.warn("No certificate databases found. Certificate may not be trusted by the system.");return}for(let U of X){I(C.TRUST,`Processing certificate database in ${U}`,w?.verbose);try{I(C.TRUST,`Attempting to delete existing cert for ${J$.commonName}`,w?.verbose),await Aw(`certutil -d sql:${U} -D -n ${J$.commonName}`)}catch(W){I(C.TRUST,`Warning: Error deleting existing cert: ${W}`,w?.verbose),console.warn(`Error deleting existing cert: ${W}`)}I(C.TRUST,`Adding new certificate to ${U}`,w?.verbose),await Aw(`certutil -d sql:${U} -A -t ${f} -n ${J$.commonName} -i ${$}`),U1.info(`Cert added to ${U}`)}},async removeCertificate($,w,A){let Y=A||J$.commonName;I(C.TRUST,`Removing certificate ${Y} from Linux certificate store`,w?.verbose);let f=dY.homedir(),X=G0.LINUX_CERT_DB_FILENAME;I(C.TRUST,`Searching for certificate databases in ${f}`,w?.verbose);let U=v8(f,X);if(U.length===0){U1.warn("No certificate databases found. Cannot remove certificate.");return}for(let W of U){I(C.TRUST,`Processing certificate database in ${W}`,w?.verbose);try{await Aw(`certutil -d sql:${W} -D -n "${Y}"`),U1.info(`Cert removed from ${W}`)}catch(J){I(C.TRUST,`Error removing cert from ${W}: ${J}`,w?.verbose),console.warn(`Error removing cert from ${W}: ${J}`)}}}},e9={darwin:a9,win32:s9,linux:o9}});var WU=K$(()=>{Lj()});import{homedir as BU}from"node:os";import{join as EU,resolve as lM}from"node:path";var __dirname="/home/runner/work/rpx/rpx/packages/rpx/src",$5,jU;var TU=K$(()=>{w8();$5={from:"localhost:5173",to:"stacks.localhost",cleanUrls:!1,https:{basePath:"",caCertPath:EU(BU(),".stacks","ssl","stacks.localhost.ca.crt"),certPath:EU(BU(),".stacks","ssl","stacks.localhost.crt"),keyPath:EU(BU(),".stacks","ssl","stacks.localhost.crt.key")},cleanup:{certs:!1,hosts:!1},vitePluginUsage:!1,verbose:!0,changeOrigin:!1,regenerateUntrustedCerts:!0},jU=$5});import{execSync as w5}from"node:child_process";function Oj($){return($.includes("=")?$.split("=").pop():$).replace(/SHA-256\s+hash:\s*/gi,"").replace(/:/g,"").trim().toUpperCase()}function sY($){try{let w=w5(`openssl x509 -noout -fingerprint -sha256 -in "${$}"`,{encoding:"utf8"});return Oj(w)}catch{return null}}var FU=()=>{};import{existsSync as Vj,statSync as Qj}from"fs";import{existsSync as DU,mkdirSync as J5,readdirSync as W5,writeFileSync as B5}from"fs";import{homedir as E1}from"os";import{dirname as _j,resolve as c$}from"path";import Rw from"process";import{join as E5,relative as j5,resolve as Dj}from"path";import zf from"process";import{existsSync as zT,mkdirSync as fI,readdirSync as XI,writeFileSync as UI}from"fs";import{homedir as zU}from"os";import{dirname as BI,resolve as b$}from"path";import p1 from"process";import{join as T5,relative as F5,resolve as kj}from"path";import hf from"process";import{existsSync as hT,mkdirSync as zI,readdirSync as hI,writeFileSync as HI}from"fs";import{dirname as KI,resolve as Hf}from"path";import kU from"process";import{Buffer as Xw}from"buffer";import{createCipheriv as z5,createDecipheriv as h5,randomBytes as hU}from"crypto";import{closeSync as HU,createReadStream as Zj,createWriteStream as H5,existsSync as GU,fsyncSync as xj,openSync as Pj,writeFileSync as G5}from"fs";import{access as K5,constants as ij,mkdir as R5,readdir as oY,rename as bj,stat as j1,unlink as eY,writeFile as KU}from"fs/promises";import{join as T1}from"path";import O$ from"process";import{pipeline as q5}from"stream/promises";import{createGzip as cj}from"zlib";import F1 from"process";import v0 from"process";import{Buffer as u0}from"buffer";import{createCipheriv as N5,createDecipheriv as y5,randomBytes as RU}from"crypto";import{closeSync as qU,createReadStream as uj,createWriteStream as M5,existsSync as $f,fsyncSync as nj,openSync as vj,writeFileSync as I5}from"fs";import{access as C5,constants as mj,mkdir as S5,readdir as wf,rename as dj,stat as z1,unlink as Af,writeFile as NU}from"fs/promises";import{isAbsolute as L5,join as h1,resolve as O5}from"path";import Q from"process";import{pipeline as V5}from"stream/promises";import{createGzip as lj}from"zlib";import H1 from"process";import m0 from"process";import Yf from"process";import{existsSync as ff}from"fs";import{resolve as yU}from"path";import{existsSync as Q5}from"fs";import{existsSync as _5,readdirSync as D5}from"fs";import{extname as MU,resolve as gj}from"path";import k5 from"process";import{join as ZK,relative as xK,resolve as fT}from"path";import Mf from"process";import{Buffer as n0}from"buffer";import{createCipheriv as bK,createDecipheriv as cK,randomBytes as OU}from"crypto";import{closeSync as VU,createReadStream as XT,createWriteStream as uK,existsSync as Uf,fsyncSync as UT,openSync as JT,writeFileSync as nK}from"fs";import{access as vK,constants as WT,mkdir as mK,readdir as Jf,rename as BT,stat as G1,unlink as Wf,writeFile as QU}from"fs/promises";import{isAbsolute as dK,join as K1,resolve as lK}from"path";import _ from"process";import{pipeline as gK}from"stream/promises";import{createGzip as ET}from"zlib";import R1 from"process";import d0 from"process";function f5($,w){this[$]=Y5.bind(null,w)}class mU{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],[,Y])=>A.timestamp.getTime()-Y.timestamp.getTime()),w=$.length-this.options.maxSize+1;for(let A=0;A<w;A++)this.cache.delete($[A][0])}set($,w,A,Y){if(!this.options.enabled)return;let f=this.generateKey($,A),X=Y??this.options.ttl,U=this.estimateSize(w);this.cache.set(f,{value:w,timestamp:new Date,ttl:X,hits:0,size:U}),this.evictIfNeeded()}get($,w){if(!this.options.enabled){this.totalMisses++;return}let A=this.generateKey($,w),Y=this.cache.get(A);if(!Y){this.totalMisses++;return}if(this.isExpired(Y)){this.cache.delete(A),this.totalMisses++;return}return Y.hits++,this.totalHits++,Y.value}isFileModified($,w){try{if(!Vj($))return!0;return Qj($).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,Y){try{let f=Vj(A)?Qj(A):null,X=f?f.mtime:new Date;this.set($,{value:w,fileTimestamp:X},A,Y)}catch{this.set($,w,A,Y)}}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((Y,f)=>Y+f.size,0),A=$.map((Y)=>Y.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 Y=A;this.cache.set(w,{value:Y.value,timestamp:new Date(Y.timestamp),ttl:Y.ttl,hits:Y.hits,size:Y.size})}}}class dU{metrics=[];maxMetrics=1000;async track($,w,A={}){let Y=performance.now(),f=new Date;try{let X=await w(),U=performance.now()-Y;return this.recordMetric({operation:$,duration:U,timestamp:f,...A}),X}catch(X){let U=performance.now()-Y;throw this.recordMetric({operation:`${$}:error`,duration:U,timestamp:f,...A}),X}}recordMetric($){if(this.metrics.push($),this.metrics.length>this.maxMetrics)this.metrics=this.metrics.slice(-this.maxMetrics)}getStats($){let w=$?this.metrics.filter((f)=>f.operation===$):this.metrics;if(w.length===0)return{count:0,averageDuration:0,minDuration:0,maxDuration:0,totalDuration:0,recentMetrics:[]};let A=w.map((f)=>f.duration),Y=A.reduce((f,X)=>f+X,0);return{count:w.length,averageDuration:Y/w.length,minDuration:Math.min(...A),maxDuration:Math.max(...A),totalDuration:Y,recentMetrics:w.slice(-10)}}getAllMetrics(){return[...this.metrics]}clearMetrics(){this.metrics=[]}getSlowOperations($){return this.metrics.filter((w)=>w.duration>$)}}function Z5($,w={}){let Y=Object.keys(w).sort().map((f)=>`${f}:${w[f]}`).join("|");return Y?`${$}:${Y}`:$}function x5($,w){try{return JSON.stringify($)===JSON.stringify(w)}catch{return $===w}}function P5($){return $.getStats().size*2}function lU($,w){if(Array.isArray(w)&&Array.isArray($)&&w.length===2&&$.length===2&&o(w[0])&&"id"in w[0]&&w[0].id===3&&o(w[1])&&"id"in w[1]&&w[1].id===4)return w;if(o(w)&&o($)&&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(o($)&&"arr"in $&&Array.isArray($.arr)&&o(w)&&"arr"in w&&Array.isArray(w.arr))return w;if(w.length>0&&$.length>0&&o(w[0])&&o($[0])){let Y=[...w];for(let f of $)if(o(f)&&"name"in f){if(!Y.find((U)=>o(U)&&("name"in U)&&U.name===f.name))Y.push(f)}else if(o(f)&&"path"in f){if(!Y.find((U)=>o(U)&&("path"in U)&&U.path===f.path))Y.push(f)}else if(!Y.some((X)=>Gf(X,f)))Y.push(f);return Y}if(w.every((Y)=>typeof Y==="string")&&$.every((Y)=>typeof Y==="string")){let Y=[...w];for(let f of $)if(!Y.includes(f))Y.push(f);return Y}return w}if(!o(w)||!o($))return w;let A={...$};for(let Y in w)if(Object.prototype.hasOwnProperty.call(w,Y)){let f=w[Y];if(f===null||f===void 0)continue;else if(o(f)&&o(A[Y]))A[Y]=lU(A[Y],f);else if(Array.isArray(f)&&Array.isArray(A[Y]))if(f.length>0&&A[Y].length>0&&o(f[0])&&o(A[Y][0])){let X=[...f];for(let U of A[Y])if(o(U)&&"name"in U){if(!X.find((J)=>o(J)&&("name"in J)&&J.name===U.name))X.push(U)}else if(o(U)&&"path"in U){if(!X.find((J)=>o(J)&&("path"in J)&&J.path===U.path))X.push(U)}else if(!X.some((W)=>Gf(W,U)))X.push(U);A[Y]=X}else if(f.every((X)=>typeof X==="string")&&A[Y].every((X)=>typeof X==="string")){let X=[...f];for(let U of A[Y])if(!X.includes(U))X.push(U);A[Y]=X}else A[Y]=f;else A[Y]=f}return A}function Gf($,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(!Gf($[A],w[A]))return!1;return!0}if(o($)&&o(w)){let A=Object.keys($),Y=Object.keys(w);if(A.length!==Y.length)return!1;for(let f of A){if(!Object.prototype.hasOwnProperty.call(w,f))return!1;if(!Gf($[f],w[f]))return!1}return!0}return!1}function o($){return Boolean($&&typeof $==="object"&&!Array.isArray($))}async function i5($,w){if(!hT($))return null;try{let A=await import($),Y=A.default||A;if(typeof Y!=="object"||Y===null||Array.isArray(Y))return null;try{return lU(w,Y)}catch{return null}}catch{return null}}async function b5({name:$="",cwd:w,defaultConfig:A}){let Y=w||kU.cwd(),f=[".ts",".js",".mjs",".cjs",".json"],X=[`${$}.config`,`.${$}.config`,$,`.${$}`];for(let U of X)for(let W of f){let J=Hf(Y,`${U}${W}`),B=await i5(J,A);if(B!==null)return B}try{let U=Hf(Y,"package.json");if(hT(U)){let J=(await import(U))[$];if(J&&typeof J==="object"&&!Array.isArray(J))try{return lU(A,J)}catch{}}}catch{}return A}function c5($,w={}){let A=hf.cwd();while(A.includes("storage"))A=kj(A,"..");let Y=kj(A,$||"");if(w?.relative)return F5(hf.cwd(),Y);return Y}async function u5(){try{let $=await b5({name:"clarity",defaultConfig:Ef,cwd:hf.cwd(),endpoint:"",headers:{}});return{...Ef,...$}}catch{return Ef}}function f$(){if(v0.env.NODE_ENV==="test"||v0.env.BUN_ENV==="test")return!1;return typeof window<"u"}async function n5(){if(v0.env.NODE_ENV==="test"||v0.env.BUN_ENV==="test")return!0;if(typeof navigator<"u"&&navigator.product==="ReactNative")return!0;if(typeof v0<"u"){let $=v0.type;if($==="renderer"||$==="worker")return!1;return!!(v0.versions&&(v0.versions.node||v0.versions.bun))}return!1}class HT{async format($){let w=await n5(),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 Kf{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={...xU},this.options=this.normalizeOptions(w),this.formatter=this.options.formatter||new HT,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},Y=w.timestamp!==void 0;if(Y)delete A.timestamp;if(this.config={...this.config,...A,timestamp:Y||this.config.timestamp},this.currentLogFile=this.generateLogFilename(),this.encryptionKeys=new Map,this.validateEncryptionConfig()){this.setupRotation();let f=this.generateKeyId(),X=this.generateKey();this.currentKeyId=f,this.keys.set(f,X),this.encryptionKeys.set(f,{key:X,createdAt:new Date}),this.setupKeyRotation()}}initializeFingersCrossedConfig($){if(!$.fingersCrossedEnabled&&$.fingersCrossed)return{...jf,...$.fingersCrossed};if(!$.fingersCrossedEnabled)return null;if(!$.fingersCrossed)return{...jf};return{...jf,...$.fingersCrossed}}normalizeOptions($){let w={format:"json",level:"info",logDirectory:xU.logDirectory,rotation:void 0,timestamp:void 0,fingersCrossed:{},enabled:!0,showTags:!1,formatter:void 0},A={...w,...Object.fromEntries(Object.entries($).filter(([,Y])=>Y!==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 f,X=0,U=3,W=1000;while(X<U)try{try{try{await K5(this.config.logDirectory,ij.F_OK|ij.W_OK)}catch(B){if(B instanceof Error&&"code"in B)if(B.code==="ENOENT")await R5(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 J=this.validateEncryptionConfig()?(await this.encrypt($)).encrypted:Xw.from($);try{if(!GU(this.currentLogFile))await KU(this.currentLogFile,"",{mode:420});if(f=Pj(this.currentLogFile,"a",420),G5(f,J,{flag:"a"}),xj(f),f!==void 0)HU(f),f=void 0;if((await j1(this.currentLogFile)).size===0){if(await KU(this.currentLogFile,J,{flag:"w",mode:420}),(await j1(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(X<U-1){let j=typeof E.message==="string"?E.message:"Unknown error";console.error(`Network error during write attempt ${X+1}/${U}:`,j);let T=W*2**X;await new Promise((F)=>setTimeout(F,T)),X++;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(f!==void 0)try{HU(f)}catch(B){console.error("Debug: [writeToFile] Error closing file descriptor:",B)}}}catch(J){if(X===U-1){let E=J,j=typeof E.message==="string"?E.message:"Unknown error";throw console.error("Debug: [writeToFile] Max retries reached. Final error:",j),J}X++;let B=W*2**(X-1);await new Promise((E)=>setTimeout(E,B))}})();this.pendingOperations.push(A);let Y=this.pendingOperations.length-1;try{await A}catch(f){throw console.error("Debug: [writeToFile] Error in operation:",f),f}finally{this.pendingOperations.splice(Y,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 T1(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 T1(this.config.logDirectory,`${this.name}.log`);let $=new Date().toISOString().split("T")[0];return T1(this.config.logDirectory,`${this.name}-${$}.log`)}setupRotation(){if(f$())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,Y=Math.max(A,60)*1000;this.keyRotationTimeout=setInterval(()=>{this.rotateKeys().catch((f)=>{console.error("Error rotating keys:",f)})},Y)}async rotateKeys(){if(!this.validateEncryptionConfig()){console.error("Invalid encryption configuration detected during key rotation");return}let w=this.config.rotation.keyRotation,A=this.generateKeyId(),Y=this.generateKey();this.currentKeyId=A,this.keys.set(A,Y),this.encryptionKeys.set(A,{key:Y,createdAt:new Date});let f=Array.from(this.encryptionKeys.entries()).sort(([,W],[,J])=>J.createdAt.getTime()-W.createdAt.getTime()),X=typeof w.maxKeys==="number"?w.maxKeys:1,U=Math.max(1,X);if(f.length>U)for(let[W]of f.slice(U))this.encryptionKeys.delete(W),this.keys.delete(W)}generateKeyId(){return hU(16).toString("hex")}generateKey(){return hU(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=hU(16),Y=z5("aes-256-gcm",w,A),f=Xw.concat([Y.update($,"utf8"),Y.final()]),X=Y.getAuthTag();return{encrypted:Xw.concat([A,f,X]),iv:A}}async compressData($){return new Promise((w,A)=>{let Y=cj(),f=[];Y.on("data",(X)=>f.push(X)),Y.on("end",()=>w(Xw.from(Xw.concat(f)))),Y.on("error",A),Y.write($),Y.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;let $=await j1(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,Y=this.generateLogFilename();if(this.name.includes("rotation-load-test")||this.name==="failed-rotation-test"){let f=await oY(this.config.logDirectory),X=f.filter((J)=>J.startsWith(this.name)&&/\.log\.\d+$/.test(J)).sort((J,B)=>{let E=Number.parseInt(J.match(/\.log\.(\d+)$/)?.[1]||"0");return Number.parseInt(B.match(/\.log\.(\d+)$/)?.[1]||"0")-E}),U=X.length>0?Number.parseInt(X[0].match(/\.log\.(\d+)$/)?.[1]||"0")+1:1,W=`${A}.${U}`;if(await j1(A).catch(()=>null))try{if(await bj(A,W),w.compress)try{let J=`${W}.gz`;await this.compressLogFile(W,J),await eY(W)}catch(J){console.error("Error compressing rotated file:",J)}if(X.length===0&&!f.some((J)=>J.endsWith(".log.1")))try{let J=`${A}.1`;await KU(J,"")}catch(J){console.error("Error creating backup file:",J)}}catch(J){console.error(`Error during rotation: ${J instanceof Error?J.message:String(J)}`)}}else{let f=new Date().toISOString().replace(/[:.]/g,"-"),X=A.replace(/\.log$/,`-${f}.log`);if(await j1(A).catch(()=>null))await bj(A,X)}if(this.currentLogFile=Y,w.maxFiles){let X=(await oY(this.config.logDirectory)).filter((U)=>U.startsWith(this.name)).sort((U,W)=>W.localeCompare(U));for(let U of X.slice(w.maxFiles))await eY(T1(this.config.logDirectory,U))}}}async compressLogFile($,w){let A=Zj($),Y=H5(w),f=cj();await q5(A,f,Y)}async handleFingersCrossedBuffer($,w){if(!this.fingersCrossedConfig)return;if(this.shouldActivateFingersCrossed($)&&!this.isActivated){this.isActivated=!0;for(let A of this.logBuffer){let Y=await this.formatter.format(A);await this.writeToFile(Y),console.log(Y)}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()})),GU(this.currentLogFile))try{let $=Pj(this.currentLogFile,"r+");xj($),HU($)}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 oY(this.config.logDirectory)).filter((A)=>(A.includes("temp")||A.includes(".tmp"))&&A.includes(this.name));for(let A of w)try{await eY(T1(this.config.logDirectory,A))}catch(Y){console.error(`Failed to delete temp file ${A}:`,Y)}}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?t.gray($.toLocaleTimeString()):$.toLocaleTimeString()}formatConsoleMessage($){let{timestamp:w,icon:A="",tag:Y="",message:f,level:X,showTimestamp:U=!0}=$,W=(F)=>F.replace(this.ANSI_PATTERN,"");if(!this.fancy){let F=[];if(U)F.push(w);if(X==="warning")F.push("WARN");else if(X==="error")F.push("ERROR");else if(A)F.push(A.replace(/[^\p{L}\p{N}\p{P}\p{Z}]/gu,""));if(Y)F.push(Y.replace(/[[\]]/g,""));return F.push(f),F.join(" ")}let J=O$.stdout.columns||120,B="";if(X==="warning"||X==="error")B=`${A} ${f}`;else if(X==="info"||X==="success")B=`${A} ${Y} ${f}`;else B=`${A} ${Y} ${t.cyan(f)}`;if(!U)return B.trim();let E=W(B).trim().length,j=W(w).length,T=Math.max(1,J-2-E-j);return`${B.trim()}${" ".repeat(T)}${w}`}formatMessage($,w){if(w.length===1&&Array.isArray(w[0]))return $.replace(/\{(\d+)\}/g,(X,U)=>{let W=Number.parseInt(U,10);return W<w[0].length?String(w[0][W]):X});let A=/%([sdijfo%])/g,Y=0,f=$.replace(A,(X,U)=>{if(U==="%")return"%";if(Y>=w.length)return X;let W=w[Y++];switch(U){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 X}});if(Y<w.length)f+=` ${w.slice(Y).map((X)=>typeof X==="object"?JSON.stringify(X,null,2):String(X)).join(" ")}`;return f}async log($,w,...A){let Y=new Date,f=this.formatConsoleTimestamp(Y),X=this.formatFileTimestamp(Y),U,W;if(w instanceof Error)U=w.message,W=w.stack;else U=this.formatMessage(w,A);if(this.fancy&&!f$()){let B=ST[$],E=this.options.showTags!==!1&&this.name?t.gray(this.formatTag(this.name)):"",j;switch($){case"debug":j=this.formatConsoleMessage({timestamp:f,icon:B,tag:E,message:t.gray(U),level:$}),console.error(j);break;case"info":j=this.formatConsoleMessage({timestamp:f,icon:B,tag:E,message:U,level:$}),console.error(j);break;case"success":j=this.formatConsoleMessage({timestamp:f,icon:B,tag:E,message:t.green(U),level:$}),console.error(j);break;case"warning":j=this.formatConsoleMessage({timestamp:f,icon:B,tag:E,message:U,level:$}),console.warn(j);break;case"error":if(j=this.formatConsoleMessage({timestamp:f,icon:B,tag:E,message:U,level:$}),console.error(j),W){let T=W.split(`
|
|
133
|
+
`);for(let F of T)if(F.trim()&&!F.includes(U))console.error(this.formatConsoleMessage({timestamp:f,message:t.gray(` ${F}`),level:$,showTimestamp:!1}))}break}}else if(!f$()){if(console.error(`${X} ${this.environment}.${$.toUpperCase()}: ${U}`),W)console.error(W)}if(!this.shouldLog($))return;let J=`${X} ${this.environment}.${$.toUpperCase()}: ${U}
|
|
134
|
+
`;if(W)J+=`${W}
|
|
135
|
+
`;J=J.replace(this.ANSI_PATTERN,""),await this.writeToFile(J)}time($){let w=performance.now();if(this.fancy&&!f$()){let A=this.options.showTags!==!1&&this.name?t.gray(this.formatTag(this.name)):"",Y=this.formatConsoleTimestamp(new Date);console.error(this.formatConsoleMessage({timestamp:Y,icon:t.blue("◐"),tag:A,message:`${t.cyan($)}...`}))}return async(A)=>{if(!this.enabled)return;let Y=performance.now(),f=Math.round(Y-w),X=`${$} completed in ${f}ms`,U=new Date,W=this.formatConsoleTimestamp(U),B=`${this.formatFileTimestamp(U)} ${this.environment}.INFO: ${X}`;if(A)B+=` ${JSON.stringify(A)}`;if(B+=`
|
|
136
|
+
`,B=B.replace(this.ANSI_PATTERN,""),this.fancy&&!f$()){let E=this.options.showTags!==!1&&this.name?t.gray(this.formatTag(this.name)):"";console.error(this.formatConsoleMessage({timestamp:W,icon:t.green("✓"),tag:E,message:`${X}${A?` ${JSON.stringify(A)}`:""}`}))}else if(!f$())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 Kf(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(!GU(this.currentLogFile))throw Error(`Log file does not exist: ${this.currentLogFile}`);return Zj(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 Y=Xw.isBuffer($)?$:Xw.from($,"base64"),f=Y.slice(0,16),X=Y.slice(-16),U=Y.slice(16,-16),W=h5("aes-256-gcm",A,f);return W.setAuthTag(X),Xw.concat([W.update(U),W.final()]).toString("utf8")}catch(Y){throw Error(`Decryption failed: ${Y instanceof Error?Y.message:String(Y)}`)}}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),Y=this.formatFileTimestamp(w);if(this.fancy&&!f$()){let X=$.split(`
|
|
137
|
+
`),U=Math.max(...X.map((E)=>E.length))+2,W=`┌${"─".repeat(U)}┐`,J=`└${"─".repeat(U)}┘`,B=X.map((E)=>{let j=" ".repeat(U-E.length-2);return`│ ${E}${j} │`});if(this.options.showTags!==!1&&this.name)console.error(this.formatConsoleMessage({timestamp:A,message:t.gray(this.formatTag(this.name)),showTimestamp:!1}));console.error(this.formatConsoleMessage({timestamp:A,message:t.cyan(W)})),B.forEach((E)=>console.error(this.formatConsoleMessage({timestamp:A,message:t.cyan(E),showTimestamp:!1}))),console.error(this.formatConsoleMessage({timestamp:A,message:t.cyan(J),showTimestamp:!1}))}else if(!f$())console.error(`${Y} ${this.environment}.INFO: [BOX] ${$}`);let f=`${Y} ${this.environment}.INFO: [BOX] ${$}
|
|
138
|
+
`.replace(this.ANSI_PATTERN,"");await this.writeToFile(f)}async prompt($){if(f$())return Promise.resolve(!0);return new Promise((w)=>{console.error(`${t.cyan("?")} ${$} (y/n) `);let A=(Y)=>{let f=Y.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(f==="y"||f==="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 U=/%([sdijfo%])/g,W=0;if(A=$.replace(U,(J,B)=>{if(B==="%")return"%";if(W>=w.length)return J;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 J}}),W<w.length)A+=` ${w.slice(W).map((J)=>typeof J==="object"?JSON.stringify(J,null,2):String(J)).join(" ")}`}if(this.fancy&&!f$()){let U=this.options.showTags!==!1&&this.name?t.gray(this.formatTag(this.name)):"",W=t.blue("◐");console.error(`${W} ${U} ${t.cyan(A)}`)}let X=`[${new Date().toISOString()}] ${this.environment}.INFO: [START] ${A}
|
|
139
|
+
`.replace(this.ANSI_PATTERN,"");await this.writeToFile(X)}progress($,w=""){if(!this.enabled||!this.fancy||f$()||$<=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:(U,W)=>{if(!this.activeProgressBar||!this.enabled||!this.fancy||f$())return;if(this.activeProgressBar.current=Math.max(0,Math.min($,U)),W!==void 0)this.activeProgressBar.message=W;let J=this.activeProgressBar.current===this.activeProgressBar.total;this.renderProgressBar(this.activeProgressBar,J)},finish:(U)=>{if(!this.activeProgressBar||!this.enabled||!this.fancy||f$())return;if(this.activeProgressBar.current=this.activeProgressBar.total,U!==void 0)this.activeProgressBar.message=U;this.renderProgressBar(this.activeProgressBar,!0),this.finishProgressBar(this.activeProgressBar)},interrupt:(U,W="info")=>{if(!this.activeProgressBar||!this.enabled||!this.fancy||f$())return;O$.stdout.write(`${"\r".padEnd(O$.stdout.columns||80)}\r`),this.log(W,U),setTimeout(()=>{if(this.activeProgressBar)this.renderProgressBar(this.activeProgressBar)},50)}}}renderProgressBar($,w=!1){if(!this.enabled||!this.fancy||f$()||!O$.stdout.isTTY)return;let A=Math.min(100,Math.max(0,Math.round($.current/$.total*100))),Y=Math.round($.barLength*A/100),f=$.barLength-Y,X=t.green("━".repeat(Y)),U=t.gray("━".repeat(f)),W=`[${X}${U}]`,J=`${A}%`.padStart(4),B=$.message?` ${$.message}`:"",E=w||A===100?t.green("✓"):t.blue("▶"),j=this.options.showTags!==!1&&this.name?` ${t.gray(this.formatTag(this.name))}`:"",T=`\r${E}${j} ${W} ${J}${B}`,F=O$.stdout.columns||80,H=" ".repeat(Math.max(0,F-T.replace(this.ANSI_PATTERN,"").length));if($.lastRenderedLine=`${T}${H}`,O$.stdout.write($.lastRenderedLine),w)O$.stdout.write(`
|
|
140
|
+
`)}finishProgressBar($,w){if(!this.enabled||!this.fancy||f$()||!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(f$()){console.warn("Log clearing is not supported in browser environments.");return}try{console.warn("Clearing logs...",this.config.logDirectory);let w=await oY(this.config.logDirectory),A=[];for(let Y of w){if(!($.name?new RegExp($.name.replace("*",".*")).test(Y):Y.startsWith(this.name))||!Y.endsWith(".log"))continue;let X=T1(this.config.logDirectory,Y);if($.before)try{if((await j1(X)).mtime>=$.before)continue}catch(U){console.error(`Failed to get stats for file ${X}:`,U);continue}A.push(X)}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 Y of A)try{await eY(Y),console.warn(`Deleted log file: ${Y}`)}catch(f){console.error(`Failed to delete log file ${Y}:`,f)}console.warn("Log clearing process finished.")}catch(w){console.error("Error during log clearing process:",w)}}}function Bf($,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 Y=[...w];for(let f of $)if(d(f)&&"name"in f){if(!Y.find((U)=>d(U)&&("name"in U)&&U.name===f.name))Y.push(f)}else if(d(f)&&"path"in f){if(!Y.find((U)=>d(U)&&("path"in U)&&U.path===f.path))Y.push(f)}else if(!Y.some((X)=>Rf(X,f)))Y.push(f);return Y}if(w.every((Y)=>typeof Y==="string")&&$.every((Y)=>typeof Y==="string")){let Y=[...w];for(let f of $)if(!Y.includes(f))Y.push(f);return Y}return w}if(!d(w)||!d($))return w;let A={...$};for(let Y in w)if(Object.prototype.hasOwnProperty.call(w,Y)){let f=w[Y];if(f===null||f===void 0)continue;else if(d(f)&&d(A[Y]))A[Y]=Bf(A[Y],f);else if(Array.isArray(f)&&Array.isArray(A[Y]))if(f.length>0&&A[Y].length>0&&d(f[0])&&d(A[Y][0])){let X=[...f];for(let U of A[Y])if(d(U)&&"name"in U){if(!X.find((J)=>d(J)&&("name"in J)&&J.name===U.name))X.push(U)}else if(d(U)&&"path"in U){if(!X.find((J)=>d(J)&&("path"in J)&&J.path===U.path))X.push(U)}else if(!X.some((W)=>Rf(W,U)))X.push(U);A[Y]=X}else if(f.every((X)=>typeof X==="string")&&A[Y].every((X)=>typeof X==="string")){let X=[...f];for(let U of A[Y])if(!X.includes(U))X.push(U);A[Y]=X}else A[Y]=f;else A[Y]=f}return A}function gU($,w,A="replace"){if(w===null||w===void 0)return $;if(Array.isArray(w))return A==="replace"?w:Bf($,w);if(Array.isArray($))return A==="replace"?w:Bf($,w);if(!d(w)||!d($))return w;let Y={...$};for(let f of Object.keys(w)){if(!Object.prototype.hasOwnProperty.call(w,f))continue;let X=w[f],U=Y[f];if(X===null||X===void 0)continue;if(Array.isArray(X)||Array.isArray(U))if(A==="replace")Y[f]=X;else Y[f]=Bf(U,X);else if(d(X)&&d(U))Y[f]=gU(U,X,A);else Y[f]=X}return Y}function Rf($,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(!Rf($[A],w[A]))return!1;return!0}if(d($)&&d(w)){let A=Object.keys($),Y=Object.keys(w);if(A.length!==Y.length)return!1;for(let f of A){if(!Object.prototype.hasOwnProperty.call(w,f))return!1;if(!Rf($[f],w[f]))return!1}return!0}return!1}function d($){return Boolean($&&typeof $==="object"&&!Array.isArray($))}async function Xf($,w,A="replace"){if(!zT($))return null;try{let Y=await import($),f=Y.default||Y;if(typeof f!=="object"||f===null||Array.isArray(f))return null;try{return gU(w,f,A)}catch{return null}}catch{return null}}function v5($,w,A=!1){if(!$)return w;let Y=$.toUpperCase().replace(/-/g,"_"),f={...w};function X(U,W=[]){let J={...U};for(let[B,E]of Object.entries(U)){let j=[...W,B],T=(h)=>h.replace(/([A-Z])/g,"_$1").toUpperCase(),F=`${Y}_${j.map(T).join("_")}`,H=`${Y}_${j.map((h)=>h.toUpperCase()).join("_")}`;if(A)Q$.info(`Checking environment variable ${F} for config ${$}.${j.join(".")}`);if(typeof E==="object"&&E!==null&&!Array.isArray(E))J[B]=X(E,j);else{let h=p1.env[F]||p1.env[H];if(h!==void 0){if(A)Q$.info(`Using environment variable ${h?F:H} for config ${$}.${j.join(".")}`);if(typeof E==="number")J[B]=Number(h);else if(typeof E==="boolean")J[B]=h.toLowerCase()==="true";else if(Array.isArray(E))try{let G=JSON.parse(h);if(Array.isArray(G))J[B]=G;else J[B]=h.split(",").map((K)=>K.trim())}catch{J[B]=h.split(",").map((G)=>G.trim())}else J[B]=h}}}return J}return X(f)}async function m5({name:$="",alias:w,cwd:A,configDir:Y,defaultConfig:f,verbose:X=!1,checkEnv:U=!0,arrayStrategy:W="replace"}){let J=U&&typeof f==="object"&&f!==null&&!Array.isArray(f)?v5($,f,X):f,B=A||p1.cwd(),E=[".ts",".js",".mjs",".cjs",".json"];if(X)Q$.info(`Loading configuration for "${$}"${w?` (alias: "${w}")`:""} from ${B}`);let j=[$,`.${$}`].filter(Boolean),T=[`${$}.config`,`.${$}.config`].filter(Boolean),F=w?[w,`.${w}`]:[],H=w?[`${w}.config`,`.${w}.config`]:[],h=Array.from(new Set([B,b$(B,"config"),b$(B,".config"),Y?b$(B,Y):void 0].filter(Boolean)));for(let G of h){if(X)Q$.info(`Searching for configuration in: ${G}`);let R=[b$(B,"config"),b$(B,".config")].concat(Y?[b$(B,Y)]:[]).includes(G)?[...j,...T,...F,...H]:[...T,...j,...H,...F];for(let M of R)for(let N of E){let y=b$(G,`${M}${N}`),S=await Xf(y,J,W);if(S!==null){if(X)Q$.success(`Configuration loaded from: ${y}`);return S}}}if($){let G=b$(zU(),".config",$),K=["config",`${$}.config`];if(w)K.push(`${w}.config`);if(X)Q$.info(`Checking user config directory: ${G}`);for(let R of K)for(let M of E){let N=b$(G,`${R}${M}`),y=await Xf(N,J,W);if(y!==null){if(X)Q$.success(`Configuration loaded from user config directory: ${N}`);return y}}}if($){let G=b$(zU(),".config"),K=[`.${$}.config`];if(w)K.push(`.${w}.config`);if(X)Q$.info(`Checking user config directory for dotfile configs: ${G}`);for(let R of K)for(let M of E){let N=b$(G,`${R}${M}`),y=await Xf(N,J,W);if(y!==null){if(X)Q$.success(`Configuration loaded from user config directory dotfile: ${N}`);return y}}}if($){let G=zU(),K=[`.${$}.config`,`.${$}`];if(w)K.push(`.${w}.config`),K.push(`.${w}`);if(X)Q$.info(`Checking user home directory for dotfile configs: ${G}`);for(let R of K)for(let M of E){let N=b$(G,`${R}${M}`),y=await Xf(N,J,W);if(y!==null){if(X)Q$.success(`Configuration loaded from user home directory: ${N}`);return y}}}try{let G=b$(B,"package.json");if(zT(G)){let K=await import(G),R=K[$];if(!R&&w){if(R=K[w],R&&X)Q$.success(`Using alias "${w}" configuration from package.json`)}if(R&&typeof R==="object"&&!Array.isArray(R))try{if(X)Q$.success(`Configuration loaded from package.json: ${R===K[$]?$:w}`);return gU(J,R,W)}catch(M){if(X)Q$.warn("Failed to merge package.json config:",M)}}}catch(G){if(X)Q$.warn("Failed to load package.json:",G)}if(X)Q$.info(`No configuration found for "${$}"${w?` or alias "${w}"`:""}, using default configuration with environment variables`);return J}function d5($,w={}){let A=zf.cwd();while(A.includes("storage"))A=Dj(A,"..");let Y=Dj(A,$||"");if(w?.relative)return j5(zf.cwd(),Y);return Y}async function l5(){try{let $=await m5({name:"clarity",alias:"logging",defaultConfig:Tf,cwd:zf.cwd()});return{...Tf,...$||{}}}catch{return Tf}}function z$(){if(m0.env.NODE_ENV==="test"||m0.env.BUN_ENV==="test")return!1;return typeof window<"u"}async function g5(){if(m0.env.NODE_ENV==="test"||m0.env.BUN_ENV==="test")return!0;if(typeof navigator<"u"&&navigator.product==="ReactNative")return!0;if(typeof m0<"u"){let $=m0.type;if($==="renderer"||$==="worker")return!1;return!!(m0.versions&&(m0.versions.node||m0.versions.bun))}return!1}class GT{async format($){let w=await g5(),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:H1.pid,hostname:w(),environment:H1.env.NODE_ENV||"development",platform:H1.platform,version:H1.version}}return{userAgent:navigator.userAgent,hostname:window.location.hostname||"browser",environment:H1.env.NODE_ENV||H1.env.BUN_ENV||"development",viewport:{width:window.innerWidth,height:window.innerHeight},language:navigator.language}}}class qf{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={...PU},this.options=this.normalizeOptions(w),this.formatter=this.options.formatter||new GT,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??Q.env.APP_ENV??"local",this.fingersCrossedConfig=this.initializeFingersCrossedConfig(w);let A={...w},Y=w.timestamp!==void 0;if(Y)delete A.timestamp;if(this.config={...this.config,...A,timestamp:Y||this.config.timestamp},this.currentLogFile=this.generateLogFilename(),this.encryptionKeys=new Map,this.validateEncryptionConfig()){this.setupRotation();let f=this.generateKeyId(),X=this.generateKey();this.currentKeyId=f,this.keys.set(f,X),this.encryptionKeys.set(f,{key:X,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{...Ff,...$.fingersCrossed};if(!$.fingersCrossedEnabled)return null;if(!$.fingersCrossed)return{...Ff};return{...Ff,...$.fingersCrossed}}normalizeOptions($){let w={format:"json",level:"info",logDirectory:PU.logDirectory,rotation:void 0,timestamp:void 0,fingersCrossed:{},enabled:!0,showTags:!1,showIcons:!0,formatter:void 0},A={...w,...Object.fromEntries(Object.entries($).filter(([,Y])=>Y!==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 f,X=0,U=3,W=1000;while(X<U)try{try{try{await C5(this.config.logDirectory,mj.F_OK|mj.W_OK)}catch(B){if(B instanceof Error&&"code"in B)if(B.code==="ENOENT")await S5(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 J=this.validateEncryptionConfig()?(await this.encrypt($)).encrypted:u0.from($);try{if(!$f(this.currentLogFile))await NU(this.currentLogFile,"",{mode:420});if(f=vj(this.currentLogFile,"a",420),I5(f,J,{flag:"a"}),nj(f),f!==void 0)qU(f),f=void 0;if((await z1(this.currentLogFile)).size===0){if(await NU(this.currentLogFile,J,{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(X<U-1){let j=typeof E.message==="string"?E.message:"Unknown error";console.error(`Network error during write attempt ${X+1}/${U}:`,j);let T=W*2**X;await new Promise((F)=>setTimeout(F,T)),X++;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(f!==void 0)try{qU(f)}catch(B){console.error("Debug: [writeToFile] Error closing file descriptor:",B)}}}catch(J){if(X===U-1){let E=J,j=typeof E.message==="string"?E.message:"Unknown error";throw console.error("Debug: [writeToFile] Max retries reached. Final error:",j),J}X++;let B=W*2**(X-1);await new Promise((E)=>setTimeout(E,B))}})();this.pendingOperations.push(A);let Y=this.pendingOperations.length-1;try{await A}catch(f){throw console.error("Debug: [writeToFile] Error in operation:",f),f}finally{this.pendingOperations.splice(Y,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 h1(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 h1(this.config.logDirectory,`${this.name}.log`);let $=new Date().toISOString().split("T")[0];return h1(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,Y=Math.max(A,60)*1000;this.keyRotationTimeout=setInterval(()=>{this.rotateKeys().catch((f)=>{console.error("Error rotating keys:",f)})},Y)}async rotateKeys(){if(!this.validateEncryptionConfig()){console.error("Invalid encryption configuration detected during key rotation");return}let w=this.config.rotation.keyRotation,A=this.generateKeyId(),Y=this.generateKey();this.currentKeyId=A,this.keys.set(A,Y),this.encryptionKeys.set(A,{key:Y,createdAt:new Date});let f=Array.from(this.encryptionKeys.entries()).sort(([,W],[,J])=>J.createdAt.getTime()-W.createdAt.getTime()),X=typeof w.maxKeys==="number"?w.maxKeys:1,U=Math.max(1,X);if(f.length>U)for(let[W]of f.slice(U))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),Y=N5("aes-256-gcm",w,A),f=u0.isBuffer($)?$:u0.from($,"utf8"),X=Y.update(f),U=Y.final(),W=X.length+U.length,J=Y.getAuthTag(),B=u0.allocUnsafe(16+W+16);return A.copy(B,0),X.copy(B,16),U.copy(B,16+X.length),J.copy(B,16+W),{encrypted:B,iv:A}}async compressData($){return new Promise((w,A)=>{let Y=lj(),f=[];Y.on("data",(X)=>f.push(X)),Y.on("end",()=>w(u0.from(u0.concat(f)))),Y.on("error",A),Y.write($),Y.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 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,Y=this.generateLogFilename();if(this.name.includes("rotation-load-test")||this.name==="failed-rotation-test"){let f=await wf(this.config.logDirectory),X=f.filter((J)=>J.startsWith(this.name)&&/\.log\.\d+$/.test(J)).sort((J,B)=>{let E=Number.parseInt(J.match(/\.log\.(\d+)$/)?.[1]||"0");return Number.parseInt(B.match(/\.log\.(\d+)$/)?.[1]||"0")-E}),U=X.length>0?Number.parseInt(X[0].match(/\.log\.(\d+)$/)?.[1]||"0")+1:1,W=`${A}.${U}`;if(await z1(A).catch(()=>null))try{if(await dj(A,W),w.compress)try{let J=`${W}.gz`;await this.compressLogFile(W,J),await Af(W)}catch(J){console.error("Error compressing rotated file:",J)}if(X.length===0&&!f.some((J)=>J.endsWith(".log.1")))try{let J=`${A}.1`;await NU(J,"")}catch(J){console.error("Error creating backup file:",J)}}catch(J){console.error(`Error during rotation: ${J instanceof Error?J.message:String(J)}`)}}else{let f=new Date().toISOString().replace(/[:.]/g,"-"),X=A.replace(/\.log$/,`-${f}.log`);if(await z1(A).catch(()=>null))await dj(A,X)}if(this.currentLogFile=Y,w.maxFiles){let X=(await wf(this.config.logDirectory)).filter((U)=>U.startsWith(this.name)).sort((U,W)=>W.localeCompare(U));for(let U of X.slice(w.maxFiles))await Af(h1(this.config.logDirectory,U))}}}async compressLogFile($,w){let A=uj($),Y=M5(w),f=lj();await V5(A,f,Y)}async handleFingersCrossedBuffer($,w){if(!this.fingersCrossedConfig)return;if(this.shouldActivateFingersCrossed($)&&!this.isActivated){this.isActivated=!0;for(let A of this.logBuffer){let Y=await this.formatter.format(A);if(this.shouldWriteToFile())await this.writeToFile(Y);console.log(Y)}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()})),$f(this.currentLogFile))try{let $=vj(this.currentLogFile,"r+");nj($),qU($)}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 wf(this.config.logDirectory)).filter((A)=>(A.includes("temp")||A.includes(".tmp"))&&A.includes(this.name));for(let A of w)try{await Af(h1(this.config.logDirectory,A))}catch(Y){console.error(`Failed to delete temp file ${A}:`,Y)}}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()?Z.gray($.toLocaleTimeString()):$.toLocaleTimeString()}shouldStyleConsole(){if(!this.fancy||z$())return!1;let $=typeof Q.env.NO_COLOR<"u",w=Q.env.FORCE_COLOR==="0";if($||w)return!1;return!!(typeof Q.stderr<"u"&&Q.stderr.isTTY||typeof Q.stdout<"u"&&Q.stdout.isTTY)}formatConsoleMessage($){let{timestamp:w,icon:A="",tag:Y="",message:f,level:X,showTimestamp:U=!0}=$,W=(F)=>F.replace(this.ANSI_PATTERN,"");if(!this.fancy){let F=[];if(U)F.push(w);if(X==="warning")F.push("WARN");else if(X==="error")F.push("ERROR");else if(A)F.push(A.replace(/[^\p{L}\p{N}\p{P}\p{Z}]/gu,""));if(Y)F.push(Y.replace(/[[\]]/g,""));return F.push(f),F.join(" ")}let J=Q.stdout.columns||120,B="";if(X==="warning"||X==="error")B=`${A} ${f}`;else if(X==="info"||X==="success")B=`${A} ${Y} ${f}`;else B=`${A} ${Y} ${Z.cyan(f)}`;if(!U)return B.trim();let E=W(B).trim().length,j=W(w).length,T=Math.max(1,J-2-E-j);return`${B.trim()}${" ".repeat(T)}${w}`}formatMessage($,w){if(w.length===1&&Array.isArray(w[0]))return $.replace(/\{(\d+)\}/g,(X,U)=>{let W=Number.parseInt(U,10);return W<w[0].length?String(w[0][W]):X});let A=/%([sdijfo%])/g,Y=0,f=$.replace(A,(X,U)=>{if(U==="%")return"%";if(Y>=w.length)return X;let W=w[Y++];switch(U){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 X}});if(Y<w.length)f+=` ${w.slice(Y).map((X)=>typeof X==="object"?JSON.stringify(X,null,2):String(X)).join(" ")}`;return f}formatMarkdown($){if(!$)return $;let w=$;return w=w.replace(/\[([^\]]+)\]\(([^)]+)\)/g,(A,Y,f)=>{let X=Z.underline(Z.blue(Y)),U=this.toAbsoluteFilePath(f);if(U&&this.shouldStyleConsole()&&this.supportsHyperlinks()){let W=`file://${encodeURI(U)}`,J="\x1B]8;;",B="\x1B\\";return`\x1B]8;;${W}\x1B\\${X}\x1B]8;;\x1B\\`}if(this.shouldStyleConsole()&&this.supportsHyperlinks())return`\x1B]8;;${f}\x1B\\${X}\x1B]8;;\x1B\\`;return X}),w=w.replace(/`([^`]+)`/g,(A,Y)=>Z.bgGray(Y)),w=w.replace(/\*\*([^*]+)\*\*/g,(A,Y)=>Z.bold(Y)),w=w.replace(/(?<!\*)\*([^*]+)\*(?!\*)/g,(A,Y)=>Z.italic(Y)),w=w.replace(/(?<!_)_([^_]+)_(?!_)/g,(A,Y)=>Z.italic(Y)),w=w.replace(/~([^~]+)~/g,(A,Y)=>Z.strikethrough(Y)),w}supportsHyperlinks(){if(z$())return!1;let $=Q.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=Q.env.HOME||"";if(A)w=w.replace(/^~(?=$|\/)/,A)}if(L5(w)||w.startsWith("./")||w.startsWith("../"))w=O5(w);else return null;return $f(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 Y=new Date,f=this.formatConsoleTimestamp(Y),X=this.formatFileTimestamp(Y),U,W;if(w instanceof Error)U=w.message,W=w.stack;else U=this.formatMessage(w,A);let{consoleText:J,fileText:B}=this.buildOutputTexts(U);if(this.shouldStyleConsole()){let j=this.options.showIcons===!1?"":LT[$],T=this.options.showTags!==!1&&this.name?Z.gray(this.formatTag(this.name)):"",F;switch($){case"debug":F=this.formatConsoleMessage({timestamp:f,icon:j,tag:T,message:Z.gray(J),level:$}),console.error(F);break;case"info":F=this.formatConsoleMessage({timestamp:f,icon:j,tag:T,message:J,level:$}),console.warn(F);break;case"success":F=this.formatConsoleMessage({timestamp:f,icon:j,tag:T,message:Z.green(J),level:$}),console.error(F);break;case"warning":F=this.formatConsoleMessage({timestamp:f,icon:j,tag:T,message:J,level:$}),console.warn(F);break;case"error":if(F=this.formatConsoleMessage({timestamp:f,icon:j,tag:T,message:J,level:$}),console.error(F),W){let H=W.split(`
|
|
141
|
+
`);for(let h of H)if(h.trim()&&!h.includes(U))console.error(this.formatConsoleMessage({timestamp:f,message:Z.gray(` ${h}`),level:$,showTimestamp:!1}))}break}}else if(!z$()){if(console.error(`${X} ${this.environment}.${$.toUpperCase()}: ${U}`),W)console.error(W)}if(!this.shouldLog($))return;let E=`${X} ${this.environment}.${$.toUpperCase()}: ${B}
|
|
142
|
+
`;if(W)E+=`${W}
|
|
143
|
+
`;if(E=E.replace(this.ANSI_PATTERN,""),this.shouldWriteToFile())await this.writeToFile(E)}progress($,w=""){let A={update:(W,J)=>{},finish:(W)=>{},interrupt:(W,J)=>{}};if(!this.enabled)return A;let Y=30;if(this.activeProgressBar={total:Math.max(1,$||1),current:0,message:w||"",barLength:Y,lastRenderedLine:""},this.shouldStyleConsole()&&!z$()&&Q.stdout.isTTY)this.renderProgressBar(this.activeProgressBar);return{update:(W,J)=>{if(!this.enabled||!this.activeProgressBar)return;if(this.activeProgressBar.current=Math.min(Math.max(0,W),this.activeProgressBar.total),J!==void 0)this.activeProgressBar.message=J;if(this.shouldStyleConsole()&&!z$()&&Q.stdout.isTTY)this.renderProgressBar(this.activeProgressBar)},finish:(W)=>{if(!this.activeProgressBar)return;this.finishProgressBar(this.activeProgressBar,W)},interrupt:(W,J="info")=>{if(!z$()&&Q.stdout.isTTY)Q.stdout.write(`
|
|
144
|
+
`);if(this[J==="warning"?"warn":J](W),this.activeProgressBar&&this.shouldStyleConsole()&&!z$()&&Q.stdout.isTTY)this.renderProgressBar(this.activeProgressBar)}}}time($){let w=performance.now();if(this.shouldStyleConsole()){let A=this.options.showTags!==!1&&this.name?Z.gray(this.formatTag(this.name)):"",Y=this.formatConsoleTimestamp(new Date);console.error(this.formatConsoleMessage({timestamp:Y,icon:this.options.showIcons===!1?"":Z.blue("◐"),tag:A,message:`${Z.cyan($)}...`}))}return async(A)=>{if(!this.enabled)return;let Y=performance.now(),f=Math.round(Y-w),X=`${$} completed in ${f}ms`,U=new Date,W=this.formatConsoleTimestamp(U),B=`${this.formatFileTimestamp(U)} ${this.environment}.INFO: ${X}`;if(A)B+=` ${JSON.stringify(A)}`;if(B+=`
|
|
145
|
+
`,B=B.replace(this.ANSI_PATTERN,""),this.shouldStyleConsole()){let E=this.options.showTags!==!1&&this.name?Z.gray(this.formatTag(this.name)):"";console.error(this.formatConsoleMessage({timestamp:W,icon:this.options.showIcons===!1?"":Z.green("✓"),tag:E,message:`${X}${A?` ${JSON.stringify(A)}`:""}`}))}else if(!z$())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 qf(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(z$())throw Error("createReadStream is not supported in browser environments");if(!$f(this.currentLogFile))throw Error(`Log file does not exist: ${this.currentLogFile}`);return uj(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 Y=u0.isBuffer($)?$:u0.from($,"base64"),f=Y.subarray(0,16),X=Y.subarray(Y.length-16),U=Y.subarray(16,Y.length-16),W=y5("aes-256-gcm",A,f);W.setAuthTag(X);let J=W.update(U),B=W.final(),E=J.length+B.length,j=u0.allocUnsafe(E);return J.copy(j,0),B.copy(j,J.length),j.toString("utf8")}catch(Y){throw Error(`Decryption failed: ${Y instanceof Error?Y.message:String(Y)}`)}}getLevel(){return this.config.level}getLogDirectory(){return this.config.logDirectory}getFormat(){return this.config.format}getRotationConfig(){return this.config.rotation}isBrowserMode(){return z$()}isServerMode(){return!z$()}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),Y=this.formatFileTimestamp(w),{consoleText:f,fileText:X}=this.buildOutputTexts($);if(this.shouldStyleConsole()){let W=f.split(`
|
|
146
|
+
`),J=Math.max(...W.map((T)=>T.length))+2,B=`┌${"─".repeat(J)}┐`,E=`└${"─".repeat(J)}┘`,j=W.map((T)=>{return this.formatConsoleMessage({timestamp:A,message:Z.cyan(T),showTimestamp:!1})});console.error(this.formatConsoleMessage({timestamp:A,message:Z.cyan(B),showTimestamp:!1})),j.forEach((T)=>console.error(T)),console.error(this.formatConsoleMessage({timestamp:A,message:Z.cyan(E),showTimestamp:!1}))}else if(!z$())console.error(`${Y} ${this.environment}.INFO: [BOX] ${X}`);let U=`${Y} ${this.environment}.INFO: [BOX] ${X}
|
|
147
|
+
`.replace(this.ANSI_PATTERN,"");if(this.shouldWriteToFile())await this.writeToFile(U)}async prompt($){if(z$())return Promise.resolve(!0);return new Promise((w)=>{console.error(`${Z.cyan("?")} ${$} (y/n) `);let A=(Y)=>{let f=Y.toString().trim().toLowerCase();Q.stdin.removeListener("data",A);try{if(typeof Q.stdin.setRawMode==="function")Q.stdin.setRawMode(!1)}catch{}Q.stdin.pause(),console.error(""),w(f==="y"||f==="yes")};try{if(typeof Q.stdin.setRawMode==="function")Q.stdin.setRawMode(!0)}catch{}Q.stdin.resume(),Q.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 J=/%([sdijfo%])/g,B=0;if(A=$.replace(J,(E,j)=>{if(j==="%")return"%";if(B>=w.length)return E;let T=w[B++];switch(j){case"s":return String(T);case"d":case"i":return Number(T).toString();case"j":case"o":return JSON.stringify(T,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:Y,fileText:f}=this.buildOutputTexts(A);if(this.shouldStyleConsole()){let J=this.options.showTags!==!1&&this.name?Z.gray(this.formatTag(this.name)):"",B=this.options.showIcons===!1?"":`${Z.blue("◐")} `;console.error(`${B}${J} ${Z.cyan(Y)}`)}let W=`[${new Date().toISOString()}] ${this.environment}.INFO: [START] ${f}
|
|
148
|
+
`.replace(this.ANSI_PATTERN,"");if(this.shouldWriteToFile())await this.writeToFile(W)}renderProgressBar($,w=!1){if(!this.enabled||!this.shouldStyleConsole()||!Q.stdout.isTTY)return;let A=Math.min(100,Math.max(0,Math.round($.current/$.total*100))),Y=Math.round($.barLength*A/100),f=$.barLength-Y,X=Z.green("━".repeat(Y)),U=Z.gray("━".repeat(f)),W=`[${X}${U}]`,J=`${A}%`.padStart(4),B=$.message?` ${$.message}`:"",E=this.options.showIcons===!1?"":w||A===100?Z.green("✓"):Z.blue("▶"),j=this.options.showTags!==!1&&this.name?` ${Z.gray(this.formatTag(this.name))}`:"",T=`\r${E}${j} ${W} ${J}${B}`,F=Q.stdout.columns||80,H=" ".repeat(Math.max(0,F-T.replace(this.ANSI_PATTERN,"").length));if($.lastRenderedLine=`${T}${H}`,Q.stdout.write($.lastRenderedLine),w)Q.stdout.write(`
|
|
149
|
+
`)}finishProgressBar($,w){if(!this.enabled||!this.fancy||z$()||!Q.stdout.isTTY){this.activeProgressBar=null;return}if($.current<$.total)$.current=$.total;if(w)$.message=w;this.renderProgressBar($,!0),this.activeProgressBar=null}async clear($={}){if(z$()){console.warn("Log clearing is not supported in browser environments.");return}try{console.warn("Clearing logs...",this.config.logDirectory);let w=await wf(this.config.logDirectory),A=[];for(let Y of w){if(!($.name?new RegExp($.name.replace("*",".*")).test(Y):Y.startsWith(this.name))||!Y.endsWith(".log"))continue;let X=h1(this.config.logDirectory,Y);if($.before)try{if((await z1(X)).mtime>=$.before)continue}catch(U){console.error(`Failed to get stats for file ${X}:`,U);continue}A.push(X)}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 Y of A)try{await Af(Y),console.warn(`Deleted log file: ${Y}`)}catch(f){console.error(`Failed to delete log file ${Y}:`,f)}console.warn("Log clearing process finished.")}catch(w){console.error("Error during log clearing process:",w)}}}async function KT($,w={}){let{maxRetries:A=3,retryDelay:Y=1000,isRetryable:f=()=>!0,fallback:X}=w,U=Error("Unknown error occurred");for(let W=0;W<=A;W++)try{return await $()}catch(J){if(U=J instanceof Error?J:Error(String(J)),W===A||!f(U))break;if(Y>0)await new Promise((B)=>setTimeout(B,Y))}if(X!==void 0)return X;throw U instanceof Error?U:Error(`Unknown error: ${String(U)}`)}function RT($){return $ instanceof o$}function t5($){return $ instanceof Nf}function p5($){if(RT($))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 Cf{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:Y,useCamelCase:f=!0,useBackwardCompatibility:X=!0,customParsers:U={},verbose:W=!1,trackPerformance:J=!0}=A,B=async()=>{if(!$)return{config:w,source:{type:"environment",priority:50,timestamp:new Date}};let E=Y||this.generateEnvPrefix($),j={...w};return this.processObject(j,[],E,{useCamelCase:f,useBackwardCompatibility:X,customParsers:U,verbose:W,configName:$}),{config:j,source:{type:"environment",priority:50,timestamp:new Date}}};if(J)return s1.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,Y){for(let[f,X]of Object.entries($)){let U=[...w,f],W=U.map((E)=>this.formatEnvKey(E,Y.useCamelCase)),J=`${A}_${W.join("_")}`,B=Y.useBackwardCompatibility?`${A}_${U.map((E)=>E.toUpperCase()).join("_")}`:null;if(Y.verbose);if(typeof X==="object"&&X!==null&&!Array.isArray(X))this.processObject(X,U,A,Y);else{let E=Yf.env[J]||(B?Yf.env[B]:void 0);if(E!==void 0){if(Y.verbose){let j=Yf.env[J]?J:B}try{$[f]=this.parseEnvironmentValue(E,typeof X,J,Y.customParsers,Y.configName)}catch(j){if(j instanceof yf)throw j;throw Uw.envVar(J,E,typeof X,Y.configName)}}}}}parseEnvironmentValue($,w,A,Y,f){for(let[X,U]of Object.entries(Y))try{return U($)}catch{continue}for(let X of this.defaultParsers)if(X.canParse($,w))try{return X.parse($)}catch{throw Uw.envVar(A,$,`${w} (via ${X.name} parser)`,f)}return $}getEnvironmentVariables($){let w={},A=$.toUpperCase();for(let[Y,f]of Object.entries(Yf.env))if(Y.startsWith(A)&&f!==void 0)w[Y]=f;return w}validateEnvironmentVariable($,w,A){let Y=[];if(!/^[A-Z_][A-Z0-9_]*$/.test($))Y.push(`Environment variable key "${$}" should only contain uppercase letters, numbers, and underscores`);if(A)try{this.parseEnvironmentValue($,w,A,{})}catch(f){Y.push(`Cannot parse value "${w}" as ${A}: ${f}`)}return{isValid:Y.length===0,errors:Y}}generateEnvVarDocs($,w,A={}){let{prefix:Y,format:f="text"}=A,X=Y||this.generateEnvPrefix($),U=[];switch(this.extractEnvVarInfo(w,[],X,U),f){case"markdown":return this.formatAsMarkdown(U,$);case"json":return JSON.stringify(U,null,2);default:return this.formatAsText(U,$)}}extractEnvVarInfo($,w,A,Y){for(let[f,X]of Object.entries($)){let U=[...w,f],W=`${A}_${U.map((J)=>this.formatEnvKey(J,!0)).join("_")}`;if(typeof X==="object"&&X!==null&&!Array.isArray(X))this.extractEnvVarInfo(X,U,A,Y);else Y.push({key:W,type:Array.isArray(X)?"array":typeof X,description:`Configuration for ${U.join(".")}`,example:this.generateExample(X)})}}generateExample($){if(Array.isArray($))return JSON.stringify($);if(typeof $==="object"&&$!==null)return JSON.stringify($);return String($)}formatAsText($,w){let A=`Environment Variables for ${w}:
|
|
150
|
+
|
|
151
|
+
`;for(let Y of $)A+=`${Y.key}
|
|
152
|
+
`,A+=` Type: ${Y.type}
|
|
153
|
+
`,A+=` Description: ${Y.description}
|
|
154
|
+
`,A+=` Example: ${Y.example}
|
|
151
155
|
|
|
152
156
|
`;return A}formatAsMarkdown($,w){let A=`# Environment Variables for ${w}
|
|
153
157
|
|
|
154
158
|
`;A+=`| Variable | Type | Description | Example |
|
|
155
159
|
`,A+=`|----------|------|-------------|----------|
|
|
156
|
-
`;for(let
|
|
157
|
-
`;return A}}function t7($,w){let A=iF("process");if(typeof A>"u"||!A.env)return w;let J=A.env[$];return J!==void 0?J:w}function kF($,w,A={}){return xF($,w,A,new WeakMap)}function xF($,w,A,J){let{arrayMergeMode:Y="replace",skipNullish:U=!1,customMerger:Z}=A;if(w===null||w===void 0)return U?$:w;if(Z){let B=Z($,w);if(B!==void 0)return B}if(Array.isArray(w)||Array.isArray($))return PF($,w,Y,J);if(!J0(w)||!J0($))return w;return o7($,w,A,J)}function PF($,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 r7($,w);case"smart":return a7($,w,J);default:return w}return w}function r7($,w){let A=[...w];for(let J of $)if(!A.some((Y)=>zZ(Y,J)))A.push(J);return A}function a7($,w,A){if(w.length===0)return $;if($.length===0)return w;if(J0(w[0])&&J0($[0]))return s7($,w,A);if(w.every((J)=>typeof J==="string")&&$.every((J)=>typeof J==="string")){let J=[...w];for(let Y of $)if(!J.includes(Y))J.push(Y);return J}return w}function s7($,w,A){let J=[...w];for(let Y of $){if(!J0(Y)){J.push(Y);continue}let U=["id","name","key","path","type"],Z=!1;for(let B of U)if(B in Y){if(J.find((E)=>J0(E)&&(B in E)&&E[B]===Y[B])){Z=!0;break}}if(!Z)J.push(Y)}return J}function o7($,w,A,J){let Y=w;if(J0(Y)&&J.has(Y))return J.get(Y);let U={...$};if(J0(Y))J.set(Y,U);for(let Z in Y){if(!Object.prototype.hasOwnProperty.call(Y,Z))continue;let B=Y[Z],W=U[Z];if(A.skipNullish&&(B===null||B===void 0))continue;if(B===null||B===void 0){U[Z]=B;continue}if(J0(B)&&J0(W))U[Z]=xF(W,B,A,J);else if(Array.isArray(B)||Array.isArray(W))U[Z]=PF(W,B,A.arrayMergeMode||"smart",J);else U[Z]=B}return U}function LZ($,w,A="replace"){return kF($,w,{arrayMergeMode:A==="replace"?"replace":"smart",skipNullish:!0})}function zZ($,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(!zZ($[A],w[A]))return!1;return!0}if(J0($)&&J0(w)){let A=Object.keys($),J=Object.keys(w);if(A.length!==J.length)return!1;for(let Y of A){if(!Object.prototype.hasOwnProperty.call(w,Y))return!1;if(!zZ($[Y],w[Y]))return!1}return!0}return!1}function J0($){return Boolean($&&typeof $==="object"&&!Array.isArray($))}class fY{extensions=[".ts",".js",".mjs",".cjs",".json",".mts",".cts"];async loadFromPath($,w,A={}){let{arrayStrategy:J="replace",useCache:Y=!0,cacheTtl:U,trackPerformance:Z=!0,verbose:B=!1}=A;if(Y){let E=f1.getWithFileCheck("file",$);if(E){if(B)console.log(`Configuration loaded from cache: ${$}`);return E}}let W=async()=>{if(!gJ($))return null;try{let E=`?t=${Date.now()}`,j=await import($+E),F=j.default||j,f="default"in j,z=Object.keys(j).length>0;if(!f&&!z)throw new v1($,Error("Configuration file is empty and exports nothing"),"unknown");if(typeof F!=="object"||F===null||Array.isArray(F))throw new v1($,Error("Configuration must export a valid object"),"unknown");let q={config:LZ(w,F,J),source:{type:"file",path:$,priority:100,timestamp:new Date}};if(Y)f1.setWithFileCheck("file",q,$,U);return q}catch(E){throw E instanceof Error?Jw.configLoad($,E):Jw.configLoad($,Error(String(E)))}};if(Z)return n1.track("loadFromPath",W,{path:$});return W()}async tryLoadFromPaths($,w,A={}){for(let J of $)try{let Y=await this.loadFromPath(J,w,A);if(Y)return Y}catch(Y){if(Y instanceof Error&&Y.name==="ConfigLoadError")throw Y;if(A.verbose)console.warn(`Failed to load config from ${J}:`,Y)}return null}generateConfigPaths($,w,A){let J=this.generateNamePatterns($,A),Y=[];for(let U of J)for(let Z of this.extensions)Y.push($Z(w,`${U}${Z}`));return Y}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 DF(async()=>{return gJ($)},{maxRetries:2,retryDelay:100,fallback:!1})}async discoverConfigFiles($,w,A){let J=[];if(!gJ($))return J;if(w||A){let Y=this.generateNamePatterns(w||"",A);for(let U of Y)for(let Z of this.extensions){let B=$Z($,`${U}${Z}`);if(await this.checkFileAccess(B))J.push(B)}}else try{let{readdirSync:Y}=await import("fs"),U=Y($);for(let Z of U)if(this.looksLikeConfigFile(Z)){let B=$Z($,Z);if(await this.checkFileAccess(B))J.push(B)}}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(!gJ($))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:Y}=await import("fs"),U=Y($,"utf8");JSON.parse(U)}catch(Y){w.push(`Invalid JSON syntax: ${Y}`)}}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 Y=await this.loadFromPath(J,{},w);if(Y)A.set(J,Y.config)}catch(Y){if(w.verbose)console.warn(`Failed to preload ${J}:`,Y)}})),A}}class yZ{async validateConfiguration($,w,A={}){let{stopOnFirstError:J=!1,validateRequired:Y=!0,validateTypes:U=!0,customRules:Z=[],trackPerformance:B=!0,verbose:W=!1}=A,E=async()=>{let j=[],F=[],f={stopOnFirstError:J,validateRequired:Y,validateTypes:U,customRules:Z,trackPerformance:B,verbose:W};try{if(typeof w==="string")return await this.validateWithSchemaFile($,w,f);else if(Array.isArray(w))return this.validateWithRules($,[...w,...Z],f);else return this.validateWithJSONSchema($,w,f)}catch(z){return j.push({path:"",message:`Validation failed: ${z}`,rule:"system"}),{isValid:!1,errors:j,warnings:F}}};if(B)return await n1.track("validateConfiguration",E);return E()}async validateWithSchemaFile($,w,A){try{if(!O7(w))throw new m1(w,[{path:"",message:"Schema file does not exist"}]);let J=await import(w),Y=J.default||J;if(Array.isArray(Y))return this.validateWithRules($,Y,A);else return this.validateWithJSONSchema($,Y,A)}catch(J){throw new m1(w,[{path:"",message:`Failed to load schema: ${J}`}])}}validateWithJSONSchema($,w,A){let J=[],Y=[];return this.validateObjectAgainstSchema($,w,"",J,Y,A),{isValid:J.length===0,errors:J,warnings:Y}}validateObjectAgainstSchema($,w,A,J,Y,U){if(U.validateTypes&&w.type){let Z=Array.isArray($)?"array":typeof $,B=Array.isArray(w.type)?w.type:[w.type];if(!B.includes(Z)){if(J.push({path:A,message:`Expected type ${B.join(" or ")}, got ${Z}`,expected:B.join(" or "),actual:Z,rule:"type"}),U.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"}),U.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 Z=0;Z<$.length;Z++){let B=A?`${A}[${Z}]`:`[${Z}]`;if(this.validateObjectAgainstSchema($[Z],w.items,B,J,Y,U),U.stopOnFirstError&&J.length>0)return}if($&&typeof $==="object"&&!Array.isArray($)){let Z=$;if(U.validateRequired&&w.required){for(let B of w.required)if(!(B in Z)){if(J.push({path:A?`${A}.${B}`:B,message:`Missing required property '${B}'`,expected:"required",rule:"required"}),U.stopOnFirstError)return}}if(w.properties){for(let[B,W]of Object.entries(w.properties))if(B in Z){let E=A?`${A}.${B}`:B;if(this.validateObjectAgainstSchema(Z[B],W,E,J,Y,U),U.stopOnFirstError&&J.length>0)return}}if(w.additionalProperties===!1){let B=new Set(Object.keys(w.properties||{}));for(let W of Object.keys(Z))if(!B.has(W))Y.push({path:A?`${A}.${W}`:W,message:`Additional property '${W}' is not allowed`,rule:"additionalProperties"})}}}validateWithRules($,w,A){let J=[],Y=[];for(let U of w)try{let Z=this.getValueByPath($,U.path),B=this.validateWithRule(Z,U,U.path);if(J.push(...B),A.stopOnFirstError&&J.length>0)break}catch(Z){J.push({path:U.path,message:`Rule validation failed: ${Z}`,rule:"system"})}return{isValid:J.length===0,errors:J,warnings:Y}}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 Y=Array.isArray($)?"array":typeof $;if(Y!==w.type)J.push({path:A,message:w.message||`Expected type ${w.type}, got ${Y}`,expected:w.type,actual:Y,rule:"type"})}if(w.min!==void 0){let Y=Array.isArray($)?$.length:typeof $==="string"?$.length:typeof $==="number"?$:0;if(Y<w.min)J.push({path:A,message:w.message||`Value must be at least ${w.min}`,expected:`>= ${w.min}`,actual:Y,rule:"min"})}if(w.max!==void 0){let Y=Array.isArray($)?$.length:typeof $==="string"?$.length:typeof $==="number"?$:0;if(Y>w.max)J.push({path:A,message:w.message||`Value must not exceed ${w.max}`,expected:`<= ${w.max}`,actual:Y,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 Y=w.validator($);if(Y)J.push({path:A,message:w.message||Y,rule:"custom"})}return J}getValueByPath($,w){if(!w)return $;let A=w.split("."),J=$;for(let Y of A)if(J&&typeof J==="object"&&Y in J)J=J[Y];else return;return J}generateRulesFromInterface($){let w=[],A=$.matchAll(/(\w+)(\?)?:\s*(\w+)/g);for(let J of A){let[,Y,U,Z]=J;w.push({path:Y,required:!U,type:this.mapTypeScriptType(Z)})}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:nF},{path:"timeout",type:"number",min:0},{path:"retries",type:"number",min:0,max:10}]}}}class VZ{fileLoader=new fY;envProcessor=new zY;validator=new yZ;async loadConfig($){let w=Date.now(),{cache:A,performance:J,schema:Y,validate:U,...Z}=$;try{if(A?.enabled){let W=this.checkCache(Z.name||"",Z);if(W)return W}let B;try{B=await this.loadConfigurationStrategies(Z,!0,A)}catch(W){let E=Z.__strictErrorHandling;if(W instanceof Error&&W.name==="ConfigNotFoundError"){if(E)throw W;B={...await this.applyEnvironmentVariables(Z.name||"",Z.defaultConfig,Z.checkEnv!==!1,Z.verbose||!1),warnings:[`No configuration file found for "${Z.name||"config"}", using defaults with environment variables`]}}else if(W instanceof Error&&W.name==="ConfigLoadError"){let j=W.message.includes("EACCES")||W.message.includes("EPERM")||W.message.includes("permission denied"),F=!j&&(W.message.includes("syntax")||W.message.includes("Expected")||W.message.includes("Unexpected")||W.message.includes("BuildMessage")||W.message.includes("errors building")),f=W.message.includes("Configuration must export a valid object")||W.message.includes("Configuration file is empty and exports nothing");if(E&&(f||j))throw W;if(F&&(!E||!f))B={...await this.applyEnvironmentVariables(Z.name||"",Z.defaultConfig,Z.checkEnv!==!1,Z.verbose||!1),warnings:["Configuration file has syntax errors, using defaults with environment variables"]};else if(!E)B={...await this.applyEnvironmentVariables(Z.name||"",Z.defaultConfig,Z.checkEnv!==!1,Z.verbose||!1),warnings:[`Configuration loading error, using defaults: ${W.message}`]};else throw W}else B={...await this.applyEnvironmentVariables(Z.name||"",Z.defaultConfig,Z.checkEnv!==!1,Z.verbose||!1),warnings:[`Configuration loading failed, using defaults: ${W instanceof Error?W.message:String(W)}`]}}if(Y||U)await this.validateConfiguration(B.config,Y,U,Z.name);if(A?.enabled&&B)this.cacheResult(Z.name||"",B,A,Z);if(J?.enabled){let W={operation:"loadConfig",duration:Date.now()-w,configName:Z.name,timestamp:new Date};if(J.onMetrics)J.onMetrics(W);if(J.slowThreshold&&W.duration>J.slowThreshold)H0.warn(`Slow configuration loading detected: ${W.duration}ms for ${Z.name}`);B.metrics=W}return B}catch(B){let W=Date.now()-w;throw H0.error(`Configuration loading failed after ${W}ms:`,[B instanceof Error?B:Error(String(B))]),B}}async loadConfigurationStrategies($,w=!1,A){let{name:J="",alias:Y,cwd:U,configDir:Z,defaultConfig:B,checkEnv:W=!0,arrayStrategy:E="replace",verbose:j=!1}=$,F=U||Tw.cwd(),f=[],z=await this.loadLocalConfiguration(J,Y,F,Z,B,E,j,W,A);if(z)return f.push(...this.getLocalSearchPaths(J,Y,F,Z)),this.finalizeResult(z,f,W,J,j);let H=await this.loadHomeConfiguration(J,Y,B,E,j,W);if(H)return f.push(...this.getHomeSearchPaths(J,Y)),this.finalizeResult(H,f,W,J,j);let T=await this.loadPackageJsonConfiguration(J,Y,F,B,E,j,W);if(T)return f.push(b$(F,"package.json")),this.finalizeResult(T,f,W,J,j);if(f.push(...this.getAllSearchPaths(J,Y,F,Z)),w)throw Jw.configNotFound(J,f,Y);return{...await this.applyEnvironmentVariables(J,B,W,j),warnings:[`No configuration file found for "${J}"${Y?` or alias "${Y}"`:""}, using defaults with environment variables`]}}async loadLocalConfiguration($,w,A,J,Y,U,Z,B,W){let E=B?u1($,Y,Z):Y,j=this.getLocalDirectories(A,J);for(let F of j){if(Z)H0.info(`Searching for configuration in: ${F}`);let f=this.fileLoader.generateConfigPaths($,F,w),z=await this.fileLoader.tryLoadFromPaths(f,E,{arrayStrategy:U,verbose:Z,cacheTtl:W?.ttl,useCache:!W?.ttl||W.ttl>100});if(z){if(Z)H0.success(`Configuration loaded from: ${z.source.path}`);return z}}return null}async loadHomeConfiguration($,w,A,J,Y,U){if(!$)return null;let Z=U?u1($,A,Y):A,B=[b$(J1(),".config",$),b$(J1(),".config"),J1()];for(let W of B){if(Y)H0.info(`Checking home directory: ${W}`);let E=this.fileLoader.generateConfigPaths($,W,w),j=await this.fileLoader.tryLoadFromPaths(E,Z,{arrayStrategy:J,verbose:Y});if(j){if(Y)H0.success(`Configuration loaded from home directory: ${j.source.path}`);return j}}return null}async loadPackageJsonConfiguration($,w,A,J,Y,U,Z){let B=Z?u1($,J,U):J;try{let W=b$(A,"package.json");if(!jZ(W))return null;let E=await import(W),j=E[$],F=$;if(!j&&w)j=E[w],F=w;if(j&&typeof j==="object"&&!Array.isArray(j)){if(U)H0.success(`Configuration loaded from package.json: ${F}`);return{config:LZ(B,j,Y),source:{type:"package.json",path:W,priority:30,timestamp:new Date}}}}catch(W){if(U)H0.warn("Failed to load package.json:",[W instanceof Error?W:Error(String(W))])}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:u1($,w,J),source:{type:"environment",priority:20,timestamp:new Date}}}async finalizeResult($,w,A,J,Y){return{config:$.config,source:$.source,path:$.source.path}}async validateConfiguration($,w,A,J){let Y=[];if(A){let U=A($);if(U)Y.push(...U)}if(w){let U=await this.validator.validateConfiguration($,w);if(!U.isValid)Y.push(...U.errors.map((Z)=>Z.path?`${Z.path}: ${Z.message}`:Z.message))}if(Y.length>0)throw Jw.configValidation(J||"unknown",Y,J)}checkCache($,w){let A=this.generateCacheKey($,w);return f1.get(A)||null}cacheResult($,w,A,J){let Y=this.generateCacheKey($,J);f1.set(Y,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 Y=[];return Y.push(...this.getLocalSearchPaths($,w,A,J)),Y.push(...this.getHomeSearchPaths($,w)),Y.push(b$(A,"package.json")),Y}getLocalSearchPaths($,w,A,J){let Y=this.getLocalDirectories(A,J),U=[];for(let Z of Y)U.push(...this.fileLoader.generateConfigPaths($,Z,w));return U}getHomeSearchPaths($,w){if(!$)return[];let A=[b$(J1(),".config",$),b$(J1(),".config"),J1()],J=[];for(let Y of A)J.push(...this.fileLoader.generateConfigPaths($,Y,w));return J}async loadConfigWithResult($){return this.loadConfig($)}}function WF($){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 e7($){return d0.loadConfig({...$,__strictErrorHandling:!0})}async function bF($){let w="defaultConfig"in $&&$.defaultConfig!==void 0?$.defaultConfig:{},A="cache"in $||"performance"in $||"schema"in $||"validate"in $;try{let J;if(A)J=await d0.loadConfig($);else J=await d0.loadConfig({...$,defaultConfig:w,cache:{enabled:!0},performance:{enabled:!1}});return J?.config??w}catch(J){let Y=J instanceof Error?J.name:"UnknownError",U=J instanceof Error?J.message:String(J);if(!(Y==="ConfigNotFoundError"||Y==="ConfigLoadError"||Y==="ConfigValidationError"||U.includes("config"))&&$.verbose)H0.warn("Unexpected error loading config, using defaults:",[J instanceof Error?J:Error(String(J))]);let B=A?{...$,defaultConfig:w}:{...$,defaultConfig:w,cache:{enabled:!0},performance:{enabled:!1}};if("checkEnv"in $?$.checkEnv!==!1:!0)return(await d0.applyEnvironmentVariables(B.name||"",w,!0,B.verbose||!1))?.config??w;return w}}async function $5($={defaultConfig:{}}){if(typeof $==="string"){let{cwd:w}=await import("process");try{return(await d0.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"&&WF(A)))return(await d0.applyEnvironmentVariables($,{},!0,!1)).config;throw A}}try{return(await d0.loadConfig({...$,cwd:$.cwd||Tw.cwd(),cache:{enabled:!0},performance:{enabled:!1}})).config}catch(w){if(w instanceof Error&&(w.name==="ConfigNotFoundError"||w.name==="ConfigLoadError"&&WF(w)))return(await d0.applyEnvironmentVariables($.name||"",$.defaultConfig||{},$.checkEnv!==!1,$.verbose||!1)).config;throw w}}async function w5($,w,A="replace"){let J=new fY;try{let Y=await J.loadFromPath($,w,{arrayStrategy:A,useCache:!1,trackPerformance:!1});return Y?Y.config:null}catch{return null}}function u1($,w,A=!1){let J=new zY,Y=$.toUpperCase().replace(/[^A-Z0-9]/g,"_");function U(Z,B=[]){let W={...Z};for(let[E,j]of Object.entries(Z)){let F=[...B,E],f=[`${Y}_${F.join("_").toUpperCase()}`,`${Y}_${F.map((T)=>T.toUpperCase()).join("")}`,`${Y}_${F.map((T)=>T.replace(/([A-Z])/g,"_$1").toUpperCase()).join("")}`],z,H;for(let T of f)if(z=Tw.env[T],z!==void 0){H=T;break}if(z!==void 0&&H)if(typeof j==="boolean")W[E]=["true","1","yes"].includes(z.toLowerCase());else if(typeof j==="number"){let T=Number(z);if(!Number.isNaN(T))W[E]=T}else if(Array.isArray(j))try{W[E]=JSON.parse(z)}catch{W[E]=z.split(",").map((T)=>T.trim())}else W[E]=z;else if(j&&typeof j==="object"&&!Array.isArray(j))W[E]=U(j,F)}return W}return U(w)}function A5($){let w=b$(Tw.cwd(),$.configDir),A=b$(Tw.cwd(),$.generatedDir),J=b$(A,"config-types.ts");if(!jZ(gj(J)))Z7(gj(J),{recursive:!0,mode:511});let Y=jZ(w)?W7(w).map((Z)=>Z.replace(/\.(ts|js|mjs|cjs|mts|cts|json)$/,"")).sort():[],U=`// Generated by bunfig v${_5}
|
|
158
|
-
export type ConfigNames = ${
|
|
159
|
-
`;
|
|
160
|
-
${
|
|
160
|
+
`;for(let Y of $)A+=`| \`${Y.key}\` | ${Y.type} | ${Y.description} | \`${Y.example}\` |
|
|
161
|
+
`;return A}}function r5($,w){let A=IT("process");if(typeof A>"u"||!A.env)return w;let Y=A.env[$];return Y!==void 0?Y:w}function qT($,w,A={}){return NT($,w,A,new WeakMap)}function NT($,w,A,Y){let{arrayMergeMode:f="replace",skipNullish:X=!1,customMerger:U}=A;if(w===null||w===void 0)return X?$:w;if(U){let W=U($,w);if(W!==void 0)return W}if(Array.isArray(w)||Array.isArray($))return yT($,w,f,Y);if(!U0(w)||!U0($))return w;return e5($,w,A,Y)}function yT($,w,A,Y){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 a5($,w);case"smart":return s5($,w,Y);default:return w}return w}function a5($,w){let A=[...w];for(let Y of $)if(!A.some((f)=>ZU(f,Y)))A.push(Y);return A}function s5($,w,A){if(w.length===0)return $;if($.length===0)return w;if(U0(w[0])&&U0($[0]))return o5($,w,A);if(w.every((Y)=>typeof Y==="string")&&$.every((Y)=>typeof Y==="string")){let Y=[...w];for(let f of $)if(!Y.includes(f))Y.push(f);return Y}return w}function o5($,w,A){let Y=[...w];for(let f of $){if(!U0(f)){Y.push(f);continue}let X=["id","name","key","path","type"],U=!1;for(let W of X)if(W in f){if(Y.find((B)=>U0(B)&&(W in B)&&B[W]===f[W])){U=!0;break}}if(!U)Y.push(f)}return Y}function e5($,w,A,Y){let f=w;if(U0(f)&&Y.has(f))return Y.get(f);let X={...$};if(U0(f))Y.set(f,X);for(let U in f){if(!Object.prototype.hasOwnProperty.call(f,U))continue;let W=f[U],J=X[U];if(A.skipNullish&&(W===null||W===void 0))continue;if(W===null||W===void 0){X[U]=W;continue}if(U0(W)&&U0(J))X[U]=NT(J,W,A,Y);else if(Array.isArray(W)||Array.isArray(J))X[U]=yT(J,W,A.arrayMergeMode||"smart",Y);else X[U]=W}return X}function tU($,w,A="replace"){return qT($,w,{arrayMergeMode:A==="replace"?"replace":"smart",skipNullish:!0})}function ZU($,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(!ZU($[A],w[A]))return!1;return!0}if(U0($)&&U0(w)){let A=Object.keys($),Y=Object.keys(w);if(A.length!==Y.length)return!1;for(let f of A){if(!Object.prototype.hasOwnProperty.call(w,f))return!1;if(!ZU($[f],w[f]))return!1}return!0}return!1}function U0($){return Boolean($&&typeof $==="object"&&!Array.isArray($))}class Sf{extensions=[".ts",".js",".mjs",".cjs",".json",".mts",".cts"];async loadFromPath($,w,A={}){let{arrayStrategy:Y="replace",useCache:f=!0,cacheTtl:X,trackPerformance:U=!0,verbose:W=!1}=A;if(f){let B=q1.getWithFileCheck("file",$);if(B){if(W)console.log(`Configuration loaded from cache: ${$}`);return B}}let J=async()=>{if(!ff($))return null;try{let B=`?t=${Date.now()}`,E=await import($+B),j=E.default||E,T="default"in E,F=Object.keys(E).length>0;if(!T&&!F)throw new r1($,Error("Configuration file is empty and exports nothing"),"unknown");if(typeof j!=="object"||j===null||Array.isArray(j))throw new r1($,Error("Configuration must export a valid object"),"unknown");let G={config:tU(w,j,Y),source:{type:"file",path:$,priority:100,timestamp:new Date}};if(f)q1.setWithFileCheck("file",G,$,X);return G}catch(B){throw B instanceof Error?Uw.configLoad($,B):Uw.configLoad($,Error(String(B)))}};if(U)return s1.track("loadFromPath",J,{path:$});return J()}async tryLoadFromPaths($,w,A={}){for(let Y of $)try{let f=await this.loadFromPath(Y,w,A);if(f)return f}catch(f){if(f instanceof Error&&f.name==="ConfigLoadError")throw f;if(A.verbose)console.warn(`Failed to load config from ${Y}:`,f)}return null}generateConfigPaths($,w,A){let Y=this.generateNamePatterns($,A),f=[];for(let X of Y)for(let U of this.extensions)f.push(yU(w,`${X}${U}`));return f}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 KT(async()=>{return ff($)},{maxRetries:2,retryDelay:100,fallback:!1})}async discoverConfigFiles($,w,A){let Y=[];if(!ff($))return Y;if(w||A){let f=this.generateNamePatterns(w||"",A);for(let X of f)for(let U of this.extensions){let W=yU($,`${X}${U}`);if(await this.checkFileAccess(W))Y.push(W)}}else try{let{readdirSync:f}=await import("fs"),X=f($);for(let U of X)if(this.looksLikeConfigFile(U)){let W=yU($,U);if(await this.checkFileAccess(W))Y.push(W)}}catch{return[]}return Y}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(!ff($))return w.push("Configuration file does not exist"),w;let A=await import($),Y=A.default||A;if(Y===void 0)w.push("Configuration file must export a default value or named exports");else if(typeof Y!=="object"||Y===null)w.push("Configuration must be an object");else if(Array.isArray(Y))w.push("Configuration cannot be an array at the root level");if($.endsWith(".json"))try{let{readFileSync:f}=await import("fs"),X=f($,"utf8");JSON.parse(X)}catch(f){w.push(`Invalid JSON syntax: ${f}`)}}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(Y)=>{try{let f=await this.loadFromPath(Y,{},w);if(f)A.set(Y,f.config)}catch(f){if(w.verbose)console.warn(`Failed to preload ${Y}:`,f)}})),A}}class pU{async validateConfiguration($,w,A={}){let{stopOnFirstError:Y=!1,validateRequired:f=!0,validateTypes:X=!0,customRules:U=[],trackPerformance:W=!0,verbose:J=!1}=A,B=async()=>{let E=[],j=[],T={stopOnFirstError:Y,validateRequired:f,validateTypes:X,customRules:U,trackPerformance:W,verbose:J};try{if(typeof w==="string")return await this.validateWithSchemaFile($,w,T);else if(Array.isArray(w))return this.validateWithRules($,[...w,...U],T);else return this.validateWithJSONSchema($,w,T)}catch(F){return E.push({path:"",message:`Validation failed: ${F}`,rule:"system"}),{isValid:!1,errors:E,warnings:j}}};if(W)return await s1.track("validateConfiguration",B);return B()}async validateWithSchemaFile($,w,A){try{if(!Q5(w))throw new a1(w,[{path:"",message:"Schema file does not exist"}]);let Y=await import(w),f=Y.default||Y;if(Array.isArray(f))return this.validateWithRules($,f,A);else return this.validateWithJSONSchema($,f,A)}catch(Y){throw new a1(w,[{path:"",message:`Failed to load schema: ${Y}`}])}}validateWithJSONSchema($,w,A){let Y=[],f=[];return this.validateObjectAgainstSchema($,w,"",Y,f,A),{isValid:Y.length===0,errors:Y,warnings:f}}validateObjectAgainstSchema($,w,A,Y,f,X){if(X.validateTypes&&w.type){let U=Array.isArray($)?"array":typeof $,W=Array.isArray(w.type)?w.type:[w.type];if(!W.includes(U)){if(Y.push({path:A,message:`Expected type ${W.join(" or ")}, got ${U}`,expected:W.join(" or "),actual:U,rule:"type"}),X.stopOnFirstError)return}}if(w.enum&&!w.enum.includes($)){if(Y.push({path:A,message:`Value must be one of: ${w.enum.join(", ")}`,expected:w.enum.join(", "),actual:$,rule:"enum"}),X.stopOnFirstError)return}if(typeof $==="string"){if(w.minLength!==void 0&&$.length<w.minLength)Y.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)Y.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($))Y.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)Y.push({path:A,message:`Value must be at least ${w.minimum}`,expected:`>= ${w.minimum}`,actual:$,rule:"minimum"});if(w.maximum!==void 0&&$>w.maximum)Y.push({path:A,message:`Value must not exceed ${w.maximum}`,expected:`<= ${w.maximum}`,actual:$,rule:"maximum"})}if(Array.isArray($)&&w.items)for(let U=0;U<$.length;U++){let W=A?`${A}[${U}]`:`[${U}]`;if(this.validateObjectAgainstSchema($[U],w.items,W,Y,f,X),X.stopOnFirstError&&Y.length>0)return}if($&&typeof $==="object"&&!Array.isArray($)){let U=$;if(X.validateRequired&&w.required){for(let W of w.required)if(!(W in U)){if(Y.push({path:A?`${A}.${W}`:W,message:`Missing required property '${W}'`,expected:"required",rule:"required"}),X.stopOnFirstError)return}}if(w.properties){for(let[W,J]of Object.entries(w.properties))if(W in U){let B=A?`${A}.${W}`:W;if(this.validateObjectAgainstSchema(U[W],J,B,Y,f,X),X.stopOnFirstError&&Y.length>0)return}}if(w.additionalProperties===!1){let W=new Set(Object.keys(w.properties||{}));for(let J of Object.keys(U))if(!W.has(J))f.push({path:A?`${A}.${J}`:J,message:`Additional property '${J}' is not allowed`,rule:"additionalProperties"})}}}validateWithRules($,w,A){let Y=[],f=[];for(let X of w)try{let U=this.getValueByPath($,X.path),W=this.validateWithRule(U,X,X.path);if(Y.push(...W),A.stopOnFirstError&&Y.length>0)break}catch(U){Y.push({path:X.path,message:`Rule validation failed: ${U}`,rule:"system"})}return{isValid:Y.length===0,errors:Y,warnings:f}}validateWithRule($,w,A){let Y=[];if(w.required&&($===void 0||$===null))return Y.push({path:A,message:w.message||`Property '${A}' is required`,expected:"required",rule:"required"}),Y;if($===void 0||$===null)return Y;if(w.type){let f=Array.isArray($)?"array":typeof $;if(f!==w.type)Y.push({path:A,message:w.message||`Expected type ${w.type}, got ${f}`,expected:w.type,actual:f,rule:"type"})}if(w.min!==void 0){let f=Array.isArray($)?$.length:typeof $==="string"?$.length:typeof $==="number"?$:0;if(f<w.min)Y.push({path:A,message:w.message||`Value must be at least ${w.min}`,expected:`>= ${w.min}`,actual:f,rule:"min"})}if(w.max!==void 0){let f=Array.isArray($)?$.length:typeof $==="string"?$.length:typeof $==="number"?$:0;if(f>w.max)Y.push({path:A,message:w.message||`Value must not exceed ${w.max}`,expected:`<= ${w.max}`,actual:f,rule:"max"})}if(w.pattern&&typeof $==="string"){if(!w.pattern.test($))Y.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($))Y.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 f=w.validator($);if(f)Y.push({path:A,message:w.message||f,rule:"custom"})}return Y}getValueByPath($,w){if(!w)return $;let A=w.split("."),Y=$;for(let f of A)if(Y&&typeof Y==="object"&&f in Y)Y=Y[f];else return;return Y}generateRulesFromInterface($){let w=[],A=$.matchAll(/(\w+)(\?)?:\s*(\w+)/g);for(let Y of A){let[,f,X,U]=Y;w.push({path:f,required:!X,type:this.mapTypeScriptType(U)})}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:VT},{path:"timeout",type:"number",min:0},{path:"retries",type:"number",min:0,max:10}]}}}class rU{fileLoader=new Sf;envProcessor=new Cf;validator=new pU;async loadConfig($){let w=Date.now(),{cache:A,performance:Y,schema:f,validate:X,...U}=$;try{if(A?.enabled){let J=this.checkCache(U.name||"",U);if(J)return J}let W;try{W=await this.loadConfigurationStrategies(U,!0,A)}catch(J){let B=U.__strictErrorHandling;if(J instanceof Error&&J.name==="ConfigNotFoundError"){if(B)throw J;W={...await this.applyEnvironmentVariables(U.name||"",U.defaultConfig,U.checkEnv!==!1,U.verbose||!1),warnings:[`No configuration file found for "${U.name||"config"}", using defaults with environment variables`]}}else if(J instanceof Error&&J.name==="ConfigLoadError"){let E=J.message.includes("EACCES")||J.message.includes("EPERM")||J.message.includes("permission denied"),j=!E&&(J.message.includes("syntax")||J.message.includes("Expected")||J.message.includes("Unexpected")||J.message.includes("BuildMessage")||J.message.includes("errors building")),T=J.message.includes("Configuration must export a valid object")||J.message.includes("Configuration file is empty and exports nothing");if(B&&(T||E))throw J;if(j&&(!B||!T))W={...await this.applyEnvironmentVariables(U.name||"",U.defaultConfig,U.checkEnv!==!1,U.verbose||!1),warnings:["Configuration file has syntax errors, using defaults with environment variables"]};else if(!B)W={...await this.applyEnvironmentVariables(U.name||"",U.defaultConfig,U.checkEnv!==!1,U.verbose||!1),warnings:[`Configuration loading error, using defaults: ${J.message}`]};else throw J}else W={...await this.applyEnvironmentVariables(U.name||"",U.defaultConfig,U.checkEnv!==!1,U.verbose||!1),warnings:[`Configuration loading failed, using defaults: ${J instanceof Error?J.message:String(J)}`]}}if(f||X)await this.validateConfiguration(W.config,f,X,U.name);if(A?.enabled&&W)this.cacheResult(U.name||"",W,A,U);if(Y?.enabled){let J={operation:"loadConfig",duration:Date.now()-w,configName:U.name,timestamp:new Date};if(Y.onMetrics)Y.onMetrics(J);if(Y.slowThreshold&&J.duration>Y.slowThreshold)q0.warn(`Slow configuration loading detected: ${J.duration}ms for ${U.name}`);W.metrics=J}return W}catch(W){let J=Date.now()-w;throw q0.error(`Configuration loading failed after ${J}ms:`,[W instanceof Error?W:Error(String(W))]),W}}async loadConfigurationStrategies($,w=!1,A){let{name:Y="",alias:f,cwd:X,configDir:U,defaultConfig:W,checkEnv:J=!0,arrayStrategy:B="replace",verbose:E=!1}=$,j=X||Rw.cwd(),T=[],F=await this.loadLocalConfiguration(Y,f,j,U,W,B,E,J,A);if(F)return T.push(...this.getLocalSearchPaths(Y,f,j,U)),this.finalizeResult(F,T,J,Y,E);let H=await this.loadHomeConfiguration(Y,f,W,B,E,J);if(H)return T.push(...this.getHomeSearchPaths(Y,f)),this.finalizeResult(H,T,J,Y,E);let h=await this.loadPackageJsonConfiguration(Y,f,j,W,B,E,J);if(h)return T.push(c$(j,"package.json")),this.finalizeResult(h,T,J,Y,E);if(T.push(...this.getAllSearchPaths(Y,f,j,U)),w)throw Uw.configNotFound(Y,T,f);return{...await this.applyEnvironmentVariables(Y,W,J,E),warnings:[`No configuration file found for "${Y}"${f?` or alias "${f}"`:""}, using defaults with environment variables`]}}async loadLocalConfiguration($,w,A,Y,f,X,U,W,J){let B=W?t1($,f,U):f,E=this.getLocalDirectories(A,Y);for(let j of E){if(U)q0.info(`Searching for configuration in: ${j}`);let T=this.fileLoader.generateConfigPaths($,j,w),F=await this.fileLoader.tryLoadFromPaths(T,B,{arrayStrategy:X,verbose:U,cacheTtl:J?.ttl,useCache:!J?.ttl||J.ttl>100});if(F){if(U)q0.success(`Configuration loaded from: ${F.source.path}`);return F}}return null}async loadHomeConfiguration($,w,A,Y,f,X){if(!$)return null;let U=X?t1($,A,f):A,W=[c$(E1(),".config",$),c$(E1(),".config"),E1()];for(let J of W){if(f)q0.info(`Checking home directory: ${J}`);let B=this.fileLoader.generateConfigPaths($,J,w),E=await this.fileLoader.tryLoadFromPaths(B,U,{arrayStrategy:Y,verbose:f});if(E){if(f)q0.success(`Configuration loaded from home directory: ${E.source.path}`);return E}}return null}async loadPackageJsonConfiguration($,w,A,Y,f,X,U){let W=U?t1($,Y,X):Y;try{let J=c$(A,"package.json");if(!DU(J))return null;let B=await import(J),E=B[$],j=$;if(!E&&w)E=B[w],j=w;if(E&&typeof E==="object"&&!Array.isArray(E)){if(X)q0.success(`Configuration loaded from package.json: ${j}`);return{config:tU(W,E,f),source:{type:"package.json",path:J,priority:30,timestamp:new Date}}}}catch(J){if(X)q0.warn("Failed to load package.json:",[J instanceof Error?J:Error(String(J))])}return null}async applyEnvironmentVariables($,w,A,Y){if(!A||!$||typeof w!=="object"||w===null||Array.isArray(w))return{config:w,source:{type:"default",priority:10,timestamp:new Date}};return{config:t1($,w,Y),source:{type:"environment",priority:20,timestamp:new Date}}}async finalizeResult($,w,A,Y,f){return{config:$.config,source:$.source,path:$.source.path}}async validateConfiguration($,w,A,Y){let f=[];if(A){let X=A($);if(X)f.push(...X)}if(w){let X=await this.validator.validateConfiguration($,w);if(!X.isValid)f.push(...X.errors.map((U)=>U.path?`${U.path}: ${U.message}`:U.message))}if(f.length>0)throw Uw.configValidation(Y||"unknown",f,Y)}checkCache($,w){let A=this.generateCacheKey($,w);return q1.get(A)||null}cacheResult($,w,A,Y){let f=this.generateCacheKey($,Y);q1.set(f,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([$,c$($,"config"),c$($,".config"),w?c$($,w):void 0].filter(Boolean)))}getAllSearchPaths($,w,A,Y){let f=[];return f.push(...this.getLocalSearchPaths($,w,A,Y)),f.push(...this.getHomeSearchPaths($,w)),f.push(c$(A,"package.json")),f}getLocalSearchPaths($,w,A,Y){let f=this.getLocalDirectories(A,Y),X=[];for(let U of f)X.push(...this.fileLoader.generateConfigPaths($,U,w));return X}getHomeSearchPaths($,w){if(!$)return[];let A=[c$(E1(),".config",$),c$(E1(),".config"),E1()],Y=[];for(let f of A)Y.push(...this.fileLoader.generateConfigPaths($,f,w));return Y}async loadConfigWithResult($){return this.loadConfig($)}}function tj($){let A=!($.message.includes("EACCES")||$.message.includes("EPERM")||$.message.includes("permission denied"))&&($.message.includes("syntax")||$.message.includes("Expected")||$.message.includes("Unexpected")||$.message.includes("BuildMessage")),Y=$.message.includes("Configuration must export a valid object")||$.message.includes("Configuration file is empty and exports nothing");return A||Y}async function $K($){return l0.loadConfig({...$,__strictErrorHandling:!0})}async function MT($){let w="defaultConfig"in $&&$.defaultConfig!==void 0?$.defaultConfig:{},A="cache"in $||"performance"in $||"schema"in $||"validate"in $;try{let Y;if(A)Y=await l0.loadConfig($);else Y=await l0.loadConfig({...$,defaultConfig:w,cache:{enabled:!0},performance:{enabled:!1}});return Y?.config??w}catch(Y){let f=Y instanceof Error?Y.name:"UnknownError",X=Y instanceof Error?Y.message:String(Y);if(!(f==="ConfigNotFoundError"||f==="ConfigLoadError"||f==="ConfigValidationError"||X.includes("config"))&&$.verbose)q0.warn("Unexpected error loading config, using defaults:",[Y instanceof Error?Y:Error(String(Y))]);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 wK($={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"&&tj(A)))return(await l0.applyEnvironmentVariables($,{},!0,!1)).config;throw A}}try{return(await l0.loadConfig({...$,cwd:$.cwd||Rw.cwd(),cache:{enabled:!0},performance:{enabled:!1}})).config}catch(w){if(w instanceof Error&&(w.name==="ConfigNotFoundError"||w.name==="ConfigLoadError"&&tj(w)))return(await l0.applyEnvironmentVariables($.name||"",$.defaultConfig||{},$.checkEnv!==!1,$.verbose||!1)).config;throw w}}async function AK($,w,A="replace"){let Y=new Sf;try{let f=await Y.loadFromPath($,w,{arrayStrategy:A,useCache:!1,trackPerformance:!1});return f?f.config:null}catch{return null}}function t1($,w,A=!1){let Y=new Cf,f=$.toUpperCase().replace(/[^A-Z0-9]/g,"_");function X(U,W=[]){let J={...U};for(let[B,E]of Object.entries(U)){let j=[...W,B],T=[`${f}_${j.join("_").toUpperCase()}`,`${f}_${j.map((h)=>h.toUpperCase()).join("")}`,`${f}_${j.map((h)=>h.replace(/([A-Z])/g,"_$1").toUpperCase()).join("")}`],F,H;for(let h of T)if(F=Rw.env[h],F!==void 0){H=h;break}if(F!==void 0&&H)if(typeof E==="boolean")J[B]=["true","1","yes"].includes(F.toLowerCase());else if(typeof E==="number"){let h=Number(F);if(!Number.isNaN(h))J[B]=h}else if(Array.isArray(E))try{J[B]=JSON.parse(F)}catch{J[B]=F.split(",").map((h)=>h.trim())}else J[B]=F;else if(E&&typeof E==="object"&&!Array.isArray(E))J[B]=X(E,j)}return J}return X(w)}function YK($){let w=c$(Rw.cwd(),$.configDir),A=c$(Rw.cwd(),$.generatedDir),Y=c$(A,"config-types.ts");if(!DU(_j(Y)))J5(_j(Y),{recursive:!0,mode:511});let f=DU(w)?W5(w).map((U)=>U.replace(/\.(ts|js|mjs|cjs|mts|cts|json)$/,"")).sort():[],X=`// Generated by bunfig v${DK}
|
|
162
|
+
export type ConfigNames = ${f.length?`'${f.join("' | '")}'`:"string"}
|
|
163
|
+
`;B5(Y,X,{mode:438})}function fK($){let w=null,A=null,Y=()=>{if(!A)A=MT($).then((X)=>{return w=X,X},(X)=>{let U="defaultConfig"in $?$.defaultConfig:{};if(w=U,"verbose"in $&&$.verbose)q0.warn("Config loading failed, using defaults:",[X instanceof Error?X:Error(String(X))]);return U});return A},f="defaultConfig"in $?$.defaultConfig:{};return w=f,Y(),new Proxy({},{get(X,U){if(w)return w[U];let W=f[U];return Y(),W},has(X,U){return U in(w||f)},ownKeys(){return Object.keys(w||f)},getOwnPropertyDescriptor(X,U){return Object.getOwnPropertyDescriptor(w||f,U)},set(X,U,W){if(!w)w={...f};return w[U]=W,!0}})}function XK($){let w=gj(k5.cwd(),$?.configDir||"./config");function A(){if(!_5(w))return[];let f=new Set([".ts",".js",".mjs",".cjs",".mts",".cts",".json"]),X=[".ts",".mts",".cts",".js",".mjs",".cjs",".json"],U=D5(w).filter((J)=>f.has(MU(J))).map((J)=>({base:J.replace(/\.(?:ts|js|mjs|cjs|mts|cts|json)$/i,""),file:J})),W=new Map;for(let{base:J,file:B}of U){let E=MU(B).toLowerCase(),j=W.get(J);if(!j){W.set(J,B);continue}let T=MU(j).toLowerCase();if(X.indexOf(E)<X.indexOf(T))W.set(J,B)}return Array.from(W.entries()).map(([J,B])=>({base:J,file:B})).sort((J,B)=>J.base.localeCompare(B.base))}function Y(){let f=A(),X=f.map((B)=>B.base),U=X.length?X.map((B)=>`'${B}'`).join(" | "):"string",W=f.length?`{
|
|
164
|
+
${f.map((B)=>{let E=gj(w,B.file).replace(/\\/g,"/");return` '${B.base}': typeof import('${E}').default`}).join(`,
|
|
161
165
|
`)}
|
|
162
|
-
}`:"Record<string, any>";return`export type ConfigNames = ${
|
|
163
|
-
export type ConfigByName = ${
|
|
166
|
+
}`:"Record<string, any>";return`export type ConfigNames = ${U}
|
|
167
|
+
export type ConfigByName = ${W}
|
|
164
168
|
export type Config<N extends ConfigNames> = N extends keyof ConfigByName ? ConfigByName[N] : unknown
|
|
165
169
|
export type ConfigOf = Config
|
|
166
|
-
`}return{name:"bunfig-plugin",setup(Y){Y.onResolve({filter:/^virtual:bunfig-types$/},(U)=>{return{path:U.path,namespace:"bunfig-virtual"}}),Y.onLoad({filter:/^virtual:bunfig-types$/,namespace:"bunfig-virtual"},()=>{return{contents:J(),loader:"ts"}})}}}function x5($,w={}){let A=jY.cwd();while(A.includes("storage"))A=KF(A,"..");let J=KF(A,$||"");if(w?.relative)return k5(jY.cwd(),J);return J}function G$(){if(n0.env.NODE_ENV==="test"||n0.env.BUN_ENV==="test")return!1;return typeof window<"u"}async function l5(){if(n0.env.NODE_ENV==="test"||n0.env.BUN_ENV==="test")return!0;if(typeof navigator<"u"&&navigator.product==="ReactNative")return!0;if(typeof n0<"u"){let $=n0.type;if($==="renderer"||$==="worker")return!1;return!!(n0.versions&&(n0.versions.node||n0.versions.bun))}return!1}class pF{async format($){let w=await l5(),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 Hw{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 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 Y=this.generateKeyId(),U=this.generateKey();this.currentKeyId=Y,this.keys.set(Y,U),this.encryptionKeys.set(Y,{key:U,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{...EZ,...$.fingersCrossed};if(!$.fingersCrossedEnabled)return null;if(!$.fingersCrossed)return{...EZ};return{...EZ,...$.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!G$()&&this.config.writeToFile===!0}async writeToFile($){let A=(async()=>{let Y,U=0,Z=3,B=1000;while(U<Z)try{try{try{await v5(this.config.logDirectory,MF.F_OK|MF.W_OK)}catch(E){if(E instanceof Error&&"code"in E)if(E.code==="ENOENT")await m5(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 W=this.validateEncryptionConfig()?(await this.encrypt($)).encrypted:c0.from($);try{if(!pJ(this.currentLogFile))await BZ(this.currentLogFile,"",{mode:420});if(Y=NF(this.currentLogFile,"a",420),c5(Y,W,{flag:"a"}),RF(Y),Y!==void 0)WZ(Y),Y=void 0;if((await j1(this.currentLogFile)).size===0){if(await BZ(this.currentLogFile,W,{flag:"w",mode:420}),(await j1(this.currentLogFile)).size===0)throw Error("File exists but is empty after retry write")}return}catch(E){let j=E;if(j.code&&["ENETDOWN","ENETUNREACH","ENOTFOUND","ETIMEDOUT"].includes(j.code)){if(U<Z-1){let F=typeof j.message==="string"?j.message:"Unknown error";console.error(`Network error during write attempt ${U+1}/${Z}:`,F);let f=B*2**U;await new Promise((z)=>setTimeout(z,f)),U++;continue}}if(j?.code&&["ENOSPC","EDQUOT"].includes(j.code))throw Error(`Disk quota exceeded or no space left on device: ${j.message}`);throw console.error("Debug: [writeToFile] Error writing to file:",j),j}finally{if(Y!==void 0)try{WZ(Y)}catch(E){console.error("Debug: [writeToFile] Error closing file descriptor:",E)}}}catch(W){if(U===Z-1){let j=W,F=typeof j.message==="string"?j.message:"Unknown error";throw console.error("Debug: [writeToFile] Max retries reached. Final error:",F),W}U++;let E=B*2**(U-1);await new Promise((j)=>setTimeout(j,E))}})();this.pendingOperations.push(A);let J=this.pendingOperations.length-1;try{await A}catch(Y){throw console.error("Debug: [writeToFile] Error in operation:",Y),Y}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(G$())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((Y)=>{console.error("Error rotating keys:",Y)})},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 Y=Array.from(this.encryptionKeys.entries()).sort(([,B],[,W])=>W.createdAt.getTime()-B.createdAt.getTime()),U=typeof w.maxKeys==="number"?w.maxKeys:1,Z=Math.max(1,U);if(Y.length>Z)for(let[B]of Y.slice(Z))this.encryptionKeys.delete(B),this.keys.delete(B)}generateKeyId(){return ZZ(16).toString("hex")}generateKey(){return ZZ(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=ZZ(16),J=b5("aes-256-gcm",w,A),Y=c0.isBuffer($)?$:c0.from($,"utf8"),U=J.update(Y),Z=J.final(),B=U.length+Z.length,W=J.getAuthTag(),E=c0.allocUnsafe(16+B+16);return A.copy(E,0),U.copy(E,16),Z.copy(E,16+U.length),W.copy(E,16+B),{encrypted:E,iv:A}}async compressData($){return new Promise((w,A)=>{let J=CF(),Y=[];J.on("data",(U)=>Y.push(U)),J.on("end",()=>w(c0.from(c0.concat(Y)))),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(G$())return;if(!this.shouldWriteToFile())return;let $=await j1(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 Y=await tJ(this.config.logDirectory),U=Y.filter((W)=>W.startsWith(this.name)&&/\.log\.\d+$/.test(W)).sort((W,E)=>{let j=Number.parseInt(W.match(/\.log\.(\d+)$/)?.[1]||"0");return Number.parseInt(E.match(/\.log\.(\d+)$/)?.[1]||"0")-j}),Z=U.length>0?Number.parseInt(U[0].match(/\.log\.(\d+)$/)?.[1]||"0")+1:1,B=`${A}.${Z}`;if(await j1(A).catch(()=>null))try{if(await IF(A,B),w.compress)try{let W=`${B}.gz`;await this.compressLogFile(B,W),await rJ(B)}catch(W){console.error("Error compressing rotated file:",W)}if(U.length===0&&!Y.some((W)=>W.endsWith(".log.1")))try{let W=`${A}.1`;await BZ(W,"")}catch(W){console.error("Error creating backup file:",W)}}catch(W){console.error(`Error during rotation: ${W instanceof Error?W.message:String(W)}`)}}else{let Y=new Date().toISOString().replace(/[:.]/g,"-"),U=A.replace(/\.log$/,`-${Y}.log`);if(await j1(A).catch(()=>null))await IF(A,U)}if(this.currentLogFile=J,w.maxFiles){let U=(await tJ(this.config.logDirectory)).filter((Z)=>Z.startsWith(this.name)).sort((Z,B)=>B.localeCompare(Z));for(let Z of U.slice(w.maxFiles))await rJ(F1(this.config.logDirectory,Z))}}}async compressLogFile($,w){let A=hF($),J=u5(w),Y=CF();await g5(A,Y,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()})),pJ(this.currentLogFile))try{let $=NF(this.currentLogFile,"r+");RF($),WZ($)}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(!G$()&&this.config.rotation&&typeof this.config.rotation!=="boolean"&&this.config.rotation.compress)try{let w=(await tJ(this.config.logDirectory)).filter((A)=>(A.includes("temp")||A.includes(".tmp"))&&A.includes(this.name));for(let A of w)try{await rJ(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()?i.gray($.toLocaleTimeString()):$.toLocaleTimeString()}shouldStyleConsole(){if(!this.fancy||G$())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:Y,level:U,showTimestamp:Z=!0}=$,B=(z)=>z.replace(this.ANSI_PATTERN,"");if(!this.fancy){let z=[];if(Z)z.push(w);if(U==="warning")z.push("WARN");else if(U==="error")z.push("ERROR");else if(A)z.push(A.replace(/[^\p{L}\p{N}\p{P}\p{Z}]/gu,""));if(J)z.push(J.replace(/[[\]]/g,""));return z.push(Y),z.join(" ")}let W=_.stdout.columns||120,E="";if(U==="warning"||U==="error")E=`${A} ${Y}`;else if(U==="info"||U==="success")E=`${A} ${J} ${Y}`;else E=`${A} ${J} ${i.cyan(Y)}`;if(!Z)return E.trim();let j=B(E).trim().length,F=B(w).length,f=Math.max(1,W-2-j-F);return`${E.trim()}${" ".repeat(f)}${w}`}formatMessage($,w){if(w.length===1&&Array.isArray(w[0]))return $.replace(/\{(\d+)\}/g,(U,Z)=>{let B=Number.parseInt(Z,10);return B<w[0].length?String(w[0][B]):U});let A=/%([sdijfo%])/g,J=0,Y=$.replace(A,(U,Z)=>{if(Z==="%")return"%";if(J>=w.length)return U;let B=w[J++];switch(Z){case"s":return String(B);case"d":case"i":return Number(B).toString();case"j":case"o":return JSON.stringify(B,null,2);default:return U}});if(J<w.length)Y+=` ${w.slice(J).map((U)=>typeof U==="object"?JSON.stringify(U,null,2):String(U)).join(" ")}`;return Y}formatMarkdown($){if(!$)return $;let w=$;return w=w.replace(/\[([^\]]+)\]\(([^)]+)\)/g,(A,J,Y)=>{let U=i.underline(i.blue(J)),Z=this.toAbsoluteFilePath(Y);if(Z&&this.shouldStyleConsole()&&this.supportsHyperlinks()){let B=`file://${encodeURI(Z)}`,W="\x1B]8;;",E="\x1B\\";return`\x1B]8;;${B}\x1B\\${U}\x1B]8;;\x1B\\`}if(this.shouldStyleConsole()&&this.supportsHyperlinks())return`\x1B]8;;${Y}\x1B\\${U}\x1B]8;;\x1B\\`;return U}),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(G$())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(n5(w)||w.startsWith("./")||w.startsWith("../"))w=d5(w);else return null;return pJ(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,Y=this.formatConsoleTimestamp(J),U=this.formatFileTimestamp(J),Z,B;if(w instanceof Error)Z=w.message,B=w.stack;else Z=this.formatMessage(w,A);let{consoleText:W,fileText:E}=this.buildOutputTexts(Z);if(this.shouldStyleConsole()){let F=this.options.showIcons===!1?"":s5[$],f=this.options.showTags!==!1&&this.name?i.gray(this.formatTag(this.name)):"",z;switch($){case"debug":z=this.formatConsoleMessage({timestamp:Y,icon:F,tag:f,message:i.gray(W),level:$}),console.error(z);break;case"info":z=this.formatConsoleMessage({timestamp:Y,icon:F,tag:f,message:W,level:$}),console.warn(z);break;case"success":z=this.formatConsoleMessage({timestamp:Y,icon:F,tag:f,message:i.green(W),level:$}),console.error(z);break;case"warning":z=this.formatConsoleMessage({timestamp:Y,icon:F,tag:f,message:W,level:$}),console.warn(z);break;case"error":if(z=this.formatConsoleMessage({timestamp:Y,icon:F,tag:f,message:W,level:$}),console.error(z),B){let H=B.split(`
|
|
167
|
-
`);for(let
|
|
168
|
-
`;if(
|
|
169
|
-
`;if(
|
|
170
|
-
`);if(this[
|
|
171
|
-
`,
|
|
172
|
-
`),
|
|
173
|
-
`.replace(this.ANSI_PATTERN,"");if(this.shouldWriteToFile())await this.writeToFile(
|
|
174
|
-
`.replace(this.ANSI_PATTERN,"");if(this.shouldWriteToFile())await this.writeToFile(
|
|
175
|
-
`)}finishProgressBar($,w){if(!this.enabled||!this.fancy||G$()||!_.stdout.isTTY){this.activeProgressBar=null;return}if($.current<$.total)$.current=$.total;if(w)$.message=w;this.renderProgressBar($,!0),this.activeProgressBar=null}async clear($={}){if(G$()){console.warn("Log clearing is not supported in browser environments.");return}try{console.warn("Clearing logs...",this.config.logDirectory);let w=await tJ(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=F1(this.config.logDirectory,J);if($.before)try{if((await j1(U)).mtime>=$.before)continue}catch(Z){console.error(`Failed to get stats for file ${U}:`,Z);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 rJ(J),console.warn(`Deleted log file: ${J}`)}catch(Y){console.error(`Failed to delete log file ${J}:`,Y)}console.warn("Log clearing process finished.")}catch(w){console.error("Error during log clearing process:",w)}}}var w7,A7=($)=>$,Y7=($,w)=>{for(var A in w)w7($,A,{get:w[A],enumerable:!0,configurable:!0,set:J7.bind(w,A)})},U7=($,w)=>()=>($&&(w=$($=0)),w),VF,iF,f1,n1,uF,U5,Z5,BF,sJ,fZ,V$,p,W5,EF,B5,jF,E5,j5,AZ,F5,FF,zF,JZ,z5,f5,G5,T5,oJ,cF,H5,S$,q5,K5,fF,eJ,GZ,f$,k,h5,GF,R5,TF,N5,M5,YZ,I5,HF,qF,C5,UZ,L5,y5,V5,S5,O5,$Y,vF,X5,_5="0.15.6",a$,BY,v1,TZ,HZ,EY,qZ,KZ,m1,hZ,RZ,Jw,mF,nF,H0,d0,dF,gF,D5,P5,lF,FY,kI,K$,i,gI,p5,lI,t5,pI,tI,LF,rI,r5,a5,aI,yF,sI,oI,eI,$4,w4,EZ,s5,A4;var SZ=h$(()=>{w7=Object.defineProperty;VF={};Y7(VF,{withErrorRecovery:()=>DF,tryLoadConfig:()=>w5,loadConfigWithResult:()=>e7,loadConfig:()=>bF,isRetryableError:()=>p7,isConfigNotFoundError:()=>l7,isBunfigError:()=>QF,globalPerformanceMonitor:()=>n1,globalCache:()=>f1,getEnvOrDefault:()=>t7,generateConfigTypes:()=>A5,defaultGeneratedDir:()=>gF,defaultConfigDir:()=>dF,deepMergeWithArrayStrategy:()=>LZ,deepMerge:()=>kF,createLibraryConfig:()=>J5,config:()=>$5,bunfigPlugin:()=>Y5,applyEnvVarsToConfig:()=>u1,TypeGenerationError:()=>KZ,SchemaValidationError:()=>m1,PluginError:()=>RZ,PerformanceMonitor:()=>MZ,FileSystemError:()=>qZ,ErrorFactory:()=>Jw,EnvVarError:()=>EY,EnvProcessor:()=>zY,ConfigValidator:()=>yZ,ConfigValidationError:()=>TZ,ConfigNotFoundError:()=>BY,ConfigMergeError:()=>HZ,ConfigLoader:()=>VZ,ConfigLoadError:()=>v1,ConfigFileLoader:()=>fY,ConfigCache:()=>NZ,CacheUtils:()=>uF,BunfigError:()=>a$,BrowserConfigError:()=>hZ,ArrayMergeStrategies:()=>mF});D5=U7(async()=>{iF=import.meta.require,f1=new NZ,n1=new MZ,uF={createKey:Q7,isEquivalent:k7,estimateMemoryUsage:x7},U5=JY(FZ.cwd(),"config"),Z5=JY(FZ.cwd(),"src/generated"),BF=AY.env.CLARITY_LOG_DIR||F7(i7(),"logs"),sJ={level:"info",defaultName:"clarity",timestamp:!0,colors:!0,format:"text",maxLogSize:10485760,logDatePattern:"YYYY-MM-DD",logDirectory:BF,rotation:{frequency:"daily",maxSize:10485760,maxFiles:5,compress:!1,rotateHour:0,rotateMinute:0,rotateDayOfWeek:0,rotateDayOfMonth:1,encrypt:!1},verbose:!1},fZ=await u7(),V$={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=V$,W5=V$.red,EF=V$.green,B5=V$.yellow,jF=V$.blue,E5=V$.magenta,j5=V$.cyan,AZ=V$.white,F5=V$.gray,FF=V$.bgRed,zF=V$.bgYellow,JZ=V$.bold,z5=V$.dim,f5=V$.italic,G5=V$.underline,T5=V$.reset,oJ={activationLevel:"error",bufferSize:50,flushOnDeactivation:!0,stopBuffering:!1},cF={debug:"\uD83D\uDD0D",info:jF("ℹ"),success:EF("✓"),warning:zF(AZ(JZ(" WARN "))),error:FF(AZ(JZ(" ERROR ")))},H5=new UY("stacks"),S$=new UY("bunfig",{showTags:!0}),q5=P$(c1.cwd(),"config"),K5=P$(c1.cwd(),"src/generated"),fF=wY.env.CLARITY_LOG_DIR||E7(n7(),"logs"),eJ={level:"info",defaultName:"clarity",timestamp:!0,colors:!0,format:"text",maxLogSize:10485760,logDatePattern:"YYYY-MM-DD",logDirectory:fF,rotation:{frequency:"daily",maxSize:10485760,maxFiles:5,compress:!1,rotateHour:0,rotateMinute:0,rotateDayOfWeek:0,rotateDayOfMonth:1,encrypt:!1},verbose:!1,writeToFile:!1},GZ=await d7(),f$={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=f$,h5=f$.red,GF=f$.green,R5=f$.yellow,TF=f$.blue,N5=f$.magenta,M5=f$.cyan,YZ=f$.white,I5=f$.gray,HF=f$.bgRed,qF=f$.bgYellow,C5=f$.bgGray,UZ=f$.bold,L5=f$.dim,y5=f$.italic,V5=f$.underline,S5=f$.strikethrough,O5=f$.reset,$Y={activationLevel:"error",bufferSize:50,flushOnDeactivation:!0,stopBuffering:!1},vF={debug:"\uD83D\uDD0D",info:TF("ℹ"),success:GF("✓"),warning:qF(YZ(UZ(" WARN "))),error:HF(YZ(UZ(" ERROR ")))},X5=new WY("stacks"),a$=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}`}},BY=class extends a${code="CONFIG_NOT_FOUND";constructor(w,A,J){let Y=J?` or alias "${J}"`:"";super(`Configuration "${w}"${Y} not found`,{configName:w,alias:J,searchPaths:A,searchPathCount:A.length})}},v1=class extends a${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}},TZ=class extends a${code="CONFIG_VALIDATION_ERROR";constructor(w,A,J){super(`Configuration validation failed for "${w}"`,{configPath:w,configName:J,validationErrors:A,errorCount:A.length})}},HZ=class extends a${code="CONFIG_MERGE_ERROR";constructor(w,A,J,Y){super(`Failed to merge configuration from "${w}" with "${A}": ${J.message}`,{sourcePath:w,targetPath:A,configName:Y,originalError:J.name,originalMessage:J.message});this.cause=J}},EY=class extends a${code="ENV_VAR_ERROR";constructor(w,A,J,Y){super(`Failed to parse environment variable "${w}" with value "${A}" as ${J}`,{envKey:w,envValue:A,expectedType:J,configName:Y})}},qZ=class extends a${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}},KZ=class extends a${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}},m1=class extends a${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})}},hZ=class extends a${code="BROWSER_CONFIG_ERROR";constructor(w,A,J,Y){super(`Failed to fetch configuration from "${w}": ${A} ${J}`,{endpoint:w,status:A,statusText:J,configName:Y})}},RZ=class extends a${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}},Jw={configNotFound($,w,A){return new BY($,w,A)},configLoad($,w,A){return new v1($,w,A)},configValidation($,w,A){return new TZ($,w,A)},configMerge($,w,A,J){return new HZ($,w,A,J)},envVar($,w,A,J){return new EY($,w,A,J)},fileSystem($,w,A){return new qZ($,w,A)},typeGeneration($,w,A){return new KZ($,w,A)},schemaValidation($,w,A){return new m1($,w,A)},browserConfig($,w,A,J){return new hZ($,w,A,J)},plugin($,w,A){return new RZ($,w,A)}},mF={replace:"replace",concat:"concat",smart:"smart"},nF=/^https?:\/\//,H0=new WY("bunfig",{showTags:!0}),d0=new VZ,dF=b$(Tw.cwd(),"config"),gF=b$(Tw.cwd(),"src/generated")});P5=jY.env.CLARITY_LOG_DIR||Q5(x5(),"logs"),lF={level:"info",defaultName:"clarity",timestamp:!0,colors:!0,format:"text",maxLogSize:10485760,logDatePattern:"YYYY-MM-DD",logDirectory:P5,rotation:{frequency:"daily",maxSize:10485760,maxFiles:5,compress:!1,rotateHour:0,rotateMinute:0,rotateDayOfWeek:0,rotateDayOfMonth:1,encrypt:!1},verbose:!1,writeToFile:!1},FY={...lF},kI=(async()=>{try{let{loadConfig:$}=await D5().then(()=>VF),w=await $({name:"clarity",alias:"logging",defaultConfig:lF,cwd:jY.cwd()});if(w)Object.assign(FY,w)}catch{}return FY})();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`,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=K$,gI=K$.red,p5=K$.green,lI=K$.yellow,t5=K$.blue,pI=K$.magenta,tI=K$.cyan,LF=K$.white,rI=K$.gray,r5=K$.bgRed,a5=K$.bgYellow,aI=K$.bgGray,yF=K$.bold,sI=K$.dim,oI=K$.italic,eI=K$.underline,$4=K$.strikethrough,w4=K$.reset,EZ={activationLevel:"error",bufferSize:50,flushOnDeactivation:!0,stopBuffering:!1},s5={debug:"\uD83D\uDD0D",info:t5("ℹ"),success:p5("✓"),warning:a5(LF(yF(" WARN "))),error:r5(LF(yF(" ERROR ")))};A4=new Hw("stacks")});var G1={};TW(G1,{safeStringify:()=>Y0,safeDeleteFile:()=>_Z,resolvePathRewrite:()=>XZ,redactSensitive:()=>GY,isValidRootCA:()=>OZ,isSingleProxyOptions:()=>g1,isSingleProxyConfig:()=>J6,isMultiProxyOptions:()=>Kw,isMultiProxyConfig:()=>sF,getSudoPassword:()=>qw,getPrimaryDomain:()=>TY,extractHostname:()=>A6,execSudoSync:()=>d1,debugLog:()=>G});import{execSync as tF}from"node:child_process";import*as aF from"node:fs/promises";function qw(){return process.env.SUDO_PASSWORD}function d1($){let w=qw(),A=$.replace(/'/g,"'\\''");if(w)return tF(`echo '${w}' | sudo -S sh -c '${A}' 2>/dev/null`,{encoding:"utf-8",stdio:["pipe","pipe","pipe"]});try{return tF(`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 G($,w,A){if(A)o5.debug(`[rpx:${$}] ${w}`)}function w6($){let w=$.toLowerCase();return e5.has(w)||w.endsWith("password")||w.includes("secret")||w.includes("token")}function GY($){if(Array.isArray($))return $.map((A)=>GY(A));if(typeof $==="string")return $6.test($)?rF:$;if(!$||typeof $!=="object")return $;let w={};for(let[A,J]of Object.entries($)){if(w6(A)){w[A]=rF;continue}w[A]=GY(J)}return w}function Y0($,w){return JSON.stringify(GY($),null,w)}function A6($){if(Kw($))return $.proxies.map((w)=>{let A=w.to||"stacks.localhost";return A.startsWith("http")?new URL(A).hostname:A});if(g1($)){let w=$.to||"stacks.localhost";return[w.startsWith("http")?new URL(w).hostname:w]}return["stacks.localhost"]}function OZ($){return typeof $==="object"&&$!==null&&"certificate"in $&&"privateKey"in $&&typeof $.certificate==="string"&&typeof $.privateKey==="string"}function TY($){if(!$)return"stacks.localhost";if(Kw($)&&$.proxies.length>0)return $.proxies[0].to||"stacks.localhost";if(g1($))return $.to||"stacks.localhost";return"stacks.localhost"}function sF($){return!!($&&("proxies"in $)&&Array.isArray($.proxies))}function Kw($){return"proxies"in $&&Array.isArray($.proxies)}function g1($){return"to"in $&&typeof $.to==="string"}function J6($){return!!($&&("to"in $)&&!("proxies"in $))}function XZ($,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,Y=A.stripPrefix===!0?$.slice(A.from.length)||"/":$;return{targetHost:J,targetPath:Y}}return null}async function _Z($,w){try{await aF.unlink($),G("certificates",`Successfully deleted: ${$}`,w)}catch(A){if(A.code!=="ENOENT")G("certificates",`Warning: Could not delete ${$}: ${A}`,w)}}var o5,rF="[redacted]",e5,$6;var U$=h$(()=>{SZ();o5=new Hw("rpx",{showTags:!1});e5=new Set(["certificate","privatekey","key","cert","ca","rootca","password","sudo_password"]),$6=/-----BEGIN [A-Z ]+-----[\s\S]*?-----END [A-Z ]+-----/});import{execSync as HY}from"node:child_process";import{homedir as Y6}from"node:os";import{join as U6}from"node:path";function qY(){return U6(Y6(),"Library/Keychains/login.keychain-db")}function QZ(){return[H1,qY()]}function oF($,w=DZ){let A=HY(`security find-certificate -a -c "${w}" -Z "${$}" 2>/dev/null || true`,{encoding:"utf8"}),J=[];for(let Y of A.split(`
|
|
176
|
-
`)){let
|
|
177
|
-
`))if(
|
|
170
|
+
`}return{name:"bunfig-plugin",setup(f){f.onResolve({filter:/^virtual:bunfig-types$/},(X)=>{return{path:X.path,namespace:"bunfig-virtual"}}),f.onLoad({filter:/^virtual:bunfig-types$/,namespace:"bunfig-virtual"},()=>{return{contents:Y(),loader:"ts"}})}}}function PK($,w={}){let A=Mf.cwd();while(A.includes("storage"))A=fT(A,"..");let Y=fT(A,$||"");if(w?.relative)return xK(Mf.cwd(),Y);return Y}function H$(){if(d0.env.NODE_ENV==="test"||d0.env.BUN_ENV==="test")return!1;return typeof window<"u"}async function tK(){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 kT{async format($){let w=await tK(),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:R1.pid,hostname:w(),environment:R1.env.NODE_ENV||"development",platform:R1.platform,version:R1.version}}return{userAgent:navigator.userAgent,hostname:window.location.hostname||"browser",environment:R1.env.NODE_ENV||R1.env.BUN_ENV||"development",viewport:{width:window.innerWidth,height:window.innerHeight},language:navigator.language}}}class qw{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={...If},this.options=this.normalizeOptions(w),this.formatter=this.options.formatter||new kT,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},Y=w.timestamp!==void 0;if(Y)delete A.timestamp;if(this.config={...this.config,...A,timestamp:Y||this.config.timestamp,level:this.options.level??"info"},this.currentLogFile=this.generateLogFilename(),this.encryptionKeys=new Map,this.validateEncryptionConfig()){this.setupRotation();let f=this.generateKeyId(),X=this.generateKey();this.currentKeyId=f,this.keys.set(f,X),this.encryptionKeys.set(f,{key:X,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{..._U,...$.fingersCrossed};if(!$.fingersCrossedEnabled)return null;if(!$.fingersCrossed)return{..._U};return{..._U,...$.fingersCrossed}}normalizeOptions($){let w={format:"json",level:"info",logDirectory:If.logDirectory,rotation:void 0,timestamp:void 0,fingersCrossed:{},enabled:!0,showTags:!1,showIcons:!0,formatter:void 0},A={...w,...Object.fromEntries(Object.entries($).filter(([,Y])=>Y!==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 f,X=0,U=3,W=1000;while(X<U)try{try{try{await vK(this.config.logDirectory,WT.F_OK|WT.W_OK)}catch(B){if(B instanceof Error&&"code"in B)if(B.code==="ENOENT")await mK(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 J=this.validateEncryptionConfig()?(await this.encrypt($)).encrypted:n0.from($);try{if(!Uf(this.currentLogFile))await QU(this.currentLogFile,"",{mode:420});if(f=JT(this.currentLogFile,"a",420),nK(f,J,{flag:"a"}),UT(f),f!==void 0)VU(f),f=void 0;if((await G1(this.currentLogFile)).size===0){if(await QU(this.currentLogFile,J,{flag:"w",mode:420}),(await G1(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(X<U-1){let j=typeof E.message==="string"?E.message:"Unknown error";console.error(`Network error during write attempt ${X+1}/${U}:`,j);let T=W*2**X;await new Promise((F)=>setTimeout(F,T)),X++;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(f!==void 0)try{VU(f)}catch(B){console.error("Debug: [writeToFile] Error closing file descriptor:",B)}}}catch(J){if(X===U-1){let E=J,j=typeof E.message==="string"?E.message:"Unknown error";throw console.error("Debug: [writeToFile] Max retries reached. Final error:",j),J}X++;let B=W*2**(X-1);await new Promise((E)=>setTimeout(E,B))}})();this.pendingOperations.push(A);let Y=this.pendingOperations.length-1;try{await A}catch(f){throw console.error("Debug: [writeToFile] Error in operation:",f),f}finally{this.pendingOperations.splice(Y,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 K1(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 K1(this.config.logDirectory,`${this.name}.log`);let $=new Date().toISOString().split("T")[0];return K1(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,Y=Math.max(A,60)*1000;this.keyRotationTimeout=setInterval(()=>{this.rotateKeys().catch((f)=>{console.error("Error rotating keys:",f)})},Y)}async rotateKeys(){if(!this.validateEncryptionConfig()){console.error("Invalid encryption configuration detected during key rotation");return}let w=this.config.rotation.keyRotation,A=this.generateKeyId(),Y=this.generateKey();this.currentKeyId=A,this.keys.set(A,Y),this.encryptionKeys.set(A,{key:Y,createdAt:new Date});let f=Array.from(this.encryptionKeys.entries()).sort(([,W],[,J])=>J.createdAt.getTime()-W.createdAt.getTime()),X=typeof w.maxKeys==="number"?w.maxKeys:1,U=Math.max(1,X);if(f.length>U)for(let[W]of f.slice(U))this.encryptionKeys.delete(W),this.keys.delete(W)}generateKeyId(){return OU(16).toString("hex")}generateKey(){return OU(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=OU(16),Y=bK("aes-256-gcm",w,A),f=n0.isBuffer($)?$:n0.from($,"utf8"),X=Y.update(f),U=Y.final(),W=X.length+U.length,J=Y.getAuthTag(),B=n0.allocUnsafe(16+W+16);return A.copy(B,0),X.copy(B,16),U.copy(B,16+X.length),J.copy(B,16+W),{encrypted:B,iv:A}}async compressData($){return new Promise((w,A)=>{let Y=ET(),f=[];Y.on("data",(X)=>f.push(X)),Y.on("end",()=>w(n0.from(n0.concat(f)))),Y.on("error",A),Y.write($),Y.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 G1(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,Y=this.generateLogFilename();if(this.name.includes("rotation-load-test")||this.name==="failed-rotation-test"){let f=await Jf(this.config.logDirectory),X=f.filter((J)=>J.startsWith(this.name)&&/\.log\.\d+$/.test(J)).sort((J,B)=>{let E=Number.parseInt(J.match(/\.log\.(\d+)$/)?.[1]||"0");return Number.parseInt(B.match(/\.log\.(\d+)$/)?.[1]||"0")-E}),U=X.length>0?Number.parseInt(X[0].match(/\.log\.(\d+)$/)?.[1]||"0")+1:1,W=`${A}.${U}`;if(await G1(A).catch(()=>null))try{if(await BT(A,W),w.compress)try{let J=`${W}.gz`;await this.compressLogFile(W,J),await Wf(W)}catch(J){console.error("Error compressing rotated file:",J)}if(X.length===0&&!f.some((J)=>J.endsWith(".log.1")))try{let J=`${A}.1`;await QU(J,"")}catch(J){console.error("Error creating backup file:",J)}}catch(J){console.error(`Error during rotation: ${J instanceof Error?J.message:String(J)}`)}}else{let f=new Date().toISOString().replace(/[:.]/g,"-"),X=A.replace(/\.log$/,`-${f}.log`);if(await G1(A).catch(()=>null))await BT(A,X)}if(this.currentLogFile=Y,w.maxFiles){let X=(await Jf(this.config.logDirectory)).filter((U)=>U.startsWith(this.name)).sort((U,W)=>W.localeCompare(U));for(let U of X.slice(w.maxFiles))await Wf(K1(this.config.logDirectory,U))}}}async compressLogFile($,w){let A=XT($),Y=uK(w),f=ET();await gK(A,f,Y)}async handleFingersCrossedBuffer($,w){if(!this.fingersCrossedConfig)return;if(this.shouldActivateFingersCrossed($)&&!this.isActivated){this.isActivated=!0;for(let A of this.logBuffer){let Y=await this.formatter.format(A);if(this.shouldWriteToFile())await this.writeToFile(Y);console.log(Y)}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()})),Uf(this.currentLogFile))try{let $=JT(this.currentLogFile,"r+");UT($),VU($)}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 Jf(this.config.logDirectory)).filter((A)=>(A.includes("temp")||A.includes(".tmp"))&&A.includes(this.name));for(let A of w)try{await Wf(K1(this.config.logDirectory,A))}catch(Y){console.error(`Failed to delete temp file ${A}:`,Y)}}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:Y="",message:f,level:X,showTimestamp:U=!0}=$,W=(F)=>F.replace(this.ANSI_PATTERN,"");if(!this.fancy){let F=[];if(U)F.push(w);if(X==="warning")F.push("WARN");else if(X==="error")F.push("ERROR");else if(A)F.push(A.replace(/[^\p{L}\p{N}\p{P}\p{Z}]/gu,""));if(Y)F.push(Y.replace(/[[\]]/g,""));return F.push(f),F.join(" ")}let J=_.stdout.columns||120,B="";if(X==="warning"||X==="error")B=`${A} ${f}`;else if(X==="info"||X==="success")B=`${A} ${Y} ${f}`;else B=`${A} ${Y} ${b.cyan(f)}`;if(!U)return B.trim();let E=W(B).trim().length,j=W(w).length,T=Math.max(1,J-2-E-j);return`${B.trim()}${" ".repeat(T)}${w}`}formatMessage($,w){if(w.length===1&&Array.isArray(w[0]))return $.replace(/\{(\d+)\}/g,(X,U)=>{let W=Number.parseInt(U,10);return W<w[0].length?String(w[0][W]):X});let A=/%([sdijfo%])/g,Y=0,f=$.replace(A,(X,U)=>{if(U==="%")return"%";if(Y>=w.length)return X;let W=w[Y++];switch(U){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 X}});if(Y<w.length)f+=` ${w.slice(Y).map((X)=>typeof X==="object"?JSON.stringify(X,null,2):String(X)).join(" ")}`;return f}formatMarkdown($){if(!$)return $;let w=$;return w=w.replace(/\[([^\]]+)\]\(([^)]+)\)/g,(A,Y,f)=>{let X=b.underline(b.blue(Y)),U=this.toAbsoluteFilePath(f);if(U&&this.shouldStyleConsole()&&this.supportsHyperlinks()){let W=`file://${encodeURI(U)}`,J="\x1B]8;;",B="\x1B\\";return`\x1B]8;;${W}\x1B\\${X}\x1B]8;;\x1B\\`}if(this.shouldStyleConsole()&&this.supportsHyperlinks())return`\x1B]8;;${f}\x1B\\${X}\x1B]8;;\x1B\\`;return X}),w=w.replace(/`([^`]+)`/g,(A,Y)=>b.bgGray(Y)),w=w.replace(/\*\*([^*]+)\*\*/g,(A,Y)=>b.bold(Y)),w=w.replace(/(?<!\*)\*([^*]+)\*(?!\*)/g,(A,Y)=>b.italic(Y)),w=w.replace(/(?<!_)_([^_]+)_(?!_)/g,(A,Y)=>b.italic(Y)),w=w.replace(/~([^~]+)~/g,(A,Y)=>b.strikethrough(Y)),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(dK(w)||w.startsWith("./")||w.startsWith("../"))w=lK(w);else return null;return Uf(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 Y=new Date,f=this.formatConsoleTimestamp(Y),X=this.formatFileTimestamp(Y),U,W;if(w instanceof Error)U=w.message,W=w.stack;else U=this.formatMessage(w,A);let{consoleText:J,fileText:B}=this.buildOutputTexts(U);if(this.shouldStyleConsole()){let j=this.options.showIcons===!1?"":oK[$],T=this.options.showTags!==!1&&this.name?b.gray(this.formatTag(this.name)):"",F;switch($){case"debug":F=this.formatConsoleMessage({timestamp:f,icon:j,tag:T,message:b.gray(J),level:$}),console.error(F);break;case"info":F=this.formatConsoleMessage({timestamp:f,icon:j,tag:T,message:J,level:$}),console.warn(F);break;case"success":F=this.formatConsoleMessage({timestamp:f,icon:j,tag:T,message:b.green(J),level:$}),console.error(F);break;case"warning":F=this.formatConsoleMessage({timestamp:f,icon:j,tag:T,message:J,level:$}),console.warn(F);break;case"error":if(F=this.formatConsoleMessage({timestamp:f,icon:j,tag:T,message:J,level:$}),console.error(F),W){let H=W.split(`
|
|
171
|
+
`);for(let h of H)if(h.trim()&&!h.includes(U))console.error(this.formatConsoleMessage({timestamp:f,message:b.gray(` ${h}`),level:$,showTimestamp:!1}))}break}}else if(!H$()){if(console.error(`${X} ${this.environment}.${$.toUpperCase()}: ${U}`),W)console.error(W)}let E=`${X} ${this.environment}.${$.toUpperCase()}: ${B}
|
|
172
|
+
`;if(W)E+=`${W}
|
|
173
|
+
`;if(E=E.replace(this.ANSI_PATTERN,""),this.shouldWriteToFile())await this.writeToFile(E)}progress($,w=""){let A={update:(W,J)=>{},finish:(W)=>{},interrupt:(W,J)=>{}};if(!this.enabled)return A;let Y=30;if(this.activeProgressBar={total:Math.max(1,$||1),current:0,message:w||"",barLength:Y,lastRenderedLine:""},this.shouldStyleConsole()&&!H$()&&_.stdout.isTTY)this.renderProgressBar(this.activeProgressBar);return{update:(W,J)=>{if(!this.enabled||!this.activeProgressBar)return;if(this.activeProgressBar.current=Math.min(Math.max(0,W),this.activeProgressBar.total),J!==void 0)this.activeProgressBar.message=J;if(this.shouldStyleConsole()&&!H$()&&_.stdout.isTTY)this.renderProgressBar(this.activeProgressBar)},finish:(W)=>{if(!this.activeProgressBar)return;this.finishProgressBar(this.activeProgressBar,W)},interrupt:(W,J="info")=>{if(!H$()&&_.stdout.isTTY)_.stdout.write(`
|
|
174
|
+
`);if(this[J==="warning"?"warn":J](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?b.gray(this.formatTag(this.name)):"",Y=this.formatConsoleTimestamp(new Date);console.error(this.formatConsoleMessage({timestamp:Y,icon:this.options.showIcons===!1?"":b.blue("◐"),tag:A,message:`${b.cyan($)}...`}))}return async(A)=>{if(!this.enabled)return;let Y=performance.now(),f=Math.round(Y-w),X=`${$} completed in ${f}ms`,U=new Date,W=this.formatConsoleTimestamp(U),B=`${this.formatFileTimestamp(U)} ${this.environment}.INFO: ${X}`;if(A)B+=` ${JSON.stringify(A)}`;if(B+=`
|
|
175
|
+
`,B=B.replace(this.ANSI_PATTERN,""),this.shouldStyleConsole()){let E=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:E,message:`${X}${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 qw(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(!Uf(this.currentLogFile))throw Error(`Log file does not exist: ${this.currentLogFile}`);return XT(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 Y=n0.isBuffer($)?$:n0.from($,"base64"),f=Y.subarray(0,16),X=Y.subarray(Y.length-16),U=Y.subarray(16,Y.length-16),W=cK("aes-256-gcm",A,f);W.setAuthTag(X);let J=W.update(U),B=W.final(),E=J.length+B.length,j=n0.allocUnsafe(E);return J.copy(j,0),B.copy(j,J.length),j.toString("utf8")}catch(Y){throw Error(`Decryption failed: ${Y instanceof Error?Y.message:String(Y)}`)}}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),Y=this.formatFileTimestamp(w),{consoleText:f,fileText:X}=this.buildOutputTexts($);if(this.shouldStyleConsole()){let W=f.split(`
|
|
176
|
+
`),J=Math.max(...W.map((T)=>T.length))+2,B=`┌${"─".repeat(J)}┐`,E=`└${"─".repeat(J)}┘`,j=W.map((T)=>{return this.formatConsoleMessage({timestamp:A,message:b.cyan(T),showTimestamp:!1})});console.error(this.formatConsoleMessage({timestamp:A,message:b.cyan(B),showTimestamp:!1})),j.forEach((T)=>console.error(T)),console.error(this.formatConsoleMessage({timestamp:A,message:b.cyan(E),showTimestamp:!1}))}else if(!H$())console.error(`${Y} ${this.environment}.INFO: [BOX] ${X}`);let U=`${Y} ${this.environment}.INFO: [BOX] ${X}
|
|
177
|
+
`.replace(this.ANSI_PATTERN,"");if(this.shouldWriteToFile())await this.writeToFile(U)}async prompt($){if(H$())return Promise.resolve(!0);return new Promise((w)=>{console.error(`${b.cyan("?")} ${$} (y/n) `);let A=(Y)=>{let f=Y.toString().trim().toLowerCase();_.stdin.removeListener("data",A);try{if(typeof _.stdin.setRawMode==="function")_.stdin.setRawMode(!1)}catch{}_.stdin.pause(),console.error(""),w(f==="y"||f==="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 J=/%([sdijfo%])/g,B=0;if(A=$.replace(J,(E,j)=>{if(j==="%")return"%";if(B>=w.length)return E;let T=w[B++];switch(j){case"s":return String(T);case"d":case"i":return Number(T).toString();case"j":case"o":return JSON.stringify(T,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:Y,fileText:f}=this.buildOutputTexts(A);if(this.shouldStyleConsole()){let J=this.options.showTags!==!1&&this.name?b.gray(this.formatTag(this.name)):"",B=this.options.showIcons===!1?"":`${b.blue("◐")} `;console.error(`${B}${J} ${b.cyan(Y)}`)}let W=`[${new Date().toISOString()}] ${this.environment}.INFO: [START] ${f}
|
|
178
|
+
`.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))),Y=Math.round($.barLength*A/100),f=$.barLength-Y,X=b.green("━".repeat(Y)),U=b.gray("━".repeat(f)),W=`[${X}${U}]`,J=`${A}%`.padStart(4),B=$.message?` ${$.message}`:"",E=this.options.showIcons===!1?"":w||A===100?b.green("✓"):b.blue("▶"),j=this.options.showTags!==!1&&this.name?` ${b.gray(this.formatTag(this.name))}`:"",T=`\r${E}${j} ${W} ${J}${B}`,F=_.stdout.columns||80,H=" ".repeat(Math.max(0,F-T.replace(this.ANSI_PATTERN,"").length));if($.lastRenderedLine=`${T}${H}`,_.stdout.write($.lastRenderedLine),w)_.stdout.write(`
|
|
179
|
+
`)}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 Jf(this.config.logDirectory),A=[];for(let Y of w){if(!($.name?new RegExp($.name.replace("*",".*")).test(Y):Y.startsWith(this.name))||!Y.endsWith(".log"))continue;let X=K1(this.config.logDirectory,Y);if($.before)try{if((await G1(X)).mtime>=$.before)continue}catch(U){console.error(`Failed to get stats for file ${X}:`,U);continue}A.push(X)}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 Y of A)try{await Wf(Y),console.warn(`Deleted log file: ${Y}`)}catch(f){console.error(`Failed to delete log file ${Y}:`,f)}console.warn("Log clearing process finished.")}catch(w){console.error("Error during log clearing process:",w)}}}var A5,Y5=($)=>$,X5=($,w)=>{for(var A in w)A5($,A,{get:w[A],enumerable:!0,configurable:!0,set:f5.bind(w,A)})},U5=($,w)=>()=>($&&(w=$($=0)),w),FT,IT,q1,s1,CT,UK,JK,pj,Ef,xU,V$,t,WK,rj,BK,aj,EK,jK,IU,TK,sj,oj,CU,FK,zK,hK,HK,jf,ST,GK,Q$,KK,RK,ej,Tf,PU,h$,Z,qK,$T,NK,wT,yK,MK,SU,IK,AT,YT,CK,LU,SK,LK,OK,VK,QK,Ff,LT,_K,DK="0.15.6",o$,Nf,r1,iU,bU,yf,cU,uU,a1,nU,vU,Uw,OT,VT,q0,l0,QT,_T,kK,iK,DT,If,rI,N$,b,UC,pK,JC,rK,WC,BC,jT,EC,aK,sK,jC,TT,TC,FC,zC,hC,HC,_U,oK,GC;var aU=K$(()=>{A5=Object.defineProperty;FT={};X5(FT,{withErrorRecovery:()=>KT,tryLoadConfig:()=>AK,loadConfigWithResult:()=>$K,loadConfig:()=>MT,isRetryableError:()=>p5,isConfigNotFoundError:()=>t5,isBunfigError:()=>RT,globalPerformanceMonitor:()=>s1,globalCache:()=>q1,getEnvOrDefault:()=>r5,generateConfigTypes:()=>YK,defaultGeneratedDir:()=>_T,defaultConfigDir:()=>QT,deepMergeWithArrayStrategy:()=>tU,deepMerge:()=>qT,createLibraryConfig:()=>fK,config:()=>wK,bunfigPlugin:()=>XK,applyEnvVarsToConfig:()=>t1,TypeGenerationError:()=>uU,SchemaValidationError:()=>a1,PluginError:()=>vU,PerformanceMonitor:()=>dU,FileSystemError:()=>cU,ErrorFactory:()=>Uw,EnvVarError:()=>yf,EnvProcessor:()=>Cf,ConfigValidator:()=>pU,ConfigValidationError:()=>iU,ConfigNotFoundError:()=>Nf,ConfigMergeError:()=>bU,ConfigLoader:()=>rU,ConfigLoadError:()=>r1,ConfigFileLoader:()=>Sf,ConfigCache:()=>mU,CacheUtils:()=>CT,BunfigError:()=>o$,BrowserConfigError:()=>nU,ArrayMergeStrategies:()=>OT});kK=U5(async()=>{IT=import.meta.require,q1=new mU,s1=new dU,CT={createKey:Z5,isEquivalent:x5,estimateMemoryUsage:P5},UK=Hf(kU.cwd(),"config"),JK=Hf(kU.cwd(),"src/generated"),pj=hf.env.CLARITY_LOG_DIR||T5(c5(),"logs"),Ef={level:"info",defaultName:"clarity",timestamp:!0,colors:!0,format:"text",maxLogSize:10485760,logDatePattern:"YYYY-MM-DD",logDirectory:pj,rotation:{frequency:"daily",maxSize:10485760,maxFiles:5,compress:!1,rotateHour:0,rotateMinute:0,rotateDayOfWeek:0,rotateDayOfMonth:1,encrypt:!1},verbose:!1},xU=await u5(),V$={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"},t=V$,WK=V$.red,rj=V$.green,BK=V$.yellow,aj=V$.blue,EK=V$.magenta,jK=V$.cyan,IU=V$.white,TK=V$.gray,sj=V$.bgRed,oj=V$.bgYellow,CU=V$.bold,FK=V$.dim,zK=V$.italic,hK=V$.underline,HK=V$.reset,jf={activationLevel:"error",bufferSize:50,flushOnDeactivation:!0,stopBuffering:!1},ST={debug:"\uD83D\uDD0D",info:aj("ℹ"),success:rj("✓"),warning:oj(IU(CU(" WARN "))),error:sj(IU(CU(" ERROR ")))},GK=new Kf("stacks"),Q$=new Kf("bunfig",{showTags:!0}),KK=b$(p1.cwd(),"config"),RK=b$(p1.cwd(),"src/generated"),ej=zf.env.CLARITY_LOG_DIR||E5(d5(),"logs"),Tf={level:"info",defaultName:"clarity",timestamp:!0,colors:!0,format:"text",maxLogSize:10485760,logDatePattern:"YYYY-MM-DD",logDirectory:ej,rotation:{frequency:"daily",maxSize:10485760,maxFiles:5,compress:!1,rotateHour:0,rotateMinute:0,rotateDayOfWeek:0,rotateDayOfMonth:1,encrypt:!1},verbose:!1,writeToFile:!1},PU=await l5(),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"},Z=h$,qK=h$.red,$T=h$.green,NK=h$.yellow,wT=h$.blue,yK=h$.magenta,MK=h$.cyan,SU=h$.white,IK=h$.gray,AT=h$.bgRed,YT=h$.bgYellow,CK=h$.bgGray,LU=h$.bold,SK=h$.dim,LK=h$.italic,OK=h$.underline,VK=h$.strikethrough,QK=h$.reset,Ff={activationLevel:"error",bufferSize:50,flushOnDeactivation:!0,stopBuffering:!1},LT={debug:"\uD83D\uDD0D",info:wT("ℹ"),success:$T("✓"),warning:YT(SU(LU(" WARN "))),error:AT(SU(LU(" ERROR ")))},_K=new qf("stacks"),o$=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,Y])=>`${A}: ${Y}`).join(", ")})`:"";return`${this.name} [${this.code}]: ${this.message}${w}`}},Nf=class extends o${code="CONFIG_NOT_FOUND";constructor(w,A,Y){let f=Y?` or alias "${Y}"`:"";super(`Configuration "${w}"${f} not found`,{configName:w,alias:Y,searchPaths:A,searchPathCount:A.length})}},r1=class extends o${code="CONFIG_LOAD_ERROR";constructor(w,A,Y){super(`Failed to load configuration from "${w}": ${A.message}`,{configPath:w,configName:Y,originalError:A.name,originalMessage:A.message});this.cause=A}},iU=class extends o${code="CONFIG_VALIDATION_ERROR";constructor(w,A,Y){super(`Configuration validation failed for "${w}"`,{configPath:w,configName:Y,validationErrors:A,errorCount:A.length})}},bU=class extends o${code="CONFIG_MERGE_ERROR";constructor(w,A,Y,f){super(`Failed to merge configuration from "${w}" with "${A}": ${Y.message}`,{sourcePath:w,targetPath:A,configName:f,originalError:Y.name,originalMessage:Y.message});this.cause=Y}},yf=class extends o${code="ENV_VAR_ERROR";constructor(w,A,Y,f){super(`Failed to parse environment variable "${w}" with value "${A}" as ${Y}`,{envKey:w,envValue:A,expectedType:Y,configName:f})}},cU=class extends o${code="FILE_SYSTEM_ERROR";constructor(w,A,Y){super(`File system ${w} failed for "${A}": ${Y.message}`,{operation:w,path:A,originalError:Y.name,originalMessage:Y.message});this.cause=Y}},uU=class extends o${code="TYPE_GENERATION_ERROR";constructor(w,A,Y){super(`Failed to generate types from "${w}" to "${A}": ${Y.message}`,{configDir:w,outputPath:A,originalError:Y.name,originalMessage:Y.message});this.cause=Y}},a1=class extends o${code="SCHEMA_VALIDATION_ERROR";constructor(w,A,Y){super(`Schema validation failed${Y?` for config "${Y}"`:""}`,{schemaPath:w,configName:Y,validationErrors:A,errorCount:A.length})}},nU=class extends o${code="BROWSER_CONFIG_ERROR";constructor(w,A,Y,f){super(`Failed to fetch configuration from "${w}": ${A} ${Y}`,{endpoint:w,status:A,statusText:Y,configName:f})}},vU=class extends o${code="PLUGIN_ERROR";constructor(w,A,Y){super(`Plugin "${w}" failed during ${A}: ${Y.message}`,{pluginName:w,operation:A,originalError:Y.name,originalMessage:Y.message});this.cause=Y}},Uw={configNotFound($,w,A){return new Nf($,w,A)},configLoad($,w,A){return new r1($,w,A)},configValidation($,w,A){return new iU($,w,A)},configMerge($,w,A,Y){return new bU($,w,A,Y)},envVar($,w,A,Y){return new yf($,w,A,Y)},fileSystem($,w,A){return new cU($,w,A)},typeGeneration($,w,A){return new uU($,w,A)},schemaValidation($,w,A){return new a1($,w,A)},browserConfig($,w,A,Y){return new nU($,w,A,Y)},plugin($,w,A){return new vU($,w,A)}},OT={replace:"replace",concat:"concat",smart:"smart"},VT=/^https?:\/\//,q0=new qf("bunfig",{showTags:!0}),l0=new rU,QT=c$(Rw.cwd(),"config"),_T=c$(Rw.cwd(),"src/generated")});iK=Mf.env.CLARITY_LOG_DIR||ZK(PK(),"logs"),DT={level:"info",defaultName:"clarity",timestamp:!0,colors:!0,format:"text",maxLogSize:10485760,logDatePattern:"YYYY-MM-DD",logDirectory:iK,rotation:{frequency:"daily",maxSize:10485760,maxFiles:5,compress:!1,rotateHour:0,rotateMinute:0,rotateDayOfWeek:0,rotateDayOfMonth:1,encrypt:!1},verbose:!1,writeToFile:!1},If={...DT},rI=(async()=>{try{let{loadConfig:$}=await kK().then(()=>FT),w=await $({name:"clarity",alias:"logging",defaultConfig:DT,cwd:Mf.cwd()});if(w)Object.assign(If,w)}catch{}return If})();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$,UC=N$.red,pK=N$.green,JC=N$.yellow,rK=N$.blue,WC=N$.magenta,BC=N$.cyan,jT=N$.white,EC=N$.gray,aK=N$.bgRed,sK=N$.bgYellow,jC=N$.bgGray,TT=N$.bold,TC=N$.dim,FC=N$.italic,zC=N$.underline,hC=N$.strikethrough,HC=N$.reset,_U={activationLevel:"error",bufferSize:50,flushOnDeactivation:!0,stopBuffering:!1},oK={debug:"\uD83D\uDD0D",info:rK("ℹ"),success:pK("✓"),warning:sK(jT(TT(" WARN "))),error:aK(jT(TT(" ERROR ")))};GC=new qw("stacks")});var N1={};nJ(N1,{safeStringify:()=>J0,safeDeleteFile:()=>eU,resolvePathRewrite:()=>oU,redactSensitive:()=>Lf,isValidRootCA:()=>sU,isSingleProxyOptions:()=>e1,isSingleProxyConfig:()=>f6,isMultiProxyOptions:()=>yw,isMultiProxyConfig:()=>iT,getSudoPassword:()=>Nw,getPrimaryDomain:()=>Of,extractHostname:()=>Y6,execSudoSync:()=>o1,debugLog:()=>z});import{execSync as ZT}from"node:child_process";import*as PT from"node:fs/promises";function Nw(){return process.env.SUDO_PASSWORD}function o1($){let w=Nw(),A=$.replace(/'/g,"'\\''");if(w)return ZT(`echo '${w}' | sudo -S sh -c '${A}' 2>/dev/null`,{encoding:"utf-8",stdio:["pipe","pipe","pipe"]});try{return ZT(`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)eK.debug(`[rpx:${$}] ${w}`)}function A6($){let w=$.toLowerCase();return $6.has(w)||w.endsWith("password")||w.includes("secret")||w.includes("token")}function Lf($){if(Array.isArray($))return $.map((A)=>Lf(A));if(typeof $==="string")return w6.test($)?xT:$;if(!$||typeof $!=="object")return $;let w={};for(let[A,Y]of Object.entries($)){if(A6(A)){w[A]=xT;continue}w[A]=Lf(Y)}return w}function J0($,w){return JSON.stringify(Lf($),null,w)}function Y6($){if(yw($))return $.proxies.map((w)=>{let A=w.to||"stacks.localhost";return A.startsWith("http")?new URL(A).hostname:A});if(e1($)){let w=$.to||"stacks.localhost";return[w.startsWith("http")?new URL(w).hostname:w]}return["stacks.localhost"]}function sU($){return typeof $==="object"&&$!==null&&"certificate"in $&&"privateKey"in $&&typeof $.certificate==="string"&&typeof $.privateKey==="string"}function Of($){if(!$)return"stacks.localhost";if(yw($)&&$.proxies.length>0)return $.proxies[0].to||"stacks.localhost";if(e1($))return $.to||"stacks.localhost";return"stacks.localhost"}function iT($){return!!($&&("proxies"in $)&&Array.isArray($.proxies))}function yw($){return"proxies"in $&&Array.isArray($.proxies)}function e1($){return"to"in $&&typeof $.to==="string"}function f6($){return!!($&&("to"in $)&&!("proxies"in $))}function oU($,w){if(!w||w.length===0)return null;for(let A of w)if($===A.from||$.startsWith(`${A.from}/`)){let Y=A.to.startsWith("http")?new URL(A.to).host:A.to,f=A.stripPrefix===!0?$.slice(A.from.length)||"/":$;return{targetHost:Y,targetPath:f}}return null}async function eU($,w){try{await PT.unlink($),z("certificates",`Successfully deleted: ${$}`,w)}catch(A){if(A.code!=="ENOENT")z("certificates",`Warning: Could not delete ${$}: ${A}`,w)}}var eK,xT="[redacted]",$6,w6;var X$=K$(()=>{aU();eK=new qw("rpx",{showTags:!1});$6=new Set(["certificate","privatekey","key","cert","ca","rootca","password","sudo_password"]),w6=/-----BEGIN [A-Z ]+-----[\s\S]*?-----END [A-Z ]+-----/});import{execSync as Vf}from"node:child_process";import{homedir as X6}from"node:os";import{join as U6}from"node:path";function Qf(){return U6(X6(),"Library/Keychains/login.keychain-db")}function wJ(){return[M1,Qf()]}function bT($,w=$J){let A=Vf(`security find-certificate -a -c "${w}" -Z "${$}" 2>/dev/null || true`,{encoding:"utf8"}),Y=[];for(let f of A.split(`
|
|
180
|
+
`)){let X=f.match(/SHA-256 hash:\s*([A-F0-9]+)/i);if(X)Y.push(X[1].toUpperCase())}return Y}function AJ($){if(process.platform!=="darwin")return;let w=sY($.caPath);if(!w)return;let A=$.commonName??$J,Y=$.keychains??wJ();for(let f of Y)for(let X of bT(f,A)){if(X===w)continue;try{if(f.startsWith("/Library"))o1(`security delete-certificate -Z ${X} "${f}"`);else Vf(`security delete-certificate -Z ${X} "${f}"`,{stdio:"ignore"});z("ssl",`Removed stale Root CA ${X} from ${f}`,$.verbose)}catch{}}}function YJ($,w,A){if(process.platform!=="darwin")return _f($,A);try{let f=Vf(`security verify-cert -c "${$}" -s "${w}" -l -L -R ssl 2>&1`,{encoding:"utf8"}).includes("successful");return z("ssl",`verify-cert ${w}: ${f?"trusted":"not trusted"}`,A?.verbose),f}catch{return!1}}function _f($,w){let A=sY($);if(!A)return!1;for(let Y of wJ())try{let f=Vf(`security find-certificate -a -Z "${Y}" 2>/dev/null || true`,{encoding:"utf8"});for(let X of f.split(`
|
|
181
|
+
`))if(X.toUpperCase().includes("SHA-256")){if(X.split("=").pop().replace(/SHA-256\s+hash:\s*/gi,"").replace(/:/g,"").trim().toUpperCase()===A)return z("ssl",`Root CA fingerprint found in ${Y}`,w?.verbose),!0}}catch{}return!1}var y1="-d -r trustRoot -p ssl -p basic",M1="/Library/Keychains/System.keychain",$J="rpx.localhost";var fJ=K$(()=>{FU();X$()});import{execSync as I1}from"node:child_process";import G$ from"node:fs/promises";import*as XJ from"node:os";import{homedir as Df}from"node:os";import{join as D$}from"node:path";import*as Jw from"node:process";function nT($){return{caCertPath:D$($,W6),caKeyPath:D$($,B6)}}async function E6($,w){try{let[A,Y]=await Promise.all([G$.readFile($.caCertPath,"utf8"),G$.readFile($.caKeyPath,"utf8")]);if(!A.includes("-----BEGIN CERTIFICATE-----")||!Y.includes("PRIVATE KEY-----"))return z("ssl",`Root CA files at ${$.caCertPath} look malformed, will regenerate`,w),null;return{certificate:A,privateKey:Y}}catch(A){return z("ssl",`No existing Root CA at ${$.caCertPath} (${A.code||A}), will create one`,w),null}}function cT($){let w=new Set;w.add($);let A=$.split(".");if(A.length>=2)w.add(`*.${A.slice(1).join(".")}`);return Array.from(w)}function vT($){let A=Of($).replace(/\*/g,"wildcard"),Y=D$(Df(),".stacks","ssl"),f=Y;if(typeof $?.https==="object")return f=$.https.basePath&&$.https.basePath.trim()!==""?$.https.basePath:Y,{caCertPath:$.https.caCertPath||D$(f,`${A}.ca.crt`),certPath:$.https.certPath||D$(f,`${A}.crt`),keyPath:$.https.keyPath||D$(f,`${A}.key`)};return{caCertPath:D$(f,`${A}.ca.crt`),certPath:D$(f,`${A}.crt`),keyPath:D$(f,`${A}.key`)}}function uT($){let w=new Set;if(yw($))$.proxies.forEach((A)=>{let Y=A.to||"rpx.localhost";cT(Y).forEach((f)=>w.add(f))});else if(e1($)){let A=$.to||"rpx.localhost";cT(A).forEach((Y)=>w.add(Y))}else w.add("rpx.localhost");return w.add("localhost"),w.add("*.localhost"),w}async function C1($){if(Ww&&!$.forceRegenerate){z("ssl","Using cached SSL configuration",$.verbose);return}j6();let w=yw($)?$.proxies.map((E)=>E.to):[$.to];z("ssl",`Generating certificate for domains: ${w.join(", ")}`,$.verbose);let A=$A($,$.verbose),Y=A.basePath||D$(Df(),".stacks","ssl");await G$.mkdir(Y,{recursive:!0});let f=nT(Y),X=await E6(f,$.verbose),U=!1;if(!X){if($.verbose)q.info("Generating Root CA certificate (one-time)...");X=await XU(A);try{await Promise.all([G$.writeFile(f.caCertPath,X.certificate),G$.writeFile(f.caKeyPath,X.privateKey,{mode:384})]),U=!0,z("ssl",`Persisted Root CA at ${f.caCertPath}`,$.verbose)}catch(E){throw z("ssl",`Error saving Root CA files: ${E}`,$.verbose),Error(`Failed to save Root CA files: ${E}`)}}else z("ssl",`Reusing existing Root CA from ${f.caCertPath}`,$.verbose);if($.verbose)q.info(`Generating host certificate for: ${w.join(", ")}`);let W=await UU({...A,rootCA:{certificate:X.certificate,privateKey:X.privateKey}});try{await Promise.all([G$.writeFile(A.certPath,W.certificate),G$.writeFile(A.keyPath,W.privateKey),G$.writeFile(A.caCertPath,X.certificate)]),z("ssl","Certificate files saved successfully",$.verbose)}catch(E){throw z("ssl",`Error saving certificate files: ${E}`,$.verbose),Error(`Failed to save certificate files: ${E}`)}if(U?!1:await dT(f.caCertPath,{verbose:$.verbose,regenerateUntrustedCerts:!0})){if(z("ssl","Root CA already trusted, skipping trust store update",$.verbose),$.verbose)q.success("Root CA is already trusted in system trust store");if(Ww={key:W.privateKey,cert:W.certificate,ca:X.certificate},$.verbose)q.success(`Certificate generated successfully for ${w.length} domain${w.length>1?"s":""}`);return}if($.verbose)q.info("Adding certificate to system trust store (may require sudo permission)...");let B=!1;if(Jw.platform==="darwin")try{AJ({caPath:f.caCertPath,verbose:$.verbose});let E=Qf();try{I1(`security add-trusted-cert ${y1} -k "${E}" "${f.caCertPath}"`,{stdio:"ignore"})}catch{}if(o1(`security add-trusted-cert ${y1} -k ${M1} "${f.caCertPath}"`),$.verbose)q.success("Successfully added Root CA to system trust store");B=!0;let j=D$(Y,"trust-rpx-cert.sh"),T=`#!/bin/bash
|
|
178
182
|
echo "Trusting RPX Root CA"
|
|
179
|
-
sudo security add-trusted-cert ${
|
|
183
|
+
sudo security add-trusted-cert ${y1} -k ${M1} "${f.caCertPath}"
|
|
180
184
|
echo "Root CA trusted! Please restart your browser."
|
|
181
185
|
echo "If you still see certificate warnings, type 'thisisunsafe' on the warning page in Chrome/Arc browsers."
|
|
182
|
-
`;await
|
|
186
|
+
`;await G$.writeFile(j,T,{mode:493})}catch(E){if($.verbose)q.warn(`Could not add Root CA to trust store automatically: ${E}`);let j=D$(Y,"trust-rpx-cert.sh"),T=`#!/bin/bash
|
|
183
187
|
echo "Trusting RPX Root CA"
|
|
184
|
-
sudo security add-trusted-cert ${
|
|
188
|
+
sudo security add-trusted-cert ${y1} -k ${M1} "${f.caCertPath}"
|
|
185
189
|
echo "Root CA trusted! Please restart your browser."
|
|
186
190
|
echo "If you still see certificate warnings, type 'thisisunsafe' on the warning page in Chrome/Arc browsers."
|
|
187
|
-
`;if(await
|
|
191
|
+
`;if(await G$.writeFile(j,T,{mode:493}),$.verbose)q.info(`Created a trust helper script at: ${j}`),q.info(`If you're still having certificate issues, run: sh ${j}`)}else if(Jw.platform==="linux")try{let{exec:E}=await import("node:child_process"),j="/usr/local/share/ca-certificates/rpx",T=`
|
|
188
192
|
mkdir -p "/usr/local/share/ca-certificates/rpx" 2>/dev/null || true
|
|
189
|
-
cp "${
|
|
193
|
+
cp "${f.caCertPath}" "/usr/local/share/ca-certificates/rpx/"
|
|
190
194
|
update-ca-certificates
|
|
191
195
|
echo "RPX Root CA installed. Please restart your browser."
|
|
192
|
-
`,
|
|
193
|
-
$cert = New-Object System.Security.Cryptography.X509Certificates.X509Certificate2("${
|
|
196
|
+
`,F=D$(XJ.tmpdir(),`rpx-trust-${Date.now()}.sh`);await G$.writeFile(F,T,{mode:493}),await new Promise((H)=>{E(`sudo bash "${F}"`,(h)=>{if(h){if($.verbose)q.warn(`Could not trust certificates: ${h}`);H(!1)}else{if($.verbose)q.success("Successfully added certificates to system trust store");H(!0)}})}),await G$.unlink(F).catch(()=>{}),B=!0}catch(E){if($.verbose)q.warn(`Failed to trust certificates: ${E}`)}else if(Jw.platform==="win32")try{let E=`
|
|
197
|
+
$cert = New-Object System.Security.Cryptography.X509Certificates.X509Certificate2("${f.caCertPath.replace(/\//g,"\\")}")
|
|
194
198
|
$store = New-Object System.Security.Cryptography.X509Certificates.X509Store("ROOT", "LocalMachine")
|
|
195
199
|
$store.Open("ReadWrite")
|
|
196
200
|
$store.Add($cert)
|
|
197
201
|
$store.Close()
|
|
198
202
|
Write-Host "Root CA trusted successfully!"
|
|
199
|
-
`,F=O$(bZ.tmpdir(),"rpx-trust.ps1");if(await T$.writeFile(F,j),q1(`powershell -ExecutionPolicy Bypass -File "${F}"`),$.verbose)R.success("Successfully added certificate to Windows trust store");E=!0}catch(j){if($.verbose)R.warn(`Could not trust certificate: ${j}`)}else try{await c8(B,U.certificate,A),E=!0}catch(j){if($.verbose)R.warn(`Could not add certificate to trust store: ${j}`)}if(Uw={key:B.privateKey,cert:B.certificate,ca:U.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 j6(){Uw=null}async function g0($){if(!$)return null;if(Uw)return Uw;let w=l1($);try{let[A,J,Y]=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 G("ssl",`Certificate files don't exist: key=${A}, cert=${J}, paths: ${w.keyPath}, ${w.certPath}`,$.verbose),null;let U="regenerateUntrustedCerts"in $,Z=$.regenerateUntrustedCerts,B=U?Z!==!1:!0;G("ssl",`Trust check: hasFlag=${U}, flagValue=${Z}, shouldCheckTrust=${B}`,$.verbose);let W=w.basePath||O$(hY(),".stacks","ssl"),E=w9(W);if(!(B?await Y9(E.caCertPath,$):!0))return G("ssl","Root CA exists but is not trusted, will regenerate",$.verbose),null;let[F,f,z]=await Promise.all([T$.readFile(w.keyPath,"utf8"),T$.readFile(w.certPath,"utf8"),Y&&w.caCertPath?T$.readFile(w.caCertPath,"utf8"):Promise.resolve(void 0)]);if(z&&!z.includes("-----BEGIN CERTIFICATE-----"))return G("ssl","Invalid root CA certificate content, will regenerate",$.verbose),null;if(Kw($))try{let{X509Certificate:H}=await import("node:crypto"),q=new H(f).subjectAltName||"",h=$.proxies.map((I)=>I.to).filter((I)=>!q.includes(`DNS:${I}`));if(h.length>0)return G("ssl",`Certificate missing SANs for: ${h.join(", ")}, will regenerate`,$.verbose),null}catch(H){G("ssl",`Could not verify cert SANs: ${H}`,$.verbose)}return G("ssl","Successfully loaded existing certificates",$.verbose),Uw={key:F,cert:f,ca:z},Uw}catch(A){return G("ssl",`Error checking existing certificates: ${A}`,$.verbose),null}}function l1($,w){let A=TY($);G("ssl",`Primary domain: ${A}`,w);let J=A9($),Y=O$(hY(),".stacks","ssl");if(typeof $.https==="object"){let U=$.https.basePath&&$.https.basePath.trim()!==""?$.https.basePath:Y,Z={domain:A,hostCertCN:A,basePath:U,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($9($)).map((B)=>({type:2,value:B}))};if(OZ($.https.rootCA))Z.rootCA=$.https.rootCA;return Z}return{domain:A,hostCertCN:A,basePath:Y,...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($9($)).map((U)=>({type:2,value:U}))}}async function J9($,w){let A=A9({to:$,verbose:w}),J=[A.caCertPath,A.certPath,A.keyPath];G("certificates","Attempting to clean up relating certificates",w),await Promise.all(J.map((Y)=>_Z(Y,w)))}async function Y9($,w){try{if(G("ssl",`Checking if certificate is trusted: ${$}`,w?.verbose),Yw.platform==="darwin"){if(w?.serverName)return xZ($,w.serverName,{verbose:w.verbose});return KY($,{verbose:w.verbose})}else if(Yw.platform==="win32")try{let J=q1(`openssl x509 -noout -subject -in "${$}"`).toString().trim().split("=").slice(1).join("=").trim()||"";if(!J)return G("ssl","Could not extract certificate subject",w?.verbose),!1;let Y=`powershell -Command "Get-ChildItem -Path Cert:\\LocalMachine\\Root | Where-Object { $_.Subject -like '*${J}*' } | Select-Object Subject"`;if(q1(Y).toString().includes(J))return G("ssl","Certificate found in trusted root store",w?.verbose),!0;return G("ssl","Certificate not found in trusted root store",w?.verbose),!1}catch(A){return G("ssl",`Error checking certificate trust on Windows: ${A}`,w?.verbose),!1}else if(Yw.platform==="linux")try{let J=q1(`openssl x509 -noout -fingerprint -sha256 -in "${$}"`).toString().trim().split("=")[1]?.trim()||"",Y=["/etc/ssl/certs","/etc/pki/tls/certs"];for(let U of Y)try{if(q1(`find ${U} -type f -exec openssl x509 -noout -fingerprint -sha256 -in {} \\; 2>/dev/null | grep "${J}"`).toString().includes(J))return G("ssl",`Certificate fingerprint found in ${U}`,w?.verbose),!0}catch{}return G("ssl","Certificate not found in system trust stores",w?.verbose),!1}catch(A){return G("ssl",`Error checking certificate trust on Linux: ${A}`,w?.verbose),!1}return G("ssl",`Platform ${Yw.platform} not supported for certificate trust check`,w?.verbose),!1}catch(A){return G("ssl",`Error checking if certificate is trusted: ${A}`,w?.verbose),!1}}var Uw=null,W6="rpx-root-ca.crt",B6="rpx-root-ca.key";var RY=h$(()=>{vj();o0();d8();PZ();U$();PZ();g8()});import*as U0 from"node:path";function p1($,w){if(typeof $==="string")return{dir:$,spa:!1,pathRewriteStyle:"directory",maxAge:0,cleanUrls:w};return{dir:$.dir,spa:$.spa??!1,pathRewriteStyle:$.pathRewriteStyle??"directory",maxAge:$.maxAge??0,cleanUrls:w}}function z6($){let w=U0.extname($).toLowerCase();return F6[w]??"application/octet-stream"}function f6($){let w;try{w=decodeURIComponent($)}catch{return null}if(w.includes("\x00")||w.includes("\\"))return null;let A=U0.posix.normalize(`/${w}`);if(A.includes(".."))return null;return A.replace(/^\/+/,"")}function G6($,w){let A=f6($);if(A===null)return null;let J=U0.posix.extname(A);if(w.cleanUrls&&J===".html"){let Y=$.replace(/\/index\.html$/i,"/").replace(/\.html$/i,"");return{filePath:U0.join(w.dir,A),redirectTo:Y||"/"}}if(A===""||$.endsWith("/"))return{filePath:U0.join(w.dir,A,"index.html")};if(J!=="")return{filePath:U0.join(w.dir,A)};if(w.pathRewriteStyle==="flat")return{filePath:U0.join(w.dir,`${A}.html`)};return{filePath:U0.join(w.dir,A,"index.html")}}async function U9($,w){let A=G6($,w);if(!A)return new Response("Forbidden",{status:403});if(A.redirectTo)return new Response(null,{status:301,headers:{Location:A.redirectTo}});let J=w.maxAge>0?`public, max-age=${w.maxAge}`:"no-cache",Y=Bun.file(A.filePath);if(await Y.exists())return new Response(Y,{status:200,headers:{"Content-Type":z6(A.filePath),"Cache-Control":J}});if(w.spa){let U=U0.join(w.dir,"index.html"),Z=Bun.file(U);if(await Z.exists())return new Response(Z,{status:200,headers:{"Content-Type":"text/html; charset=utf-8","Cache-Control":"no-cache"}})}return new Response("Not Found",{status:404})}var F6;var t1=h$(()=>{F6={".html":"text/html; charset=utf-8",".htm":"text/html; charset=utf-8",".css":"text/css; charset=utf-8",".js":"text/javascript; charset=utf-8",".mjs":"text/javascript; charset=utf-8",".json":"application/json; charset=utf-8",".map":"application/json; charset=utf-8",".svg":"image/svg+xml",".png":"image/png",".jpg":"image/jpeg",".jpeg":"image/jpeg",".gif":"image/gif",".webp":"image/webp",".avif":"image/avif",".ico":"image/x-icon",".woff":"font/woff",".woff2":"font/woff2",".ttf":"font/ttf",".otf":"font/otf",".eot":"application/vnd.ms-fontobject",".txt":"text/plain; charset=utf-8",".xml":"application/xml; charset=utf-8",".pdf":"application/pdf",".wasm":"application/wasm",".mp4":"video/mp4",".webm":"video/webm",".mp3":"audio/mpeg",".wav":"audio/wav"}});function H6($){return($.headers.get("host")||"").split(":")[0]}function Z9($,w,A){let J=new URL($.url),Y=w.sourceHost??"",U=J.pathname,Z=XZ(J.pathname,w.pathRewrites);if(Z)Y=Z.targetHost,U=Z.targetPath,G("request",`Path rewrite: ${J.pathname} → ${Y}${U}`,A);return{targetHost:Y,targetPath:U,search:J.search}}function r1($,w){return async(A,J)=>{let Y=new URL(A.url),U=H6(A),Z=$(U);if(!Z)return G("request",`No route found for host: ${U}`,w),new Response(`No proxy configured for ${U}`,{status:404});if(Z.static)return U9(Y.pathname,Z.static);if(A.headers.get("upgrade")?.toLowerCase()==="websocket"){if(!J||!Z.sourceHost)return new Response("WebSocket upgrade not supported here",{status:400});let{targetHost:F,targetPath:f,search:z}=Z9(A,Z,w),H=`ws://${F}${f}${z}`,T={};for(let[h,I]of A.headers)if(!T6.has(h.toLowerCase())&&h.toLowerCase()!=="host")T[h]=I;T.host=F,T["x-forwarded-for"]="127.0.0.1",T["x-forwarded-proto"]="https",T["x-forwarded-host"]=U;let q={targetUrl:H,forwardHeaders:T};if(J.upgrade(A,{data:q})){G("ws",`upgraded ${U}${f} → ${H}`,w);return}return new Response("WebSocket upgrade failed",{status:400})}if(!Z.sourceHost)return new Response(`No upstream configured for ${U}`,{status:502});let{targetHost:B,targetPath:W,search:E}=Z9(A,Z,w),j=`http://${B}${W}${E}`;try{let F=new Headers(A.headers);if(F.set("host",B),Z.changeOrigin)F.set("origin",`http://${Z.sourceHost}`);F.set("x-forwarded-for","127.0.0.1"),F.set("x-forwarded-proto","https"),F.set("x-forwarded-host",U);let f=await fetch(j,{method:A.method,headers:F,body:A.body,redirect:"manual"});if(Z.cleanUrls&&Y.pathname.endsWith(".html")){let H=Y.pathname.replace(/\.html$/,"");return new Response(null,{status:301,headers:{Location:H}})}let z=new Headers(f.headers);return new Response(f.body,{status:f.status,statusText:f.statusText,headers:z})}catch(F){return G("request",`Proxy error for ${U}: ${F}`,w),new Response(`Proxy Error: ${F}`,{status:502})}}}function a1($){let w=new WeakMap;return{open(A){let{targetUrl:J,forwardHeaders:Y}=A.data,U;try{U=new WebSocket(J,{headers:Y})}catch(B){G("ws",`failed to open upstream ${J}: ${B}`,$),A.close(1011,"upstream connect failed");return}U.binaryType="arraybuffer";let Z={upstream:U,upstreamOpen:!1,pending:[]};w.set(A,Z),U.addEventListener("open",()=>{Z.upstreamOpen=!0;for(let B of Z.pending)U.send(B);Z.pending=[]}),U.addEventListener("message",(B)=>{A.send(B.data)}),U.addEventListener("close",(B)=>{try{A.close(B.code||1000,B.reason||"")}catch{}}),U.addEventListener("error",()=>{G("ws",`upstream error for ${J}`,$);try{A.close(1011,"upstream error")}catch{}})},message(A,J){let Y=w.get(A);if(!Y)return;let U=typeof J==="string"?J:new Uint8Array(J);if(Y.upstreamOpen)Y.upstream.send(U);else Y.pending.push(U)},close(A,J,Y){let U=w.get(A);if(!U)return;w.delete(A);try{U.upstream.close(J||1000,Y||"")}catch{}}}}var T6;var NY=h$(()=>{t1();U$();T6=new Set(["connection","keep-alive","proxy-authenticate","proxy-authorization","te","trailer","transfer-encoding","upgrade","sec-websocket-key","sec-websocket-version","sec-websocket-extensions"])});function MY($){return $.startsWith("*.")}function K6($,w){if(!MY(w))return!1;let A=w.slice(1);return $.length>A.length&&$.endsWith(A)}function s1($,w){let A=$.get(w);if(A!==void 0)return A;let J,Y=-1;for(let[U,Z]of $){if(!MY(U))continue;if(K6(w,U)){let B=U.length-1;if(B>Y)Y=B,J=Z}}return J}import*as o1 from"node:fs/promises";import*as iZ from"node:path";function h6($){if(!$.endsWith(".crt"))return null;let w=$.slice(0,-4);if(w.length===0)return null;if(w.startsWith("_wildcard."))return`*.${w.slice(10)}`;return w}async function R6($,w,A,J){try{let[Y,U]=await Promise.all([o1.readFile(w,"utf8"),o1.readFile(A,"utf8")]);return{serverName:$,cert:Y,key:U}}catch(Y){return G("sni",`skipping ${$}: ${Y.message}`,J),null}}async function uZ($,w){let A=new Map;if($.certsDir){let Y=[];try{Y=await o1.readdir($.certsDir)}catch(U){G("sni",`certsDir read failed (${$.certsDir}): ${U.message}`,w)}for(let U of Y){let Z=h6(U);if(!Z)continue;let B=U.slice(0,-4);A.set(Z,{certPath:iZ.join($.certsDir,U),keyPath:iZ.join($.certsDir,`${B}.key`)})}}if($.domains)for(let[Y,U]of Object.entries($.domains))A.set(Y,U);let J=[];for(let[Y,U]of A){let Z=await R6(Y,U.certPath,U.keyPath,w);if(Z)J.push(Z)}return J}var cZ=h$(()=>{U$()});import*as IY from"node:fs";import*as i$ from"node:fs/promises";import{homedir as N6}from"node:os";import*as vZ from"node:path";import*as CY from"node:process";function Zw(){return vZ.join(N6(),".stacks","rpx","registry.d")}function e1($){return typeof $==="string"&&$.length>0&&$.length<=128&&M6.test($)}function mZ($,w){if(!e1(w))throw Error(`invalid registry id: ${JSON.stringify(w)}`);return vZ.join($,`${w}.json`)}function m$($){if(!Number.isInteger($)||$<=0)return!1;try{return CY.kill($,0),!0}catch(w){return w.code==="EPERM"}}function W9($){if(!$||typeof $!=="object")return!1;let w=$,A=w.pid===void 0||typeof w.pid==="number"&&Number.isInteger(w.pid)&&w.pid>0,J=typeof w.from==="string"&&w.from.length>0,Y=typeof w.static==="string"||!!w.static&&typeof w.static==="object"&&typeof w.static.dir==="string";return typeof w.id==="string"&&e1(w.id)&&(J||Y)&&typeof w.to==="string"&&w.to.length>0&&A&&typeof w.createdAt==="string"}async function I6($){await i$.mkdir($,{recursive:!0})}async function B9($,w=Zw(),A){if(!W9($))throw Error(`invalid registry entry: ${JSON.stringify($)}`);await I6(w);let J=mZ(w,$.id),Y=`${J}.tmp.${CY.pid}.${Date.now()}`,U=JSON.stringify($,null,2);try{await i$.writeFile(Y,U,{encoding:"utf8",mode:420}),await i$.rename(Y,J),G("registry",`wrote entry ${$.id} → ${J}`,A)}catch(Z){throw await i$.unlink(Y).catch(()=>{}),Z}}async function nZ($,w=Zw(),A){let J=mZ(w,$);try{await i$.unlink(J),G("registry",`removed entry ${$}`,A)}catch(Y){if(Y.code!=="ENOENT")throw Y}}async function C6($,w=Zw(),A){let J=mZ(w,$);try{let Y=await i$.readFile(J,"utf8"),U=JSON.parse(Y);if(!W9(U))return G("registry",`entry ${$} failed validation, removing`,A),await i$.unlink(J).catch(()=>{}),null;return U}catch(Y){if(Y.code==="ENOENT")return null;if(Y instanceof SyntaxError)return G("registry",`entry ${$} has invalid JSON, removing`,A),await i$.unlink(J).catch(()=>{}),null;throw Y}}async function hw($=Zw(),w){let A;try{A=await i$.readdir($)}catch(Y){if(Y.code==="ENOENT")return[];throw Y}let J=[];for(let Y of A){if(!Y.endsWith(".json"))continue;let U=Y.slice(0,-5);if(!e1(U))continue;let Z=await C6(U,$,w);if(Z)J.push(Z)}return J}async function LY($=Zw(),w){let A=await hw($,w),J=0;for(let Y of A){if(Y.pid===void 0)continue;if(!m$(Y.pid))G("registry",`GC: pid ${Y.pid} for ${Y.id} is dead, removing`,w),await nZ(Y.id,$,w).catch(()=>{}),J++}return J}function dZ($,w={}){let A=w.dir??Zw(),J=w.debounceMs??100,Y=w.pollMs??Math.max(J*2,250),U=w.verbose;IY.mkdirSync(A,{recursive:!0});let Z=null,B=!1,W=null,E=!1,j=(q)=>{return JSON.stringify(q.map((K)=>({id:K.id,from:K.from,to:K.to,pid:K.pid,pathRewrites:K.pathRewrites,cleanUrls:K.cleanUrls,changeOrigin:K.changeOrigin,static:K.static})).sort((K,h)=>K.id.localeCompare(h.id)))},F=()=>{if(Z=null,B)return;hw(A,U).then((q)=>{return W=j(q),$(q)}).catch((q)=>{G("registry",`watcher onChange failed: ${q}`,U)})},f=()=>{if(B)return;if(Z)clearTimeout(Z);Z=setTimeout(F,J)},H=setInterval(()=>{if(B||E)return;E=!0,hw(A,U).then((q)=>{if(j(q)!==W)f()}).catch((q)=>{G("registry",`watcher poll failed: ${q}`,U)}).finally(()=>{E=!1})},Y),T=IY.watch(A,{persistent:!0},(q,K)=>{if(K&&/\.tmp\.\d+\.\d+$/.test(K))return;f()});return T.on("error",(q)=>{G("registry",`watcher error: ${q}`,U)}),f(),{close:()=>{if(B=!0,Z)clearTimeout(Z);clearInterval(H),T.close()}}}var M6;var $A=h$(()=>{U$();M6=/^[a-zA-Z0-9._-]+$/});import{spawn as L6}from"node:child_process";import*as Rw from"node:fs/promises";import{homedir as y6}from"node:os";import*as wA from"node:path";import*as u$ from"node:process";function l0(){return wA.join(y6(),".stacks","rpx")}function j9($=l0()){return wA.join($,"daemon.pid")}async function E9($=l0()){try{let w=await Rw.readFile(j9($),"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 V6($=l0()){await Rw.unlink(j9($)).catch(()=>{})}function S6(){let $=u$.execPath,w=wA.basename($).toLowerCase();if((w==="bun"||w==="node"||w.startsWith("bun-"))&&u$.argv[1])return[$,u$.argv[1],"daemon:start"];return[$,"daemon:start"]}async function F9($={}){let w=$.rpxDir??l0(),A=$.verbose??!1;await Ww({rpxDir:w,verbose:A}).catch((j)=>{G("daemon",`DNS reconcile before ensureDaemonRunning: ${j}`,A)});let J=await E9(w);if(J!==null&&m$(J))return G("daemon",`ensureDaemonRunning: already running pid=${J}`,A),{pid:J,spawned:!1};if(J!==null)G("daemon",`ensureDaemonRunning: clearing stale pid=${J}`,A),await V6(w);await Rw.mkdir(w,{recursive:!0});let Y=$.spawnCommand??S6();if(Y.length===0)throw Error("ensureDaemonRunning: spawnCommand is empty");G("daemon",`spawning daemon: ${Y.join(" ")}`,A);let U=L6(Y[0],Y.slice(1),{detached:!0,stdio:"ignore",cwd:$.spawnCwd??u$.cwd(),env:$.spawnEnv?{...u$.env,...$.spawnEnv}:u$.env});U.unref();let Z=null;U.once("error",(j)=>{Z=j});let B=$.startupTimeoutMs??5000,W=$.pollIntervalMs??50,E=Date.now()+B;while(Date.now()<E){if(Z)throw Z;let j=await E9(w);if(j!==null&&m$(j))return G("daemon",`daemon registered with pid=${j}`,A),{pid:j,spawned:!0};await new Promise((F)=>setTimeout(F,W))}if(Z)throw Z;throw Error(`rpx daemon failed to start within ${B}ms (rpxDir=${w})`)}var gZ=h$(()=>{o0();RY();NY();cZ();t1();$A();h1();U$()});import*as Bw from"node:fs/promises";import{homedir as O6}from"node:os";import*as lZ from"node:path";function f9(){return lZ.join(O6(),".stacks","rpx")}function pZ($=f9()){return lZ.join($,X6)}async function VY($=f9()){try{let w=await Bw.readFile(pZ($),"utf8"),A=JSON.parse(w);if(A.version!==yY||!Array.isArray(A.resolvers))return null;return{version:yY,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 G9($,w){await Bw.mkdir($,{recursive:!0}),await Bw.writeFile(pZ($),`${JSON.stringify(w,null,2)}
|
|
200
|
-
`,"utf8")}async function
|
|
203
|
+
`,j=D$(XJ.tmpdir(),"rpx-trust.ps1");if(await G$.writeFile(j,E),I1(`powershell -ExecutionPolicy Bypass -File "${j}"`),$.verbose)q.success("Successfully added certificate to Windows trust store");B=!0}catch(E){if($.verbose)q.warn(`Could not trust certificate: ${E}`)}else try{await JU(W,X.certificate,A),B=!0}catch(E){if($.verbose)q.warn(`Could not add certificate to trust store: ${E}`)}if(Ww={key:W.privateKey,cert:W.certificate,ca:X.certificate},$.verbose)q.success(`Certificate generated successfully for ${w.length} domain${w.length>1?"s":""}`);if(!B&&$.verbose)q.warn('If you see certificate warnings in Chrome/Arc, type "thisisunsafe" on the warning page'),q.warn("This will bypass the warning and you should only need to do it once")}function j6(){Ww=null}async function g0($){if(!$)return null;if(Ww)return Ww;let w=$A($);try{let[A,Y,f]=await Promise.all([G$.access(w.keyPath).then(()=>!0).catch(()=>!1),G$.access(w.certPath).then(()=>!0).catch(()=>!1),w.caCertPath?G$.access(w.caCertPath).then(()=>!0).catch(()=>!1):Promise.resolve(!1)]);if(!A||!Y)return z("ssl",`Certificate files don't exist: key=${A}, cert=${Y}, paths: ${w.keyPath}, ${w.certPath}`,$.verbose),null;let X="regenerateUntrustedCerts"in $,U=$.regenerateUntrustedCerts,W=X?U!==!1:!0;z("ssl",`Trust check: hasFlag=${X}, flagValue=${U}, shouldCheckTrust=${W}`,$.verbose);let J=w.basePath||D$(Df(),".stacks","ssl"),B=nT(J);if(!(W?await dT(B.caCertPath,$):!0))return z("ssl","Root CA exists but is not trusted, will regenerate",$.verbose),null;let[j,T,F]=await Promise.all([G$.readFile(w.keyPath,"utf8"),G$.readFile(w.certPath,"utf8"),f&&w.caCertPath?G$.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(yw($))try{let{X509Certificate:H}=await import("node:crypto"),G=new H(T).subjectAltName||"",R=$.proxies.map((M)=>M.to).filter((M)=>!G.includes(`DNS:${M}`));if(R.length>0)return z("ssl",`Certificate missing SANs for: ${R.join(", ")}, will regenerate`,$.verbose),null}catch(H){z("ssl",`Could not verify cert SANs: ${H}`,$.verbose)}return z("ssl","Successfully loaded existing certificates",$.verbose),Ww={key:j,cert:T,ca:F},Ww}catch(A){return z("ssl",`Error checking existing certificates: ${A}`,$.verbose),null}}function $A($,w){let A=Of($);z("ssl",`Primary domain: ${A}`,w);let Y=vT($),f=D$(Df(),".stacks","ssl");if(typeof $.https==="object"){let X=$.https.basePath&&$.https.basePath.trim()!==""?$.https.basePath:f,U={domain:A,hostCertCN:A,basePath:X,caCertPath:$.https.caCertPath||Y.caCertPath,certPath:$.https.certPath||Y.certPath,keyPath:$.https.keyPath||Y.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(uT($)).map((W)=>({type:2,value:W}))};if(sU($.https.rootCA))U.rootCA=$.https.rootCA;return U}return{domain:A,hostCertCN:A,basePath:f,...Y,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(uT($)).map((X)=>({type:2,value:X}))}}async function mT($,w){let A=vT({to:$,verbose:w}),Y=[A.caCertPath,A.certPath,A.keyPath];z("certificates","Attempting to clean up relating certificates",w),await Promise.all(Y.map((f)=>eU(f,w)))}async function dT($,w){try{if(z("ssl",`Checking if certificate is trusted: ${$}`,w?.verbose),Jw.platform==="darwin"){if(w?.serverName)return YJ($,w.serverName,{verbose:w.verbose});return _f($,{verbose:w.verbose})}else if(Jw.platform==="win32")try{let Y=I1(`openssl x509 -noout -subject -in "${$}"`).toString().trim().split("=").slice(1).join("=").trim()||"";if(!Y)return z("ssl","Could not extract certificate subject",w?.verbose),!1;let f=`powershell -Command "Get-ChildItem -Path Cert:\\LocalMachine\\Root | Where-Object { $_.Subject -like '*${Y}*' } | Select-Object Subject"`;if(I1(f).toString().includes(Y))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(Jw.platform==="linux")try{let Y=I1(`openssl x509 -noout -fingerprint -sha256 -in "${$}"`).toString().trim().split("=")[1]?.trim()||"",f=["/etc/ssl/certs","/etc/pki/tls/certs"];for(let X of f)try{if(I1(`find ${X} -type f -exec openssl x509 -noout -fingerprint -sha256 -in {} \\; 2>/dev/null | grep "${Y}"`).toString().includes(Y))return z("ssl",`Certificate fingerprint found in ${X}`,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 ${Jw.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,W6="rpx-root-ca.crt",B6="rpx-root-ca.key";var kf=K$(()=>{WU();$w();TU();fJ();X$();fJ();FU()});import*as W0 from"node:path";function wA($,w){if(typeof $==="string")return{dir:$,spa:!1,pathRewriteStyle:"directory",maxAge:0,cleanUrls:w};return{dir:$.dir,spa:$.spa??!1,pathRewriteStyle:$.pathRewriteStyle??"directory",maxAge:$.maxAge??0,cleanUrls:w}}function F6($){let w=W0.extname($).toLowerCase();return T6[w]??"application/octet-stream"}function z6($){let w;try{w=decodeURIComponent($)}catch{return null}if(w.includes("\x00")||w.includes("\\"))return null;let A=W0.posix.normalize(`/${w}`);if(A.includes(".."))return null;return A.replace(/^\/+/,"")}function h6($,w){let A=z6($);if(A===null)return null;let Y=W0.posix.extname(A);if(w.cleanUrls&&Y===".html"){let f=$.replace(/\/index\.html$/i,"/").replace(/\.html$/i,"");return{filePath:W0.join(w.dir,A),redirectTo:f||"/"}}if(A===""||$.endsWith("/"))return{filePath:W0.join(w.dir,A,"index.html")};if(Y!=="")return{filePath:W0.join(w.dir,A)};if(w.pathRewriteStyle==="flat")return{filePath:W0.join(w.dir,`${A}.html`)};return{filePath:W0.join(w.dir,A,"index.html")}}async function lT($,w){let A=h6($,w);if(!A)return new Response("Forbidden",{status:403});if(A.redirectTo)return new Response(null,{status:301,headers:{Location:A.redirectTo}});let Y=w.maxAge>0?`public, max-age=${w.maxAge}`:"no-cache",f=Bun.file(A.filePath);if(await f.exists())return new Response(f,{status:200,headers:{"Content-Type":F6(A.filePath),"Cache-Control":Y}});if(w.spa){let X=W0.join(w.dir,"index.html"),U=Bun.file(X);if(await U.exists())return new Response(U,{status:200,headers:{"Content-Type":"text/html; charset=utf-8","Cache-Control":"no-cache"}})}return new Response("Not Found",{status:404})}var T6;var AA=K$(()=>{T6={".html":"text/html; charset=utf-8",".htm":"text/html; charset=utf-8",".css":"text/css; charset=utf-8",".js":"text/javascript; charset=utf-8",".mjs":"text/javascript; charset=utf-8",".json":"application/json; charset=utf-8",".map":"application/json; charset=utf-8",".svg":"image/svg+xml",".png":"image/png",".jpg":"image/jpeg",".jpeg":"image/jpeg",".gif":"image/gif",".webp":"image/webp",".avif":"image/avif",".ico":"image/x-icon",".woff":"font/woff",".woff2":"font/woff2",".ttf":"font/ttf",".otf":"font/otf",".eot":"application/vnd.ms-fontobject",".txt":"text/plain; charset=utf-8",".xml":"application/xml; charset=utf-8",".pdf":"application/pdf",".wasm":"application/wasm",".mp4":"video/mp4",".webm":"video/webm",".mp3":"audio/mpeg",".wav":"audio/wav"}});function G6($){return($.headers.get("host")||"").split(":")[0]}function gT($,w,A){let Y=new URL($.url),f=w.sourceHost??"",X=Y.pathname,U=oU(Y.pathname,w.pathRewrites);if(U)f=U.targetHost,X=U.targetPath,z("request",`Path rewrite: ${Y.pathname} → ${f}${X}`,A);return{targetHost:f,targetPath:X,search:Y.search}}function YA($,w){return async(A,Y)=>{let f=new URL(A.url),X=G6(A),U=$(X);if(!U)return z("request",`No route found for host: ${X}`,w),new Response(`No proxy configured for ${X}`,{status:404});if(U.static)return lT(f.pathname,U.static);if(A.headers.get("upgrade")?.toLowerCase()==="websocket"){if(!Y||!U.sourceHost)return new Response("WebSocket upgrade not supported here",{status:400});let{targetHost:j,targetPath:T,search:F}=gT(A,U,w),H=`ws://${j}${T}${F}`,h={};for(let[R,M]of A.headers)if(!H6.has(R.toLowerCase())&&R.toLowerCase()!=="host")h[R]=M;h.host=j,h["x-forwarded-for"]="127.0.0.1",h["x-forwarded-proto"]="https",h["x-forwarded-host"]=X;let G={targetUrl:H,forwardHeaders:h};if(Y.upgrade(A,{data:G})){z("ws",`upgraded ${X}${T} → ${H}`,w);return}return new Response("WebSocket upgrade failed",{status:400})}if(!U.sourceHost)return new Response(`No upstream configured for ${X}`,{status:502});let{targetHost:W,targetPath:J,search:B}=gT(A,U,w),E=`http://${W}${J}${B}`;try{let j=new Headers(A.headers);if(j.set("host",W),U.changeOrigin)j.set("origin",`http://${U.sourceHost}`);j.set("x-forwarded-for","127.0.0.1"),j.set("x-forwarded-proto","https"),j.set("x-forwarded-host",X);let T=await fetch(E,{method:A.method,headers:j,body:A.body,redirect:"manual"});if(U.cleanUrls&&f.pathname.endsWith(".html")){let H=f.pathname.replace(/\.html$/,"");return new Response(null,{status:301,headers:{Location:H}})}let F=new Headers(T.headers);return new Response(T.body,{status:T.status,statusText:T.statusText,headers:F})}catch(j){return z("request",`Proxy error for ${X}: ${j}`,w),new Response(`Proxy Error: ${j}`,{status:502})}}}function fA($){let w=new WeakMap;return{open(A){let{targetUrl:Y,forwardHeaders:f}=A.data,X;try{X=new WebSocket(Y,{headers:f})}catch(W){z("ws",`failed to open upstream ${Y}: ${W}`,$),A.close(1011,"upstream connect failed");return}X.binaryType="arraybuffer";let U={upstream:X,upstreamOpen:!1,pending:[]};w.set(A,U),X.addEventListener("open",()=>{U.upstreamOpen=!0;for(let W of U.pending)X.send(W);U.pending=[]}),X.addEventListener("message",(W)=>{A.send(W.data)}),X.addEventListener("close",(W)=>{try{A.close(W.code||1000,W.reason||"")}catch{}}),X.addEventListener("error",()=>{z("ws",`upstream error for ${Y}`,$);try{A.close(1011,"upstream error")}catch{}})},message(A,Y){let f=w.get(A);if(!f)return;let X=typeof Y==="string"?Y:new Uint8Array(Y);if(f.upstreamOpen)f.upstream.send(X);else f.pending.push(X)},close(A,Y,f){let X=w.get(A);if(!X)return;w.delete(A);try{X.upstream.close(Y||1000,f||"")}catch{}}}}var H6;var Zf=K$(()=>{AA();X$();H6=new Set(["connection","keep-alive","proxy-authenticate","proxy-authorization","te","trailer","transfer-encoding","upgrade","sec-websocket-key","sec-websocket-version","sec-websocket-extensions"])});function xf($){return $.startsWith("*.")}function R6($,w){if(!xf(w))return!1;let A=w.slice(1);return $.length>A.length&&$.endsWith(A)}function XA($,w){let A=$.get(w);if(A!==void 0)return A;let Y,f=-1;for(let[X,U]of $){if(!xf(X))continue;if(R6(w,X)){let W=X.length-1;if(W>f)f=W,Y=U}}return Y}import*as UA from"node:fs/promises";import*as UJ from"node:path";function q6($){if(!$.endsWith(".crt"))return null;let w=$.slice(0,-4);if(w.length===0)return null;if(w.startsWith("_wildcard."))return`*.${w.slice(10)}`;return w}async function N6($,w,A,Y){try{let[f,X]=await Promise.all([UA.readFile(w,"utf8"),UA.readFile(A,"utf8")]);return{serverName:$,cert:f,key:X}}catch(f){return z("sni",`skipping ${$}: ${f.message}`,Y),null}}async function JJ($,w){let A=new Map;if($.certsDir){let f=[];try{f=await UA.readdir($.certsDir)}catch(X){z("sni",`certsDir read failed (${$.certsDir}): ${X.message}`,w)}for(let X of f){let U=q6(X);if(!U)continue;let W=X.slice(0,-4);A.set(U,{certPath:UJ.join($.certsDir,X),keyPath:UJ.join($.certsDir,`${W}.key`)})}}if($.domains)for(let[f,X]of Object.entries($.domains))A.set(f,X);let Y=[];for(let[f,X]of A){let U=await N6(f,X.certPath,X.keyPath,w);if(U)Y.push(U)}return Y}var WJ=K$(()=>{X$()});import*as Bw from"node:fs/promises";import*as BJ from"node:path";function M6($,w){if(!w||w.length===0)return!1;return w.some((A)=>{let Y=A.startsWith(".")?A.slice(1):A;return $===Y||$.endsWith(`.${Y}`)})}function I6($){if(!$||$.length>253)return!1;if($.includes("/")||$.includes(":")||$.includes(" "))return!1;if($.startsWith("*"))return!1;return/^(?:[a-z0-9](?:[a-z0-9-]{0,61}[a-z0-9])?\.)+[a-z]{2,}$/i.test($)}class Pf{config;certsDir;onCertAdded;http01Store;issuer;verbose;negativeCacheMs;certs=new Map;inFlight=new Map;negativeCache=new Map;constructor($){this.config=$.config,this.certsDir=$.certsDir,this.onCertAdded=$.onCertAdded,this.http01Store=$.http01Store??lY,this.issuer=$.issuer??l8,this.verbose=$.verbose??!1,this.negativeCacheMs=$.negativeCacheMs??y6;for(let w of $.initial??[])this.certs.set(w.serverName,w)}get challengeStore(){return this.http01Store}sniEntries(){return Array.from(this.certs.values())}hasCert($){return this.certs.has($)}async isApproved($){if(!I6($))return!1;if(M6($,this.config.allowedSuffixes))return!0;if(this.config.ask)try{return await this.config.ask($)}catch(w){return z("on-demand",`ask(${$}) threw: ${w.message}`,this.verbose),!1}return!1}async ensureCert($){if(!this.config.enabled)return!1;if(this.certs.has($))return!0;let w=this.inFlight.get($);if(w)return w;let A=this.negativeCache.get($);if(A!==void 0&&Date.now()<A)return z("on-demand",`${$} negatively cached for ${A-Date.now()}ms`,this.verbose),!1;let Y=this.issue($).finally(()=>{this.inFlight.delete($)});return this.inFlight.set($,Y),Y}async issue($){if(this.certs.has($))return!0;if(await this.loadFromDisk($))return!0;if(!await this.isApproved($))return z("on-demand",`refused issuance for ${$} (not approved)`,this.verbose),!1;try{z("on-demand",`issuing cert for ${$} (staging=${this.config.staging??!1})`,this.verbose);let w=await this.issuer({domains:[$],method:"http-01",http01Store:this.http01Store,email:this.config.email,staging:this.config.staging});await this.persist($,w.fullChainPem,w.keyPem);let A={serverName:$,cert:w.fullChainPem,key:w.keyPem};return this.certs.set($,A),this.negativeCache.delete($),z("on-demand",`issued + installed cert for ${$}`,this.verbose),await this.onCertAdded?.(this.sniEntries()),!0}catch(w){return this.negativeCache.set($,Date.now()+this.negativeCacheMs),z("on-demand",`issuance for ${$} failed: ${w.message}`,this.verbose),!1}}async loadFromDisk($){let{certPath:w,keyPath:A}=this.pathsFor($);try{let[Y,f]=await Promise.all([Bw.readFile(w,"utf8"),Bw.readFile(A,"utf8")]),X={serverName:$,cert:Y,key:f};return this.certs.set($,X),z("on-demand",`adopted existing on-disk cert for ${$}`,this.verbose),await this.onCertAdded?.(this.sniEntries()),!0}catch{return!1}}pathsFor($){return{certPath:BJ.join(this.certsDir,`${$}.crt`),keyPath:BJ.join(this.certsDir,`${$}.key`)}}async persist($,w,A){await Bw.mkdir(this.certsDir,{recursive:!0}).catch(()=>{});let{certPath:Y,keyPath:f}=this.pathsFor($);await Promise.all([Bw.writeFile(Y,w,"utf8"),Bw.writeFile(f,A,{encoding:"utf8",mode:384})])}}var y6=60000;var EJ=K$(()=>{WU();X$()});import*as bf from"node:fs";import*as u$ from"node:fs/promises";import{homedir as C6}from"node:os";import*as jJ from"node:path";import*as cf from"node:process";function Ew(){return jJ.join(C6(),".stacks","rpx","registry.d")}function JA($){return typeof $==="string"&&$.length>0&&$.length<=128&&S6.test($)}function TJ($,w){if(!JA(w))throw Error(`invalid registry id: ${JSON.stringify(w)}`);return jJ.join($,`${w}.json`)}function l$($){if(!Number.isInteger($)||$<=0)return!1;try{return cf.kill($,0),!0}catch(w){return w.code==="EPERM"}}function tT($){if(!$||typeof $!=="object")return!1;let w=$,A=w.pid===void 0||typeof w.pid==="number"&&Number.isInteger(w.pid)&&w.pid>0,Y=typeof w.from==="string"&&w.from.length>0,f=typeof w.static==="string"||!!w.static&&typeof w.static==="object"&&typeof w.static.dir==="string";return typeof w.id==="string"&&JA(w.id)&&(Y||f)&&typeof w.to==="string"&&w.to.length>0&&A&&typeof w.createdAt==="string"}async function L6($){await u$.mkdir($,{recursive:!0})}async function pT($,w=Ew(),A){if(!tT($))throw Error(`invalid registry entry: ${JSON.stringify($)}`);await L6(w);let Y=TJ(w,$.id),f=`${Y}.tmp.${cf.pid}.${Date.now()}`,X=JSON.stringify($,null,2);try{await u$.writeFile(f,X,{encoding:"utf8",mode:420}),await u$.rename(f,Y),z("registry",`wrote entry ${$.id} → ${Y}`,A)}catch(U){throw await u$.unlink(f).catch(()=>{}),U}}async function FJ($,w=Ew(),A){let Y=TJ(w,$);try{await u$.unlink(Y),z("registry",`removed entry ${$}`,A)}catch(f){if(f.code!=="ENOENT")throw f}}async function O6($,w=Ew(),A){let Y=TJ(w,$);try{let f=await u$.readFile(Y,"utf8"),X=JSON.parse(f);if(!tT(X))return z("registry",`entry ${$} failed validation, removing`,A),await u$.unlink(Y).catch(()=>{}),null;return X}catch(f){if(f.code==="ENOENT")return null;if(f instanceof SyntaxError)return z("registry",`entry ${$} has invalid JSON, removing`,A),await u$.unlink(Y).catch(()=>{}),null;throw f}}async function Mw($=Ew(),w){let A;try{A=await u$.readdir($)}catch(f){if(f.code==="ENOENT")return[];throw f}let Y=[];for(let f of A){if(!f.endsWith(".json"))continue;let X=f.slice(0,-5);if(!JA(X))continue;let U=await O6(X,$,w);if(U)Y.push(U)}return Y}async function uf($=Ew(),w){let A=await Mw($,w),Y=0;for(let f of A){if(f.pid===void 0)continue;if(!l$(f.pid))z("registry",`GC: pid ${f.pid} for ${f.id} is dead, removing`,w),await FJ(f.id,$,w).catch(()=>{}),Y++}return Y}function zJ($,w={}){let A=w.dir??Ew(),Y=w.debounceMs??100,f=w.pollMs??Math.max(Y*2,250),X=w.verbose;bf.mkdirSync(A,{recursive:!0});let U=null,W=!1,J=null,B=!1,E=(G)=>{return JSON.stringify(G.map((K)=>({id:K.id,from:K.from,to:K.to,pid:K.pid,pathRewrites:K.pathRewrites,cleanUrls:K.cleanUrls,changeOrigin:K.changeOrigin,static:K.static})).sort((K,R)=>K.id.localeCompare(R.id)))},j=()=>{if(U=null,W)return;Mw(A,X).then((G)=>{return J=E(G),$(G)}).catch((G)=>{z("registry",`watcher onChange failed: ${G}`,X)})},T=()=>{if(W)return;if(U)clearTimeout(U);U=setTimeout(j,Y)},H=setInterval(()=>{if(W||B)return;B=!0,Mw(A,X).then((G)=>{if(E(G)!==J)T()}).catch((G)=>{z("registry",`watcher poll failed: ${G}`,X)}).finally(()=>{B=!1})},f),h=bf.watch(A,{persistent:!0},(G,K)=>{if(K&&/\.tmp\.\d+\.\d+$/.test(K))return;T()});return h.on("error",(G)=>{z("registry",`watcher error: ${G}`,X)}),T(),{close:()=>{if(W=!0,U)clearTimeout(U);clearInterval(H),h.close()}}}var S6;var WA=K$(()=>{X$();S6=/^[a-zA-Z0-9._-]+$/});import{spawn as V6}from"node:child_process";import*as Iw from"node:fs/promises";import{homedir as Q6}from"node:os";import*as BA from"node:path";import*as n$ from"node:process";function t0(){return BA.join(Q6(),".stacks","rpx")}function aT($=t0()){return BA.join($,"daemon.pid")}async function rT($=t0()){try{let w=await Iw.readFile(aT($),"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 _6($=t0()){await Iw.unlink(aT($)).catch(()=>{})}function D6(){let $=n$.execPath,w=BA.basename($).toLowerCase();if((w==="bun"||w==="node"||w.startsWith("bun-"))&&n$.argv[1])return[$,n$.argv[1],"daemon:start"];return[$,"daemon:start"]}async function sT($={}){let w=$.rpxDir??t0(),A=$.verbose??!1;await jw({rpxDir:w,verbose:A}).catch((E)=>{z("daemon",`DNS reconcile before ensureDaemonRunning: ${E}`,A)});let Y=await rT(w);if(Y!==null&&l$(Y))return z("daemon",`ensureDaemonRunning: already running pid=${Y}`,A),{pid:Y,spawned:!1};if(Y!==null)z("daemon",`ensureDaemonRunning: clearing stale pid=${Y}`,A),await _6(w);await Iw.mkdir(w,{recursive:!0});let f=$.spawnCommand??D6();if(f.length===0)throw Error("ensureDaemonRunning: spawnCommand is empty");z("daemon",`spawning daemon: ${f.join(" ")}`,A);let X=V6(f[0],f.slice(1),{detached:!0,stdio:"ignore",cwd:$.spawnCwd??n$.cwd(),env:$.spawnEnv?{...n$.env,...$.spawnEnv}:n$.env});X.unref();let U=null;X.once("error",(E)=>{U=E});let W=$.startupTimeoutMs??5000,J=$.pollIntervalMs??50,B=Date.now()+W;while(Date.now()<B){if(U)throw U;let E=await rT(w);if(E!==null&&l$(E))return z("daemon",`daemon registered with pid=${E}`,A),{pid:E,spawned:!0};await new Promise((j)=>setTimeout(j,J))}if(U)throw U;throw Error(`rpx daemon failed to start within ${W}ms (rpxDir=${w})`)}var hJ=K$(()=>{$w();kf();Zf();WJ();EJ();AA();WA();S1();X$()});import*as Tw from"node:fs/promises";import{homedir as k6}from"node:os";import*as HJ from"node:path";function eT(){return HJ.join(k6(),".stacks","rpx")}function GJ($=eT()){return HJ.join($,Z6)}async function vf($=eT()){try{let w=await Tw.readFile(GJ($),"utf8"),A=JSON.parse(w);if(A.version!==nf||!Array.isArray(A.resolvers))return null;return{version:nf,resolvers:A.resolvers.filter((Y)=>typeof Y==="string"),domains:Array.isArray(A.domains)?A.domains.filter((Y)=>typeof Y==="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 Tw.mkdir($,{recursive:!0}),await Tw.writeFile(GJ($),`${JSON.stringify(w,null,2)}
|
|
204
|
+
`,"utf8")}async function KJ($){await Tw.rm(GJ($),{force:!0})}function wF($){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 x6($){let w=wF($);if(!w)return null;let A=w.split(".");if(A.length<2)return null;return A.slice(-2).join(".")}function RJ($){let w=new Set;for(let A of $){let Y=x6(A);if(Y)w.add(Y)}return Array.from(w).sort()}function qJ($){let w=new Set;for(let A of $){let Y=wF(A);if(Y)w.add(Y)}return Array.from(w).sort()}var nf=1,Z6="dns-state.json",oT;var AF=K$(()=>{oT=["com","test","dev","app","page","local","localhost","example","invalid"]});var gf={};nJ(gf,{tearDownDevelopmentDns:()=>Cw,syncDevelopmentDnsFromRegistry:()=>EA,stopDnsServer:()=>NJ,startDnsServer:()=>WF,setupResolver:()=>g6,setupDevelopmentDns:()=>CJ,resolverFilePath:()=>L1,removeResolver:()=>p6,removeLegacyTldResolvers:()=>IJ,reconcileStaleDevelopmentDns:()=>jw,isDnsServerRunning:()=>n6,contentLooksLikeRpxResolver:()=>BF,RPX_RESOLVER_MARKER:()=>XF,DNS_PORT:()=>lf});import P6 from"node:dgram";import*as YF from"node:fs/promises";import*as fF from"node:path";import*as p0 from"node:process";function i6($){return{id:$.readUInt16BE(0),flags:$.readUInt16BE(2),qdcount:$.readUInt16BE(4),ancount:$.readUInt16BE(6),nscount:$.readUInt16BE(8),arcount:$.readUInt16BE(10)}}function JF($,w){let A=[],Y=w;while(!0){let f=$[Y];if(f===0){Y++;break}if((f&192)===192){let X=$.readUInt16BE(Y)&16383,{name:U}=JF($,X);A.push(U),Y+=2;break}Y++,A.push($.subarray(Y,Y+f).toString("ascii")),Y+=f}return{name:A.join("."),newOffset:Y}}function b6($,w){let{name:A,newOffset:Y}=JF($,w),f=$.readUInt16BE(Y),X=$.readUInt16BE(Y+2);return{question:{name:A,type:f,class:X},newOffset:Y+4}}function df($){let w=$.split("."),A=[];for(let Y of w)A.push(Buffer.from([Y.length])),A.push(Buffer.from(Y,"ascii"));return A.push(Buffer.from([0])),Buffer.concat(A)}function c6($,w,A){let Y=[],f=Buffer.alloc(12);f.writeUInt16BE($,0),f.writeUInt16BE(33152,2),f.writeUInt16BE(1,4),f.writeUInt16BE(1,6),f.writeUInt16BE(0,8),f.writeUInt16BE(0,10),Y.push(f),Y.push(df(w.name));let X=Buffer.alloc(4);X.writeUInt16BE(w.type,0),X.writeUInt16BE(w.class,2),Y.push(X),Y.push(df(w.name));let U=Buffer.alloc(10);if(U.writeUInt16BE(w.type,0),U.writeUInt16BE(1,2),U.writeUInt32BE(300,4),w.type===1){U.writeUInt16BE(4,8),Y.push(U);let W=A.split(".").map((J)=>Number.parseInt(J,10));Y.push(Buffer.from(W))}else if(w.type===28)U.writeUInt16BE(16,8),Y.push(U),Y.push(Buffer.from([0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1]));else return f.writeUInt16BE(33155,2),f.writeUInt16BE(0,6),Buffer.concat([f,df(w.name),X]);return Buffer.concat(Y)}function u6($,w){let A=[],Y=Buffer.alloc(12);Y.writeUInt16BE($,0),Y.writeUInt16BE(33155,2),Y.writeUInt16BE(1,4),Y.writeUInt16BE(0,6),Y.writeUInt16BE(0,8),Y.writeUInt16BE(0,10),A.push(Y),A.push(df(w.name));let f=Buffer.alloc(4);return f.writeUInt16BE(w.type,0),f.writeUInt16BE(w.class,2),A.push(f),Buffer.concat(A)}async function WF($,w){if(p0.platform!=="darwin")return!1;let A=qJ($);if(A.length===0)return!1;if(g$){for(let Y of A)mf.add(Y);return z("dns","DNS server already running — merged domains",w),!0}return mf=new Set(A),new Promise((Y)=>{g$=P6.createSocket("udp4"),g$.on("error",(f)=>{z("dns",`DNS server error: ${f.message}`,w),g$?.close(),g$=null,Y(!1)}),g$.on("message",(f,X)=>{try{let U=i6(f),{question:W}=b6(f,12);z("dns",`Query for ${W.name} type ${W.type} from ${X.address}`,w);let J=W.name.toLowerCase(),B=!1;for(let j of mf)if(J===j||J.endsWith(`.${j}`)){B=!0;break}let E;if(B&&(W.type===1||W.type===28))E=c6(U.id,W,"127.0.0.1"),z("dns",`Responding with localhost for ${W.name}`,w);else E=u6(U.id,W),z("dns",`NXDOMAIN for ${W.name}`,w);g$?.send(E,X.port,X.address)}catch(U){z("dns",`Error processing DNS query: ${U}`,w)}}),g$.on("listening",()=>{let f=g$?.address();z("dns",`DNS server listening on ${f?.address}:${f?.port}`,w),Y(!0)});try{g$.bind(lf,"127.0.0.1")}catch(f){z("dns",`Failed to bind DNS server: ${f}`,w),Y(!1)}})}function NJ($){if(g$)z("dns","Stopping DNS server",$),g$.close(),g$=null,mf=new Set}function n6(){return g$!==null}function v6(){return`${XF}
|
|
201
205
|
nameserver 127.0.0.1
|
|
202
|
-
port ${
|
|
203
|
-
`}function
|
|
206
|
+
port ${lf}
|
|
207
|
+
`}function L1($){return fF.join(UF,$)}function BF($){return $.includes("127.0.0.1")&&$.includes(String(lf))}async function m6($){try{return await YF.readFile(L1($),"utf8")}catch(w){if(w.code==="ENOENT")return null;throw w}}async function yJ($){if(p0.platform!=="darwin")return;let{execSudoSync:w,getSudoPassword:A}=await Promise.resolve().then(() => (X$(),N1));if(!A()){z("dns","Cannot flush DNS cache without SUDO_PASSWORD",$);return}try{w("dscacheutil -flushcache"),w("killall -HUP mDNSResponder 2>/dev/null || true"),z("dns","DNS cache flushed",$)}catch(Y){z("dns",`Could not flush DNS cache: ${Y}`,$)}}async function d6($,w){let{execSudoSync:A}=await Promise.resolve().then(() => (X$(),N1)),Y=v6().replace(/\n/g,"\\n"),f=`bash -c 'mkdir -p ${UF} && printf "%b" "${Y}" > ${L1($)}'`;A(f),z("dns",`Created ${L1($)}`,w)}async function l6($,w){let{execSudoSync:A}=await Promise.resolve().then(() => (X$(),N1));A(`rm -f ${L1($)}`),z("dns",`Removed ${L1($)}`,w)}async function g6($,w){return CJ({domains:w??[],verbose:$})}async function t6($,w){if(p0.platform!=="darwin")return!0;let{getSudoPassword:A}=await Promise.resolve().then(() => (X$(),N1));if(!A())return z("dns","SUDO_PASSWORD not set, cannot create resolver files",w),!1;try{for(let Y of $)await d6(Y,w);return await yJ(w),!0}catch(Y){return z("dns",`Failed to create resolver file: ${Y}`,w),!1}}async function MJ($,w){if(p0.platform!=="darwin")return;let{getSudoPassword:A}=await Promise.resolve().then(() => (X$(),N1));if(!A())return;try{for(let Y of $)await l6(Y,w);await yJ(w)}catch(Y){z("dns",`Failed to remove resolver files: ${Y}`,w)}}async function IJ($){if(p0.platform!=="darwin")return[];let w=[];for(let A of oT){let Y=await m6(A);if(Y&&BF(Y))await MJ([A],$),w.push(A)}return w}async function CJ($){let w=$.rpxDir??t0(),A=qJ($.domains);if(A.length===0)return!1;let Y=RJ(A);if(!await WF(A,$.verbose))return!1;if(!await t6(Y,$.verbose))return!1;let U={version:nf,resolvers:Y,domains:A,ownerPid:$.ownerPid??p0.pid,updatedAt:new Date().toISOString()};return await $F(w,U),!0}async function EA($,w={}){let A=$.map((J)=>J.to).filter(Boolean),Y=w.rpxDir??t0(),f=RJ(A),W=((await vf(Y))?.resolvers??[]).filter((J)=>!f.includes(J));if(W.length>0)await MJ(W,w.verbose);if(f.length===0){NJ(w.verbose),await KJ(Y);return}await CJ({domains:A,rpxDir:Y,verbose:w.verbose,ownerPid:w.ownerPid??p0.pid})}async function Cw($={}){let w=$.rpxDir??t0();NJ($.verbose);let Y=(await vf(w))?.resolvers??[];await MJ(Y,$.verbose),await IJ($.verbose),await KJ(w)}async function p6($){await Cw({verbose:$})}async function jw($={}){let w=$.rpxDir??t0(),A=await vf(w),Y=A?.ownerPid!=null&&l$(A.ownerPid);if(A&&!Y){z("dns",`reconcile: owner pid ${A.ownerPid} is gone — tearing down DNS`,$.verbose),await Cw($);return}let f=await IJ($.verbose);if(f.length>0)z("dns",`reconcile: removed legacy TLD resolvers: ${f.join(", ")}`,$.verbose);await yJ($.verbose)}var lf=15353,XF="# managed-by: rpx",UF="/etc/resolver",g$=null,mf;var S1=K$(()=>{hJ();AF();WA();X$();mf=new Set});import{dirname as G7,join as K7}from"path";import*as m$ from"process";import{fileURLToPath as R7}from"url";import{existsSync as uF}from"node:fs";import fX from"node:fs/promises";import vJ from"node:os";import XX from"node:path";import hw from"node:process";import{EventEmitter as nF}from"node:events";import a0 from"node:process";import mJ from"node:process";import BX from"node:process";import qA from"node:process";import D1 from"node:process";import gJ from"node:tty";import Oz,{stdin as c7,stdout as u7}from"node:process";import pJ,{stdin as _z,stdout as Dz}from"node:process";import kz from"node:readline";class aJ{configPath;config=null;events=[];retryCount=0;maxRetries=3;retryDelayMs=1000;constructor(){let $=vJ.homedir(),w=XX.join($,".config","clapp");this.configPath=XX.join(w,"telemetry.json")}async isEnabled(){if(hw.env.DO_NOT_TRACK==="1"||hw.env.DO_NOT_TRACK==="true")return!1;if(hw.env.NO_TELEMETRY==="1"||hw.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 Y={event:$,...w,timestamp:Date.now(),platform:vJ.platform(),nodeVersion:hw.version};if(this.events.push(Y),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:hw.env.DO_NOT_TRACK==="1"||hw.env.DO_NOT_TRACK==="true",eventsQueued:this.events.length,lastSent:$.lastSent}}async loadConfig(){if(this.config)return this.config;try{if(uF(this.configPath)){let $=await fX.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=XX.dirname(this.configPath);await fX.mkdir(w,{recursive:!0}),await fX.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 L7=new aJ;function vF($,w={}){let A={_:[]},Y=w.alias||{},f=new Set(w.boolean||[]),X={};for(let W of Object.keys(Y))for(let J of Y[W])X[J]=W;for(let W of f)if(Y[W])for(let J of Y[W])f.add(J);function U(W,J){let B=X[W]||W;if(A[B]=J,Y[B])for(let E of Y[B])A[E]=J;if(X[W]&&Y[X[W]])for(let E of Y[X[W]])A[E]=J;A[W]=J}for(let W=0;W<$.length;W++){let J=$[W];if(J==="--"){A._.push(...$.slice(W+1));break}if(J.startsWith("--")){let B=J.indexOf("=");if(B!==-1){let E=J.slice(2,B),j=J.slice(B+1);U(E,j)}else{let E=J.slice(2);if(E.startsWith("no-")){let T=E.slice(3);U(T,!1);continue}let j=X[E]||E;if(f.has(j)||f.has(E))U(E,!0);else{let T=$[W+1];if(T!==void 0&&!T.startsWith("-"))U(E,T),W++;else U(E,!0)}}}else if(J.startsWith("-")&&J.length>1){let B=J.slice(1);for(let E=0;E<B.length;E++){let j=B[E],T=X[j]||j;if(E===B.length-1&&!f.has(T)&&!f.has(j)){let F=$[W+1];if(F!==void 0&&!F.startsWith("-"))U(j,F),W++;else U(j,!0)}else U(j,!0)}}else A._.push(J)}return A}function WX($){return $.replace(/[<[].+/,"").trim()}function mF($){let w=/<([^>]+)>/g,A=/\[([^\]]+)\]/g,Y=[],f=(W)=>{let J=!1,B=W[1];if(B.startsWith("..."))B=B.slice(3),J=!0;return{required:W[0].startsWith("<"),value:B,variadic:J}},X;while(X=w.exec($))Y.push(f(X));let U;while(U=A.exec($))Y.push(f(U));return Y}function dF($){let w={alias:{},boolean:[]};for(let[A,Y]of $.entries()){if(Y.names.length>1)w.alias[Y.names[0]]=Y.names.slice(1);if(Y.isBoolean)if(Y.negated){if(!$.some((X,U)=>{return U!==A&&X.names.some((W)=>Y.names.includes(W))&&typeof X.required==="boolean"}))w.boolean.push(Y.names[0])}else w.boolean.push(Y.names[0])}return w}function dJ($){return $.reduce((w,A)=>w.length>=A.length?w:A,"")}function UX($,w){return $.length>=w?$:`${$}${" ".repeat(w-$.length)}`}function lF($){return $.replace(/([a-z])-([a-z])/g,(w,A,Y)=>{return A+Y.toUpperCase()})}function gF($,w,A){let Y=0,f=w.length,X=$,U;for(;Y<f;++Y)U=X[w[Y]],X=X[w[Y]]=Y===f-1?A:U!=null?U:!!~w[Y+1].indexOf(".")||!(+w[Y+1]>-1)?{}:[]}function tF($,w){for(let A of Object.keys(w)){let Y=w[A];if(Y.shouldTransform){if($[A]=Array.prototype.concat.call([],$[A]),typeof Y.transformFunction==="function")$[A]=$[A].map(Y.transformFunction)}}}function pF($){let w=/([^\\/]+)$/.exec($);return w?w[1]:""}function sJ($){return $.split(".").map((w,A)=>{return A===0?lF(w):w}).join(".")}class RA 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
208
|
|
|
205
209
|
Stack trace:
|
|
206
|
-
${this.stack}`;return this.message}}function
|
|
207
|
-
`);let
|
|
210
|
+
${this.stack}`;return this.message}}function rF(){let{env:$}=mJ,{TERM:w,TERM_PROGRAM:A}=$;if(mJ.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 MA="\x1B",U$=`${MA}[`;var I0={to($,w){if(!w)return`${U$}${$+1}G`;return`${U$}${w+1};${$+1}H`},move($,w){let A="";if($<0)A+=`${U$}${-$}D`;else if($>0)A+=`${U$}${$}C`;if(w<0)A+=`${U$}${-w}A`;else if(w>0)A+=`${U$}${w}B`;return A},up:($=1)=>`${U$}${$}A`,down:($=1)=>`${U$}${$}B`,forward:($=1)=>`${U$}${$}C`,backward:($=1)=>`${U$}${$}D`,nextLine:($=1)=>`${U$}E`.repeat($),prevLine:($=1)=>`${U$}F`.repeat($),left:`${U$}G`,hide:`${U$}?25l`,show:`${U$}?25h`,save:`${MA}7`,restore:`${MA}8`};var JX={screen:`${U$}2J`,up:($=1)=>`${U$}1J`.repeat($),down:($=1)=>`${U$}J`.repeat($),line:`${U$}2K`,lineEnd:`${U$}K`,lineStart:`${U$}1K`,lines($){let w="";for(let A=0;A<$;A++)w+=this.line+(A<$-1?I0.up():"");if($)w+=I0.left;return w}},_7={screen:`${MA}c`};function aF($,w){let A=[];for(let Y=0;Y<=w.length;Y++)A[Y]=[Y];for(let Y=0;Y<=$.length;Y++)A[0][Y]=Y;for(let Y=1;Y<=w.length;Y++)for(let f=1;f<=$.length;f++)if(w.charAt(Y-1)===$.charAt(f-1))A[Y][f]=A[Y-1][f-1];else A[Y][f]=Math.min(A[Y-1][f-1]+1,A[Y][f-1]+1,A[Y-1][f]+1);return A[w.length][$.length]}function oJ($,w,A=2,Y=3){return w.map((f)=>({cmd:f,distance:aF($,f)})).filter(({distance:f})=>f<=A).sort((f,X)=>f.distance-X.distance).slice(0,Y).map(({cmd:f})=>f)}class eJ{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=WX($).split(",").map((Y)=>{let f=Y.trim().replace(/^-{1,2}/,"");if(f.startsWith("no-"))this.negated=!0,f=f.replace(/^no-/,"");return sJ(f)}).sort((Y,f)=>Y.length>f.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 k7=BX.argv,sF=`${BX.platform}-${BX.arch} bun-v${typeof Bun<"u"?Bun.version:"unknown"}`,lJ=qA.argv,oF=`${qA.platform}-${qA.arch} node-${qA.version}`;class EX{rawName;description;config;cli;options;aliasNames;name;namespace;args;commandAction;usageText;versionNumber;examples;helpCallback;globalCommand;beforeHooks;afterHooks;middleware;constructor($,w,A,Y){this.rawName=$,this.description=w,this.config=A,this.cli=Y,this.options=[],this.aliasNames=[],this.name=WX($);let f=WX($),X=f.indexOf(":");if(X>0)this.namespace=f.substring(0,X),this.name=f.substring(X+1);if(this.args=mF($),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 Y=new eJ($,w,A);return this.options.push(Y),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 jX}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:Y,helpCallback:f}=this.cli.globalCommand,X=[{body:`${$}${A?`/${A}`:""}`}];if(X.push({title:"Usage",body:` $ ${$} ${this.usageText||this.rawName}`}),(this.isGlobalCommand||this.isDefaultCommand)&&w.length>0){let J=dJ(w.map((F)=>F.rawName)),B=new Map,E=[];for(let F of w)if(F.namespace){if(!B.has(F.namespace))B.set(F.namespace,[]);B.get(F.namespace).push(F)}else E.push(F);let j="";if(E.length>0)j+=E.map((F)=>{return` ${UX(F.rawName,J.length)} ${F.description}`}).join(`
|
|
211
|
+
`);let T=Array.from(B.keys()).sort();for(let F of T){let H=B.get(F);if(j.length>0)j+=`
|
|
208
212
|
|
|
209
|
-
`;
|
|
210
|
-
`,
|
|
211
|
-
`)}
|
|
212
|
-
`)})}let
|
|
213
|
-
`)})}if(this.examples.length>0)
|
|
214
|
-
`)});if(
|
|
215
|
-
${
|
|
213
|
+
`;j+=` ${F}:
|
|
214
|
+
`,j+=H.map((h)=>{return` ${UX(h.rawName,J.length-2)} ${h.description}`}).join(`
|
|
215
|
+
`)}X.push({title:"Commands",body:j}),X.push({title:"For more info, run any command with the `--help` flag",body:w.map((F)=>` $ ${$}${F.displayName===""?"":` ${F.displayName}`} --help`).join(`
|
|
216
|
+
`)})}let W=this.isGlobalCommand?Y:[...this.options,...Y||[]];if(!this.isGlobalCommand&&!this.isDefaultCommand)W=W.filter((J)=>J.name!=="version");if(W.length>0){let J=dJ(W.map((B)=>B.rawName));X.push({title:"Options",body:W.map((B)=>{return` ${UX(B.rawName,J.length)} ${B.description} ${B.config.default===void 0?"":`(default: ${B.config.default})`}`}).join(`
|
|
217
|
+
`)})}if(this.examples.length>0)X.push({title:"Examples",body:this.examples.map((J)=>{if(typeof J==="function")return J($);return J}).join(`
|
|
218
|
+
`)});if(f)X=f(X)||X;console.log(X.map((J)=>{return J.title?`${J.title}:
|
|
219
|
+
${J.body}`:J.body}).join(`
|
|
216
220
|
|
|
217
|
-
`))}outputVersion(){let{name:$}=this.cli,{versionNumber:w}=this.cli.globalCommand;if(w)console.log(`${$}/${w} ${typeof Bun<"u"?
|
|
221
|
+
`))}outputVersion(){let{name:$}=this.cli,{versionNumber:w}=this.cli.globalCommand;if(w)console.log(`${$}/${w} ${typeof Bun<"u"?sF:oF}`)}checkRequiredArgs(){let $=this.args.filter((w)=>w.required).length;if(this.cli.args.length<$){let A=this.args.filter((f)=>f.required).slice(this.cli.args.length),Y=A.map((f)=>`<${f.value}>`).join(" ");throw new RA(`Missing required argument${A.length>1?"s":""}: ${Y}
|
|
218
222
|
|
|
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
|
|
223
|
+
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 f=[...w.options,...this.options].flatMap((J)=>J.names),X=A.length>1?`--${A}`:`-${A}`,U=oJ(A,f),W=`Unknown option \`${X}\``;if(U.length>0)W+=`
|
|
220
224
|
|
|
221
|
-
Did you mean one of these?`,
|
|
222
|
-
• ${
|
|
225
|
+
Did you mean one of these?`,U.forEach((J)=>{let B=J.length>1?`--${J}`:`-${J}`;W+=`
|
|
226
|
+
• ${B}`});throw W+=`
|
|
223
227
|
|
|
224
|
-
Run \`${this.cli.name} ${this.rawName} --help\` to see available options.`,new
|
|
228
|
+
Run \`${this.cli.name} ${this.rawName} --help\` to see available options.`,new RA(W)}}}checkOptionValue(){let{options:$,globalCommand:w}=this.cli,A=[...w.options,...this.options];for(let Y of A){let f=$[Y.name.split(".")[0]];if(Y.required){let X=A.some((U)=>U.negated&&U.names.includes(Y.name));if(f===!0||f===!1&&!X)throw new RA(`Option \`${Y.rawName}\` requires a value.
|
|
225
229
|
|
|
226
|
-
Example: ${this.cli.name} ${this.rawName} ${
|
|
230
|
+
Example: ${this.cli.name} ${this.rawName} ${Y.rawName} <value>`)}}}}class jX extends EX{constructor($){super("@@global@@","",{},$)}}var eF=EX,s0={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 Q1={primary:"blue",secondary:"cyan",success:"green",warning:"yellow",error:"red",info:"magenta",muted:"gray"};function $z(){return!0}function wz(){let $={};$.supportsColor=$z();function w(Y,f=[]){let X=Y===""?[]:[...f,Y],U=function(J){if(!$.supportsColor)return J;let B="",E="";for(let j of X)if(j in Q1&&Q1[j]in s0){let T=Q1[j];B+=s0[T][0],E=s0[T][1]+E}else if(j in s0)B+=s0[j][0],E=s0[j][1]+E;return B+J+E},W=[...Object.keys(s0),...Object.keys(Q1)];for(let J of W)if(!(J in U))Object.defineProperty(U,J,{get(){return w(J,X)}});return U}let A=[...Object.keys(s0),...Object.keys(Q1)];for(let Y of A)if(!(Y in $))Object.defineProperty($,Y,{get(){return w(Y)}});return $}var _1=wz();class TX extends nF{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 jX(this),this.globalCommand.usage("<command> [options]")}handleSignals($){if(this.signalHandlersSet)return this;let w=async(A)=>{if(console.log(`
|
|
227
231
|
|
|
228
|
-
Received ${A}, cleaning up...`),$)try{await $()}catch(
|
|
232
|
+
Received ${A}, cleaning up...`),$)try{await $()}catch(Y){console.error("Error during cleanup:",Y)}a0.exit(0)};return a0.on("SIGINT",()=>w("SIGINT")),a0.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 Y=new eF($,w||"",A,this);return Y.globalCommand=this.globalCommand,this.commands.push(Y),Y}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,Y){if(this.args=$,this.options=w,A)this.matchedCommand=A;if(Y)this.matchedCommandName=Y;return this}unsetMatchedCommand(){this.matchedCommand=void 0,this.matchedCommandName=void 0}showCommandNotFound($){if(console.log(_1.red(`
|
|
229
233
|
✗ Command "${$}" not found.
|
|
230
|
-
`)),this.enableDidYouMean){let w=[];for(let
|
|
231
|
-
Run \`${this.name??"cli"} --help\` for usage.`;
|
|
232
|
-
`),
|
|
233
|
-
`),
|
|
234
|
-
`),
|
|
235
|
-
`),
|
|
236
|
-
`)}class
|
|
237
|
-
`),
|
|
238
|
-
`).length-1;this.output.write(I0.move(-999,$*-1))}render(){let $=
|
|
239
|
-
`);this.output.write(
|
|
240
|
-
`).slice(A);this.output.write(
|
|
241
|
-
`)),this._prevFrame=$;return}this.output.write(
|
|
242
|
-
`)}finally{await
|
|
243
|
-
`),E.stdin.end();E.unref();let f=jw($),z=Date.now()+15000;while(Date.now()<z){if(j)throw j;let H=await Ew($);if(H!==null&&m$(H)){if(J)R.success(`rpx daemon elevated to root (pid=${H}, https on :${w})`);return{httpsPort:w,httpPort:A,pidPath:f,done:Promise.resolve(),stop:async()=>{try{x.kill(H,"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 L9($={}){let w=$.verbose??!1,A=$.rpxDir??Z0(),J=$.registryDir??q0.join(A,"registry.d"),Y=$.httpsPort??443,U=$.httpPort??80,Z=$.hostname??"0.0.0.0",B=$.gcIntervalMs??g6,W=Y>0&&Y<1024||U>0&&U<1024,E=typeof x.getuid==="function"&&x.getuid()===0;if(x.platform!=="win32"&&W&&!E)return a6(A,Y,U,w);let j=await l6(A),F=new Map,f=(y)=>s1(F,y);function z(y){let X$=new Map;for(let M0 of y)X$.set(M0.to,p6(M0));F=X$,G("daemon",`routing table now covers ${X$.size} host(s): ${Array.from(X$.keys()).join(", ")||"<empty>"}`,w)}await LY(J,w).catch((y)=>{G("daemon",`initial gc failed: ${y}`,w)});let H=await hw(J,w);z(H),await Ww({rpxDir:A,verbose:w}).catch((y)=>{G("daemon",`DNS reconcile on start failed: ${y}`,w)}),await AA(H,{rpxDir:A,verbose:w,ownerPid:x.pid}).catch((y)=>{G("daemon",`DNS setup on start failed: ${y}`,w)});let T=[];if($.productionCerts){if(T=await uZ($.productionCerts,w),w&&T.length>0)R.info(`SNI: serving ${T.length} real cert(s): ${T.map((y)=>y.serverName).join(", ")}`)}let q=r1(f,w),K=a1(w),h;if(T.length>0)h=T.map((y)=>({serverName:y.serverName,cert:y.cert,key:y.key}));else{let y=await r6($,J);h={key:y.key,cert:y.cert,ca:y.ca,requestCert:!1,rejectUnauthorized:!1}}let I=Bun.serve({port:Y,hostname:Z,tls:h,fetch(y,X$){return q(y,X$)},websocket:K,error(y){return G("daemon",`https server error: ${y}`,w),new Response(`Server Error: ${y.message}`,{status:500})}}),N=null;if(U>0)N=Bun.serve({port:U,hostname:Z,fetch(y){let X$=new URL(y.url),M0=(y.headers.get("host")??X$.hostname).split(":")[0];return new Response(null,{status:301,headers:{Location:`https://${M0}${X$.pathname}${X$.search}`}})}});if(w)R.success(`rpx daemon listening on https://${Z}:${Y}${N?` (http→https on :${U})`:""}`),R.info(`pid file: ${j}`),R.info(`registry: ${J}`);let M=dZ((y)=>{z(y),AA(y,{rpxDir:A,verbose:w,ownerPid:x.pid}).catch((X$)=>{G("daemon",`DNS sync on registry change failed: ${X$}`,w)})},{dir:J,verbose:w}),V=setInterval(()=>{LY(J,w).then((y)=>{if(y>0)G("daemon",`gc reaped ${y} stale entries`,w)}).catch((y)=>{G("daemon",`periodic gc failed: ${y}`,w)})},B);if(typeof V.unref==="function")V.unref();let g$=!1,B0,N0=new Promise((y)=>{B0=y});async function Fw(){if(g$)return N0;if(g$=!0,clearInterval(V),M.close(),I.stop(!1),N?.stop(!1),await Nw({rpxDir:A,verbose:w}).catch((y)=>{G("daemon",`DNS teardown failed: ${y}`,w)}),await JA(A),w)R.info("rpx daemon stopped");return B0(),N0}let M1=(y)=>{G("daemon",`received ${y}, shutting down`,w),Fw().catch(()=>{})};return x.once("SIGINT",M1),x.once("SIGTERM",M1),{stop:Fw,done:N0,httpsPort:typeof I.port==="number"?I.port:Y,httpPort:N&&typeof N.port==="number"?N.port:U,pidPath:j}}function s6(){let $=x.execPath,w=q0.basename($).toLowerCase();if((w==="bun"||w==="node"||w.startsWith("bun-"))&&x.argv[1])return[$,x.argv[1],"daemon:start"];return[$,"daemon:start"]}async function y9($={}){let w=$.rpxDir??Z0(),A=$.verbose??!1;await Ww({rpxDir:w,verbose:A}).catch((j)=>{G("daemon",`DNS reconcile before ensureDaemonRunning: ${j}`,A)});let J=await Ew(w);if(J!==null&&m$(J))return G("daemon",`ensureDaemonRunning: already running pid=${J}`,A),{pid:J,spawned:!1};if(J!==null)G("daemon",`ensureDaemonRunning: clearing stale pid=${J}`,A),await JA(w);await K0.mkdir(w,{recursive:!0});let Y=$.spawnCommand??s6();if(Y.length===0)throw Error("ensureDaemonRunning: spawnCommand is empty");G("daemon",`spawning daemon: ${Y.join(" ")}`,A);let U=C9(Y[0],Y.slice(1),{detached:!0,stdio:"ignore",cwd:$.spawnCwd??x.cwd(),env:$.spawnEnv?{...x.env,...$.spawnEnv}:x.env});U.unref();let Z=null;U.once("error",(j)=>{Z=j});let B=$.startupTimeoutMs??5000,W=$.pollIntervalMs??50,E=Date.now()+B;while(Date.now()<E){if(Z)throw Z;let j=await Ew(w);if(j!==null&&m$(j))return G("daemon",`daemon registered with pid=${j}`,A),{pid:j,spawned:!0};await new Promise((F)=>setTimeout(F,W))}if(Z)throw Z;throw Error(`rpx daemon failed to start within ${B}ms (rpxDir=${w})`)}async function V9($={}){let w=$.rpxDir??Z0(),A=$.verbose??!1,J=$.timeoutMs??5000,Y=$.pollIntervalMs??50,U=$.forceAfterTimeout??!0,Z=await Ew(w);if(Z===null||!m$(Z)){if(Z!==null)await JA(w);return await Ww({rpxDir:w,verbose:A}).catch(()=>{}),{stopped:!1,pid:Z,forced:!1}}try{x.kill(Z,"SIGTERM")}catch(W){if(W.code==="ESRCH")return await JA(w),{stopped:!1,pid:Z,forced:!1};throw W}let B=Date.now()+J;while(Date.now()<B){if(!m$(Z))return G("daemon",`daemon pid=${Z} stopped cleanly`,A),{stopped:!0,pid:Z,forced:!1};await new Promise((W)=>setTimeout(W,Y))}if(!U)throw Error(`rpx daemon (pid=${Z}) did not exit within ${J}ms`);G("daemon",`daemon pid=${Z} did not exit, escalating to SIGKILL`,A);try{x.kill(Z,"SIGKILL")}catch(W){if(W.code!=="ESRCH")throw W}return await JA(w),await Nw({rpxDir:w,verbose:A}).catch((W)=>{G("daemon",`DNS teardown after SIGKILL: ${W}`,A)}),{stopped:!0,pid:Z,forced:!0}}async function S9($={}){let w=$.rpxDir??Z0();if(await DY(w))return;await Ww({rpxDir:w,verbose:$.verbose})}o0();U$();import{spawn as o6}from"node:child_process";import*as Mw from"node:process";class O9{processes=new Map;isShuttingDown=!1;async startProcess($,w,A){if(this.processes.has($)){G("start",`Process ${$} is already running`,A);return}let[J,...Y]=w.command.split(" "),U=w.cwd||Mw.cwd();G("start",`Starting process ${$}:`,A),G("start",` Command: ${J} ${Y.join(" ")}`,A),G("start",` Working directory: ${U}`,A),G("start",` Environment variables: ${Y0(w.env)}`,A);let Z=o6(J,Y,{cwd:U,env:{...Mw.env,...w.env},shell:!0,stdio:"inherit"});return this.processes.set($,{command:w.command,cwd:U,process:Z,env:w.env}),new Promise((B,W)=>{if(Z.on("error",(E)=>{if(!this.isShuttingDown)G("start",`Process ${$} failed to start: ${E}`,A),this.processes.delete($),W(E),Mw.emit("SIGINT")}),Z.on("exit",(E)=>{if(!this.isShuttingDown&&E!==null&&E!==0)G("start",`Process ${$} exited with code ${E}`,A),this.processes.delete($),W(Error(`Process ${$} exited with code ${E}`)),Mw.emit("SIGINT")}),A)Z.stdout?.on("data",(E)=>{G("process",`[${$}] ${E.toString().trim()}`,!0)}),Z.stderr?.on("data",(E)=>{G("process",`[${$}] ERR: ${E.toString().trim()}`,!0)});setTimeout(()=>{if(!this.isShuttingDown&&Z.killed)this.processes.delete($),W(Error(`Process ${$} was killed during startup`));else G("start",`Process ${$} started successfully`,A),B()},1000)})}async stopProcess($,w){let A=this.processes.get($);if(!A?.process){G("start",`No process found for ${$}`,w);return}return G("start",`Stopping process ${$}`,w),new Promise((J)=>{if(!A.process){J();return}A.process.once("exit",()=>{this.processes.delete($),G("start",`Process ${$} stopped`,w),J()});try{A.process.kill("SIGTERM"),setTimeout(()=>{if(A.process){G("start",`Force killing process ${$}`,w);try{A.process.kill("SIGKILL")}catch(Y){}}},3000)}catch(Y){G("start",`Error stopping process ${$}: ${Y}`,w),this.processes.delete($),J()}})}async stopAll($){if(this.isShuttingDown){G("start","Already shutting down, skipping duplicate stopAll call",$);return}this.isShuttingDown=!0,G("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 QY=new O9;U$();import*as c$ from"node:fs/promises";import{homedir as e6}from"node:os";import*as JW from"node:path";import*as YW from"node:process";var $q=/^[a-zA-Z0-9._-]+$/;function Iw(){return JW.join(e6(),".stacks","rpx","registry.d")}function N1($){return typeof $==="string"&&$.length>0&&$.length<=128&&$q.test($)}function UW($,w){if(!N1(w))throw Error(`invalid registry id: ${JSON.stringify(w)}`);return JW.join($,`${w}.json`)}function X9($){if(!$||typeof $!=="object")return!1;let w=$,A=w.pid===void 0||typeof w.pid==="number"&&Number.isInteger(w.pid)&&w.pid>0,J=typeof w.from==="string"&&w.from.length>0,Y=typeof w.static==="string"||!!w.static&&typeof w.static==="object"&&typeof w.static.dir==="string";return typeof w.id==="string"&&N1(w.id)&&(J||Y)&&typeof w.to==="string"&&w.to.length>0&&A&&typeof w.createdAt==="string"}async function wq($){await c$.mkdir($,{recursive:!0})}async function _9($,w=Iw(),A){if(!X9($))throw Error(`invalid registry entry: ${JSON.stringify($)}`);await wq(w);let J=UW(w,$.id),Y=`${J}.tmp.${YW.pid}.${Date.now()}`,U=JSON.stringify($,null,2);try{await c$.writeFile(Y,U,{encoding:"utf8",mode:420}),await c$.rename(Y,J),G("registry",`wrote entry ${$.id} → ${J}`,A)}catch(Z){throw await c$.unlink(Y).catch(()=>{}),Z}}async function D9($,w=Iw(),A){let J=UW(w,$);try{await c$.unlink(J),G("registry",`removed entry ${$}`,A)}catch(Y){if(Y.code!=="ENOENT")throw Y}}async function ZW($,w=Iw(),A){let J=UW(w,$);try{let Y=await c$.readFile(J,"utf8"),U=JSON.parse(Y);if(!X9(U))return G("registry",`entry ${$} failed validation, removing`,A),await c$.unlink(J).catch(()=>{}),null;return U}catch(Y){if(Y.code==="ENOENT")return null;if(Y instanceof SyntaxError)return G("registry",`entry ${$} has invalid JSON, removing`,A),await c$.unlink(J).catch(()=>{}),null;throw Y}}async function Q9($=Iw(),w){let A;try{A=await c$.readdir($)}catch(Y){if(Y.code==="ENOENT")return[];throw Y}let J=[];for(let Y of A){if(!Y.endsWith(".json"))continue;let U=Y.slice(0,-5);if(!N1(U))continue;let Z=await ZW(U,$,w);if(Z)J.push(Z)}return J}o0();import{execSync as Wq}from"node:child_process";import*as Vw from"node:http";import*as v9 from"node:http2";import*as m9 from"node:net";import*as e from"node:process";var kY=($,w)=>(A)=>`\x1B[${$}m${A}\x1B[${w}m`,h0={bold:kY(1,22),dim:kY(2,22),green:kY(32,39),cyan:kY(36,39)};d8();gZ();o0();$A();U$();import*as k9 from"node:fs";import*as x9 from"node:path";import*as R0 from"node:process";function Aq($){let w=$.replace(/[^a-zA-Z0-9._-]+/g,"-").replace(/^-+|-+$/g,"").slice(0,128);return w.length>0?w:"rpx"}async function WW($){if($.proxies.length===0)throw Error("runViaDaemon: no proxies provided");let w=$.verbose??!1,A=$.registryDir,J=new Set,Y=$.proxies.map((f)=>{let z=f.id??Aq(f.to);if(!e1(z))throw Error(`invalid registry id "${z}" derived from to="${f.to}"`);if(J.has(z))throw Error(`duplicate registry id "${z}" — set an explicit \`id\` on one of the proxies`);return J.add(z),{...f,id:z}}),U=new Date().toISOString();for(let f of Y)await B9({id:f.id,from:f.from,to:f.to,pid:$.persistent?void 0:R0.pid,cwd:R0.cwd(),createdAt:U,cleanUrls:f.cleanUrls,changeOrigin:f.changeOrigin,pathRewrites:f.pathRewrites,static:f.static},A,w);let Z=await F9({rpxDir:$.rpxDir,verbose:w,spawnCommand:$.spawnCommand,startupTimeoutMs:$.startupTimeoutMs,spawnEnv:$.spawnEnv});for(let f of Y){let z=f.static?`static ${typeof f.static==="string"?f.static:f.static.dir}`:f.from;R.success(`https://${f.to} → ${z}`)}if(R.info(`(via rpx daemon pid=${Z.pid}; \`rpx daemon:status\` to inspect)`),$.detached)return;let B=!1,W=A??Zw(),E=Y.map((f)=>f.id),j=async()=>{if(B)return;B=!0;for(let f of E)await nZ(f,A,w).catch((z)=>{G("runner",`removeEntry(${f}) failed: ${z}`,w)})},F=(f)=>{G("runner",`received ${f}, unregistering ${E.length} entries`,w),j().finally(()=>R0.exit(0))};R0.once("SIGINT",F),R0.once("SIGTERM",F),R0.once("exit",()=>{if(B)return;for(let f of E)try{k9.unlinkSync(x9.join(W,`${f}.json`))}catch{}}),await new Promise(()=>{})}U$();import{exec as Jq}from"node:child_process";import Cw from"node:fs";import b9 from"node:os";import EW from"node:path";import*as YA from"node:process";import{promisify as Yq}from"node:util";var xY=Yq(Jq);function P9($){let w=$.trim().toLowerCase();return w==="localhost"||w.endsWith(".localhost")||w.endsWith(".localhost.")}var W0=YA.platform==="win32"?EW.join(YA.env.windir||"C:\\Windows","System32","drivers","etc","hosts"):"/etc/hosts",BW=!1;async function PY($){if(YA.platform==="win32")throw Error("Administrator privileges required on Windows");let w=qw(),A=$.replace(/'/g,"'\\''");try{if(w){let{stdout:J}=await xY(`echo '${w}' | sudo -S sh -c '${A}' 2>/dev/null`);return BW=!0,J}if(BW)try{let{stdout:J}=await xY(`sudo -n sh -c '${A}'`);return J}catch(J){G("hosts","Cached sudo privileges expired, requesting again",!0)}try{let{stdout:J}=await xY(`sudo -n sh -c '${A}'`);return BW=!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 UA($,w){let A=$.filter((Y)=>!P9(Y)),J=$.filter((Y)=>P9(Y));if(J.length>0)G("hosts",`Skipping /etc/hosts for loopback dev names: ${J.join(", ")}`,w);if(A.length===0)return;G("hosts",`Adding hosts: ${A.join(", ")}`,w),G("hosts",`Using hosts file at: ${W0}`,w);try{let Y;try{Y=await Cw.promises.readFile(W0,"utf-8")}catch{G("hosts","Reading hosts file requires elevated permissions, using sudo",w);try{Y=await PY(`cat "${W0}"`)}catch(W){throw console.log(" Could not read hosts file — skipping hosts setup"),G("hosts",`sudo read also failed: ${W}`,w),Error(`Cannot read hosts file: ${W}`)}}let U=A.filter((W)=>{let E=`127.0.0.1 ${W}`,j=`::1 ${W}`;return!Y.includes(E)&&!Y.includes(j)});if(U.length===0){G("hosts","All hosts already exist in hosts file",w);return}let Z=U.map((W)=>`
|
|
234
|
+
`)),this.enableDidYouMean){let w=[];for(let Y of this.commands){if(Y.displayName)w.push(Y.displayName);if(Y.aliasNames)w.push(...Y.aliasNames)}let A=oJ($,w);if(A.length>0)console.log(_1.yellow("Did you mean one of these?")),A.forEach((Y)=>console.log(` ${_1.dim("•")} ${this.name} ${Y}`)),console.log("")}console.log(_1.dim("Run"),`${this.name} --help`,_1.dim("to see all available commands")),a0.exit(1)}async parse($=lJ,w={}){let{run:A=!0,exitOnError:Y=!1}=w;if(Y)try{return await this.parse($,{run:A})}catch(J){throw this.handleUsageError(J),J}if(this.rawArgs=$,!this.name)this.name=$[1]?pF($[1]):"cli";let f=!0,X=$.slice(2),U=X[0];if(U&&!U.startsWith("-")){for(let J of this.commands)if(J.isMatched(U)){let B=this.mri(X,J);f=!1;let E={...B,args:B.args.slice(1)};this.setParsedInfo(E,J,U),this.emit(`command:${U}`,J);break}}if(f){for(let J of this.commands)if(J.name===""){f=!1;let B=this.mri(X,J);this.setParsedInfo(B,J),this.emit("command:!",J);break}}if(f){let J=this.mri($.slice(2));this.setParsedInfo(J)}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:[]],Y=dF(A),f=[],X=$.indexOf("--");if(X>-1)f=$.slice(X+1),$=$.slice(0,X);let U=vF($,Y),W={_:U._};for(let T of Object.keys(U))if(T!=="_")W[sJ(T)]=U[T];let J=W._,B={"--":f},E=w&&w.config.ignoreOptionDefaultValue?w.config.ignoreOptionDefaultValue:this.globalCommand.config.ignoreOptionDefaultValue,j=Object.create(null);for(let T of A){if(!E&&T.config.default!==void 0)for(let F of T.names)B[F]=T.config.default;if(Array.isArray(T.config.type)){if(j[T.name]===void 0)j[T.name]={shouldTransform:!0,transformFunction:T.config.type[0]}}}for(let T of Object.keys(W))if(T!=="_"){let F=T.split(".");gF(B,F,W[T]),tF(B,j)}return{args:J,options:B}}async run($=lJ){return this.parse($,{run:!0,exitOnError:!0})}handleUsageError($){if(!(!!$&&typeof $==="object"&&$.name==="ClappError"&&$.isUsageError!==!1))return;let Y=$,f=Y.message??"command-line error",X=this.name?`${this.name}: `:"",U=/--help/.test(f)?"":`
|
|
235
|
+
Run \`${this.name??"cli"} --help\` for usage.`;a0.stderr.write(`${X}${f}${U}
|
|
236
|
+
`),a0.exit(Y.exitCode??2)}async runMatchedCommand(){let{args:$,options:w,matchedCommand:A}=this;if(!A||!A.commandAction)return;A.checkUnknownOptions(),A.checkOptionValue(),A.checkRequiredArgs();let Y=[];A.args.forEach((W,J)=>{if(W.variadic)Y.push($.slice(J));else Y.push($[J])}),Y.push(w);let f={command:A,args:Y,options:w};for(let W of A.beforeHooks)await W(f);let X,U=async()=>{let W=A.commandAction.apply(this,Y);if(W instanceof Promise)X=await W;else X=W;return X};if(A.middleware.length>0){let W=0,J=async()=>{if(W<A.middleware.length){let B=A.middleware[W++];await B({...f,next:J})}else await U()};await J()}else await U();for(let W of A.afterHooks)await W(f);return X}removeSignalHandlers(){if(!this.signalHandlersSet)return this;return a0.removeAllListeners("SIGINT"),a0.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 $W{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 x7=new $W;function Az(){if("FORCE_COLOR"in D1.env)return D1.env.FORCE_COLOR!=="0";if("NO_COLOR"in D1.env||D1.env.TERM==="dumb")return!1;if(D1.platform==="win32")return!0;return gJ.isatty(1)&&gJ.isatty(2)}var wW=Az();function e($,w){if(!wW)return(A)=>A;return(A)=>$+A+w}var Yz=e("\x1B[0m","\x1B[0m"),fz=e("\x1B[31m","\x1B[39m"),Xz=e("\x1B[32m","\x1B[39m"),Uz=e("\x1B[33m","\x1B[39m"),Jz=e("\x1B[34m","\x1B[39m"),Wz=e("\x1B[35m","\x1B[39m"),Bz=e("\x1B[36m","\x1B[39m"),Ez=e("\x1B[37m","\x1B[39m"),jz=e("\x1B[90m","\x1B[39m"),Tz=e("\x1B[1m","\x1B[22m"),Fz=e("\x1B[3m","\x1B[23m"),zz=e("\x1B[4m","\x1B[24m"),hz=e("\x1B[2m","\x1B[22m"),Hz=e("\x1B[7m","\x1B[27m"),Gz=e("\x1B[8m","\x1B[28m"),Kz=e("\x1B[9m","\x1B[29m"),Rz=e("\x1B[41m","\x1B[49m"),qz=e("\x1B[42m","\x1B[49m"),Nz=e("\x1B[43m","\x1B[49m"),yz=e("\x1B[44m","\x1B[49m"),Mz=e("\x1B[45m","\x1B[49m"),Iz=e("\x1B[46m","\x1B[49m"),Cz=e("\x1B[47m","\x1B[49m"),Sz=wW,Lz={reset:Yz,red:fz,green:Xz,yellow:Uz,blue:Jz,magenta:Wz,cyan:Bz,white:Ez,gray:jz,bold:Tz,italic:Fz,underline:zz,dim:hz,inverse:Hz,hidden:Gz,strikethrough:Kz,bgRed:Rz,bgGreen:qz,bgYellow:Nz,bgBlue:yz,bgMagenta:Mz,bgCyan:Iz,bgWhite:Cz,isColorSupported:Sz},NA=Lz,Vz=["up","down","left","right","space","enter","cancel"],yA={actions:new Set(Vz),aliases:new Map([["k","up"],["j","down"],["h","left"],["l","right"],["\x03","cancel"],["escape","cancel"]]),messages:{cancel:"Canceled",error:"Something went wrong"}};function AW($,w){if(typeof $==="string")return yA.aliases.get($)===w;for(let A of $){if(A===void 0)continue;if(AW(A,w))return!0}return!1}function Qz($,w){if($===w)return[];let A=$.split(`
|
|
237
|
+
`),Y=w.split(`
|
|
238
|
+
`),f=[];for(let X=0;X<Math.max(A.length,Y.length);X++)if(A[X]!==Y[X])f.push(X);return f}var n7=Oz.platform.startsWith("win"),tJ=Symbol("clapp:cancel");function KA($,w){let A=$;if(A.isTTY)A.setRawMode(w)}function Zz($){return $.replace(/\x1b\[[0-9;]*m/g,"")}function xz($){return Zz($).length}function rJ($,w,A){if(!w||w<1)return $;let Y=A?.hard??!1,f=A?.trim??!0,X=$.split(`
|
|
239
|
+
`),U=[];for(let W of X){if(xz(W)<=w){U.push(f?W.trimEnd():W);continue}if(Y){let J="",B=0,E=0;while(E<W.length){let j=W.slice(E).match(/^\x1b\[[0-9;]*m/);if(j){J+=j[0],E+=j[0].length;continue}if(B>=w)U.push(f?J.trimEnd():J),J="",B=0;J+=W[E],B++,E++}if(J)U.push(f?J.trimEnd():J)}else U.push(f?W.trimEnd():W)}return U.join(`
|
|
240
|
+
`)}class FX{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=_z,output:Y=Dz,render:f,signal:X,...U}=$;this.opts=U,this.onKeypress=this.onKeypress.bind(this),this.close=this.close.bind(this),this.render=this.render.bind(this),this._render=f.bind(this),this._track=w,this._abortSignal=X,this.input=A,this.output=Y}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($)??[],Y=[];for(let f of A)if(f.cb(...w),f.once)Y.push(()=>A.splice(A.indexOf(f),1));for(let f of Y)f();return this}prompt(){return new Promise(($)=>{if(this._abortSignal){if(this._abortSignal.aborted)return this.state="cancel",this.close(),$(tJ);this._abortSignal.addEventListener("abort",()=>{this.state="cancel",this.close()},{once:!0})}if(this.rl=kz.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),KA(this.input,!0),this.output.on("resize",this.render),this.render(),this.once("submit",()=>{this.output.write(I0.show),this.output.off("resize",this.render),KA(this.input,!1),$(this.value)}),this.once("cancel",()=>{this.output.write(I0.show),this.output.off("resize",this.render),KA(this.input,!1),$(tJ)})})}_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 Y=this._manualLine.length>=(this.rl?.line?.length||0)?this._manualLine:this.rl?.line;this._setUserInput(Y)}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(AW([$,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(`
|
|
241
|
+
`),KA(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 $=rJ(this._prevFrame,pJ.stdout.columns,{hard:!0,trim:!1}).split(`
|
|
242
|
+
`).length-1;this.output.write(I0.move(-999,$*-1))}render(){let $=rJ(this._render(this)??"",pJ.stdout.columns,{hard:!0,trim:!1});if($===this._prevFrame)return;if(this.state==="initial")this.output.write(I0.hide);else{let w=Qz(this._prevFrame,$);if(this.restoreCursor(),w&&w?.length===1){let A=w[0];this.output.write(I0.move(0,A)),this.output.write(JX.lines(1));let Y=$.split(`
|
|
243
|
+
`);this.output.write(Y[A]),this._prevFrame=$,this.output.write(I0.move(0,Y.length-A-1));return}if(w&&w?.length>1){let A=w[0];this.output.write(I0.move(0,A)),this.output.write(JX.down());let f=$.split(`
|
|
244
|
+
`).slice(A);this.output.write(f.join(`
|
|
245
|
+
`)),this._prevFrame=$;return}this.output.write(JX.down())}if(this.output.write($),this.state==="initial")this.state="active";this._prevFrame=$}}function Pz($,w){if($===void 0)return 0;if(w.length===0)return 0;let Y=w.findIndex((f)=>f.value===$);return Y!==-1?Y:0}function iz($,w){return(w.label??String(w.value)).toLowerCase().includes($.toLowerCase())}function bz($,w){if(!w)return;if($)return w;return w[0]}class cz extends FX{filteredOptions;multiple;isNavigating=!1;selectedValues=[];focusedValue;#$=0;#A="";#Y;#w;get cursor(){return this.#$}get userInputWithCursor(){if(!this.userInput)return NA.inverse(NA.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`${$}${NA.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.#Y=$.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 Y of A){let f=w.findIndex((X)=>X.value===Y);if(f!==-1)this.toggleSelected(Y),this.#$=f}this.focusedValue=this.options[this.#$]?.value,this.on("key",(Y,f)=>this.#f(Y,f)),this.on("userInput",(Y)=>this.#X(Y))}_isActionKey($,w){return $==="\t"||this.multiple&&this.isNavigating&&w.name==="space"&&$!==void 0&&$!==""}#f($,w){let A=w.name==="up",Y=w.name==="down",f=w.name==="return";if(A||Y){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(f)this.value=bz(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=[$]}#X($){if($!==this.#A){this.#A=$;let w=this.options;if($)this.filteredOptions=w.filter((A)=>this.#Y($,A));else this.filteredOptions=[...w];if(this.#$=Pz(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 uz extends FX{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((Y)=>A.includes(Y.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((Y)=>A.findIndex((f)=>f.value===Y)===-1);else this.value=[...this.value,...A.map((Y)=>Y.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,Y])=>[{value:A,group:!0,label:A},...Y.map((f)=>({...f,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 Y=this.options[this.cursor]?.group===!0;if(!this.#$&&Y)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 Y=this.options[this.cursor]?.group===!0;if(!this.#$&&Y)this.cursor=this.cursor===this.options.length-1?0:this.cursor+1;break}case"space":this.toggleValue();break}})}}var nz=rF();var r=($,w)=>nz?$:w,d7=r("◆","*"),l7=r("■","x"),g7=r("▲","x"),t7=r("◇","o"),p7=r("┌","T"),vz=r("│","|"),r7=r("└","—"),a7=r("●",">"),s7=r("○"," "),o7=r("◻","[•]"),e7=r("◼","[+]"),$R=r("◻","[ ]"),wR=r("▪","•"),AR=r("─","-"),YR=r("╮","+"),fR=r("├","+"),XR=r("╯","+"),UR=r("●","•"),JR=r("◆","*"),WR=r("▲","!"),BR=r("■","x");var ER={light:r("─","-"),heavy:r("━","="),block:r("█","#")};function mz(){return`${NA.gray(vz)} `}var jR=mz();w8();import{homedir as A8}from"node:os";import{join as Y8,resolve as $N}from"node:path";var __dirname="/home/runner/work/rpx/rpx/packages/rpx/src",eh={from:"localhost:5173",to:"stacks.localhost",cleanUrls:!1,https:{basePath:"",caCertPath:Y8(A8(),".stacks","ssl","stacks.localhost.ca.crt"),certPath:Y8(A8(),".stacks","ssl","stacks.localhost.crt"),keyPath:Y8(A8(),".stacks","ssl","stacks.localhost.crt.key")},cleanup:{certs:!1,hosts:!1},vitePluginUsage:!1,verbose:!0,changeOrigin:!1,regenerateUntrustedCerts:!0};var pw=eh;$w();kf();Zf();WJ();EJ();AA();WA();S1();X$();import{spawn as EF}from"node:child_process";import*as N0 from"node:fs/promises";import{homedir as SJ}from"node:os";import*as B0 from"node:path";import*as x from"node:process";var r6=5000;function E0(){return B0.join(SJ(),".stacks","rpx")}function zw($=E0()){return B0.join($,"daemon.pid")}async function Fw($=E0()){try{let w=await N0.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 tf($=E0()){let w=await Fw($);return w!==null&&l$(w)}async function a6($=E0()){await N0.mkdir($,{recursive:!0});let w=zw($);while(!0){try{let Y=await N0.open(w,"wx");try{await Y.write(`${x.pid}
|
|
246
|
+
`)}finally{await Y.close()}return w}catch(Y){if(Y.code!=="EEXIST")throw Y}let A=await Fw($);if(A!==null&&l$(A))throw Error(`rpx daemon already running (pid=${A})`);await N0.unlink(w).catch(()=>{})}}async function jA($=E0()){await N0.unlink(zw($)).catch(()=>{})}function s6($){let w=$.cleanUrls??!1;if($.static)return{static:wA($.static,w),cleanUrls:w};let A=$.from??"localhost:1";return{sourceHost:new URL(A.startsWith("http")?A:`http://${A}`).host,cleanUrls:w,changeOrigin:$.changeOrigin??!1,pathRewrites:$.pathRewrites}}function o6($){return $.find((A)=>!/^api\./.test(A)&&!/^docs\./.test(A)&&!/^dashboard\./.test(A))??$[0]??"rpx.localhost"}async function e6($,w){let A=await Mw(w,$.verbose),Y=[...new Set(A.map((E)=>E.to))],f=o6(Y),X=[...new Set([f,...Y,"rpx.localhost"])],U=B0.join(SJ(),".stacks","ssl"),W=B0.join(U,"rpx.localhost.crt"),J={https:typeof $.https==="object"?{...$.https,certPath:W,keyPath:B0.join(U,"rpx.localhost.key"),commonName:f}:{certPath:W,keyPath:B0.join(U,"rpx.localhost.key"),caCertPath:B0.join(U,"rpx.localhost.ca.crt"),commonName:f},verbose:$.verbose,regenerateUntrustedCerts:!0,...X.length>1?{proxies:X.map((E)=>({from:"localhost:1",to:E}))}:{to:f,from:"localhost:1"}},B=await g0(J);if(!B)z("daemon","no usable cert on disk, generating one",$.verbose),await C1(J),B=await g0(J);if(!B)throw Error("failed to bootstrap TLS for rpx daemon");return B}async function $7($,w,A,Y){let f=x.env.SUDO_PASSWORD,X=x.env.HOME??SJ(),U=[x.execPath,...x.argv.slice(1)],W=[`HOME=${X}`,`PATH=${x.env.PATH??""}`];if(Y)W.push("RPX_VERBOSE=1");let J=f?["-S","-p","","env",...W,...U]:["-n","env",...W,...U];z("daemon",`elevating daemon via sudo for privileged ports ${w}/${A}`,Y);let B=EF("sudo",J,{detached:!0,stdio:["pipe","ignore","ignore"]}),E=null,j=null;if(B.once("error",(H)=>{E=H}),B.once("exit",(H)=>{j=H??0}),f&&B.stdin)B.stdin.write(`${f}
|
|
247
|
+
`),B.stdin.end();B.unref();let T=zw($),F=Date.now()+15000;while(Date.now()<F){if(E)throw E;let H=await Fw($);if(H!==null&&l$(H)){if(Y)q.success(`rpx daemon elevated to root (pid=${H}, https on :${w})`);return{httpsPort:w,httpPort:A,pidPath:T,done:Promise.resolve(),stop:async()=>{try{x.kill(H,"SIGTERM")}catch{}},ensureCert:()=>Promise.resolve(!1)}}if(j!==null&&j!==0)throw Error(`rpx daemon could not elevate to bind :${w} (sudo exited ${j}). Set SUDO_PASSWORD in .env or run \`sudo -v\` first.`);await new Promise((h)=>setTimeout(h,50))}throw Error(`rpx daemon failed to elevate within 15000ms (rpxDir=${$})`)}async function jF($={}){let w=$.verbose??!1,A=$.rpxDir??E0(),Y=$.registryDir??B0.join(A,"registry.d"),f=$.httpsPort??443,X=$.httpPort??80,U=$.hostname??"0.0.0.0",W=$.gcIntervalMs??r6,J=f>0&&f<1024||X>0&&X<1024,B=typeof x.getuid==="function"&&x.getuid()===0;if(x.platform!=="win32"&&J&&!B)return $7(A,f,X,w);let E=await a6(A),j=new Map,T=(L)=>XA(j,L);function F(L){let p=new Map;for(let T0 of L)p.set(T0.to,s6(T0));j=p,z("daemon",`routing table now covers ${p.size} host(s): ${Array.from(p.keys()).join(", ")||"<empty>"}`,w)}await uf(Y,w).catch((L)=>{z("daemon",`initial gc failed: ${L}`,w)});let H=await Mw(Y,w);F(H),await jw({rpxDir:A,verbose:w}).catch((L)=>{z("daemon",`DNS reconcile on start failed: ${L}`,w)}),await EA(H,{rpxDir:A,verbose:w,ownerPid:x.pid}).catch((L)=>{z("daemon",`DNS setup on start failed: ${L}`,w)});let h=[];if($.productionCerts){if(h=await JJ($.productionCerts,w),w&&h.length>0)q.info(`SNI: serving ${h.length} real cert(s): ${h.map((L)=>L.serverName).join(", ")}`)}let G=YA(T,w),K=fA(w),R=null;if(h.length===0)R=await e6($,Y);let M=$.onDemandTls,N=M?.enabled?new Pf({config:M,certsDir:M.certsDir??$.productionCerts?.certsDir??B0.join(A,"on-demand-certs"),initial:h,verbose:w,onCertAdded:(L)=>{d$(L)}}):null;function y(L){if(L.length>0)return L.map((p)=>({serverName:p.serverName,cert:p.cert,key:p.key}));return{key:R.key,cert:R.cert,ca:R.ca,requestCert:!1,rejectUnauthorized:!1}}function S(L){return Bun.serve({port:f,hostname:U,tls:y(L),fetch(p,T0){return G(p,T0)},websocket:K,error(p){return z("daemon",`https server error: ${p}`,w),new Response(`Server Error: ${p.message}`,{status:500})}})}let w$=S(N?N.sniEntries():h);async function d$(L){if(Zw)return;z("daemon",`rebuilding :443 with ${L.length} SNI cert(s)`,w),w$.stop(!1);let p;for(let T0=0;T0<20&&!Zw;T0++)try{w$=S(L);return}catch(GA){p=GA,await new Promise((xF)=>setTimeout(xF,25))}q.error(`rpx: failed to rebuild :443 after issuing cert: ${p?.message}`)}let _$=null;if(X>0)_$=Bun.serve({port:X,hostname:U,fetch(L){let p=new URL(L.url),T0=(L.headers.get("host")??p.hostname).split(":")[0];if(N&&p.pathname.startsWith("/.well-known/acme-challenge/")){let GA=N.challengeStore.handlePath(p.pathname);if(GA!==void 0)return new Response(GA,{status:200,headers:{"content-type":"text/plain"}});return new Response("challenge not found",{status:404})}if(N&&!N.hasCert(T0))N.ensureCert(T0).catch(()=>{});return new Response(null,{status:301,headers:{Location:`https://${T0}${p.pathname}${p.search}`}})}});if(w)q.success(`rpx daemon listening on https://${U}:${f}${_$?` (http→https on :${X})`:""}`),q.info(`pid file: ${E}`),q.info(`registry: ${Y}`);let Dw=zJ((L)=>{F(L),EA(L,{rpxDir:A,verbose:w,ownerPid:x.pid}).catch((p)=>{z("daemon",`DNS sync on registry change failed: ${p}`,w)})},{dir:Y,verbose:w}),kw=setInterval(()=>{uf(Y,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 kw.unref==="function")kw.unref();let Zw=!1,V1,r0=new Promise((L)=>{V1=L});async function cJ(){if(Zw)return r0;if(Zw=!0,clearInterval(kw),Dw.close(),w$.stop(!1),_$?.stop(!1),await Cw({rpxDir:A,verbose:w}).catch((L)=>{z("daemon",`DNS teardown failed: ${L}`,w)}),await jA(A),w)q.info("rpx daemon stopped");return V1(),r0}let uJ=(L)=>{z("daemon",`received ${L}, shutting down`,w),cJ().catch(()=>{})};return x.once("SIGINT",uJ),x.once("SIGTERM",uJ),{stop:cJ,done:r0,httpsPort:typeof w$.port==="number"?w$.port:f,httpPort:_$&&typeof _$.port==="number"?_$.port:X,pidPath:E,ensureCert:(L)=>N?N.ensureCert(L):Promise.resolve(!1)}}function w7(){let $=x.execPath,w=B0.basename($).toLowerCase();if((w==="bun"||w==="node"||w.startsWith("bun-"))&&x.argv[1])return[$,x.argv[1],"daemon:start"];return[$,"daemon:start"]}async function TF($={}){let w=$.rpxDir??E0(),A=$.verbose??!1;await jw({rpxDir:w,verbose:A}).catch((E)=>{z("daemon",`DNS reconcile before ensureDaemonRunning: ${E}`,A)});let Y=await Fw(w);if(Y!==null&&l$(Y))return z("daemon",`ensureDaemonRunning: already running pid=${Y}`,A),{pid:Y,spawned:!1};if(Y!==null)z("daemon",`ensureDaemonRunning: clearing stale pid=${Y}`,A),await jA(w);await N0.mkdir(w,{recursive:!0});let f=$.spawnCommand??w7();if(f.length===0)throw Error("ensureDaemonRunning: spawnCommand is empty");z("daemon",`spawning daemon: ${f.join(" ")}`,A);let X=EF(f[0],f.slice(1),{detached:!0,stdio:"ignore",cwd:$.spawnCwd??x.cwd(),env:$.spawnEnv?{...x.env,...$.spawnEnv}:x.env});X.unref();let U=null;X.once("error",(E)=>{U=E});let W=$.startupTimeoutMs??5000,J=$.pollIntervalMs??50,B=Date.now()+W;while(Date.now()<B){if(U)throw U;let E=await Fw(w);if(E!==null&&l$(E))return z("daemon",`daemon registered with pid=${E}`,A),{pid:E,spawned:!0};await new Promise((j)=>setTimeout(j,J))}if(U)throw U;throw Error(`rpx daemon failed to start within ${W}ms (rpxDir=${w})`)}async function FF($={}){let w=$.rpxDir??E0(),A=$.verbose??!1,Y=$.timeoutMs??5000,f=$.pollIntervalMs??50,X=$.forceAfterTimeout??!0,U=await Fw(w);if(U===null||!l$(U)){if(U!==null)await jA(w);return await jw({rpxDir:w,verbose:A}).catch(()=>{}),{stopped:!1,pid:U,forced:!1}}try{x.kill(U,"SIGTERM")}catch(J){if(J.code==="ESRCH")return await jA(w),{stopped:!1,pid:U,forced:!1};throw J}let W=Date.now()+Y;while(Date.now()<W){if(!l$(U))return z("daemon",`daemon pid=${U} stopped cleanly`,A),{stopped:!0,pid:U,forced:!1};await new Promise((J)=>setTimeout(J,f))}if(!X)throw Error(`rpx daemon (pid=${U}) did not exit within ${Y}ms`);z("daemon",`daemon pid=${U} did not exit, escalating to SIGKILL`,A);try{x.kill(U,"SIGKILL")}catch(J){if(J.code!=="ESRCH")throw J}return await jA(w),await Cw({rpxDir:w,verbose:A}).catch((J)=>{z("daemon",`DNS teardown after SIGKILL: ${J}`,A)}),{stopped:!0,pid:U,forced:!0}}async function zF($={}){let w=$.rpxDir??E0();if(await tf(w))return;await jw({rpxDir:w,verbose:$.verbose})}$w();X$();import{spawn as A7}from"node:child_process";import*as Sw 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[Y,...f]=w.command.split(" "),X=w.cwd||Sw.cwd();z("start",`Starting process ${$}:`,A),z("start",` Command: ${Y} ${f.join(" ")}`,A),z("start",` Working directory: ${X}`,A),z("start",` Environment variables: ${J0(w.env)}`,A);let U=A7(Y,f,{cwd:X,env:{...Sw.env,...w.env},shell:!0,stdio:"inherit"});return this.processes.set($,{command:w.command,cwd:X,process:U,env:w.env}),new Promise((W,J)=>{if(U.on("error",(B)=>{if(!this.isShuttingDown)z("start",`Process ${$} failed to start: ${B}`,A),this.processes.delete($),J(B),Sw.emit("SIGINT")}),U.on("exit",(B)=>{if(!this.isShuttingDown&&B!==null&&B!==0)z("start",`Process ${$} exited with code ${B}`,A),this.processes.delete($),J(Error(`Process ${$} exited with code ${B}`)),Sw.emit("SIGINT")}),A)U.stdout?.on("data",(B)=>{z("process",`[${$}] ${B.toString().trim()}`,!0)}),U.stderr?.on("data",(B)=>{z("process",`[${$}] ERR: ${B.toString().trim()}`,!0)});setTimeout(()=>{if(!this.isShuttingDown&&U.killed)this.processes.delete($),J(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((Y)=>{if(!A.process){Y();return}A.process.once("exit",()=>{this.processes.delete($),z("start",`Process ${$} stopped`,w),Y()});try{A.process.kill("SIGTERM"),setTimeout(()=>{if(A.process){z("start",`Force killing process ${$}`,w);try{A.process.kill("SIGKILL")}catch(f){}}},3000)}catch(f){z("start",`Error stopping process ${$}: ${f}`,w),this.processes.delete($),Y()}})}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((Y)=>{q.error(`Failed to stop process ${A}:`,Y)}));await Promise.allSettled(w),this.processes.clear(),this.isShuttingDown=!1}isRunning($){let w=this.processes.get($);return!!w?.process&&!w.process.killed}}var pf=new hF;X$();import*as v$ from"node:fs/promises";import{homedir as Y7}from"node:os";import*as LJ from"node:path";import*as OJ from"node:process";var f7=/^[a-zA-Z0-9._-]+$/;function Lw(){return LJ.join(Y7(),".stacks","rpx","registry.d")}function O1($){return typeof $==="string"&&$.length>0&&$.length<=128&&f7.test($)}function VJ($,w){if(!O1(w))throw Error(`invalid registry id: ${JSON.stringify(w)}`);return LJ.join($,`${w}.json`)}function HF($){if(!$||typeof $!=="object")return!1;let w=$,A=w.pid===void 0||typeof w.pid==="number"&&Number.isInteger(w.pid)&&w.pid>0,Y=typeof w.from==="string"&&w.from.length>0,f=typeof w.static==="string"||!!w.static&&typeof w.static==="object"&&typeof w.static.dir==="string";return typeof w.id==="string"&&O1(w.id)&&(Y||f)&&typeof w.to==="string"&&w.to.length>0&&A&&typeof w.createdAt==="string"}async function X7($){await v$.mkdir($,{recursive:!0})}async function GF($,w=Lw(),A){if(!HF($))throw Error(`invalid registry entry: ${JSON.stringify($)}`);await X7(w);let Y=VJ(w,$.id),f=`${Y}.tmp.${OJ.pid}.${Date.now()}`,X=JSON.stringify($,null,2);try{await v$.writeFile(f,X,{encoding:"utf8",mode:420}),await v$.rename(f,Y),z("registry",`wrote entry ${$.id} → ${Y}`,A)}catch(U){throw await v$.unlink(f).catch(()=>{}),U}}async function KF($,w=Lw(),A){let Y=VJ(w,$);try{await v$.unlink(Y),z("registry",`removed entry ${$}`,A)}catch(f){if(f.code!=="ENOENT")throw f}}async function QJ($,w=Lw(),A){let Y=VJ(w,$);try{let f=await v$.readFile(Y,"utf8"),X=JSON.parse(f);if(!HF(X))return z("registry",`entry ${$} failed validation, removing`,A),await v$.unlink(Y).catch(()=>{}),null;return X}catch(f){if(f.code==="ENOENT")return null;if(f instanceof SyntaxError)return z("registry",`entry ${$} has invalid JSON, removing`,A),await v$.unlink(Y).catch(()=>{}),null;throw f}}async function RF($=Lw(),w){let A;try{A=await v$.readdir($)}catch(f){if(f.code==="ENOENT")return[];throw f}let Y=[];for(let f of A){if(!f.endsWith(".json"))continue;let X=f.slice(0,-5);if(!O1(X))continue;let U=await QJ(X,$,w);if(U)Y.push(U)}return Y}$w();import{execSync as j7}from"node:child_process";import*as _w from"node:http";import*as LF from"node:http2";import*as OF from"node:net";import*as $$ from"node:process";var rf=($,w)=>(A)=>`\x1B[${$}m${A}\x1B[${w}m`,y0={bold:rf(1,22),dim:rf(2,22),green:rf(32,39),cyan:rf(36,39)};TU();hJ();$w();WA();X$();import*as qF from"node:fs";import*as NF from"node:path";import*as M0 from"node:process";function U7($){let w=$.replace(/[^a-zA-Z0-9._-]+/g,"-").replace(/^-+|-+$/g,"").slice(0,128);return w.length>0?w:"rpx"}async function _J($){if($.proxies.length===0)throw Error("runViaDaemon: no proxies provided");let w=$.verbose??!1,A=$.registryDir,Y=new Set,f=$.proxies.map((T)=>{let F=T.id??U7(T.to);if(!JA(F))throw Error(`invalid registry id "${F}" derived from to="${T.to}"`);if(Y.has(F))throw Error(`duplicate registry id "${F}" — set an explicit \`id\` on one of the proxies`);return Y.add(F),{...T,id:F}}),X=new Date().toISOString();for(let T of f)await pT({id:T.id,from:T.from,to:T.to,pid:$.persistent?void 0:M0.pid,cwd:M0.cwd(),createdAt:X,cleanUrls:T.cleanUrls,changeOrigin:T.changeOrigin,pathRewrites:T.pathRewrites,static:T.static},A,w);let U=await sT({rpxDir:$.rpxDir,verbose:w,spawnCommand:$.spawnCommand,startupTimeoutMs:$.startupTimeoutMs,spawnEnv:$.spawnEnv});for(let T of f){let F=T.static?`static ${typeof T.static==="string"?T.static:T.static.dir}`:T.from;q.success(`https://${T.to} → ${F}`)}if(q.info(`(via rpx daemon pid=${U.pid}; \`rpx daemon:status\` to inspect)`),$.detached)return;let W=!1,J=A??Ew(),B=f.map((T)=>T.id),E=async()=>{if(W)return;W=!0;for(let T of B)await FJ(T,A,w).catch((F)=>{z("runner",`removeEntry(${T}) failed: ${F}`,w)})},j=(T)=>{z("runner",`received ${T}, unregistering ${B.length} entries`,w),E().finally(()=>M0.exit(0))};M0.once("SIGINT",j),M0.once("SIGTERM",j),M0.once("exit",()=>{if(W)return;for(let T of B)try{qF.unlinkSync(NF.join(J,`${T}.json`))}catch{}}),await new Promise(()=>{})}X$();import{exec as J7}from"node:child_process";import Ow from"node:fs";import MF from"node:os";import kJ from"node:path";import*as TA from"node:process";import{promisify as W7}from"node:util";var af=W7(J7);function yF($){let w=$.trim().toLowerCase();return w==="localhost"||w.endsWith(".localhost")||w.endsWith(".localhost.")}var j0=TA.platform==="win32"?kJ.join(TA.env.windir||"C:\\Windows","System32","drivers","etc","hosts"):"/etc/hosts",DJ=!1;async function sf($){if(TA.platform==="win32")throw Error("Administrator privileges required on Windows");let w=Nw(),A=$.replace(/'/g,"'\\''");try{if(w){let{stdout:Y}=await af(`echo '${w}' | sudo -S sh -c '${A}' 2>/dev/null`);return DJ=!0,Y}if(DJ)try{let{stdout:Y}=await af(`sudo -n sh -c '${A}'`);return Y}catch(Y){z("hosts","Cached sudo privileges expired, requesting again",!0)}try{let{stdout:Y}=await af(`sudo -n sh -c '${A}'`);return DJ=!0,Y}catch{throw Error("sudo required but no cached credentials (set SUDO_PASSWORD in .env or run sudo -v)")}}catch(Y){throw Error(`Failed to execute sudo command: ${Y.message}`)}}async function FA($,w){let A=$.filter((f)=>!yF(f)),Y=$.filter((f)=>yF(f));if(Y.length>0)z("hosts",`Skipping /etc/hosts for loopback dev names: ${Y.join(", ")}`,w);if(A.length===0)return;z("hosts",`Adding hosts: ${A.join(", ")}`,w),z("hosts",`Using hosts file at: ${j0}`,w);try{let f;try{f=await Ow.promises.readFile(j0,"utf-8")}catch{z("hosts","Reading hosts file requires elevated permissions, using sudo",w);try{f=await sf(`cat "${j0}"`)}catch(J){throw console.log(" Could not read hosts file — skipping hosts setup"),z("hosts",`sudo read also failed: ${J}`,w),Error(`Cannot read hosts file: ${J}`)}}let X=A.filter((J)=>{let B=`127.0.0.1 ${J}`,E=`::1 ${J}`;return!f.includes(B)&&!f.includes(E)});if(X.length===0){z("hosts","All hosts already exist in hosts file",w);return}let U=X.map((J)=>`
|
|
244
248
|
# Added by rpx
|
|
245
|
-
127.0.0.1 ${
|
|
246
|
-
::1 ${
|
|
247
|
-
`),
|
|
248
|
-
`),
|
|
249
|
+
127.0.0.1 ${J}
|
|
250
|
+
::1 ${J}`).join(`
|
|
251
|
+
`),W=kJ.join(MF.tmpdir(),`rpx-hosts-${Date.now()}.tmp`);try{await Ow.promises.writeFile(W,f+U,"utf8"),await sf(`cat "${W}" | tee "${j0}" > /dev/null`),console.log(` Hosts updated: ${X.join(", ")}`)}catch(J){console.log(" Could not update hosts file automatically"),console.log(" Add these entries to /etc/hosts:"),X.forEach((B)=>{console.log(` 127.0.0.1 ${B}`),console.log(` ::1 ${B}`)}),console.log(` Or run: sudo nano ${j0}`)}finally{try{await Ow.promises.unlink(W)}catch{}}}catch(f){z("hosts",`Failed to manage hosts file: ${f.message}`,w)}}async function IF($,w){z("hosts",`Removing hosts: ${$.join(", ")}`,w);try{let A;try{A=await Ow.promises.readFile(j0,"utf-8")}catch{z("hosts","Reading hosts file requires elevated permissions, using sudo",w);try{A=await sf(`cat "${j0}"`)}catch(J){throw z("hosts",`sudo read also failed: ${J}`,w),Error(`Cannot read hosts file: ${J}`)}}let Y=A.split(`
|
|
252
|
+
`),f=!1,X=Y.filter((J)=>{if($.some((E)=>J.includes(` ${E}`)&&(J.includes("127.0.0.1")||J.includes("::1"))))return f=!0,!1;if(J.trim()==="# Added by rpx")return f=!0,!1;return!0});if(!f){z("hosts","No matching hosts found to remove",w);return}while(X[X.length-1]?.trim()==="")X.pop();let U=`${X.join(`
|
|
249
253
|
`)}
|
|
250
|
-
`,B=EW.join(b9.tmpdir(),`rpx-hosts-${Date.now()}.tmp`);try{await Cw.promises.writeFile(B,Z,"utf8"),await PY(`cat "${B}" | tee "${W0}" > /dev/null`),G("hosts","Hosts removed successfully",w)}catch(W){G("hosts","Could not clean up hosts file automatically",w)}finally{try{await Cw.promises.unlink(B)}catch(W){G("hosts",`Failed to remove temporary file: ${W}`,w)}}}catch(A){G("hosts",`Failed to clean up hosts file: ${A.message}`,w)}}async function ZA($,w){G("hosts",`Checking hosts: ${$}`,w);let A;try{A=await Cw.promises.readFile(W0,"utf-8")}catch(J){G("hosts",`Error reading hosts file: ${J}`,w);try{let Y=qw(),U;if(Y)U=`echo '${Y}' | sudo -S cat "${W0}" 2>/dev/null`;else U=`sudo -n cat "${W0}" 2>/dev/null || cat "${W0}" 2>/dev/null || echo ""`;let{stdout:Z}=await xY(U);A=Z}catch(Y){return G("hosts",`Cannot read hosts file, assuming entries don't exist: ${Y}`,w),$.map(()=>!1)}}return $.map((J)=>{let Y=`127.0.0.1 ${J}`,U=`::1 ${J}`;return A.includes(Y)||A.includes(U)})}RY();U$();import*as bY from"node:net";function Lw($,w,A){return G("port",`Checking if port ${$} is in use on ${w}`,A),new Promise((J)=>{let Y=bY.createServer(),U=setTimeout(()=>{G("port",`Checking port ${$} timed out, assuming it's in use`,A),Y.close(),J(!0)},3000);Y.once("error",(Z)=>{if(clearTimeout(U),Z.code==="EADDRINUSE")G("port",`Port ${$} is in use`,A),J(!0);else G("port",`Error checking port ${$}: ${Z.message}`,A),J(!0)}),Y.once("listening",()=>{clearTimeout(U),G("port",`Port ${$} is available`,A),Y.close(),J(!1)});try{Y.listen($,w)}catch(Z){clearTimeout(U),G("port",`Exception checking port ${$}: ${Z}`,A),J(!0)}})}async function Uq($,w,A,J=50){G("port",`Finding available port starting from ${$} (max attempts: ${J})`,A);let Y=$,U=0;while(U<J){if(U++,!await Lw(Y,w,A))return G("port",`Found available port: ${Y} after ${U} attempts`,A),Y;G("port",`Port ${Y} is in use, trying ${Y+1} (attempt ${U}/${J})`,A),Y++}throw Error(`Unable to find available port after ${J} attempts starting from ${$}`)}function u9($,w,A=5000,J){return G("port",`Testing connection to ${w}:${$}`,J),new Promise((Y)=>{let U=bY.connect({host:w,port:$,timeout:A});U.once("connect",()=>{G("port",`Successfully connected to ${w}:${$}`,J),U.end(),Y(!0)}),U.once("timeout",()=>{G("port",`Connection to ${w}:${$} timed out`,J),U.destroy(),Y(!1)}),U.once("error",(Z)=>{G("port",`Failed to connect to ${w}:${$}: ${Z.message}`,J),U.destroy(),Y(!1)})})}class iY{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 Lw($,this.hostname,this.verbose))return this.findNextAvailablePort($+1,w);if(w){if(!await u9($,this.hostname,3000,this.verbose))return G("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 Uq($,this.hostname,this.verbose,this.maxRetries);if(w){if(!await u9(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($){G("port",`Releasing port ${$}`,this.verbose),this.usedPorts.delete($)}}var iC=new iY;o0();U$();import{spawn as Zq}from"node:child_process";import*as yw from"node:process";class uY{processes=new Map;isShuttingDown=!1;async startProcess($,w,A){if(this.processes.has($)){G("start",`Process ${$} is already running`,A);return}let[J,...Y]=w.command.split(" "),U=w.cwd||yw.cwd();G("start",`Starting process ${$}:`,A),G("start",` Command: ${J} ${Y.join(" ")}`,A),G("start",` Working directory: ${U}`,A),G("start",` Environment variables: ${Y0(w.env)}`,A);let Z=Zq(J,Y,{cwd:U,env:{...yw.env,...w.env},shell:!0,stdio:"inherit"});return this.processes.set($,{command:w.command,cwd:U,process:Z,env:w.env}),new Promise((B,W)=>{if(Z.on("error",(E)=>{if(!this.isShuttingDown)G("start",`Process ${$} failed to start: ${E}`,A),this.processes.delete($),W(E),yw.emit("SIGINT")}),Z.on("exit",(E)=>{if(!this.isShuttingDown&&E!==null&&E!==0)G("start",`Process ${$} exited with code ${E}`,A),this.processes.delete($),W(Error(`Process ${$} exited with code ${E}`)),yw.emit("SIGINT")}),A)Z.stdout?.on("data",(E)=>{G("process",`[${$}] ${E.toString().trim()}`,!0)}),Z.stderr?.on("data",(E)=>{G("process",`[${$}] ERR: ${E.toString().trim()}`,!0)});setTimeout(()=>{if(!this.isShuttingDown&&Z.killed)this.processes.delete($),W(Error(`Process ${$} was killed during startup`));else G("start",`Process ${$} started successfully`,A),B()},1000)})}async stopProcess($,w){let A=this.processes.get($);if(!A?.process){G("start",`No process found for ${$}`,w);return}return G("start",`Stopping process ${$}`,w),new Promise((J)=>{if(!A.process){J();return}A.process.once("exit",()=>{this.processes.delete($),G("start",`Process ${$} stopped`,w),J()});try{A.process.kill("SIGTERM"),setTimeout(()=>{if(A.process){G("start",`Force killing process ${$}`,w);try{A.process.kill("SIGKILL")}catch(Y){}}},3000)}catch(Y){G("start",`Error stopping process ${$}: ${Y}`,w),this.processes.delete($),J()}})}async stopAll($){if(this.isShuttingDown){G("start","Already shutting down, skipping duplicate stopAll call",$);return}this.isShuttingDown=!0,G("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 nC=new uY;NY();t1();U$();var vY=new uY,Bq="0.12.0",Eq=new iY("0.0.0.0"),WA=new Set,jW=!1,cY=null,FW=null;async function mY($){if(jW)return G("cleanup","Cleanup already in progress, skipping",$?.verbose),FW||Promise.resolve();jW=!0,G("cleanup","Starting cleanup process",$?.verbose),FW=new Promise((w)=>{cY=w});try{await vY.stopAll($?.verbose),R.info("Shutting down proxy servers...");let w=[],A=Array.from(WA).map((J)=>new Promise((Y)=>{J.close(()=>{G("cleanup","Server closed successfully",$?.verbose),Y()})}));if(w.push(...A),$?.hosts&&$.domains?.length){G("cleanup","Cleaning up hosts file entries",$?.verbose),G("cleanup",`Original domains for cleanup: ${JSON.stringify($.domains)}`,$?.verbose);let J=$.domains.filter((Y)=>{if(Y==="test.local")return!0;return Y!=="localhost"&&!Y.startsWith("localhost.")&&Y!=="127.0.0.1"});if(G("cleanup",`Filtered domains for cleanup: ${JSON.stringify(J)}`,$?.verbose),J.length>0)R.info("Cleaning up hosts file entries..."),w.push(i9(J,$?.verbose).then(()=>{G("cleanup",`Removed hosts entries for ${J.join(", ")}`,$?.verbose)}).catch((Y)=>{G("cleanup",`Failed to remove hosts entries: ${Y}`,$?.verbose),R.warn(`Failed to clean up hosts file entries for ${J.join(", ")}:`,Y)}))}if($?.certs&&$.domains?.length){G("cleanup","Cleaning up SSL certificates",$?.verbose),R.info("Cleaning up SSL certificates...");let J=$.domains.map(async(Y)=>{try{await J9(Y,$?.verbose),G("cleanup",`Removed certificates for ${Y}`,$?.verbose)}catch(U){G("cleanup",`Failed to remove certificates for ${Y}: ${U}`,$?.verbose),R.warn(`Failed to clean up certificates for ${Y}:`,U)}});w.push(...J)}await Promise.allSettled(w),G("cleanup","All cleanup tasks completed successfully",$?.verbose),R.success("All cleanup tasks completed successfully")}catch(w){G("cleanup",`Error during cleanup: ${w}`,$?.verbose),R.error("Error during cleanup:",w)}finally{if(cY)cY();cY=null,jW=!1;let w=$&&"vitePluginUsage"in $&&$.vitePluginUsage===!0;if(e.env.NODE_ENV!=="test"&&e.env.BUN_ENV!=="test"&&!w)e.exit(0)}return FW}var zW=!1;function fW($){if(zW){G("signal",`Received second ${$} signal, forcing exit`,!0),e.exit(1);return}zW=!0,G("signal",`Received ${$} signal, initiating cleanup`,!0),mY().catch((w)=>{G("signal",`Cleanup failed after ${$}: ${w}`,!0),e.exit(1)}).finally(()=>{zW=!1})}e.once("SIGINT",()=>fW("SIGINT"));e.once("SIGTERM",()=>fW("SIGTERM"));e.on("uncaughtException",($)=>{G("process",`Uncaught exception: ${$}`,!0),R.error("Uncaught exception:",$),fW("uncaughtException")});async function BA($,w,A,J=5){G("connection",`Testing connection to ${$}:${w} (retries left: ${J})`,A);let Y=15000,U=Date.now();if(e.env.RPX_BYPASS_CONNECTION_TEST==="true"){G("connection",`Bypassing connection test for ${$}:${w} due to RPX_BYPASS_CONNECTION_TEST flag`,A);return}let Z=()=>new Promise((B,W)=>{let E=m9.connect({host:$,port:w,timeout:3000});E.once("connect",()=>{G("connection",`Successfully connected to ${$}:${w}`,A),E.end(),B()}),E.once("timeout",()=>{G("connection",`Connection to ${$}:${w} timed out`,A),E.destroy(),W(Error("Connection timed out"))}),E.once("error",(j)=>{G("connection",`Failed to connect to ${$}:${w}: ${j}`,A),E.destroy(),W(j)})});try{await Z()}catch(B){if(Date.now()-U>Y){G("connection",`Connection test timed out after ${Y}ms, but continuing anyway`,A),R.warn(`Connection test to ${$}:${w} timed out, but RPX will try to proceed anyway.`);return}if(B.code==="ECONNREFUSED"&&J>0)return G("connection",`Connection refused, server might be starting up. Retrying in 2 seconds... (${J} retries left)`,A),await new Promise((E)=>setTimeout(E,2000)),BA($,w,A,J-1);if(J>0)try{G("connection",`Trying HTTP request to ${$}:${w}`,A),await new Promise((E,j)=>{let F=Vw.request({hostname:$,port:w,path:"/",method:"HEAD",timeout:5000},(f)=>{G("connection",`Received HTTP response with status: ${f.statusCode}`,A),E()});F.on("error",(f)=>j(f)),F.on("timeout",()=>{F.destroy(),j(Error("HTTP request timed out"))}),F.end()}),G("connection",`HTTP request to ${$}:${w} succeeded`,A);return}catch(E){return G("connection",`HTTP request to ${$}:${w} failed: ${E}`,A),G("connection",`Retrying socket connection in 2 seconds... (${J} retries left)`,A),await new Promise((j)=>setTimeout(j,2000)),BA($,w,A,J-1)}let W=`Failed to connect to ${$}:${w} after ${5-J} attempts: ${B.message}`;G("connection",`${W}. To bypass this check set RPX_BYPASS_CONNECTION_TEST=true`,A),R.warn(W),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 n9($){G("server",`Starting server with options: ${Y0($)}`,$.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),Y=[A.hostname];if(GW($)&&!A.hostname.includes("localhost")&&!A.hostname.includes("127.0.0.1")){G("hosts",`Checking if hosts file entry exists for: ${A.hostname}`,$?.verbose);try{if(!(await ZA(Y,$.verbose))[0]){R.info(`Adding ${A.hostname} to hosts file...`),R.info("This may require sudo/administrator privileges");try{await UA(Y,$.verbose)}catch(B){if(R.error("Failed to add hosts entry:",B.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}`),e.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 G("hosts",`Host entry already exists for ${A.hostname}`,$.verbose)}catch(Z){R.error("Failed to check hosts file:",Z.message)}}try{await BA(w.hostname,J,$.verbose)}catch(Z){G("server",`Connection test failed: ${Z}`,$.verbose),R.error(Z.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 U=$._cachedSSLConfig||null;if($.https)try{if($.https===!0)$.https=l1({...$,to:A.hostname});if(U=await g0({...$,to:A.hostname,https:$.https}),!U){if(G("ssl",`Generating new certificates for ${A.hostname}`,$.verbose),await K1({...$,from:w.toString(),to:A.hostname,https:$.https}),U=await g0({...$,to:A.hostname,https:$.https}),!U)throw Error(`Failed to load SSL configuration after generating certificates for ${A.hostname}`)}}catch(Z){throw G("server",`SSL setup failed: ${Z}`,$.verbose),Z}G("server",`Setting up reverse proxy with SSL config for ${A.hostname}`,$.verbose),await Fq({...$,from:$.from||"localhost:5173",to:A.hostname,fromPort:J,sourceUrl:{hostname:w.hostname,host:w.host},ssl:U})}async function jq($,w,A,J,Y,U,Z,B,W,E,j){G("proxy",`Creating proxy server ${$} -> ${w} with cleanUrls: ${E}`,W);function F(T){let q={};for(let[K,h]of Object.entries(T))if(!K.startsWith(":"))q[K]=h;return q}let f=(T,q)=>{G("request",`Incoming request: ${T.method} ${T.url}`,W);let K=T.url||"/",h=T.method||"GET";if(T instanceof v9.Http2ServerRequest){let V=T.headers;h=V[":method"]||h,K=V[":path"]||K}if(E){if(!K.match(/\.[a-z0-9]+$/i))if(K.endsWith("/"))K=`${K}index.html`;else K=`${K}.html`}let I=F(T.headers);if(j)I.host=`${U.hostname}:${A}`,G("request",`Changed origin: setting host header to ${I.host}`,W);let N={hostname:U.hostname,port:A,path:K,method:h,headers:I};G("request",`Proxy request options: ${Y0(N)}`,W);let M=Vw.request(N,(V)=>{if(G("response",`Proxy response received with status ${V.statusCode}`,W),E&&V.statusCode===404){let B0=[];if(K.endsWith(".html"))B0.push(K.slice(0,-5));else if(!K.match(/\.[a-z0-9]+$/i))B0.push(`${K}.html`);if(!K.endsWith("/"))B0.push(`${K}/index.html`);if(B0.length>0){G("cleanUrls",`Trying alternative paths: ${B0.join(", ")}`,W);let N0=(Fw)=>{if(Fw.length===0){q.writeHead(V.statusCode||404,V.headers),V.pipe(q);return}let M1=Fw[0],y={...N,path:M1},X$=Vw.request(y,(M0)=>{if(M0.statusCode===200)G("cleanUrls",`Found matching path: ${M1}`,W),q.writeHead(M0.statusCode,M0.headers),M0.pipe(q);else N0(Fw.slice(1))});X$.on("error",()=>N0(Fw.slice(1))),X$.end()};N0(B0);return}}let g$={...V.headers,"Strict-Transport-Security":"max-age=31536000; includeSubDomains; preload","X-Content-Type-Options":"nosniff"};q.writeHead(V.statusCode||500,g$),V.pipe(q)});M.on("error",(V)=>{G("request",`Proxy request failed: ${V}`,W),R.error("Proxy request failed:",V),q.writeHead(502),q.end(`Proxy Error: ${V.message}`)}),T.pipe(M)};if(G("server",`Creating server with SSL config: ${!!Z}`,W),Z)return new Promise((T,q)=>{try{let K=Bun.serve({port:J,hostname:Y,tls:{key:Z.key,cert:Z.cert,ca:Z.ca,requestCert:!1,rejectUnauthorized:!1},async fetch(h){let I=new URL(h.url);G("request",`Bun.serve received: ${h.method} ${I.pathname}`,W);let N=`http://${U.host}`,M=new URL(I.pathname+I.search,N);try{let V=new Headers(h.headers);if(V.set("host",U.host),j)V.set("origin",N);V.set("x-forwarded-for","127.0.0.1"),V.set("x-forwarded-proto","https"),V.set("x-forwarded-host",w);let g$=await fetch(M.toString(),{method:h.method,headers:V,body:h.body,redirect:"manual"}),B0=new Headers(g$.headers);if(E&&I.pathname.endsWith(".html")){let N0=I.pathname.replace(/\.html$/,"");return new Response(null,{status:301,headers:{Location:N0}})}return new Response(g$.body,{status:g$.status,statusText:g$.statusText,headers:B0})}catch(V){return G("request",`Proxy error: ${V}`,W),new Response(`Proxy Error: ${V}`,{status:502})}},error(h){return G("server",`Bun.serve error: ${h}`,W),new Response(`Server Error: ${h.message}`,{status:500})}});WA.add(K),c9({from:$,to:w,vitePluginUsage:B,listenPort:J,ssl:!0,cleanUrls:E,verbose:W}),T()}catch(K){q(K)}});let z=Vw.createServer(f);function H(T){return WA.add(T),new Promise((q,K)=>{T.listen(J,Y,()=>{G("server",`Server listening on port ${J}`,W),c9({from:$,to:w,vitePluginUsage:B,listenPort:J,ssl:!!Z,cleanUrls:E,verbose:W}),q()}),T.on("error",(h)=>{G("server",`Server error: ${h}`,W),K(h)})})}return H(z)}async function Fq($){G("setup",`Setting up reverse proxy: ${Y0($)}`,$.verbose);let{from:w,to:A,fromPort:J,sourceUrl:Y,ssl:U,verbose:Z,cleanup:B,vitePluginUsage:W,changeOrigin:E,cleanUrls:j}=$,F=80,f=443,z="0.0.0.0",H=$.portManager||Eq,T=GW($);try{if(T&&A&&!A.includes("localhost")&&!A.includes("127.0.0.1")){if(!(await ZA([A],Z))[0]){R.warn(`The hostname ${A} isn't in your hosts file. Adding it now...`);try{await UA([A],Z),R.success(`Added ${A} to your hosts file.`)}catch(N){R.error(`Failed to add ${A} to your hosts file: ${N}`),R.info(`You may need to manually add '127.0.0.1 ${A}' to your /etc/hosts file.`)}}}else if(T&&e.platform!=="darwin"&&A&&A.includes("localhost")&&!A.match(/^(localhost|127\.0\.0\.1)$/)){if(!(await ZA([A],Z))[0]){G("hosts",`${A} not found in hosts file, adding...`,Z);try{await UA([A],Z)}catch(N){G("hosts",`Failed to add ${A} to hosts file: ${N}`,Z)}}}if(U&&!H.usedPorts.has(F)){if(!await Lw(F,z,Z))G("setup","Starting HTTP redirect server",Z),d9(Z),H.usedPorts.add(F);else if(G("setup","Port 80 is in use, skipping HTTP redirect",Z),Z)R.warn("Port 80 is in use, HTTP to HTTPS redirect will not be available")}let q=U?f:F,K=await Lw(q,z,Z),h;if(K){if(G("setup",`Port ${q} is already in use`,Z),Z)R.warn(`Port ${q} is already in use. This may be another instance of rpx or another service.`);if(q===443){if(h=await H.getNextAvailablePort(3443,!0),G("setup",`Using port ${h} instead of ${q}`,Z),Z)R.info(`Using port ${h} instead. Access your site at https://${A}:${h}`)}else if(h=await H.getNextAvailablePort(q+1000,!0),G("setup",`Using port ${h} instead of ${q}`,Z),Z)R.info(`Using port ${h} instead. Access your site at http://${A}:${h}`)}else h=q,H.usedPorts.add(h),G("setup",`Using standard ${q===443?"HTTPS":"HTTP"} port ${q} for ${A}`,Z);await jq(w,A,J,h,z,Y,U,W,Z,j,E)}catch(q){G("setup",`Setup failed: ${q}`,Z),R.error(`Failed to setup reverse proxy: ${q.message}`),mY({domains:[A],hosts:typeof B==="boolean"?B:B?.hosts,certs:typeof B==="boolean"?B:B?.certs,verbose:Z,vitePluginUsage:W})}}function d9($){G("redirect","Starting HTTP redirect server",$);let w=Vw.createServer((A,J)=>{let Y=A.headers.host||"";G("redirect",`Redirecting request from ${Y}${A.url} to HTTPS`,$),J.writeHead(301,{Location:`https://${Y}${A.url}`}),J.end()}).listen(80);WA.add(w),G("redirect","HTTP redirect server started",$)}function g9($){let w={...n8,...$};if(G("proxy",`Starting proxy with options: ${Y0(w)}`,w?.verbose),w.viaDaemon){if(!w.from||!w.to){R.error("viaDaemon mode requires both `from` and `to`");return}WW({proxies:[{id:w.id,from:w.from,to:w.to,cleanUrls:w.cleanUrls,changeOrigin:w.changeOrigin,pathRewrites:w.pathRewrites}],verbose:w.verbose}).catch((W)=>{R.error(`Failed to register with rpx daemon: ${W.message}`),e.exit(1)});return}let A=w.to||"",J=A.split(".").pop()?.toLowerCase()||"",Y=e.platform==="darwin"&&A&&!A.includes("localhost")&&!A.includes("127.0.0.1"),U=["dev","app","page","new","day","foo"],Z=["test","localhost","local","example","invalid"];if(Y&&U.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(Y)Promise.resolve().then(() => (h1(),_Y)).then(({setupDevelopmentDns:W})=>{W({domains:[A],verbose:w.verbose}).then((E)=>{if(E)Promise.resolve().then(()=>{if(w.verbose)if(Z.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 G("dns",`Could not start DNS server - ${A} may not resolve in browser`,w.verbose)})}).catch((W)=>{G("dns",`Failed to start DNS server: ${W}`,w.verbose)});let B={from:w.from,to:w.to,cleanUrls:w.cleanUrls,https:l1(w),cleanup:w.cleanup,vitePluginUsage:w.vitePluginUsage,changeOrigin:w.changeOrigin,verbose:w.verbose,regenerateUntrustedCerts:w.regenerateUntrustedCerts};G("proxy",`Server options: ${Y0(B)}`,w.verbose),n9(B).catch((W)=>{G("proxy",`Failed to start proxy: ${W}`,w.verbose),R.error(`Failed to start proxy: ${W.message}`),mY({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 zq($){return $?.verbose||!1}function GW($){if($?.hostsManagement===!1)return!1;let w=$?.cleanup;if(w===!1)return!1;if(w&&typeof w==="object"&&w.hosts===!1)return!1;return!0}async function l9($){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=zq(w),J=GW(w);if(G("config",`Starting with config: ${Y0(w,2)}`,A),G("config",`Is multi-proxy? ${"proxies"in w}`,A),G("config",`Hosts management enabled? ${J}`,A),w.viaDaemon){let T="proxies"in w&&Array.isArray(w.proxies)?w.proxies.map((q)=>({id:q.id,from:q.from,to:q.to,cleanUrls:q.cleanUrls??w.cleanUrls,changeOrigin:q.changeOrigin??w.changeOrigin,pathRewrites:q.pathRewrites})):[{id:w.id,from:w.from,to:w.to,cleanUrls:w.cleanUrls,changeOrigin:w.changeOrigin,pathRewrites:w.pathRewrites}];await WW({proxies:T,verbose:A});return}if("proxies"in w&&Array.isArray(w.proxies)){G("servers",`Found ${w.proxies.length} proxies in config`,A);for(let H of w.proxies)if(H.start){let T=`${H.from}-${H.to}`;try{G("watch",`Starting command for ${T} with command: ${H.start.command}`,A),R.info(`Starting command for ${T}...`),await vY.startProcess(T,H.start,A);let q=new URL(H.from.startsWith("http")?H.from:`http://${H.from}`),K=q.hostname||"localhost",h=Number(q.port)||80;try{await BA(K,h,A),G("watch",`Dev server is ready at ${K}:${h}`,A)}catch(I){G("watch",`Connection check failed, but continuing with proxy setup: ${I}`,A),R.warn("Dev server connection check failed. RPX will try to proceed anyway...")}}catch(q){throw G("watch",`Failed to start command for ${T}: ${q}`,A),Error(`Failed to start command for ${T}: ${q}`)}}else G("watch",`No start command for proxy ${H.from} -> ${H.to}`,A)}else if("start"in w&&w.start){G("watch","Found start command in single proxy config",A);let H=`${w.from}-${w.to}`;try{if(w.start)G("watch",`Starting command: ${w.start.command}`,A),await vY.startProcess(H,w.start,A);let T=new URL(w.from?.startsWith("http")?w.from:`http://${w.from}`),q=T.hostname||"localhost",K=Number(T.port)||80;try{await BA(q,K,A),G("watch",`Dev server is ready at ${q}:${K}`,A)}catch(h){G("watch",`Connection check failed, but continuing with proxy setup: ${h}`,A),R.warn("Dev server connection check failed. RPX will try to proceed anyway...")}}catch(T){throw G("watch",`Failed to run start command: ${T}`,A),Error(`Failed to run start command: ${T}`)}}else G("watch","No start command found in config",A);let Y="proxies"in w&&Array.isArray(w.proxies)?w.proxies[0]?.to:("to"in w)?w.to:"rpx.localhost";if(e.platform!=="win32"&&(w.https||J)){if(!qw())try{G("sudo","Pre-acquiring sudo credentials for privileged operations",A),Wq("sudo -v",{stdio:"inherit"})}catch{G("sudo","Could not pre-acquire sudo credentials",A)}}if(w.https){let H=await g0(w);if(!H){if(G("ssl",`No valid or trusted certificates found for ${Y}, generating new ones`,w.verbose),await K1(w),H=await g0(w),!H)throw Error(`Failed to load SSL certificates after generation for ${Y}`)}else G("ssl",`Using existing and trusted certificates for ${Y}`,w.verbose);w._cachedSSLConfig=H}let U="proxies"in w&&Array.isArray(w.proxies)?w.proxies.map((H)=>({...H,https:w.https,cleanup:w.cleanup,cleanUrls:H.cleanUrls??("cleanUrls"in w?w.cleanUrls:!1),vitePluginUsage:w.vitePluginUsage,changeOrigin:H.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}],Z=U.map((H)=>H.to||"rpx.localhost"),B=w._cachedSSLConfig,W=Z.filter((H)=>H&&!H.includes("localhost")&&!H.includes("127.0.0.1")),E=["dev","app","page","new","day","foo"],j=["test","localhost","local","example","invalid"],F=[...new Set(W.map((H)=>H.split(".").pop()?.toLowerCase()))],f=F.filter((H)=>!!H&&E.includes(H));if(f.length>0&&A)R.warn(`The following TLDs may not work reliably for local development: ${f.map((H)=>`.${H}`).join(", ")}`),R.info(" These TLDs have HSTS preloading which can bypass local DNS"),R.info(" Consider using reserved TLDs: .test, .localhost, or .local");if(J&&e.platform==="darwin"&&W.length>0){let{setupDevelopmentDns:H}=await Promise.resolve().then(() => (h1(),_Y));if(await H({domains:W,verbose:A})){if(A)if(F.every((K)=>!!K&&j.includes(K)))R.success(`DNS server started for ${F.map((K)=>`.${K}`).join(", ")} domains`);else R.success(`DNS server started for ${F.map((K)=>`.${K}`).join(", ")} domains (hosts file entries also added)`)}else G("dns","Could not start DNS server - custom domains may not resolve",A)}let z=async()=>{G("cleanup","Starting cleanup handler",w.verbose);try{let{tearDownDevelopmentDns:H}=await Promise.resolve().then(() => (h1(),_Y));await H({verbose:w.verbose})}catch(H){G("cleanup",`Error stopping DNS server: ${H}`,w.verbose)}try{await vY.stopAll(w.verbose)}catch(H){G("cleanup",`Error stopping processes: ${H}`,w.verbose)}await mY({domains:Z,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",(H)=>{G("process",`Uncaught exception: ${H}`,!0),console.error("Uncaught exception:",H),z()}),B&&U.length>1){G("proxies",`Creating shared HTTPS server for ${U.length} domains`,A);let H=new Map;for(let N of U){let M=N.to||"rpx.localhost",V=N.cleanUrls||!1;if(N.static)H.set(M,{static:p1(N.static,V),cleanUrls:V}),G("proxies",`Route: ${M} → static ${typeof N.static==="string"?N.static:N.static.dir}`,A);else{let g$=new URL(N.from?.startsWith("http")?N.from:`http://${N.from}`);H.set(M,{sourceHost:g$.host,cleanUrls:V,changeOrigin:N.changeOrigin||!1,pathRewrites:N.pathRewrites}),G("proxies",`Route: ${M} → ${g$.host}`,A)}if(J&&!MY(M)&&!M.includes("localhost")&&!M.includes("127.0.0.1"))try{if(!(await ZA([M],A))[0])await UA([M],A)}catch{G("hosts",`Could not add hosts entry for ${M}`,A)}}if(!await Lw(80,"0.0.0.0",A))d9(A);let q=443;if(await Lw(q,"0.0.0.0",A)){if(G("proxies",`Port ${q} is already in use, cannot start shared proxy`,A),A)R.warn(`Port ${q} is in use. Shared HTTPS proxy cannot start.`);return}let h=r1((N)=>s1(H,N),A),I=a1(A);try{let N=Bun.serve({port:q,hostname:"0.0.0.0",tls:{key:B.key,cert:B.cert,ca:B.ca,requestCert:!1,rejectUnauthorized:!1},fetch(M,V){return h(M,V)},websocket:I,error(M){return G("server",`Shared proxy server error: ${M}`,A),new Response(`Server Error: ${M.message}`,{status:500})}});WA.add(N),G("proxies",`Shared HTTPS proxy listening on port ${q} for ${H.size} domains`,A)}catch(N){G("proxies",`Failed to start shared proxy: ${N}`,A),console.error("Failed to start shared HTTPS proxy:",N),z()}}else for(let H of U)try{let T=H.to||"rpx.localhost";G("proxy",`Starting proxy for ${T} with SSL config: ${!!B}`,H.verbose),await n9({from:H.from||"localhost:5173",to:T,cleanUrls:H.cleanUrls||!1,https:H.https||!1,cleanup:H.cleanup||!1,vitePluginUsage:H.vitePluginUsage||!1,verbose:H.verbose||!1,_cachedSSLConfig:B,changeOrigin:H.changeOrigin||!1})}catch(T){G("proxies",`Failed to start proxy for ${H.to}: ${T}`,H.verbose),console.error(`Failed to start proxy for ${H.to}:`,T),z()}}function c9($){if($?.vitePluginUsage||!$?.verbose)return;if(console.log(""),console.log(` ${h0.green(h0.bold("rpx"))} ${h0.green(`v${Bq}`)}`),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`)}SZ();var EL=new Hw("rpx",{showTags:!1});function p9($){return!!($&&("proxies"in $)&&Array.isArray($.proxies))}v$.chdir(Gq(fq(Tq(import.meta.url)),".."));var d$=new sY("rpx"),t9="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 l9(vw);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 g9(w)});d$.command("watch:start <proxy>","Start the dev server for a specific proxy").option("--verbose","Enable verbose logging").action(async($,w)=>{let A=p9(vw)?vw.proxies.find((J)=>J.to===$||`${J.from}-${J.to}`===$):vw.to===$?vw:null;if(!A?.start)console.error(`No watch configuration found for proxy: ${$}`),v$.exit(1);try{await QY.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 QY.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 QY.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("--certs-dir <path>","Directory of real PEM certs for per-domain SNI (<domain>.crt/.key, _wildcard.<apex>.crt/.key)").option("--verbose","Enable verbose logging").action(async($)=>{try{await(await L9({rpxDir:$.rpxDir,registryDir:$.registryDir,httpsPort:typeof $.httpsPort==="string"?Number.parseInt($.httpsPort,10):$.httpsPort,httpPort:typeof $.httpPort==="string"?Number.parseInt($.httpPort,10):$.httpPort,hostname:$.hostname,productionCerts:$.certsDir?{certsDir:$.certsDir}:void 0,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 V9({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??Z0(),A=await Ew(w),J=await DY(w),Y=$.registryDir,U=await Q9(Y).catch(()=>[]);if($.json){console.log(JSON.stringify({running:J,pid:A,pidFile:jw(w),rpxDir:w,registryDir:Y??Iw(),entries:U},null,2));return}if(!J){if(console.log("rpx daemon: not running"),A!==null)console.log(`(stale pid file at ${jw(w)} \u2192 pid ${A})`)}else console.log(`rpx daemon: running (pid=${A})`),console.log(`pid file: ${jw(w)}`);if(console.log(`registry: ${Y??Iw()}`),U.length===0){console.log("no registered hosts");return}console.log(`registered hosts (${U.length}):`);for(let Z of U){let B=Z.pid!==void 0?`, pid=${Z.pid}`:"";console.log(` https://${Z.to} \u2192 ${Z.from} (id=${Z.id}${B})`)}});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(!N1($.id))console.error(`invalid id: ${JSON.stringify($.id)} (must match /^[a-zA-Z0-9._-]+$/, \u2264128 chars)`),v$.exit(1);try{await _9({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 y9({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(!N1($))console.error(`invalid id: ${JSON.stringify($)}`),v$.exit(1);let A=await ZW($,w.registryDir,w.verbose);if(!A){console.log(`no registry entry for id=${$}`);return}await D9($,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??Z0();if(await DY(w)){console.log("rpx daemon is running \u2014 DNS overrides are managed by the daemon");return}await S9({rpxDir:w,verbose:$.verbose}),console.log("DNS reconcile complete")});d$.command("version","Show the version of the Reverse Proxy CLI").action(()=>{console.log(t9)});d$.version(t9);d$.help();d$.run();
|
|
254
|
+
`,W=kJ.join(MF.tmpdir(),`rpx-hosts-${Date.now()}.tmp`);try{await Ow.promises.writeFile(W,U,"utf8"),await sf(`cat "${W}" | tee "${j0}" > /dev/null`),z("hosts","Hosts removed successfully",w)}catch(J){z("hosts","Could not clean up hosts file automatically",w)}finally{try{await Ow.promises.unlink(W)}catch(J){z("hosts",`Failed to remove temporary file: ${J}`,w)}}}catch(A){z("hosts",`Failed to clean up hosts file: ${A.message}`,w)}}async function zA($,w){z("hosts",`Checking hosts: ${$}`,w);let A;try{A=await Ow.promises.readFile(j0,"utf-8")}catch(Y){z("hosts",`Error reading hosts file: ${Y}`,w);try{let f=Nw(),X;if(f)X=`echo '${f}' | sudo -S cat "${j0}" 2>/dev/null`;else X=`sudo -n cat "${j0}" 2>/dev/null || cat "${j0}" 2>/dev/null || echo ""`;let{stdout:U}=await af(X);A=U}catch(f){return z("hosts",`Cannot read hosts file, assuming entries don't exist: ${f}`,w),$.map(()=>!1)}}return $.map((Y)=>{let f=`127.0.0.1 ${Y}`,X=`::1 ${Y}`;return A.includes(f)||A.includes(X)})}kf();X$();import*as of from"node:net";function Vw($,w,A){return z("port",`Checking if port ${$} is in use on ${w}`,A),new Promise((Y)=>{let f=of.createServer(),X=setTimeout(()=>{z("port",`Checking port ${$} timed out, assuming it's in use`,A),f.close(),Y(!0)},3000);f.once("error",(U)=>{if(clearTimeout(X),U.code==="EADDRINUSE")z("port",`Port ${$} is in use`,A),Y(!0);else z("port",`Error checking port ${$}: ${U.message}`,A),Y(!0)}),f.once("listening",()=>{clearTimeout(X),z("port",`Port ${$} is available`,A),f.close(),Y(!1)});try{f.listen($,w)}catch(U){clearTimeout(X),z("port",`Exception checking port ${$}: ${U}`,A),Y(!0)}})}async function B7($,w,A,Y=50){z("port",`Finding available port starting from ${$} (max attempts: ${Y})`,A);let f=$,X=0;while(X<Y){if(X++,!await Vw(f,w,A))return z("port",`Found available port: ${f} after ${X} attempts`,A),f;z("port",`Port ${f} is in use, trying ${f+1} (attempt ${X}/${Y})`,A),f++}throw Error(`Unable to find available port after ${Y} attempts starting from ${$}`)}function CF($,w,A=5000,Y){return z("port",`Testing connection to ${w}:${$}`,Y),new Promise((f)=>{let X=of.connect({host:w,port:$,timeout:A});X.once("connect",()=>{z("port",`Successfully connected to ${w}:${$}`,Y),X.end(),f(!0)}),X.once("timeout",()=>{z("port",`Connection to ${w}:${$} timed out`,Y),X.destroy(),f(!1)}),X.once("error",(U)=>{z("port",`Failed to connect to ${w}:${$}: ${U.message}`,Y),X.destroy(),f(!1)})})}class ef{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 Vw($,this.hostname,this.verbose))return this.findNextAvailablePort($+1,w);if(w){if(!await CF($,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 B7($,this.hostname,this.verbose,this.maxRetries);if(w){if(!await CF(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 fS=new ef;$w();X$();import{spawn as E7}from"node:child_process";import*as Qw from"node:process";class $X{processes=new Map;isShuttingDown=!1;async startProcess($,w,A){if(this.processes.has($)){z("start",`Process ${$} is already running`,A);return}let[Y,...f]=w.command.split(" "),X=w.cwd||Qw.cwd();z("start",`Starting process ${$}:`,A),z("start",` Command: ${Y} ${f.join(" ")}`,A),z("start",` Working directory: ${X}`,A),z("start",` Environment variables: ${J0(w.env)}`,A);let U=E7(Y,f,{cwd:X,env:{...Qw.env,...w.env},shell:!0,stdio:"inherit"});return this.processes.set($,{command:w.command,cwd:X,process:U,env:w.env}),new Promise((W,J)=>{if(U.on("error",(B)=>{if(!this.isShuttingDown)z("start",`Process ${$} failed to start: ${B}`,A),this.processes.delete($),J(B),Qw.emit("SIGINT")}),U.on("exit",(B)=>{if(!this.isShuttingDown&&B!==null&&B!==0)z("start",`Process ${$} exited with code ${B}`,A),this.processes.delete($),J(Error(`Process ${$} exited with code ${B}`)),Qw.emit("SIGINT")}),A)U.stdout?.on("data",(B)=>{z("process",`[${$}] ${B.toString().trim()}`,!0)}),U.stderr?.on("data",(B)=>{z("process",`[${$}] ERR: ${B.toString().trim()}`,!0)});setTimeout(()=>{if(!this.isShuttingDown&&U.killed)this.processes.delete($),J(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((Y)=>{if(!A.process){Y();return}A.process.once("exit",()=>{this.processes.delete($),z("start",`Process ${$} stopped`,w),Y()});try{A.process.kill("SIGTERM"),setTimeout(()=>{if(A.process){z("start",`Force killing process ${$}`,w);try{A.process.kill("SIGKILL")}catch(f){}}},3000)}catch(f){z("start",`Error stopping process ${$}: ${f}`,w),this.processes.delete($),Y()}})}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((Y)=>{q.error(`Failed to stop process ${A}:`,Y)}));await Promise.allSettled(w),this.processes.clear(),this.isShuttingDown=!1}isRunning($){let w=this.processes.get($);return!!w?.process&&!w.process.killed}}var BS=new $X;Zf();AA();X$();var AX=new $X,T7="0.12.0",F7=new ef("0.0.0.0"),hA=new Set,ZJ=!1,wX=null,xJ=null;async function YX($){if(ZJ)return z("cleanup","Cleanup already in progress, skipping",$?.verbose),xJ||Promise.resolve();ZJ=!0,z("cleanup","Starting cleanup process",$?.verbose),xJ=new Promise((w)=>{wX=w});try{await AX.stopAll($?.verbose),q.info("Shutting down proxy servers...");let w=[],A=Array.from(hA).map((Y)=>new Promise((f)=>{Y.close(()=>{z("cleanup","Server closed successfully",$?.verbose),f()})}));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 Y=$.domains.filter((f)=>{if(f==="test.local")return!0;return f!=="localhost"&&!f.startsWith("localhost.")&&f!=="127.0.0.1"});if(z("cleanup",`Filtered domains for cleanup: ${JSON.stringify(Y)}`,$?.verbose),Y.length>0)q.info("Cleaning up hosts file entries..."),w.push(IF(Y,$?.verbose).then(()=>{z("cleanup",`Removed hosts entries for ${Y.join(", ")}`,$?.verbose)}).catch((f)=>{z("cleanup",`Failed to remove hosts entries: ${f}`,$?.verbose),q.warn(`Failed to clean up hosts file entries for ${Y.join(", ")}:`,f)}))}if($?.certs&&$.domains?.length){z("cleanup","Cleaning up SSL certificates",$?.verbose),q.info("Cleaning up SSL certificates...");let Y=$.domains.map(async(f)=>{try{await mT(f,$?.verbose),z("cleanup",`Removed certificates for ${f}`,$?.verbose)}catch(X){z("cleanup",`Failed to remove certificates for ${f}: ${X}`,$?.verbose),q.warn(`Failed to clean up certificates for ${f}:`,X)}});w.push(...Y)}await Promise.allSettled(w),z("cleanup","All cleanup tasks completed successfully",$?.verbose),q.success("All cleanup tasks completed successfully")}catch(w){z("cleanup",`Error during cleanup: ${w}`,$?.verbose),q.error("Error during cleanup:",w)}finally{if(wX)wX();wX=null,ZJ=!1;let w=$&&"vitePluginUsage"in $&&$.vitePluginUsage===!0;if($$.env.NODE_ENV!=="test"&&$$.env.BUN_ENV!=="test"&&!w)$$.exit(0)}return xJ}var PJ=!1;function iJ($){if(PJ){z("signal",`Received second ${$} signal, forcing exit`,!0),$$.exit(1);return}PJ=!0,z("signal",`Received ${$} signal, initiating cleanup`,!0),YX().catch((w)=>{z("signal",`Cleanup failed after ${$}: ${w}`,!0),$$.exit(1)}).finally(()=>{PJ=!1})}$$.once("SIGINT",()=>iJ("SIGINT"));$$.once("SIGTERM",()=>iJ("SIGTERM"));$$.on("uncaughtException",($)=>{z("process",`Uncaught exception: ${$}`,!0),q.error("Uncaught exception:",$),iJ("uncaughtException")});async function HA($,w,A,Y=5){z("connection",`Testing connection to ${$}:${w} (retries left: ${Y})`,A);let f=15000,X=Date.now();if($$.env.RPX_BYPASS_CONNECTION_TEST==="true"){z("connection",`Bypassing connection test for ${$}:${w} due to RPX_BYPASS_CONNECTION_TEST flag`,A);return}let U=()=>new Promise((W,J)=>{let B=OF.connect({host:$,port:w,timeout:3000});B.once("connect",()=>{z("connection",`Successfully connected to ${$}:${w}`,A),B.end(),W()}),B.once("timeout",()=>{z("connection",`Connection to ${$}:${w} timed out`,A),B.destroy(),J(Error("Connection timed out"))}),B.once("error",(E)=>{z("connection",`Failed to connect to ${$}:${w}: ${E}`,A),B.destroy(),J(E)})});try{await U()}catch(W){if(Date.now()-X>f){z("connection",`Connection test timed out after ${f}ms, but continuing anyway`,A),q.warn(`Connection test to ${$}:${w} timed out, but RPX will try to proceed anyway.`);return}if(W.code==="ECONNREFUSED"&&Y>0)return z("connection",`Connection refused, server might be starting up. Retrying in 2 seconds... (${Y} retries left)`,A),await new Promise((B)=>setTimeout(B,2000)),HA($,w,A,Y-1);if(Y>0)try{z("connection",`Trying HTTP request to ${$}:${w}`,A),await new Promise((B,E)=>{let j=_w.request({hostname:$,port:w,path:"/",method:"HEAD",timeout:5000},(T)=>{z("connection",`Received HTTP response with status: ${T.statusCode}`,A),B()});j.on("error",(T)=>E(T)),j.on("timeout",()=>{j.destroy(),E(Error("HTTP request timed out"))}),j.end()}),z("connection",`HTTP request to ${$}:${w} succeeded`,A);return}catch(B){return z("connection",`HTTP request to ${$}:${w} failed: ${B}`,A),z("connection",`Retrying socket connection in 2 seconds... (${Y} retries left)`,A),await new Promise((E)=>setTimeout(E,2000)),HA($,w,A,Y-1)}let J=`Failed to connect to ${$}:${w} after ${5-Y} attempts: ${W.message}`;z("connection",`${J}. To bypass this check set RPX_BYPASS_CONNECTION_TEST=true`,A),q.warn(J),q.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 VF($){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"),Y=Number.parseInt(w.port)||(w.protocol.includes("https:")?443:80),f=[A.hostname];if(bJ($)&&!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 zA(f,$.verbose))[0]){q.info(`Adding ${A.hostname} to hosts file...`),q.info("This may require sudo/administrator privileges");try{await FA(f,$.verbose)}catch(W){if(q.error("Failed to add hosts entry:",W.message),q.warn("You can manually add this entry to your hosts file:"),q.warn(`127.0.0.1 ${A.hostname}`),q.warn(`::1 ${A.hostname}`),$$.platform==="win32")q.warn("On Windows:"),q.warn("1. Run notepad as administrator"),q.warn("2. Open C:\\Windows\\System32\\drivers\\etc\\hosts");else q.warn("On Unix systems:"),q.warn("sudo nano /etc/hosts")}}else z("hosts",`Host entry already exists for ${A.hostname}`,$.verbose)}catch(U){q.error("Failed to check hosts file:",U.message)}}try{await HA(w.hostname,Y,$.verbose)}catch(U){z("server",`Connection test failed: ${U}`,$.verbose),q.error(U.message),q.warn("Continuing with proxy setup despite connection test failure..."),q.info("If you need to bypass connection testing, set environment variable RPX_BYPASS_CONNECTION_TEST=true")}let X=$._cachedSSLConfig||null;if($.https)try{if($.https===!0)$.https=$A({...$,to:A.hostname});if(X=await g0({...$,to:A.hostname,https:$.https}),!X){if(z("ssl",`Generating new certificates for ${A.hostname}`,$.verbose),await C1({...$,from:w.toString(),to:A.hostname,https:$.https}),X=await g0({...$,to:A.hostname,https:$.https}),!X)throw Error(`Failed to load SSL configuration after generating certificates for ${A.hostname}`)}}catch(U){throw z("server",`SSL setup failed: ${U}`,$.verbose),U}z("server",`Setting up reverse proxy with SSL config for ${A.hostname}`,$.verbose),await h7({...$,from:$.from||"localhost:5173",to:A.hostname,fromPort:Y,sourceUrl:{hostname:w.hostname,host:w.host},ssl:X})}async function z7($,w,A,Y,f,X,U,W,J,B,E){z("proxy",`Creating proxy server ${$} -> ${w} with cleanUrls: ${B}`,J);function j(h){let G={};for(let[K,R]of Object.entries(h))if(!K.startsWith(":"))G[K]=R;return G}let T=(h,G)=>{z("request",`Incoming request: ${h.method} ${h.url}`,J);let K=h.url||"/",R=h.method||"GET";if(h instanceof LF.Http2ServerRequest){let S=h.headers;R=S[":method"]||R,K=S[":path"]||K}if(B){if(!K.match(/\.[a-z0-9]+$/i))if(K.endsWith("/"))K=`${K}index.html`;else K=`${K}.html`}let M=j(h.headers);if(E)M.host=`${X.hostname}:${A}`,z("request",`Changed origin: setting host header to ${M.host}`,J);let N={hostname:X.hostname,port:A,path:K,method:R,headers:M};z("request",`Proxy request options: ${J0(N)}`,J);let y=_w.request(N,(S)=>{if(z("response",`Proxy response received with status ${S.statusCode}`,J),B&&S.statusCode===404){let d$=[];if(K.endsWith(".html"))d$.push(K.slice(0,-5));else if(!K.match(/\.[a-z0-9]+$/i))d$.push(`${K}.html`);if(!K.endsWith("/"))d$.push(`${K}/index.html`);if(d$.length>0){z("cleanUrls",`Trying alternative paths: ${d$.join(", ")}`,J);let _$=(Dw)=>{if(Dw.length===0){G.writeHead(S.statusCode||404,S.headers),S.pipe(G);return}let kw=Dw[0],Zw={...N,path:kw},V1=_w.request(Zw,(r0)=>{if(r0.statusCode===200)z("cleanUrls",`Found matching path: ${kw}`,J),G.writeHead(r0.statusCode,r0.headers),r0.pipe(G);else _$(Dw.slice(1))});V1.on("error",()=>_$(Dw.slice(1))),V1.end()};_$(d$);return}}let w$={...S.headers,"Strict-Transport-Security":"max-age=31536000; includeSubDomains; preload","X-Content-Type-Options":"nosniff"};G.writeHead(S.statusCode||500,w$),S.pipe(G)});y.on("error",(S)=>{z("request",`Proxy request failed: ${S}`,J),q.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: ${!!U}`,J),U)return new Promise((h,G)=>{try{let K=Bun.serve({port:Y,hostname:f,tls:{key:U.key,cert:U.cert,ca:U.ca,requestCert:!1,rejectUnauthorized:!1},async fetch(R){let M=new URL(R.url);z("request",`Bun.serve received: ${R.method} ${M.pathname}`,J);let N=`http://${X.host}`,y=new URL(M.pathname+M.search,N);try{let S=new Headers(R.headers);if(S.set("host",X.host),E)S.set("origin",N);S.set("x-forwarded-for","127.0.0.1"),S.set("x-forwarded-proto","https"),S.set("x-forwarded-host",w);let w$=await fetch(y.toString(),{method:R.method,headers:S,body:R.body,redirect:"manual"}),d$=new Headers(w$.headers);if(B&&M.pathname.endsWith(".html")){let _$=M.pathname.replace(/\.html$/,"");return new Response(null,{status:301,headers:{Location:_$}})}return new Response(w$.body,{status:w$.status,statusText:w$.statusText,headers:d$})}catch(S){return z("request",`Proxy error: ${S}`,J),new Response(`Proxy Error: ${S}`,{status:502})}},error(R){return z("server",`Bun.serve error: ${R}`,J),new Response(`Server Error: ${R.message}`,{status:500})}});hA.add(K),SF({from:$,to:w,vitePluginUsage:W,listenPort:Y,ssl:!0,cleanUrls:B,verbose:J}),h()}catch(K){G(K)}});let F=_w.createServer(T);function H(h){return hA.add(h),new Promise((G,K)=>{h.listen(Y,f,()=>{z("server",`Server listening on port ${Y}`,J),SF({from:$,to:w,vitePluginUsage:W,listenPort:Y,ssl:!!U,cleanUrls:B,verbose:J}),G()}),h.on("error",(R)=>{z("server",`Server error: ${R}`,J),K(R)})})}return H(F)}async function h7($){z("setup",`Setting up reverse proxy: ${J0($)}`,$.verbose);let{from:w,to:A,fromPort:Y,sourceUrl:f,ssl:X,verbose:U,cleanup:W,vitePluginUsage:J,changeOrigin:B,cleanUrls:E}=$,j=80,T=443,F="0.0.0.0",H=$.portManager||F7,h=bJ($);try{if(h&&A&&!A.includes("localhost")&&!A.includes("127.0.0.1")){if(!(await zA([A],U))[0]){q.warn(`The hostname ${A} isn't in your hosts file. Adding it now...`);try{await FA([A],U),q.success(`Added ${A} to your hosts file.`)}catch(N){q.error(`Failed to add ${A} to your hosts file: ${N}`),q.info(`You may need to manually add '127.0.0.1 ${A}' to your /etc/hosts file.`)}}}else if(h&&$$.platform!=="darwin"&&A&&A.includes("localhost")&&!A.match(/^(localhost|127\.0\.0\.1)$/)){if(!(await zA([A],U))[0]){z("hosts",`${A} not found in hosts file, adding...`,U);try{await FA([A],U)}catch(N){z("hosts",`Failed to add ${A} to hosts file: ${N}`,U)}}}if(X&&!H.usedPorts.has(j)){if(!await Vw(j,F,U))z("setup","Starting HTTP redirect server",U),QF(U),H.usedPorts.add(j);else if(z("setup","Port 80 is in use, skipping HTTP redirect",U),U)q.warn("Port 80 is in use, HTTP to HTTPS redirect will not be available")}let G=X?T:j,K=await Vw(G,F,U),R;if(K){if(z("setup",`Port ${G} is already in use`,U),U)q.warn(`Port ${G} is already in use. This may be another instance of rpx or another service.`);if(G===443){if(R=await H.getNextAvailablePort(3443,!0),z("setup",`Using port ${R} instead of ${G}`,U),U)q.info(`Using port ${R} instead. Access your site at https://${A}:${R}`)}else if(R=await H.getNextAvailablePort(G+1000,!0),z("setup",`Using port ${R} instead of ${G}`,U),U)q.info(`Using port ${R} instead. Access your site at http://${A}:${R}`)}else R=G,H.usedPorts.add(R),z("setup",`Using standard ${G===443?"HTTPS":"HTTP"} port ${G} for ${A}`,U);await z7(w,A,Y,R,F,f,X,J,U,E,B)}catch(G){z("setup",`Setup failed: ${G}`,U),q.error(`Failed to setup reverse proxy: ${G.message}`),YX({domains:[A],hosts:typeof W==="boolean"?W:W?.hosts,certs:typeof W==="boolean"?W:W?.certs,verbose:U,vitePluginUsage:J})}}function QF($){z("redirect","Starting HTTP redirect server",$);let w=_w.createServer((A,Y)=>{let f=A.headers.host||"";z("redirect",`Redirecting request from ${f}${A.url} to HTTPS`,$),Y.writeHead(301,{Location:`https://${f}${A.url}`}),Y.end()}).listen(80);hA.add(w),z("redirect","HTTP redirect server started",$)}function _F($){let w={...jU,...$};if(z("proxy",`Starting proxy with options: ${J0(w)}`,w?.verbose),w.viaDaemon){if(!w.from||!w.to){q.error("viaDaemon mode requires both `from` and `to`");return}_J({proxies:[{id:w.id,from:w.from,to:w.to,cleanUrls:w.cleanUrls,changeOrigin:w.changeOrigin,pathRewrites:w.pathRewrites}],verbose:w.verbose}).catch((J)=>{q.error(`Failed to register with rpx daemon: ${J.message}`),$$.exit(1)});return}let A=w.to||"",Y=A.split(".").pop()?.toLowerCase()||"",f=$$.platform==="darwin"&&A&&!A.includes("localhost")&&!A.includes("127.0.0.1"),X=["dev","app","page","new","day","foo"],U=["test","localhost","local","example","invalid"];if(f&&X.includes(Y)&&w?.verbose)q.warn(`The .${Y} TLD may not work reliably for local development`),q.info(` Google owns .${Y} with HSTS preloading, which can bypass local DNS`),q.info(" Consider using a reserved TLD: .test, .localhost, or .local");if(f)Promise.resolve().then(() => (S1(),gf)).then(({setupDevelopmentDns:J})=>{J({domains:[A],verbose:w.verbose}).then((B)=>{if(B)Promise.resolve().then(()=>{if(w.verbose)if(U.includes(Y))q.success(`DNS server started for .${Y} domains`);else q.success(`DNS server started for .${Y} domains (hosts file entry also added)`)});else z("dns",`Could not start DNS server - ${A} may not resolve in browser`,w.verbose)})}).catch((J)=>{z("dns",`Failed to start DNS server: ${J}`,w.verbose)});let W={from:w.from,to:w.to,cleanUrls:w.cleanUrls,https:$A(w),cleanup:w.cleanup,vitePluginUsage:w.vitePluginUsage,changeOrigin:w.changeOrigin,verbose:w.verbose,regenerateUntrustedCerts:w.regenerateUntrustedCerts};z("proxy",`Server options: ${J0(W)}`,w.verbose),VF(W).catch((J)=>{z("proxy",`Failed to start proxy: ${J}`,w.verbose),q.error(`Failed to start proxy: ${J.message}`),YX({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 H7($){return $?.verbose||!1}function bJ($){if($?.hostsManagement===!1)return!1;let w=$?.cleanup;if(w===!1)return!1;if(w&&typeof w==="object"&&w.hosts===!1)return!1;return!0}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=H7(w),Y=bJ(w);if(z("config",`Starting with config: ${J0(w,2)}`,A),z("config",`Is multi-proxy? ${"proxies"in w}`,A),z("config",`Hosts management enabled? ${Y}`,A),w.viaDaemon){let h="proxies"in w&&Array.isArray(w.proxies)?w.proxies.map((G)=>({id:G.id,from:G.from,to:G.to,cleanUrls:G.cleanUrls??w.cleanUrls,changeOrigin:G.changeOrigin??w.changeOrigin,pathRewrites:G.pathRewrites})):[{id:w.id,from:w.from,to:w.to,cleanUrls:w.cleanUrls,changeOrigin:w.changeOrigin,pathRewrites:w.pathRewrites}];await _J({proxies:h,verbose:A});return}if("proxies"in w&&Array.isArray(w.proxies)){z("servers",`Found ${w.proxies.length} proxies in config`,A);for(let H of w.proxies)if(H.start){let h=`${H.from}-${H.to}`;try{z("watch",`Starting command for ${h} with command: ${H.start.command}`,A),q.info(`Starting command for ${h}...`),await AX.startProcess(h,H.start,A);let G=new URL(H.from.startsWith("http")?H.from:`http://${H.from}`),K=G.hostname||"localhost",R=Number(G.port)||80;try{await HA(K,R,A),z("watch",`Dev server is ready at ${K}:${R}`,A)}catch(M){z("watch",`Connection check failed, but continuing with proxy setup: ${M}`,A),q.warn("Dev server connection check failed. RPX will try to proceed anyway...")}}catch(G){throw z("watch",`Failed to start command for ${h}: ${G}`,A),Error(`Failed to start command for ${h}: ${G}`)}}else z("watch",`No start command for proxy ${H.from} -> ${H.to}`,A)}else if("start"in w&&w.start){z("watch","Found start command in single proxy config",A);let H=`${w.from}-${w.to}`;try{if(w.start)z("watch",`Starting command: ${w.start.command}`,A),await AX.startProcess(H,w.start,A);let h=new URL(w.from?.startsWith("http")?w.from:`http://${w.from}`),G=h.hostname||"localhost",K=Number(h.port)||80;try{await HA(G,K,A),z("watch",`Dev server is ready at ${G}:${K}`,A)}catch(R){z("watch",`Connection check failed, but continuing with proxy setup: ${R}`,A),q.warn("Dev server connection check failed. RPX will try to proceed anyway...")}}catch(h){throw z("watch",`Failed to run start command: ${h}`,A),Error(`Failed to run start command: ${h}`)}}else z("watch","No start command found in config",A);let f="proxies"in w&&Array.isArray(w.proxies)?w.proxies[0]?.to:("to"in w)?w.to:"rpx.localhost";if($$.platform!=="win32"&&(w.https||Y)){if(!Nw())try{z("sudo","Pre-acquiring sudo credentials for privileged operations",A),j7("sudo -v",{stdio:"inherit"})}catch{z("sudo","Could not pre-acquire sudo credentials",A)}}if(w.https){let H=await g0(w);if(!H){if(z("ssl",`No valid or trusted certificates found for ${f}, generating new ones`,w.verbose),await C1(w),H=await g0(w),!H)throw Error(`Failed to load SSL certificates after generation for ${f}`)}else z("ssl",`Using existing and trusted certificates for ${f}`,w.verbose);w._cachedSSLConfig=H}let X="proxies"in w&&Array.isArray(w.proxies)?w.proxies.map((H)=>({...H,https:w.https,cleanup:w.cleanup,cleanUrls:H.cleanUrls??("cleanUrls"in w?w.cleanUrls:!1),vitePluginUsage:w.vitePluginUsage,changeOrigin:H.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}],U=X.map((H)=>H.to||"rpx.localhost"),W=w._cachedSSLConfig,J=U.filter((H)=>H&&!H.includes("localhost")&&!H.includes("127.0.0.1")),B=["dev","app","page","new","day","foo"],E=["test","localhost","local","example","invalid"],j=[...new Set(J.map((H)=>H.split(".").pop()?.toLowerCase()))],T=j.filter((H)=>!!H&&B.includes(H));if(T.length>0&&A)q.warn(`The following TLDs may not work reliably for local development: ${T.map((H)=>`.${H}`).join(", ")}`),q.info(" These TLDs have HSTS preloading which can bypass local DNS"),q.info(" Consider using reserved TLDs: .test, .localhost, or .local");if(Y&&$$.platform==="darwin"&&J.length>0){let{setupDevelopmentDns:H}=await Promise.resolve().then(() => (S1(),gf));if(await H({domains:J,verbose:A})){if(A)if(j.every((K)=>!!K&&E.includes(K)))q.success(`DNS server started for ${j.map((K)=>`.${K}`).join(", ")} domains`);else q.success(`DNS server started for ${j.map((K)=>`.${K}`).join(", ")} domains (hosts file entries also added)`)}else z("dns","Could not start DNS server - custom domains may not resolve",A)}let F=async()=>{z("cleanup","Starting cleanup handler",w.verbose);try{let{tearDownDevelopmentDns:H}=await Promise.resolve().then(() => (S1(),gf));await H({verbose:w.verbose})}catch(H){z("cleanup",`Error stopping DNS server: ${H}`,w.verbose)}try{await AX.stopAll(w.verbose)}catch(H){z("cleanup",`Error stopping processes: ${H}`,w.verbose)}await YX({domains:U,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($$.on("SIGINT",F),$$.on("SIGTERM",F),$$.on("uncaughtException",(H)=>{z("process",`Uncaught exception: ${H}`,!0),console.error("Uncaught exception:",H),F()}),W&&X.length>1){z("proxies",`Creating shared HTTPS server for ${X.length} domains`,A);let H=new Map;for(let N of X){let y=N.to||"rpx.localhost",S=N.cleanUrls||!1;if(N.static)H.set(y,{static:wA(N.static,S),cleanUrls:S}),z("proxies",`Route: ${y} → static ${typeof N.static==="string"?N.static:N.static.dir}`,A);else{let w$=new URL(N.from?.startsWith("http")?N.from:`http://${N.from}`);H.set(y,{sourceHost:w$.host,cleanUrls:S,changeOrigin:N.changeOrigin||!1,pathRewrites:N.pathRewrites}),z("proxies",`Route: ${y} → ${w$.host}`,A)}if(Y&&!xf(y)&&!y.includes("localhost")&&!y.includes("127.0.0.1"))try{if(!(await zA([y],A))[0])await FA([y],A)}catch{z("hosts",`Could not add hosts entry for ${y}`,A)}}if(!await Vw(80,"0.0.0.0",A))QF(A);let G=443;if(await Vw(G,"0.0.0.0",A)){if(z("proxies",`Port ${G} is already in use, cannot start shared proxy`,A),A)q.warn(`Port ${G} is in use. Shared HTTPS proxy cannot start.`);return}let R=YA((N)=>XA(H,N),A),M=fA(A);try{let N=Bun.serve({port:G,hostname:"0.0.0.0",tls:{key:W.key,cert:W.cert,ca:W.ca,requestCert:!1,rejectUnauthorized:!1},fetch(y,S){return R(y,S)},websocket:M,error(y){return z("server",`Shared proxy server error: ${y}`,A),new Response(`Server Error: ${y.message}`,{status:500})}});hA.add(N),z("proxies",`Shared HTTPS proxy listening on port ${G} for ${H.size} domains`,A)}catch(N){z("proxies",`Failed to start shared proxy: ${N}`,A),console.error("Failed to start shared HTTPS proxy:",N),F()}}else for(let H of X)try{let h=H.to||"rpx.localhost";z("proxy",`Starting proxy for ${h} with SSL config: ${!!W}`,H.verbose),await VF({from:H.from||"localhost:5173",to:h,cleanUrls:H.cleanUrls||!1,https:H.https||!1,cleanup:H.cleanup||!1,vitePluginUsage:H.vitePluginUsage||!1,verbose:H.verbose||!1,_cachedSSLConfig:W,changeOrigin:H.changeOrigin||!1})}catch(h){z("proxies",`Failed to start proxy for ${H.to}: ${h}`,H.verbose),console.error(`Failed to start proxy for ${H.to}:`,h),F()}}function SF($){if($?.vitePluginUsage||!$?.verbose)return;if(console.log(""),console.log(` ${y0.green(y0.bold("rpx"))} ${y0.green(`v${T7}`)}`),console.log(` ${y0.green("➜")} ${y0.dim($?.from??"")} ${y0.dim("➜")} ${y0.cyan($?.ssl?`https://${$?.to}`:`http://${$?.to}`)}`),$?.listenPort!==($?.ssl?443:80))console.log(` ${y0.green("➜")} Listening on port ${$?.listenPort}`);if($?.cleanUrls)console.log(` ${y0.green("➜")} Clean URLs enabled`)}aU();var VS=new qw("rpx",{showTags:!1});function kF($){return!!($&&("proxies"in $)&&Array.isArray($.proxies))}m$.chdir(K7(G7(R7(import.meta.url)),".."));var t$=new TX("rpx"),ZF="0.12.0";t$.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(Y){console.error("Failed to parse start-env JSON:",Y),m$.exit(1)}w.start=A}return _F(w)});t$.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((Y)=>Y.to===$||`${Y.from}-${Y.to}`===$):pw.to===$?pw:null;if(!A?.start)console.error(`No watch configuration found for proxy: ${$}`),m$.exit(1);try{await pf.startProcess($,A.start,w.verbose),console.log(`Started dev server for ${$}`)}catch(Y){console.error(`Failed to start dev server for ${$}:`,Y),m$.exit(1)}});t$.command("watch:stop <proxy>","Stop the dev server for a specific proxy").option("--verbose","Enable verbose logging").action(async($,w)=>{try{await pf.stopProcess($,w.verbose),console.log(`Stopped dev server for ${$}`)}catch(A){console.error(`Failed to stop dev server for ${$}:`,A),m$.exit(1)}});t$.command("watch:stopall","Stop all running dev servers").option("--verbose","Enable verbose logging").action(async($)=>{try{await pf.stopAll($.verbose),console.log("Stopped all dev servers")}catch(w){console.error("Failed to stop all dev servers:",w),m$.exit(1)}});t$.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("--certs-dir <path>","Directory of real PEM certs for per-domain SNI (<domain>.crt/.key, _wildcard.<apex>.crt/.key)").option("--verbose","Enable verbose logging").action(async($)=>{try{await(await jF({rpxDir:$.rpxDir,registryDir:$.registryDir,httpsPort:typeof $.httpsPort==="string"?Number.parseInt($.httpsPort,10):$.httpsPort,httpPort:typeof $.httpPort==="string"?Number.parseInt($.httpPort,10):$.httpPort,hostname:$.hostname,productionCerts:$.certsDir?{certsDir:$.certsDir}:void 0,verbose:$.verbose??!0})).done,m$.exit(0)}catch(w){console.error(`Failed to start rpx daemon: ${w.message}`),m$.exit(1)}});t$.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 FF({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)":""}`)});t$.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??E0(),A=await Fw(w),Y=await tf(w),f=$.registryDir,X=await RF(f).catch(()=>[]);if($.json){console.log(JSON.stringify({running:Y,pid:A,pidFile:zw(w),rpxDir:w,registryDir:f??Lw(),entries:X},null,2));return}if(!Y){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: ${f??Lw()}`),X.length===0){console.log("no registered hosts");return}console.log(`registered hosts (${X.length}):`);for(let U of X){let W=U.pid!==void 0?`, pid=${U.pid}`:"";console.log(` https://${U.to} \u2192 ${U.from} (id=${U.id}${W})`)}});t$.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"),m$.exit(1);if(!O1($.id))console.error(`invalid id: ${JSON.stringify($.id)} (must match /^[a-zA-Z0-9._-]+$/, \u2264128 chars)`),m$.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}`),m$.exit(1)}if($.skipSpawn){console.log(`registered ${$.to} \u2192 ${$.from} (daemon spawn skipped)`);return}try{let w=await TF({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`"),m$.exit(1)}});t$.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(!O1($))console.error(`invalid id: ${JSON.stringify($)}`),m$.exit(1);let A=await QJ($,w.registryDir,w.verbose);if(!A){console.log(`no registry entry for id=${$}`);return}await KF($,w.registryDir,w.verbose),console.log(`unregistered ${A.to} (id=${$})`)});t$.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??E0();if(await tf(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")});t$.command("version","Show the version of the Reverse Proxy CLI").action(()=>{console.log(ZF)});t$.version(ZF);t$.help();t$.run();
|