@omfalos/mokosh 0.4.3 → 0.5.0

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/mcp.js CHANGED
@@ -1,41 +1,53 @@
1
1
  #!/usr/bin/env node
2
- "use strict";var _o=Object.create;var Re=Object.defineProperty;var Oo=Object.getOwnPropertyDescriptor;var jo=Object.getOwnPropertyNames;var zo=Object.getPrototypeOf,Wo=Object.prototype.hasOwnProperty;var Bo=(t,e)=>{for(var r in e)Re(t,r,{get:e[r],enumerable:!0})},$r=(t,e,r,n)=>{if(e&&typeof e=="object"||typeof e=="function")for(let s of jo(e))!Wo.call(t,s)&&s!==r&&Re(t,s,{get:()=>e[s],enumerable:!(n=Oo(e,s))||n.enumerable});return t};var g=(t,e,r)=>(r=t!=null?_o(zo(t)):{},$r(e||!t||!t.__esModule?Re(r,"default",{value:t,enumerable:!0}):r,t)),$o=t=>$r(Re({},"__esModule",{value:!0}),t);var Dl={};Bo(Dl,{createMcpServer:()=>kt});module.exports=$o(Dl);var Go=require("@modelcontextprotocol/sdk/server/stdio.js");var Lo=require("@modelcontextprotocol/sdk/server/index.js"),St=require("@modelcontextprotocol/sdk/types.js");var ht=g(require("fs")),yt=g(require("path"));var Oe=g(require("fs")),Ft=g(require("path"));var Uo=[".config.","biome.json","tsconfig.json","package.json",".prettierrc",".eslintrc"],Ur=[];function Le(t){Ur.push(t)}function Hr(t){return[...Uo,...Ur].some(e=>typeof e=="string"?t.includes(e):e instanceof RegExp?e.test(t):e(t))}var Ho=[".test.",".spec.","-test.","-spec."],Kr=[];function Ge(t){Kr.push(t)}function ue(){return[...Ho,...Kr]}var Ko=["jest","vitest","playwright","cypress","@testing-library/"],Jr=[];function _e(t){Jr.push(t)}function Ct(){return[...Ko,...Jr]}var Vr=.8;function vt(t){Vr=t}function wt(){return Vr}var Jo=["mokosh.config.js","mokosh.config.cjs","mokosh.config.json"];function fe(t,{allowJs:e=!0,isExplicitPath:r=!1}={}){if(r){let n=Ft.default.resolve(t);return Oe.default.existsSync(n)?n.endsWith(".json")?Qr(n):e?qr(n):{}:{}}for(let n of Jo){let s=Ft.default.resolve(t,n);if(Oe.default.existsSync(s)){if(n.endsWith(".json"))return Qr(s);if(e)return qr(s)}}return{}}function Qr(t){return JSON.parse(Oe.default.readFileSync(t,"utf-8"))}function qr(t){let e=require(t);return e&&typeof e=="object"&&"default"in e&&(e=e.default),typeof e=="function"?e({}):e}function Tt(t){for(let e of t.configMatchers??[])Le(e);for(let e of t.testPatterns??[])Ge(e);for(let e of t.testLibraries??[])_e(e);t.barrelThreshold!==void 0&&vt(t.barrelThreshold)}function Z(t){return{gitStats:t?.gitStats??!1,parallelParsing:t?.parallelParsing,pathAliases:t?.pathAliases}}var je="mokosh-cache",Et="duplication-tokens.json",At="graph.json",z=["node_modules",".git","dist","build",".next",".cache","mokosh-cache","coverage"],Pt=[".ts",".tsx",".js",".jsx",".mjs",".cjs",".css",".scss",".sass",".less",".styl",".coffee",".ls",".lua",".py",".go",".feature",".md",".mdx"];var Yr=g(require("fs")),Nt=g(require("path"));function It(t,e){let r=Nt.default.resolve(t,e);try{let n=Yr.default.readFileSync(r,"utf-8"),s=JSON.parse(n),o=new Map;for(let[i,a]of Object.entries(s)){if(i==="total")continue;let c=a?.lines?.pct;if(typeof c!="number")continue;let l=Nt.default.relative(t,i);o.set(l,c)}return o}catch{return new Map}}var ze={serialize(t){let e=["graph TD"],r=new Set;for(let n of t.nodes.values()){let s=`"${n.path}"`;for(let o of n.imports){if(!o.toPath)continue;let i=`"${o.toPath}"`,a=`${n.path} -> ${o.toPath}`;if(!r.has(a)){let c=o.isStyle?"-- styles -->":"-->";e.push(` ${s} ${c} ${i}`),r.add(a)}}}return e.join(`
3
- `)}};var Mt=g(require("fs")),Xr=g(require("path"));function Dt(t,e){let r=t.replace(/^\.\//,"");if(e.nodes.has(r))return r;let n=r.replace(/^dist\//,"src/").replace(/\.(js|mjs|cjs)$/,".ts");return e.nodes.has(n)?n:null}function Zr(t,e){if(typeof t=="string")return Dt(t,e);if(t&&typeof t=="object"){let r=t;for(let n of["import","require","default"]){let s=Zr(r[n],e);if(s)return s}}return null}function Qo(t){if(!t)return"unknown";let e=t.trimStart();return e.startsWith("interface ")?"interface":e.startsWith("class ")?"class":e.startsWith("enum ")?"enum":e.startsWith("type ")?"type":e.startsWith("namespace ")?"namespace":e.startsWith("const ")||e.startsWith("let ")||e.startsWith("var ")||e.startsWith("readonly ")?"const":e.startsWith("(")||e.startsWith("async ")||e.startsWith("function ")||e.includes("=>")?"function":"unknown"}function qo(t,e){let r=new Set,n=new Set,s=[...e];for(;s.length;){let o=s.shift();if(n.has(o))continue;n.add(o);let i=t.nodes.get(o);if(i){for(let a of i.exports)r.add(a.name);for(let a of i.imports){if(a.type!=="re-export"||a.isExternal||!a.toPath)continue;if(!a.symbols?.length||a.symbols.includes("*")){let l=t.nodes.get(a.toPath);if(l)for(let p of l.exports)r.add(p.name);s.push(a.toPath)}else for(let l of a.symbols)r.add(l)}}}return r}function Rt(t,e){let r=[],n=Xr.default.join(e,"package.json");if(Mt.default.existsSync(n))try{let s=JSON.parse(Mt.default.readFileSync(n,"utf8"));if(s.exports&&typeof s.exports=="object"&&!Array.isArray(s.exports))for(let o of Object.values(s.exports)){let i=Zr(o,t);i&&!r.includes(i)&&r.push(i)}else if(typeof s.exports=="string"){let o=Dt(s.exports,t);o&&r.push(o)}if(r.length===0)for(let o of[s.main,s.module].filter(Boolean)){let i=Dt(o,t);i&&!r.includes(i)&&r.push(i)}}catch{}if(r.length===0){for(let s of["src/index.ts","src/index.js","index.ts","index.js"])if(t.nodes.has(s)){r.push(s);break}}return r}function Yo(t,e){let r=new Set(e);for(let n of e)t.traverse(n,s=>(r.add(s.path),!0),{direction:"outgoing"});return r}function Xo(t,e,r){let n=new Map;for(let s of e){if(r.includes(s))continue;let o=t.nodes.get(s);if(!o)continue;let i=o.category==="barrel";for(let a of o.exports){let c=n.get(a.name),l=!!(a.signature||a.doc);(!c||l&&!i)&&n.set(a.name,{file:s,symbol:a})}}return n}function Zo(t,e,r,n){let s=[];for(let o of t){let i=e.get(o),a=n.flatMap(f=>r.nodes.get(f)?.exports??[]).find(f=>f.name===o),c=i?.symbol??a,l=i?.file??n.find(f=>r.nodes.get(f)?.exports.some(d=>d.name===o))??n[0],p={name:o,definedIn:l,kind:Qo(c?.signature)};c?.doc&&(p.doc=c.doc),c?.signature&&(p.signature=c.signature),s.push(p)}return s.sort((o,i)=>o.name.localeCompare(i.name)),s}function ei(t,e,r){let n=c=>t.nodes.get(c)?.category==="test",s=[...e].filter(c=>!r.includes(c)&&!n(c)),o=[...t.nodes.keys()].filter(c=>!e.has(c)),i=o.filter(c=>!n(c)),a=o.filter(c=>n(c));return{internalFiles:s,unreachableFromEntry:i,testFiles:a}}function Lt(t,e){if(e.length===0)throw new Error("buildApiSurface requires at least one entry point");for(let l of e)if(!t.nodes.has(l))throw new Error(`Entry point not found in graph: ${l}`);let r=Yo(t,e),n=Xo(t,r,e),s=qo(t,e),o=Zo(s,n,t,e),{internalFiles:i,unreachableFromEntry:a,testFiles:c}=ei(t,r,e);return{entryPoints:e,publicExports:o,internalFiles:i,unreachableFromEntry:a,testFiles:c}}function Gt(t,e){let r=null,n=[];for(let o of t.nodes.values()){o.exports.some(i=>i.name===e)&&(r=o.path);for(let i of o.callEdges??[])i.to===e&&n.push({file:o.path,callerFunction:i.from})}let s=[];if(r){let o=t.nodes.get(r);for(let i of o?.callEdges??[])i.from===e&&s.push({file:i.toFile,calleeFunction:i.to})}return{functionName:e,definedIn:r,callers:n,callees:s}}var ti=g(require("fs")),ri=g(require("path"));function en(t){let e=[...t.nodes.entries()].sort(([n],[s])=>n.localeCompare(s)).map(([n,s])=>`${n}:${s.mtime}:${s.size}`).join("|"),r=2166136261;for(let n=0;n<e.length;n++)r^=e.charCodeAt(n),r=Math.imul(r,16777619)>>>0;return r.toString(16).padStart(8,"0")}function _t(t){let e=new Map;for(let r of t.nodes.keys()){let n=[];t.traverse(r,s=>(s.path!==r&&n.push(s.path),!0),{direction:"incoming"}),e.set(r,n)}return{impact:e,graphHash:en(t)}}function Ot(t,e){return t.impact.get(e)??[]}var $t=require("fs/promises"),te=g(require("path")),kn=g(require("piscina"));var me=g(require("fs")),tn=g(require("path")),jt=require("js-yaml"),zt=["package-lock.json","yarn.lock","pnpm-lock.yaml"];function rn(t){let e=t.lastIndexOf("@");return e>0?t.substring(0,e):t}function ni(t){return t.replace(/:$/,"").split(",").map(e=>{let r=e.trim();return r.startsWith('"')&&(r=r.slice(1)),r.endsWith('"')&&(r=r.slice(0,-1)),rn(r)}).filter(Boolean)}function si(t,e){let r=t.startsWith("/")?t.slice(1):t,n=r.lastIndexOf("@");return n>0?{name:r.substring(0,n),version:e||r.substring(n+1)}:{name:r,version:e}}function oi(t){try{let e=(0,jt.load)(t),r={dependencies:{}};for(let[n,s]of Object.entries(e))if(!(n==="__metadata"||!s?.version))for(let o of n.split(", ")){let i=rn(o);i&&(r.dependencies[i]={version:s.version,...s.dependencies!==void 0&&{dependencies:s.dependencies}})}return r}catch{return null}}function ii(t){let e={dependencies:{}};for(let r of t.split(/\n\n+/)){let n=r.split(`
4
- `).filter(c=>c.trim().length>0&&!c.trim().startsWith("#"));if(n.length<2)continue;let s=n[0];if(!s||s.startsWith(" "))continue;let o=ni(s);if(o.length===0)continue;let a=n.find(c=>c.trim().startsWith('version "'))?.match(/version "(.*?)"/)?.[1]??"";for(let c of o)e.dependencies[c]={version:a}}return e}function ai(t){let e=me.default.readFileSync(t,"utf-8"),r=JSON.parse(e),n={dependencies:{}};if(r.packages)for(let[s,o]of Object.entries(r.packages)){if(!s.startsWith("node_modules/"))continue;let i=s.replace("node_modules/","");i.includes("node_modules/")||(n.dependencies[i]={version:o.version,...o.dependencies!==void 0&&{dependencies:o.dependencies}})}else if(r.dependencies)for(let[s,o]of Object.entries(r.dependencies))n.dependencies[s]={version:o.version,...o.dependencies!==void 0&&{dependencies:o.dependencies}};return n}function ci(t){let e=me.default.readFileSync(t,"utf-8");if(e.includes("__metadata:")){let r=oi(e);if(r!==null)return r}return ii(e)}function li(t){let e=me.default.readFileSync(t,"utf-8"),r={dependencies:{}};try{let n=(0,jt.load)(e);if(n.packages)for(let[s,o]of Object.entries(n.packages)){let{name:i,version:a}=si(s,o.version);i&&(r.dependencies[i]={version:a,...o.dependencies!==void 0&&{dependencies:o.dependencies}})}if(n.dependencies)for(let[s,o]of Object.entries(n.dependencies)){if(r.dependencies[s])continue;let i=typeof o=="string"?o:o.version;r.dependencies[s]={version:i||""}}}catch{}return r}function nn(t){let e={"package-lock.json":ai,"yarn.lock":ci,"pnpm-lock.yaml":li},r=zt.map(n=>[n,e[n]]);for(let[n,s]of r){let o=tn.default.join(t,n);if(me.default.existsSync(o))return s(o)}return null}var pi=new Set(["css","scss","less","stylus"]);function sn(t){return pi.has(t)?"style":"code"}var Wt=g(require("postcss")),ui=g(require("postcss-less")),fi=ui,an=new Set(["reference","inline"]);function on(t){return t.startsWith("~")||t.startsWith("http://")||t.startsWith("https://")||t.startsWith("//")||t.startsWith("data:")}function mi(t){let e=t.trim();return e.length>0&&!e.startsWith("http://")&&!e.startsWith("https://")&&!e.startsWith("//")&&!e.startsWith("data:")&&!e.startsWith("#")}function gi(t,e){let r=t.match(/^\(([^)]+)\)\s+['"]([^'"]+)['"]/);if(r){let o=r[1]?.trim()??"",i=r[2]??"";if(!i)return null;let a=an.has(o)?"side-effect":"static";return{fromPath:e,toPath:"",rawSpecifier:i,isStyle:!0,type:a,...on(i)?{isExternal:!0}:{}}}let n=t.match(/^url\(['"]?([^'")]+)['"]?\)/),s=n?n[1]?.trim()??"":t.match(/^['"]([^'"]+)['"]/)?.[1]??"";return s?{fromPath:e,toPath:"",rawSpecifier:s,isStyle:!0,type:"static",...on(s)?{isExternal:!0}:{}}:null}function di(t,e){let r=[],n=/url\(['"]?([^'")]+)['"]?\)/g,s=n.exec(t);for(;s!==null;){let o=s[1]?.trim()??"";mi(o)&&r.push({fromPath:e,toPath:"",rawSpecifier:o,isStyle:!0,type:"static"}),s=n.exec(t)}return r}function cn(t,e){let r=[];return t.walk(n=>{if(n.type==="atrule"&&n.name==="import"){let s=gi(n.params,e);s&&r.push(s)}n.type==="decl"&&r.push(...di(n.value,e))}),r}function hi(t){return t.replace(/(?<!:)\/\/.*/g,"")}function yi(t,e){let r=[],n=/@import\s+(?:\(([^)]+)\)\s+)?['"]([^'"]+)['"]/g,s=n.exec(t);for(;s!==null;){let o=s[1]?.trim()??"",i=s[2]??"";if(i){let a=an.has(o)?"side-effect":"static";r.push({fromPath:e,toPath:"",rawSpecifier:i,isStyle:!0,type:a})}s=n.exec(t)}return r}function We(t,e){let r=Wt.default.parse(hi(t));return{imports:cn(r,e),root:r}}function xi(t){let e=[],r=[];for(let n of t.nodes??[]){if(n.type!=="atrule")continue;let{value:s}=n;if(s===void 0)continue;let o=n.name;o&&(e.push({name:o}),r.push({name:o,kind:"variable"}))}return{exports:e,tags:r}}function Be(t,e){try{let r=fi.parse(t),{exports:n,tags:s}=xi(r);return{imports:cn(r,e),root:r,exports:n,tags:s}}catch{return{imports:yi(t,e),root:Wt.default.parse(""),exports:[],tags:[]}}}var pn=require("postcss-scss");function ln(t){return t.startsWith("_")||t.startsWith("-")}function bi(t){return!!(t.startsWith("sass:")||t.startsWith("~")||t.startsWith("http://")||t.startsWith("https://")||t.startsWith("//")||!t.startsWith(".")&&!t.startsWith("/")&&!t.startsWith("_"))}function Si(t){let e=t.match(/^['"]([^'"]+)['"]/);if(!e?.[1])return{specifier:""};let r=e[1],s=t.match(/\bas\s+(\S+)/)?.[1];return s!==void 0?{specifier:r,alias:s}:{specifier:r}}function ki(t){let e=[],r=[];for(let n of t.nodes??[]){if(n.type==="decl"&&n.prop.startsWith("$")){let s=n.prop.slice(1);if(!s||ln(s))continue;e.push({name:s}),r.push({name:s,kind:"variable"});continue}if(n.type==="atrule"&&(n.name==="mixin"||n.name==="function")){let o=n.params.match(/^([\w-]+)/)?.[1];if(!o||ln(o))continue;let i=n.params.trim();e.push(i.includes("(")?{name:o,signature:i}:{name:o}),r.push({name:o,kind:"function"})}}return{exports:e,tags:r}}function $e(t,e){let r=(0,pn.parse)(t),n=[];r.walk(i=>{if(i.type!=="atrule")return;let{name:a,params:c}=i;if(a!=="import"&&a!=="use"&&a!=="forward")return;let{specifier:l,alias:p}=Si(c);if(!l)return;let f={fromPath:e,toPath:"",rawSpecifier:l,isStyle:!0,type:a==="forward"?"re-export":"static",...bi(l)?{isExternal:!0}:{}};p&&(f.symbols=[p]),n.push(f)});let{exports:s,tags:o}=ki(r);return{imports:n,root:r,exports:s,tags:o}}function Ci(t){return t.trim().replace(/\s+/g," ")}function vi(t){try{return t.fileType==="scss"?$e(t.source,t.file).root:t.fileType==="less"?Be(t.source,t.file).root:t.fileType==="css"?We(t.source,t.file).root:void 0}catch{return}}function wi(t){let e=vi(t);if(!e)return[];let r=[];return e.walkRules(n=>{let s=n.nodes?.filter(p=>p.type==="decl")??[];if(s.length===0)return;let o=s[0],i=s[s.length-1],a=n.source?.start?.line??o?.source?.start?.line,c=i?.source?.end?.line??i?.source?.start?.line??a;if(a===void 0||c===void 0)return;let l=s.map(p=>`${p.prop.trim().toLowerCase()}:${Ci(p.value)}`).join(";");r.push({file:t.file,startLine:a,endLine:c,lines:c-a+1,signature:l,declCount:s.length})}),r}function un(t,e,r=2){let n=new Map;for(let o of t)for(let i of wi(o)){if(i.declCount<r||i.lines<e)continue;let a=n.get(i.signature);a?a.push(i):n.set(i.signature,[i])}let s=[];for(let o of n.values())for(let i=0;i<o.length;i++)for(let a=i+1;a<o.length;a++){let c=o[i],l=o[a];if(c.file===l.file&&c.startLine===l.startLine&&c.endLine===l.endLine)continue;let p={file:c.file,startLine:c.startLine,endLine:c.endLine},f={file:l.file,startLine:l.startLine,endLine:l.endLine};s.push({occurrences:[p,f],lines:Math.min(c.lines,l.lines),tokens:c.declCount,family:"style"})}return s.sort((o,i)=>i.lines-o.lines)}function fn(t){let e=t.length,r=[],n=[{lcpLength:0,low:0}];for(let s=1;s<e;s++){let o=s-1;for(;t[s]<n[n.length-1].lcpLength;){let i=n.pop();r.push({lcpLength:i.lcpLength,low:i.low,high:s-1}),o=i.low}t[s]>n[n.length-1].lcpLength&&n.push({lcpLength:t[s],low:o})}for(;n.length>1;){let s=n.pop();r.push({lcpLength:s.lcpLength,low:s.low,high:e-1})}return r}var Fi=new Set(["{","}",":",",","[","]"]);function mn(t,e,r){let n=0;for(let s=e;s<e+r;s++)Fi.has(t[s].text)&&n++;return n/r}function gn(t){let e=t.length;if(e===0)return[];let r=Array.from({length:e},(o,i)=>i),n=new Array(e);{let o=[...new Set(t)].sort(),i=new Map(o.map((a,c)=>[a,c]));for(let a=0;a<e;a++)n[a]=i.get(t[a])}let s=new Array(e).fill(0);for(let o=1;o<e;o*=2){let i=a=>a+o<e?n[a+o]:-1;r.sort((a,c)=>{let l=n[a]-n[c];return l!==0?l:i(a)-i(c)}),s[r[0]]=0;for(let a=1;a<e;a++){let c=r[a-1],l=r[a],p=n[c]===n[l],f=i(c)===i(l);s[l]=s[c]+(p&&f?0:1)}if([n,s]=[s,n],n[r[e-1]]===e-1)break}return r}function dn(t,e){let r=t.length,n=new Array(r).fill(0);if(r===0)return n;let s=new Array(r);for(let i=0;i<r;i++)s[e[i]]=i;let o=0;for(let i=0;i<r;i++){let a=s[i];if(a>0){let c=e[a-1];for(;i+o<r&&c+o<r&&t[i+o]===t[c+o];)o++;n[a]=o,o>0&&o--}else o=0}return n}function hn(t,e,r,n=.5){let s=[],o=[],i=new Map;for(let{file:f,tokens:d}of t)if(d.length!==0){i.set(f,d);for(let h=0;h<d.length;h++)s.push(d[h].text),o.push({file:f,localIndex:h});s.push(` ${f}`),o.push({file:f,localIndex:-1})}if(s.length===0)return[];let a=gn(s),c=dn(s,a),l=fn(c),p=[];for(let f of l){let d=Ti(f,a,o,i,e,r,n);d&&p.push(d)}return p.sort((f,d)=>d.lines-f.lines)}function Ti(t,e,r,n,s,o,i){if(t.lcpLength<s)return;let a=[];for(let h=t.low;h<=t.high;h++){let C=r[e[h]];C.localIndex!==-1&&a.push(C)}if(a.length<2||!Ei(a,n))return;let c=Ai(a,t.lcpLength);if(c.length<2)return;let l=c[0],p=n.get(l.file);if(mn(p,l.localIndex,t.lcpLength)>i)return;let f=c.map(({file:h,localIndex:C})=>{let v=n.get(h);return{file:h,startLine:v[C].line,endLine:v[C+t.lcpLength-1].line}}),d=Math.min(...f.map(h=>h.endLine-h.startLine+1));if(!(d<o))return{occurrences:f,lines:d,tokens:t.lcpLength}}function Ei(t,e){let r=null;for(let{file:n,localIndex:s}of t){if(s===0)return!0;let i=e.get(n)[s-1].text;if(r===null)r=i;else if(r!==i)return!0}return!1}function Ai(t,e){let r=new Map;for(let{file:s,localIndex:o}of t){let i=r.get(s);i?i.push(o):r.set(s,[o])}let n=[];for(let[s,o]of r){o.sort((a,c)=>a-c);let i=Number.NEGATIVE_INFINITY;for(let a of o)a>=i&&(n.push({file:s,localIndex:a}),i=a+e)}return n}var Pi={typescript:{line:["//"],block:[["/*","*/"]]},javascript:{line:["//"],block:[["/*","*/"]]},go:{line:["//"],block:[["/*","*/"]]},css:{block:[["/*","*/"]]},scss:{line:["//"],block:[["/*","*/"]]},less:{line:["//"],block:[["/*","*/"]]},stylus:{line:["//"],block:[["/*","*/"]]},python:{line:["#"]},gherkin:{line:["#"]},coffeescript:{line:["#"],block:[["###","###"]]},livescript:{line:["#"],block:[["###","###"]]},lua:{line:["--"],block:[["--[[","]]"]]},markdown:{block:[["<!--","-->"]]}};function yn(t,e,r){let n=t.slice(e,r).replace(/[^\n]/g," ");return t.slice(0,e)+n+t.slice(r)}function Ni(t,e){if(!e)return t;let r=t;for(let[n,s]of e.block??[]){let o=0;for(;;){let i=r.indexOf(n,o);if(i===-1)break;let a=r.indexOf(s,i+n.length),c=a===-1?r.length:a+s.length;r=yn(r,i,c),o=c}}for(let n of e.line??[]){let s=0;for(;;){let o=r.indexOf(n,s);if(o===-1)break;let i=r.indexOf(`
5
- `,o),a=i===-1?r.length:i;r=yn(r,o,a),s=a}}return r}var Ii=["===","!==","...","=>","==","!=","<=",">=","&&","||","::","->","..","+=","-=","*=","/="],Bt=new RegExp(`${Ii.map(t=>t.replace(/[.*+?^${}()|[\]\\]/g,"\\$&")).join("|")}|[A-Za-z_$][A-Za-z0-9_$]*|\\d+(?:\\.\\d+)?|"(?:\\\\.|[^"\\\\])*"|'(?:\\\\.|[^'\\\\])*'|\`(?:\\\\.|[^\`\\\\])*\`|\\S`,"g"),Mi=/^[A-Za-z_$][A-Za-z0-9_$]*$/,xn=/^\d+(?:\.\d+)?$/,Di=/^(".*"|'.*'|`.*`)$/s,Ri=new Set(["if","else","elif","for","while","do","switch","case","default","break","continue","return","function","def","class","struct","interface","const","let","var","local","import","export","from","package","try","catch","except","finally","throw","raise","new","this","self","end","then","yield","async","await","nil","null","None","true","false","True","False","and","or","not","in","of","is"]);function bn(t,e,r=!0){let n=Ni(t,Pi[e]),s=[],o=1,i=0;Bt.lastIndex=0;let a=Bt.exec(n);for(;a!==null;){for(let p=i;p<a.index;p++)n[p]===`
6
- `&&o++;i=a.index;let c=a[0],l=c;Mi.test(c)&&!Ri.has(c)?l="ID":r&&(xn.test(c)||Di.test(c))&&(l=xn.test(c)?"NUM":"STR"),s.push({text:l,line:o});for(let p=i;p<a.index+c.length;p++)n[p]===`
7
- `&&o++;i=a.index+c.length,a=Bt.exec(n)}return s}var ee=g(require("fs")),Sn=g(require("path"));function Li(t){if(!t||typeof t!="object")return!1;let e=t;return typeof e.mtime=="number"&&typeof e.size=="number"&&typeof e.ignoreLiterals=="boolean"&&Array.isArray(e.tokens)}function Ue(t){try{if(!ee.default.existsSync(t))return new Map;let e=ee.default.readFileSync(t,"utf-8"),r=JSON.parse(e);if(!Array.isArray(r))return new Map;let n=r.filter(s=>Array.isArray(s)&&s.length===2&&typeof s[0]=="string"&&Li(s[1]));return new Map(n)}catch{return new Map}}function He(t,e){let r=Sn.default.dirname(e);ee.default.existsSync(r)||ee.default.mkdirSync(r,{recursive:!0}),ee.default.writeFileSync(e,JSON.stringify([...t.entries()]))}var Gi=20,_i=new Set(["css","scss","less"]);function Oi(t){return zt.includes(te.default.basename(t))}function ji(t,e){if(e.length===0)return!1;let r=new Set(e);return t.split(te.default.sep).some(n=>r.has(n))}async function Ut(t,e,r={}){let{minLines:n=6,windowSize:s=15,ignoreLiterals:o=!0,maxPunctuationRatio:i=.5,limit:a=50,ignoreDirs:c=z,parallelTokenizing:l=!0,tokenCache:p}=r,f=[...t.nodes.values()].filter(h=>!Oi(h.path)&&!ji(h.path,c)),d=zi(l,f.length);try{let h=[],C=new Map;if(await Promise.all(f.map(async y=>{if(_i.has(y.type)){let X;try{X=await(0,$t.readFile)(te.default.join(e,y.path),"utf8")}catch{return}h.push({file:y.path,source:X,fileType:y.type});return}let k=p?.get(y.path),M=k&&k.mtime===y.mtime&&k.size===y.size&&k.ignoreLiterals===o,N;if(M)N=k.tokens;else{let X;try{X=await(0,$t.readFile)(te.default.join(e,y.path),"utf8")}catch{return}N=d?await d.run({source:X,fileType:y.type,ignoreLiterals:o}):bn(X,y.type,o),p?.set(y.path,{mtime:y.mtime,size:y.size,ignoreLiterals:o,tokens:N})}let j=sn(y.type),Wr={file:y.path,tokens:N},Br=C.get(j);Br?Br.push(Wr):C.set(j,[Wr])})),p){let y=new Set(f.map(k=>k.path));for(let k of p.keys())y.has(k)||p.delete(k)}let v=un(h,n);for(let[y,k]of C)for(let M of hn(k,s,n,i))v.push({...M,family:y});return{groups:v.sort((y,k)=>k.lines-y.lines).slice(0,a)}}finally{d&&await d.destroy()}}function zi(t,e){if(t===!1)return null;let r=typeof t=="object"?t:{},n=r.minFiles??Gi;if(e<n)return null;r.maxThreads!==void 0&&r.maxThreads<1&&process.stderr.write(`
2
+ "use strict";var fa=Object.create;var ot=Object.defineProperty;var ma=Object.getOwnPropertyDescriptor;var ga=Object.getOwnPropertyNames;var da=Object.getPrototypeOf,ha=Object.prototype.hasOwnProperty;var ya=(t,e)=>{for(var r in e)ot(t,r,{get:e[r],enumerable:!0})},Wn=(t,e,r,n)=>{if(e&&typeof e=="object"||typeof e=="function")for(let s of ga(e))!ha.call(t,s)&&s!==r&&ot(t,s,{get:()=>e[s],enumerable:!(n=ma(e,s))||n.enumerable});return t};var g=(t,e,r)=>(r=t!=null?fa(da(t)):{},Wn(e||!t||!t.__esModule?ot(r,"default",{value:t,enumerable:!0}):r,t)),xa=t=>Wn(ot({},"__esModule",{value:!0}),t);var Ef={};ya(Ef,{createMcpServer:()=>Xt});module.exports=xa(Ef);var ua=require("@modelcontextprotocol/sdk/server/stdio.js");var pa=require("@modelcontextprotocol/sdk/server/index.js"),Zt=require("@modelcontextprotocol/sdk/types.js");var qt=g(require("fs")),Vt=g(require("path"));var pt=g(require("fs")),ar=g(require("path"));var ba=[".config.","biome.json","tsconfig.json","package.json",".prettierrc",".eslintrc"],er=[];function it(t){er.push(t)}function $n(t){return[...ba,...er].some(e=>typeof e=="string"?t.includes(e):e instanceof RegExp?e.test(t):e(t))}var Sa=[".test.",".spec.","-test.","-spec."],tr=[];function at(t){tr.push(t)}function Ne(){return[...Sa,...tr]}var va=["jest","vitest","playwright","cypress","@testing-library/"],rr=[];function ct(t){rr.push(t)}function nr(){return[...va,...rr]}var Bn=.8,sr=Bn;function or(t){sr=t}function ir(){return sr}function lt(){er.length=0,tr.length=0,rr.length=0,sr=Bn}var ka=["mokosh.config.js","mokosh.config.cjs","mokosh.config.json"];function De(t,{allowJs:e=!0,isExplicitPath:r=!1}={}){if(r){let n=ar.default.resolve(t);return pt.default.existsSync(n)?n.endsWith(".json")?Hn(n):e?Un(n):{}:{}}for(let n of ka){let s=ar.default.resolve(t,n);if(pt.default.existsSync(s)){if(n.endsWith(".json"))return Hn(s);if(e)return Un(s)}}return{}}function Hn(t){return JSON.parse(pt.default.readFileSync(t,"utf-8"))}function Un(t){let e=require(t);return e&&typeof e=="object"&&"default"in e&&(e=e.default),typeof e=="function"?e({}):e}function cr(t){lt();for(let e of t.configMatchers??[])it(e);for(let e of t.testPatterns??[])at(e);for(let e of t.testLibraries??[])ct(e);t.barrelThreshold!==void 0&&or(t.barrelThreshold)}function J(t){return{gitStats:t?.gitStats??!1,parallelParsing:t?.parallelParsing,pathAliases:t?.pathAliases,additionalIgnoreDirs:t?.ignoreDirs}}var ae="mokosh-cache",Re="duplication-tokens.json",lr="graph.json",pr="branch-graphs",P=["node_modules",".git","dist","build",".next",".cache","mokosh-cache","coverage",".pytest_cache","__pycache__",".gradle","target"],ur=[".ts",".tsx",".js",".jsx",".mjs",".cjs",".css",".scss",".sass",".less",".styl",".coffee",".ls",".lua",".py",".go",".java",".kt",".kts",".scala",".sc",".groovy",".gradle",".feature",".md",".mdx"];var Jn=g(require("fs")),fr=g(require("path"));function mr(t,e){let r=fr.default.resolve(t,e);try{let n=Jn.default.readFileSync(r,"utf-8"),s=JSON.parse(n),o=new Map;if(typeof s!="object"||s===null)return o;for(let[i,a]of Object.entries(s)){if(i==="total")continue;let c=a?.lines?.pct;if(typeof c!="number")continue;let l=fr.default.relative(t,i);o.set(l,c)}return o}catch{return new Map}}var ut={serialize(t){let e=["graph TD"],r=new Set;for(let n of t.nodes.values()){let s=`"${n.path}"`;for(let o of n.imports){if(!o.toPath)continue;let i=`"${o.toPath}"`,a=`${n.path} -> ${o.toPath}`;if(!r.has(a)){let c=o.isStyle?"-- styles -->":"-->";e.push(` ${s} ${c} ${i}`),r.add(a)}}}return e.join(`
3
+ `)}};var gr=g(require("fs")),Kn=g(require("path"));function dr(t,e){let r=t.replace(/^\.\//,"");if(e.nodes.has(r))return r;let n=r.replace(/^dist\//,"src/").replace(/\.(js|mjs|cjs)$/,".ts");return e.nodes.has(n)?n:null}function qn(t,e){if(typeof t=="string")return dr(t,e);if(t&&typeof t=="object"){let r=t;for(let n of["import","require","default"]){let s=qn(r[n],e);if(s)return s}}return null}function wa(t){if(!t)return"unknown";let e=t.trimStart();return e.startsWith("interface ")?"interface":e.startsWith("class ")?"class":e.startsWith("enum ")?"enum":e.startsWith("type ")?"type":e.startsWith("namespace ")?"namespace":e.startsWith("const ")||e.startsWith("let ")||e.startsWith("var ")||e.startsWith("readonly ")?"const":e.startsWith("(")||e.startsWith("async ")||e.startsWith("function ")||e.includes("=>")?"function":"unknown"}function Ea(t,e){let r=new Set,n=new Set,s=[...e];for(;s.length;){let o=s.shift();if(n.has(o))continue;n.add(o);let i=t.nodes.get(o);if(i){for(let a of i.exports)r.add(a.name);for(let a of i.imports){if(a.type!=="re-export"||a.isExternal||!a.toPath)continue;if(!a.symbols?.length||a.symbols.includes("*")){let l=t.nodes.get(a.toPath);if(l)for(let p of l.exports)r.add(p.name);s.push(a.toPath)}else for(let l of a.symbols)r.add(l)}}}return r}function hr(t,e){let r=[],n=Kn.default.join(e,"package.json");if(gr.default.existsSync(n))try{let s=JSON.parse(gr.default.readFileSync(n,"utf8"));if(s.exports&&typeof s.exports=="object"&&!Array.isArray(s.exports))for(let o of Object.values(s.exports)){let i=qn(o,t);i&&!r.includes(i)&&r.push(i)}else if(typeof s.exports=="string"){let o=dr(s.exports,t);o&&r.push(o)}if(r.length===0)for(let o of[s.main,s.module].filter(Boolean)){let i=dr(o,t);i&&!r.includes(i)&&r.push(i)}}catch{}if(r.length===0){for(let s of["src/index.ts","src/index.js","index.ts","index.js"])if(t.nodes.has(s)){r.push(s);break}}return r}function Fa(t,e){let r=new Set(e);for(let n of e)t.traverse(n,s=>(r.add(s.path),!0),{direction:"outgoing"});return r}function Ta(t,e,r){let n=new Map;for(let s of e){if(r.includes(s))continue;let o=t.nodes.get(s);if(!o)continue;let i=o.category==="barrel";for(let a of o.exports){let c=n.get(a.name),l=!!(a.signature||a.doc);(!c||l&&!i)&&n.set(a.name,{file:s,symbol:a})}}return n}function Pa(t,e,r,n){let s=[];for(let o of t){let i=e.get(o),a=n.flatMap(u=>r.nodes.get(u)?.exports??[]).find(u=>u.name===o),c=i?.symbol??a,l=i?.file??n.find(u=>r.nodes.get(u)?.exports.some(m=>m.name===o))??n[0],p={name:o,definedIn:l,kind:wa(c?.signature)};c?.doc&&(p.doc=c.doc),c?.signature&&(p.signature=c.signature),s.push(p)}return s.sort((o,i)=>o.name.localeCompare(i.name)),s}function Aa(t,e,r){let n=c=>t.nodes.get(c)?.category==="test",s=[...e].filter(c=>!r.includes(c)&&!n(c)),o=[...t.nodes.keys()].filter(c=>!e.has(c)),i=o.filter(c=>!n(c)),a=o.filter(c=>n(c));return{internalFiles:s,unreachableFromEntry:i,testFiles:a}}function yr(t,e){if(e.length===0)throw new Error("buildApiSurface requires at least one entry point");for(let l of e)if(!t.nodes.has(l))throw new Error(`Entry point not found in graph: ${l}`);let r=Fa(t,e),n=Ta(t,r,e),s=Ea(t,e),o=Pa(s,n,t,e),{internalFiles:i,unreachableFromEntry:a,testFiles:c}=Aa(t,r,e);return{entryPoints:e,publicExports:o,internalFiles:i,unreachableFromEntry:a,testFiles:c}}function xr(t,e){let r=null,n=[];for(let o of t.nodes.values()){o.exports.some(i=>i.name===e)&&(r=o.path);for(let i of o.callEdges??[])i.to===e&&n.push({file:o.path,callerFunction:i.from})}let s=[];if(r){let o=t.nodes.get(r);for(let i of o?.callEdges??[])i.from===e&&s.push({file:i.toFile,calleeFunction:i.to})}return{functionName:e,definedIn:r,callers:n,callees:s}}var Na=g(require("fs")),Da=g(require("path"));function Vn(t){let e=[...t.nodes.entries()].sort(([n],[s])=>n.localeCompare(s)).map(([n,s])=>`${n}:${s.mtime}:${s.size}`).join("|"),r=2166136261;for(let n=0;n<e.length;n++)r^=e.charCodeAt(n),r=Math.imul(r,16777619)>>>0;return r.toString(16).padStart(8,"0")}function br(t){let e=new Map;for(let r of t.nodes.keys()){let n=[];t.traverse(r,s=>(s.path!==r&&n.push(s.path),!0),{direction:"incoming"}),e.set(r,n)}return{impact:e,graphHash:Vn(t)}}function Sr(t,e){return t.impact.get(e)??[]}var jo=g(require("path"));var ce=g(require("fs")),vr=g(require("path"));var Ie=class{constructor(e){this.nodes=e}nodes;findUnusedFiles(e){let r=new Set(this.nodes.keys());return e.filter(n=>!r.has(n))}findHighExportUsage(e){let r=[];for(let n of this.nodes.values()){if(n.maxExportUsage===void 0||n.maxExportUsage<e)continue;let s=n.imports.reduce((o,i)=>(i.exportUsageRatio??0)>(o?.exportUsageRatio??0)?i:o,null);r.push({path:n.path,maxExportUsage:n.maxExportUsage,tightestDep:s?.toPath??""})}return r.sort((n,s)=>s.maxExportUsage-n.maxExportUsage)}findCycles(){let e=[],r=new Set,n=new Set,s=[],o=i=>{r.add(i),n.add(i),s.push(i);let a=this.nodes.get(i);if(a){for(let c of a.imports)if(!(!c.toPath||c.isExternal))if(n.has(c.toPath)){let l=s.indexOf(c.toPath);e.push([...s.slice(l),c.toPath])}else r.has(c.toPath)||o(c.toPath)}n.delete(i),s.pop()};for(let i of this.nodes.keys())r.has(i)||o(i);return e}};var A=class t{constructor(e){this.nodes=e}nodes;_incomingEdgesCache=null;_callIncomingCache=null;serialize(){return{nodes:Array.from(this.nodes.values())}}static deserialize(e){let r=new Map;for(let n of e.nodes)r.set(n.path,n);return new t(r)}getIncomingEdgesMap(){if(this._incomingEdgesCache)return this._incomingEdgesCache;let e=new Map;for(let r of this.nodes.values())for(let n of r.imports)if(n.toPath){let s=e.get(n.toPath)||[];s.push(r.path),e.set(n.toPath,s)}return this._incomingEdgesCache=e,e}dfs(e,r,n,s){let o=new Set,i=n.maxDepth??1/0,a=(c,l,p)=>{if(l>i||o.has(c))return;let u=this.nodes.get(c);if(u&&(o.add(c),r(u,l,p)!==!1))for(let m of s(c))a(m,l+1,c)};a(e,0,null)}traverse(e,r,n={}){let s=n.direction??"outgoing",o=s==="incoming"?this.getIncomingEdgesMap():null;this.dfs(e,r,n,i=>s==="outgoing"?this.nodes.get(i)?.imports.map(a=>a.toPath).filter(Boolean)??[]:o?.get(i)??[])}getCallIncomingCache(){if(this._callIncomingCache)return this._callIncomingCache;let e=new Map;for(let r of this.nodes.values())for(let n of r.callEdges??[]){let s=e.get(n.toFile)??[];s.push(r.path),e.set(n.toFile,s)}return this._callIncomingCache=e,e}traverseCalls(e,r,n={}){let s=n.direction??"outgoing",o=s==="incoming"?this.getCallIncomingCache():null;this.dfs(e,r,n,i=>s==="outgoing"?this.nodes.get(i)?.callEdges?.map(a=>a.toFile)??[]:o?.get(i)??[])}getCallers(e){let r=[];return this.traverseCalls(e,n=>(n.path!==e&&r.push(n.path),!0),{direction:"incoming",maxDepth:1}),r}getCallEdgesFor(e){return this.nodes.get(e)?.callEdges??[]}getNeighbors(e){let r=this.nodes.get(e);return r?r.imports.map(n=>this.nodes.get(n.toPath)).filter(n=>n!==void 0):[]}findUnusedFiles(e){return new Ie(this.nodes).findUnusedFiles(e)}findCycles(){return new Ie(this.nodes).findCycles()}};function ft(t){return vr.default.join(t,ae,pr)}function Qn(t,e){return vr.default.join(ft(t),`${e}.json`)}function Yn(t,e){let r=Qn(t,e);if(!ce.default.existsSync(r))return null;try{let n=ce.default.readFileSync(r,"utf-8");return A.deserialize(JSON.parse(n))}catch{return null}}function Zn(t,e,r){let n=ft(t);ce.default.existsSync(n)||ce.default.mkdirSync(n,{recursive:!0}),ce.default.writeFileSync(Qn(t,e),JSON.stringify(r.serialize()))}var xe=g(require("fs")),F=g(require("path")),yo=g(require("piscina"));var mt=require("child_process"),gt=class{getChangedFiles(e,r){try{let s=[["diff","--name-only"],["diff","--cached","--name-only"],["ls-files","--others","--exclude-standard"],...r?[["diff","--name-only","--end-of-options",`${r}...HEAD`]]:[]].flatMap(o=>{try{return(0,mt.execFileSync)("git",o,{cwd:e,encoding:"utf-8",stdio:["ignore","pipe","ignore"]}).split(`
4
+ `).map(a=>a.trim()).filter(a=>a!=="")}catch{return[]}});return Array.from(new Set(s))}catch(n){return console.error("Error getting git diff:",n),[]}}},Xn="%x00%H%x09%ae%x09%at",es=256*1024*1024;function ts(t,e){let r="",n=0;for(let s of t.split(`
5
+ `)){if(s.startsWith("\0")){let[,c,l]=s.slice(1).split(" ");r=c??"",n=l?Number(l)*1e3:0;continue}if(s==="")continue;let o=s.split(" "),i=o[0];if(!i)continue;let a=i.startsWith("R")||i.startsWith("C")?o[2]:o[1];a&&e(a,r,n)}}function rs(t){let e=new Map;try{let r=(0,mt.execFileSync)("git",["-C",t,"log","--since=90 days ago","--name-status","-M",`--format=${Xn}`],{encoding:"utf-8",stdio:["ignore","pipe","ignore"],maxBuffer:es});ts(r,(n,s,o)=>{let i=e.get(n);if(i){i.commitCount90d+=1;return}e.set(n,{commitCount90d:1,lastAuthor:s||void 0,lastCommitAt:o||void 0})})}catch{return e}try{let r=(0,mt.execFileSync)("git",["-C",t,"log","--name-status","-M",`--format=${Xn}`],{encoding:"utf-8",stdio:["ignore","pipe","ignore"],maxBuffer:es});ts(r,(n,s,o)=>{e.has(n)||e.set(n,{commitCount90d:0,lastAuthor:void 0,lastCommitAt:o||void 0})})}catch{}return e}var Le=g(require("fs")),ns=g(require("path")),kr=require("js-yaml");var Me=["package-lock.json","yarn.lock","pnpm-lock.yaml"];function ss(t){let e=t.lastIndexOf("@");return e>0?t.substring(0,e):t}function Ra(t){return t.replace(/:$/,"").split(",").map(e=>{let r=e.trim();return r.startsWith('"')&&(r=r.slice(1)),r.endsWith('"')&&(r=r.slice(0,-1)),ss(r)}).filter(Boolean)}function Ia(t,e){let r=t.startsWith("/")?t.slice(1):t,n=r.lastIndexOf("@");return n>0?{name:r.substring(0,n),version:e||r.substring(n+1)}:{name:r,version:e}}function Ma(t){try{let e=(0,kr.load)(t),r={dependencies:{}};for(let[n,s]of Object.entries(e))if(!(n==="__metadata"||!s?.version))for(let o of n.split(", ")){let i=ss(o);i&&(r.dependencies[i]={version:s.version,...s.dependencies!==void 0&&{dependencies:s.dependencies}})}return r}catch{return null}}function La(t){let e={dependencies:{}};for(let r of t.split(/\n\n+/)){let n=r.split(`
6
+ `).filter(c=>c.trim().length>0&&!c.trim().startsWith("#"));if(n.length<2)continue;let s=n[0];if(!s||s.startsWith(" "))continue;let o=Ra(s);if(o.length===0)continue;let a=n.find(c=>c.trim().startsWith('version "'))?.match(/version "(.*?)"/)?.[1]??"";for(let c of o)e.dependencies[c]={version:a}}return e}function os(t){let e=Le.default.readFileSync(t,"utf-8"),r=JSON.parse(e),n={dependencies:{}};if(r.packages)for(let[s,o]of Object.entries(r.packages)){if(!s.startsWith("node_modules/"))continue;let i=s.replace("node_modules/","");i.includes("node_modules/")||(n.dependencies[i]={version:o.version,...o.dependencies!==void 0&&{dependencies:o.dependencies}})}else if(r.dependencies)for(let[s,o]of Object.entries(r.dependencies))n.dependencies[s]={version:o.version,...o.dependencies!==void 0&&{dependencies:o.dependencies}};return n}function is(t){let e=Le.default.readFileSync(t,"utf-8");if(e.includes("__metadata:")){let r=Ma(e);if(r!==null)return r}return La(e)}function as(t){let e=Le.default.readFileSync(t,"utf-8"),r={dependencies:{}};try{let n=(0,kr.load)(e);if(n.packages)for(let[s,o]of Object.entries(n.packages)){let{name:i,version:a}=Ia(s,o.version);i&&(r.dependencies[i]={version:a,...o.dependencies!==void 0&&{dependencies:o.dependencies}})}if(n.dependencies)for(let[s,o]of Object.entries(n.dependencies)){if(r.dependencies[s])continue;let i=typeof o=="string"?o:o.version;r.dependencies[s]={version:i||""}}}catch{}return r}var _a={"package-lock.json":os,"yarn.lock":is,"pnpm-lock.yaml":as};function Cr(t){for(let e of Me){let r=ns.default.join(t,e);if(Le.default.existsSync(r))return _a[e](r)}return null}var Oe=g(require("fs")),Ge=g(require("path"));function cs(t){let e=t.trim();return e.length>=2&&(e[0]==='"'||e[0]==="'")&&e[e.length-1]===e[0]?e.slice(1,-1):e}function Ga(t){let e=t.trim();if(e.startsWith('"')||e.startsWith("'")){let a=cs(e).split(":");return a.length>=3&&a[0]&&a[2]?{group:a[0],version:a[2]}:null}if(!e.startsWith("{"))return null;let r=e.match(/module\s*=\s*["']([^"']+)["']/),n=e.match(/group\s*=\s*["']([^"']+)["']/),s=r?r[1].split(":")[0]:n?.[1];if(!s)return null;let o=e.match(/version\.ref\s*=\s*["']([^"']+)["']/)??e.match(/version\s*=\s*\{\s*ref\s*=\s*["']([^"']+)["']/),i=e.match(/version\s*=\s*["']([^"']+)["']/);return{group:s,...i?.[1]!==void 0&&{version:i[1]},...o?.[1]!==void 0&&{versionRef:o[1]}}}function wr(t){let e=t.split(/\r?\n/).map(o=>o.replace(/#.*$/,"").trim()),r={},n="";for(let o of e){let i=o.match(/^\[([\w.-]+)\]$/);if(i){n=i[1];continue}if(n!=="versions"||!o)continue;let a=o.indexOf("=");if(a===-1)continue;let c=o.slice(0,a).trim(),l=cs(o.slice(a+1));c&&l&&(r[c]=l)}let s={};n="";for(let o of e){let i=o.match(/^\[([\w.-]+)\]$/);if(i){n=i[1];continue}if(n!=="libraries"||!o)continue;let a=o.indexOf("=");if(a===-1)continue;let c=Ga(o.slice(a+1));if(!c)continue;let l=c.versionRef?r[c.versionRef]:c.version;l&&(s[c.group]=l)}return s}function Er(t){let e={};for(let r of t.split(/\r?\n/)){let n=r.trim();if(!n||n.startsWith("#")||n.startsWith("empty="))continue;let o=n.split("=")[0].split(":");o.length>=3&&o[0]&&o[2]&&(e[o[0]]=o[2])}return e}function Fr(t){let e={},r=/["']([\w.-]+):([\w.-]+):([\w.\-+]+)["']/g;for(let s=r.exec(t);s;s=r.exec(t)){let[,o,,i]=s;o&&i&&/\d/.test(i)&&(e[o]=i)}let n=/group:\s*["']([\w.-]+)["'][^\n)]*?version:\s*["']([\w.\-+]+)["']/g;for(let s=n.exec(t);s;s=n.exec(t))s[1]&&s[2]&&/\d/.test(s[2])&&(e[s[1]]=s[2]);return e}function dt(t){let e={},r=/["']([\w.-]+)["']\s*%%?\s*["']([\w.-]+)["']\s*%\s*["']([\w.\-+]+)["']/g;for(let n=r.exec(t);n;n=r.exec(t)){let[,s,,o]=n;s&&o&&(e[s]=o)}return e}var Oa=new Set(["node_modules","build",".gradle","target",".git","dist"]),ja=2;function _e(t){try{return Oe.default.existsSync(t)?Oe.default.readFileSync(t,"utf-8"):null}catch{return null}}function Tr(t){let e={},r=p=>{for(let[u,m]of Object.entries(p))!e[u]&&m&&(e[u]=m)},n=_e(Ge.default.join(t,"gradle","libs.versions.toml"));n&&r(wr(n));let s=[],o=[],i=[],a=(p,u)=>{let m;try{m=Oe.default.readdirSync(p,{withFileTypes:!0})}catch{return}for(let h of m){let y=Ge.default.join(p,h.name);if(h.isDirectory()){u<ja&&!h.name.startsWith(".")&&!Oa.has(h.name)&&a(y,u+1);continue}h.isFile()&&(h.name==="gradle.lockfile"?s.push(y):h.name==="build.gradle"||h.name==="build.gradle.kts"?o.push(y):h.name==="build.sbt"&&i.push(y))}};a(t,0);for(let p of s){let u=_e(p);u&&r(Er(u))}for(let p of o){let u=_e(p);u&&r(Fr(u))}for(let p of i){let u=_e(p);u&&r(dt(u))}try{let p=Ge.default.join(t,"project");for(let u of Oe.default.readdirSync(p,{withFileTypes:!0}))if(u.isFile()&&u.name.endsWith(".scala")){let m=_e(Ge.default.join(p,u.name));m&&r(dt(m))}}catch{}let c=Object.keys(e);if(c.length===0)return null;let l={};for(let p of c)l[p]={version:e[p]};return l}function ls(t){let e=Cr(t),r=Tr(t);return r?{...e??{dependencies:{}},jvmDependencies:r}:e}var Pr=g(require("path"));function G(t){switch(Pr.default.extname(t).toLowerCase()){case".js":case".jsx":case".mjs":case".cjs":return"javascript";case".ts":case".tsx":return"typescript";case".css":return"css";case".scss":case".sass":return"scss";case".less":return"less";case".styl":return"stylus";case".coffee":return"coffeescript";case".ls":return"livescript";case".lua":return"lua";case".py":return"python";case".go":return"go";case".java":return"java";case".kt":case".kts":return"kotlin";case".scala":case".sc":return"scala";case".groovy":case".gradle":return"groovy";case".cpp":case".cc":case".cxx":case".c":return"unknown";case".feature":return"gherkin";case".md":case".mdx":return"markdown";default:return"unknown"}}function N(t){let e=Pr.default.extname(t).toLowerCase();return[".css",".scss",".sass",".less",".styl"].includes(e)}var us=g(require("coffeescript"));function W(t){return t.startsWith("'")||t.startsWith('"')?t.slice(1,-1):t}function le(t){let e=new Set,r=/@tag\s+([a-zA-Z0-9_-]+)/g,n=r.exec(t);for(;n!==null;)n[1]&&e.add(n[1]),n=r.exec(t);return e}function pe(t,e){let r=t.toLowerCase();return r.includes(".test.")||r.includes(".spec.")||e.has("test")?"test":"logic"}function fs(t){if(t){if(typeof t.originalValue=="string")return t.originalValue;if(typeof t.value=="string")return W(t.value)}}function K(t){if(t){if(typeof t.value=="string")return t.value;if(typeof t.base?.value=="string")return t.base.value}}function za(t,e){let r=fs(e.source);return r?{fromPath:t,toPath:"",rawSpecifier:r,isStyle:N(r),type:"static"}:null}function Wa(t,e){let r=e.variable?.base?.value==="require",n=fs(e.args?.[0]?.base);return!r||!n?null:{fromPath:t,toPath:"",rawSpecifier:n,isStyle:N(n),type:"require"}}function ps(t,e){if(e)return[{name:e}];let r=t.value;if(r?.constructor?.name==="Class"){let s=K(r.variable);return s?[{name:s}]:[]}if(r?.base?.constructor?.name==="Obj"&&Array.isArray(r.base.properties))return r.base.properties.map(s=>K(s.variable)??K(s)).filter(s=>!!s).map(s=>({name:s}));let n=K(r);return n?[{name:n}]:[]}function $a(t){if(Array.isArray(t.specifiers))return t.specifiers.map(r=>r.identifier??r.original?.value).filter(r=>!!r).map(r=>({name:r}));let e=K(t.variable)??K(t.variable?.base);return e?[{name:e}]:[]}function Ba(t,e,r,n){let s=e.constructor?.name;if(s==="ImportDeclaration"){let o=za(t,e);o&&r.push(o)}else if(s==="Call"){let o=Wa(t,e);o&&r.push(o)}else if(s==="Assign"){let o=K(e.variable?.base),i=e.variable?.properties?.[0]?.name?.value;o==="module"&&i==="exports"?n.push(...ps(e,void 0)):o==="exports"&&typeof i=="string"&&n.push(...ps(e,i))}else s==="ExportNamedDeclaration"&&e.clause?n.push(...$a(e.clause)):s==="ExportDefaultDeclaration"&&n.push({name:"default"})}function Ar(t,e,r,n){if(!(!e||typeof e!="object")){Ba(t,e,r,n);for(let s in e){if(s==="locationData")continue;let o=e[s];if(!(!o||typeof o!="object"))if(Array.isArray(o))for(let i of o)Ar(t,i,r,n);else Ar(t,o,r,n)}}}function ms(t,e){let r=le(e),n=pe(t,r),s=[],o=[];try{Ar(t,us.default.nodes(e),s,o)}catch{}let i=new Set,a=o.filter(c=>i.has(c.name)?!1:(i.add(c.name),!0));return{imports:s,exports:a,tags:Array.from(r).map(c=>({name:c,kind:"comment-marker"})),category:n}}var fe=require("@cucumber/gherkin"),hs=require("@cucumber/messages");var gs=new Map;function ue(t,e){gs.set(t,e)}function ds(t){return gs.get(t)}var Ha=hs.IdGenerator.uuid();function Nr(t,e){let r=new Set,n=s=>{for(let o of s)r.add(o.name.startsWith("@")?o.name.slice(1):o.name)};try{let s=new fe.AstBuilder(Ha),o=new fe.GherkinClassicTokenMatcher,a=new fe.Parser(s,o).parse(e);if(a.feature){n(a.feature.tags);for(let c of a.feature.children){if(c.scenario){n(c.scenario.tags);for(let l of c.scenario.examples)n(l.tags)}if(c.rule)for(let l of c.rule.children)l.scenario&&n(l.scenario.tags)}}}catch(s){console.warn(`[GherkinParser] Failed to parse ${t}:`,s)}return{imports:[],exports:[],tags:Array.from(r).map(s=>({name:s,kind:"comment-marker"})),category:"test"}}ue("gherkin",Nr);var vs=g(require("path")),ks=require("@lezer/go");function q(t){let e=[],r=t.firstChild;for(;r;)e.push(r),r=r.nextSibling;return e}function V(t,e){let r=1;for(let n=0;n<e&&n<t.length;n++)t[n]===`
7
+ `&&r++;return r}function Ua(t,e){let r=1;function n(s){switch(s.type.name){case"IfStatement":case"ForStatement":r++;break;case"Case":{s.firstChild?.type.name==="case"&&r++;break}case"LogicOp":{let i=e.slice(s.from,s.to);(i==="&&"||i==="||")&&r++;break}}let o=s.firstChild;for(;o;)n(o),o=o.nextSibling}return n(t),r}function xs(t,e,r,n){let s=r?1:1+e,o=q(t),i=r?e:e+1,a=o[1];a&&a.type.name!=="Block"&&(s+=me(a,i,!1,n));let c=o.find(p=>p.type.name==="Block");c&&(s+=me(c,i,!1,n));let l=o.findIndex(p=>p.type.name==="else");if(l>=0){let p=o[l+1];p?.type.name==="IfStatement"?s+=xs(p,e,!0,n):p&&(s+=1+me(p,e+1,!1,n))}return s}function ys(t,e,r){let n=1+e,s=t.firstChild;for(;s;)n+=me(s,e+1,!1,r),s=s.nextSibling;return n}function Ja(t,e,r){let n=0,s=t.firstChild;for(;s;)n+=me(s,e,!1,r),s=s.nextSibling;return n}function Ka(t,e){let r=e.slice(t.from,t.to);return r==="&&"||r==="||"}function me(t,e,r,n){let s=t.type.name;if(s==="IfStatement")return xs(t,e,r,n);if(s==="ForStatement"||s==="SwitchStatement"||s==="SelectStatement")return ys(t,e,n);let o=s==="LogicOp"&&Ka(t,n)?1:0;return e>0&&s==="FunctionLiteral"?o+ys(t,e,n):o+Ja(t,e,n)}function qa(t,e){return me(t,0,!1,e)}function ht(t,e){return{complexity:Ua(t,e),cognitiveComplexity:qa(t,e)}}function Dr(t,e){let n=t.getChild("Parameters")?.getChild("Parameter"),s=n?.getChild("TypeName")??n?.getChild("PointerType")?.getChild("TypeName");return s?e.slice(s.from,s.to):void 0}function bs(t,e){let r=[],n=t.cursor();do if(n.name==="FunctionDecl"){let s=n.node.getChild("DefName");if(s){let o=e.slice(s.from,s.to),{complexity:i,cognitiveComplexity:a}=ht(n.node,e);r.push({name:o,line:V(e,n.from),complexity:i,cognitiveComplexity:a})}}else if(n.name==="MethodDecl"){let s=n.node.getChild("FieldName");if(s){let o=e.slice(s.from,s.to),i=Dr(n.node,e),a=i?`${i}.${o}`:o,{complexity:c,cognitiveComplexity:l}=ht(n.node,e);r.push({name:a,line:V(e,n.from),complexity:c,cognitiveComplexity:l})}}while(n.next());return r}var Va=/\/\/\s*@tag\s+([a-zA-Z0-9_-]+)/,Qa=/^\/\/go:build\s+(.+)$/,Ya=/^\/\/\s*\+build\s+(.+)$/;function Cs(t,e){let r=[],n=new Map,s=new Set,o=new Set,i=new Map,a=ks.parser.parse(e),c=a.cursor();do switch(c.name){case"LineComment":{let x=e.slice(c.from,c.to),k=x.match(Va);k?.[1]&&s.add(k[1]);let R=x.match(Qa);R&&Ss(R[1],o);let D=x.match(Ya);D&&Ss(D[1],o);break}case"ImportSpec":{let x=c.node.getChild("String");if(x){let R=e.slice(x.from,x.to).slice(1,-1);r.push({fromPath:t,toPath:"",rawSpecifier:R,isExternal:!0,isStyle:!1,type:"static"});let D=c.node.getChild("DefName"),U=D?e.slice(D.from,D.to):R.split("/").pop();U&&U!=="_"&&U!=="."&&i.set(U,R)}break}case"FunctionDecl":case"MethodDecl":case"TypeDecl":case"VarDecl":case"ConstDecl":{let x=c.node.getChild("DefName")??c.node.getChild("FieldName")??c.node.getChild("TypeSpec")?.getChild("DefName")??c.node.getChild("VarSpec")?.getChild("DefName")??c.node.getChild("ConstSpec")?.getChild("DefName");if(x){let k=e.slice(x.from,x.to);k!=="_"&&/^[A-Z]/.test(k)&&!n.has(k)&&n.set(k,{name:k})}break}}while(c.next());let l=r.some(x=>x.rawSpecifier==="testing"),p=vs.default.basename(t).endsWith("_test.go")||s.has("test")||l?"test":"logic",u=new Set([...s,...o]),{complexity:m,cognitiveComplexity:h}=ht(a.topNode,e),y=bs(a,e),v=p==="test"?[]:Za(a,e,i);return{imports:r,exports:Array.from(n.values()),tags:Array.from(u).map(x=>({name:x,kind:"comment-marker"})),category:p,rawCallEdges:v,complexity:m,cognitiveComplexity:h,...y.length>0?{functions:y}:{}}}function Za(t,e,r){let n=[];function s(i,a){if(i.type.name==="CallExpr"){let l=i.firstChild;if(l?.type.name==="SelectorExpr"){let p=l.firstChild,u=l.getChild("FieldName");if(p?.type.name==="VariableName"&&u){let m=e.slice(p.from,p.to),h=r.get(m);if(h){let y=e.slice(u.from,u.to);n.push({from:a,to:y,toSpecifier:h})}}}}let c=i.firstChild;for(;c;)s(c,a),c=c.nextSibling}let o=t.cursor();do if(o.name==="FunctionDecl"){let i=o.node.getChild("DefName"),a=o.node.getChild("Block");if(i&&a){let c=e.slice(i.from,i.to);/^[A-Z]/.test(c)&&s(a,c)}}else if(o.name==="MethodDecl"){let i=o.node.getChild("FieldName"),a=o.node.getChild("Block");if(i&&a){let c=e.slice(i.from,i.to),l=Dr(o.node,e);s(a,l?`${l}.${c}`:c)}}while(o.next());return n}function Ss(t,e){for(let r of t.split(/[\s,&|!()]+/)){let n=r.trim();n&&n!=="ignore"&&e.add(n)}}var Xa=/\/\/\s*@tag\s+([a-zA-Z0-9_-]+)/g,ec=["org.junit","androidx.test","org.robolectric","org.mockito","org.scalatest","munit","spock.lang","io.kotest","org.spekframework"];function ge(t){let e=new Set;for(let r of t.matchAll(Xa))r[1]&&e.add(r[1]);return e}function $(t){let e=t.replace(/\/\*[\s\S]*?\*\//g,r=>r.replace(/[^\n]/g," "));return e=e.replace(/\/\/[^\n]*/g,r=>" ".repeat(r.length)),e}function de(t){let e=$(t),r=new Set;for(let s of e.matchAll(/@([A-Z]\w*)/g))s[1]&&r.add(s[1]);let n=new Set;for(let s of e.matchAll(/\b(?:class|object|interface|trait|enum)\s+([A-Za-z_]\w*)/g))s[1]&&n.add(s[1]);return{annotations:[...r],typeNames:[...n]}}function he(t,e){return{fromPath:t,toPath:"",rawSpecifier:e,isExternal:!0,isStyle:!1,type:"static"}}function B(t,e){return{fromPath:t,toPath:"",rawSpecifier:`${e}.*`,isExternal:!0,isStyle:!1,type:"side-effect"}}function I(t,e){let r=[];for(let n of $(t).split(`
8
+ `)){let s=n.trim();if(!s||s.startsWith("@")||s.startsWith("*"))continue;let o=s.match(/^package\s+(?:object\s+)?([\w.]+)/);if(o?.[1]){if(r.push(o[1]),!e)break;continue}if(!(e&&/^import\s/.test(s)))break}return r.length>0?r.join("."):null}var tc=new Set(["Configuration","SpringBootApplication","EnableAutoConfiguration"]),rc=new Set(["Composable","Preview"]),nc=new Set(["RestController","Controller","Service","Repository","Component","Entity","MappedSuperclass","Embeddable"]),sc=["Activity","Fragment","ViewModel","Screen","Composable"];function O(t,e,r={}){let n=t.replace(/\\/g,"/"),s=n.split("/").pop()??"";if(s.endsWith(".gradle")||s==="build.gradle.kts"||s==="settings.gradle.kts")return"config";if(/\/src\/(test|androidTest|integrationTest|it)\//.test(n)||e.some(i=>ec.some(a=>i===a||i.startsWith(`${a}.`))))return"test";let o=r.annotations??[];return o.some(i=>tc.has(i))?"config":o.some(i=>rc.has(i))||(r.typeNames??[]).some(i=>sc.some(a=>i.endsWith(a)))?"ui":(o.some(i=>nc.has(i)),"logic")}var oc=/^\s*import\s+(static\s+)?([\w.]+(?:\.\*)?)(?:\s+as\s+\w+)?\s*$/,ic=/^(?:@\w+\s+)*(?:public\s+|private\s+|protected\s+|final\s+|abstract\s+|static\s+)*(class|interface|trait|enum|def)\s+([A-Za-z_][A-Za-z0-9_]*)/;function ac(t,e){return t?e.endsWith(".*")?e.slice(0,-2)||null:e.split(".").slice(0,-1).join(".")||null:e||null}function ws(t,e){let r=ge(e),s=$(e).split(`
9
+ `),o=[],i=new Set;for(let l of s){let p=l.match(oc);if(p?.[2]){let m=ac(!!p[1],p[2]);m&&o.push(he(t,m));continue}let u=l.match(ic);u?.[2]&&i.add(u[2])}let a=I(e,!1);a&&o.push(B(t,a));let c=Array.from(i,l=>({name:l}));return{imports:o,exports:c,tags:Array.from(r).map(l=>({name:l,kind:"comment-marker"})),category:O(t,o.map(l=>l.rawSpecifier),{typeNames:[...i],annotations:de(e).annotations})}}var Ps=require("@lezer/java");var Es=new Set(["ForStatement","EnhancedForStatement","WhileStatement","DoStatement"]),cc=new Set(["ClassDeclaration","InterfaceDeclaration","EnumDeclaration","RecordDeclaration","AnnotationTypeDeclaration"]);function lc(t,e){let r=1;function n(s){let o=s.type.name;if(o==="IfStatement"||o==="CatchClause"||o==="TernaryExpression")r++;else if(Es.has(o))r++;else if(o==="SwitchLabel")s.firstChild?.type.name==="case"&&r++;else if(o==="LogicOp"){let a=e.slice(s.from,s.to);(a==="&&"||a==="||")&&r++}let i=s.firstChild;for(;i;)n(i),i=i.nextSibling}return n(t),r}function Fs(t,e,r,n){let s=r?1:1+e,o=[];for(let p=t.firstChild;p;p=p.nextSibling)o.push(p);let i=r?e:e+1,a=o[1];a&&a.type.name!=="Block"&&(s+=ye(a,i,!1,n));let c=o.find(p=>p.type.name==="Block");c&&(s+=ye(c,i,!1,n));let l=o.findIndex(p=>p.type.name==="else");if(l>=0){let p=o[l+1];p?.type.name==="IfStatement"?s+=Fs(p,e,!0,n):p&&(s+=1+ye(p,e+1,!1,n))}return s}function Rr(t,e,r){let n=1+e,s=t.firstChild;for(;s;)n+=ye(s,e+1,!1,r),s=s.nextSibling;return n}function pc(t,e,r){let n=0,s=t.firstChild;for(;s;)n+=ye(s,e,!1,r),s=s.nextSibling;return n}function uc(t,e){let r=e.slice(t.from,t.to);return r==="&&"||r==="||"}function ye(t,e,r,n){let s=t.type.name;if(s==="IfStatement")return Fs(t,e,r,n);if(Es.has(s)||s==="SwitchStatement"||s==="CatchClause"||s==="TernaryExpression")return Rr(t,e,n);let o=s==="LogicOp"&&uc(t,n)?1:0;return e>0&&s==="LambdaExpression"?o+Rr(t,e,n):o+pc(t,e,n)}function fc(t,e){return ye(t,0,!1,e)}function Ir(t,e){return{complexity:lc(t,e),cognitiveComplexity:fc(t,e)}}function Mr(t,e){for(let r=t.parent;r;r=r.parent)if(cc.has(r.type.name)){let n=r.getChild("Definition");if(n)return e.slice(n.from,n.to)}}function Ts(t,e){let r=[],n=t.cursor();do if(n.name==="MethodDeclaration"||n.name==="ConstructorDeclaration"){let s=n.node.getChild("Definition");if(s){let o=e.slice(s.from,s.to),i=Mr(n.node,e),a=i&&n.name==="MethodDeclaration"?`${i}.${o}`:o,{complexity:c,cognitiveComplexity:l}=Ir(n.node,e);r.push({name:a,line:V(e,n.from),complexity:c,cognitiveComplexity:l})}}while(n.next());return r}var mc=/\/\/\s*@tag\s+([a-zA-Z0-9_-]+)/;function gc(t,e){let r=t.getChild("ScopedIdentifier");if(!r)return null;let n=t.getChild("static")!=null,s=t.getChild("Asterisk")!=null,o=e.slice(r.from,r.to);return n?(s||(o=o.split(".").slice(0,-1).join(".")),o?{specifier:o,wildcard:!1}:null):s?{specifier:`${o}.*`,wildcard:!0}:{specifier:o,wildcard:!1}}function dc(t){let e=new Map;for(let r of t){if(r.type==="side-effect")continue;let n=r.rawSpecifier;if(n.endsWith(".*"))continue;let s=n.split(".").pop();s&&e.set(s,n)}return e}function hc(t,e,r){let n=[];function s(i,a){let c=i.type.name;if(c==="MethodInvocation"){let p=i.firstChild;if(p?.type.name==="Identifier"){let u=r.get(e.slice(p.from,p.to)),m=i.getChild("MethodName");u&&m&&n.push({from:a,to:e.slice(m.from,m.to),toSpecifier:u})}}else if(c==="ObjectCreationExpression"){let p=i.getChild("TypeName");if(p){let u=r.get(e.slice(p.from,p.to));u&&n.push({from:a,to:"new",toSpecifier:u})}}let l=i.firstChild;for(;l;)s(l,a),l=l.nextSibling}let o=t.cursor();do if(o.name==="MethodDeclaration"||o.name==="ConstructorDeclaration"){let i=o.node.getChild("Definition"),a=o.node.getChild("Block")??o.node.getChild("ConstructorBody");if(i&&a){let c=e.slice(i.from,i.to),l=Mr(o.node,e),p=l&&o.name==="MethodDeclaration"?`${l}.${c}`:c;s(a,p)}}while(o.next());return n}function As(t,e){let r=[],n=new Map,s=new Set,o=new Set,i;try{i=Ps.parser.parse(e)}catch{return{imports:[],exports:[],tags:[],category:O(t,[])}}let a=i.cursor();do switch(a.name){case"LineComment":{let y=e.slice(a.from,a.to).match(mc);y?.[1]&&s.add(y[1]);break}case"MarkerAnnotation":case"Annotation":{let y=a.node.getChild("Identifier");y&&o.add(e.slice(y.from,y.to));break}case"ImportDeclaration":{let y=gc(a.node,e);y&&r.push({fromPath:t,toPath:"",rawSpecifier:y.specifier,isExternal:!0,isStyle:!1,type:"static"});break}case"ClassDeclaration":case"InterfaceDeclaration":case"EnumDeclaration":case"AnnotationTypeDeclaration":{if(a.node.parent?.name==="Program"){let y=a.node.getChild("Definition");if(y){let v=e.slice(y.from,y.to);n.has(v)||n.set(v,{name:v})}}break}}while(a.next());let c=I(e,!1);c&&r.push(B(t,c));let l=O(t,r.map(y=>y.rawSpecifier),{typeNames:[...n.keys()],annotations:[...o]}),{complexity:p,cognitiveComplexity:u}=Ir(i.topNode,e),m=Ts(i,e),h=l==="test"?[]:hc(i,e,dc(r));return{imports:r,exports:Array.from(n.values()),tags:Array.from(s).map(y=>({name:y,kind:"comment-marker"})),category:l,rawCallEdges:h,complexity:p,cognitiveComplexity:u,...m.length>0?{functions:m}:{}}}var yc=/^\s*import\s+([\w.]+(?:\.\*)?)(?:\s+as\s+\w+)?\s*$/,Lr="(?:public\\s+|internal\\s+|private\\s+|protected\\s+|open\\s+|abstract\\s+|final\\s+|sealed\\s+|data\\s+|value\\s+|inline\\s+|noinline\\s+|crossinline\\s+|external\\s+|expect\\s+|actual\\s+|suspend\\s+|operator\\s+|infix\\s+|tailrec\\s+|const\\s+|lateinit\\s+)*",xc=new RegExp(`^(?:@[\\w.]+(?:\\([^)]*\\))?\\s+)*${Lr}(?:(?:enum|annotation)\\s+)?(class|interface|object|typealias)\\s+([A-Za-z_][A-Za-z0-9_]*)`),bc=new RegExp(`^(?:@[\\w.]+(?:\\([^)]*\\))?\\s+)*${Lr}fun\\s+(?:<[^>]*>\\s*)?(?:[A-Za-z_][\\w.]*(?:<[^>]*>)?\\.)?([A-Za-z_][A-Za-z0-9_]*)\\s*[(<]`),Sc=new RegExp(`^(?:@[\\w.]+(?:\\([^)]*\\))?\\s+)*${Lr}(?:val|var)\\s+(?:<[^>]*>\\s*)?([A-Za-z_][A-Za-z0-9_]*)`);function Ns(t,e){let r=ge(e),s=$(e).split(`
10
+ `),o=[],i=new Set;for(let l of s){let p=l.match(yc);if(p?.[1]){o.push(he(t,p[1]));continue}let u=l.match(xc);if(u?.[2]){i.add(u[2]);continue}let m=l.match(bc);if(m?.[1]){i.add(m[1]);continue}let h=l.match(Sc);h?.[1]&&i.add(h[1])}let a=I(e,!1);a&&o.push(B(t,a));let c=Array.from(i,l=>({name:l}));return{imports:o,exports:c,tags:Array.from(r).map(l=>({name:l,kind:"comment-marker"})),category:O(t,o.map(l=>l.rawSpecifier),{typeNames:[...i],annotations:de(e).annotations})}}var Ds=g(require("livescript"));function Q(t){if(t){if(typeof t.value=="string")return t.value;if(typeof t.base?.value=="string")return t.base.value}}function vc(t){if(!t)return[];if(t.constructor?.name==="Class"){let r=Q(t.title);return r?[{name:r}]:[]}if(t.constructor?.name==="Obj"&&Array.isArray(t.items))return t.items.map(r=>Q(r.key)??Q(r.val)).filter(r=>!!r).map(r=>({name:r}));let e=Q(t);return e?[{name:e}]:[]}function kc(t){let e=t.constructor?.name||t.type;if(e==="Assign"&&t.left?.constructor?.name==="Chain"){let r=t.left,n=Q(r.head),o=r.tails?.[0]?.key?.name;if(n==="module"&&o==="exports")return vc(t.right);if(n==="exports"&&typeof o=="string")return[{name:o}];if(r.head?.verb==="out"&&typeof o=="string")return[{name:o}]}if(e==="Import"&&t.left?.verb==="out"){let r=t.right;if(r?.constructor?.name==="Obj"&&Array.isArray(r.items))return r.items.map(n=>Q(n.val)??Q(n.key)).filter(n=>!!n).map(n=>({name:n}))}return[]}var Cc=new Set(["first_line","first_column","last_line","last_column","line","column"]);function wc(t,e){let r=t.constructor?.name||t.type;if(r==="Import"){let n=t.right?.value;if(typeof n=="string"){let s=W(n);return{fromPath:e,toPath:"",rawSpecifier:s,isStyle:N(s),type:"static"}}}if(r==="Chain"&&t.head?.value==="require"){let n=t.tails?.[0];if(n?.constructor?.name==="Call"||n?.type==="Call"){let s=n.args?.[0]?.value;if(typeof s=="string"){let o=W(s);return{fromPath:e,toPath:"",rawSpecifier:o,isStyle:N(o),type:"require"}}}}return null}function _r(t,e,r){if(!t||typeof t!="object")return[];let n=[],s=wc(t,e);s&&n.push(s),r.push(...kc(t));for(let o in t){if(Cc.has(o))continue;let i=t[o];if(!(!i||typeof i!="object"))if(Array.isArray(i))for(let a of i)n.push(..._r(a,e,r));else n.push(..._r(i,e,r))}return n}function Rs(t,e){let r=le(e),n=pe(t,r),s=[],o=[];try{s=_r(Ds.default.ast(e),t,o)}catch{}let i=new Set,a=o.filter(c=>i.has(c.name)?!1:(i.add(c.name),!0));return{imports:s,exports:a,tags:Array.from(r).map(c=>({name:c,kind:"comment-marker"})),category:n}}var Is=g(require("luaparse"));function Ec(t,e){let r=[];function n(s){if(!(!s||typeof s!="object")){if((s.type==="CallExpression"||s.type==="StringCallExpression")&&s.base?.type==="Identifier"&&s.base?.name==="require"){let o;if(s.type==="CallExpression"){let i=s.arguments?.[0];i?.type==="StringLiteral"&&(o=W(i.raw))}else if(s.type==="StringCallExpression"){let i=s.argument;i?.type==="StringLiteral"&&(o=W(i.raw))}o&&r.push({fromPath:e,toPath:"",rawSpecifier:o,isStyle:N(o),type:"require"})}for(let o in s){if(o==="loc")continue;let i=s[o];if(i&&typeof i=="object")if(Array.isArray(i))for(let a of i)n(a);else n(i)}}}return n(t),r}function Fc(t){let e=new Set;for(let r of t)r.type==="LocalStatement"&&r.variables.forEach((n,s)=>{r.init[s]?.type==="TableConstructorExpression"&&e.add(n.name)});return e}function Tc(t){let e=t[t.length-1];if(e?.type!=="ReturnStatement")return[];let r=e.arguments[0];if(r?.type!=="TableConstructorExpression")return[];let n=[];for(let s of r.fields)s.type==="TableKeyString"&&n.push({name:s.key.name});return n}function Pc(t){let e=t.body,r=Fc(e),n=Tc(e);for(let o of e)if(o.type==="FunctionDeclaration")o.identifier?.type==="MemberExpression"?o.identifier.base.type==="Identifier"&&r.has(o.identifier.base.name)&&n.push({name:o.identifier.identifier.name}):o.identifier?.type==="Identifier"&&!o.isLocal&&n.push({name:o.identifier.name});else if(o.type==="AssignmentStatement")for(let i of o.variables)i.type==="MemberExpression"&&i.base.type==="Identifier"&&r.has(i.base.name)&&n.push({name:i.identifier.name});let s=new Set;return n.filter(o=>s.has(o.name)?!1:(s.add(o.name),!0))}function Ms(t,e){let r=le(e),n=pe(t,r),s=[],o=[];try{let i=Is.default.parse(e);s=Ec(i,t),o=Pc(i)}catch{}return{imports:s,exports:o,tags:Array.from(r).map(i=>({name:i,kind:"comment-marker"})),category:n}}var Ac=["http://","https://","mailto:","//"],Nc="ts|tsx|js|jsx|mjs|cjs|py|go|lua|css|scss|less|styl|coffee|ls|feature|md|mdx|json",Dc=new RegExp(`(?:\\.{1,2}/)?[\\w.-]+(?:/[\\w.-]+)*\\.(?:${Nc})\\b`,"g"),Ls;async function Rc(){return Ls??=(async()=>{let{unified:t}=await import("unified"),e=(await import("remark-parse")).default;return t().use(e)})(),Ls}function Ic(t){let e=t.trim();return e.length===0||e.startsWith("#")||Ac.some(r=>e.startsWith(r))}function Mc(t,e){let r=t.match(Dc);return r?r.map(n=>({fromPath:e,toPath:"",rawSpecifier:n,isStyle:!1,type:"static"})):[]}function _s(t,e,r){if(t.type==="link"&&typeof t.url=="string"&&!Ic(t.url)&&r.push({fromPath:e,toPath:"",rawSpecifier:t.url,isStyle:!1,type:"static"}),(t.type==="code"||t.type==="inlineCode")&&typeof t.value=="string"&&r.push(...Mc(t.value,e)),Array.isArray(t.children))for(let n of t.children)_s(n,e,r)}async function Gs(t,e){let n=(await Rc()).parse(e),s=[];_s(n,t,s);let o=new Set;return{imports:s.filter(a=>o.has(a.rawSpecifier)?!1:(o.add(a.rawSpecifier),!0)),exports:[],tags:[],category:"other"}}var zs=g(require("path")),Ws=require("@lezer/python");function Lc(t){let e=1;function r(n){switch(n.type.name){case"IfStatement":{e+=q(n).filter(o=>o.type.name==="if"||o.type.name==="elif").length;break}case"TryStatement":{e+=q(n).filter(o=>o.type.name==="except").length;break}case"ForStatement":case"WhileStatement":case"ConditionalExpression":e++;break;case"and":case"or":e++;break}let s=n.firstChild;for(;s;)r(s),s=s.nextSibling}return r(t),e}function _c(t,e){let r=0,n=q(t),s=0,o=0;for(;o<n.length;){let i=n[o];if(i?.type.name==="if"||i?.type.name==="elif"){let a=s>0;r+=a?1:1+e;let c=a?e:e+1,l=n[o+1],p=n[o+2];l&&(r+=j(l,c)),p&&(r+=j(p,c)),s++,o+=3}else if(i?.type.name==="else"){r+=1;let a=n[o+1];a&&(r+=j(a,e+1)),o+=2}else o++}return r}function Gc(t,e){let r=0,n=q(t),s=0;for(;s<n.length;){let o=n[s];if(o?.type.name==="except"){for(r+=1+e,s++;s<n.length&&n[s]?.type.name!=="Body";)r+=j(n[s],e),s++;s<n.length&&(r+=j(n[s],e),s++)}else o?.type.name==="Body"&&(r+=j(o,e)),s++}return r}function Os(t,e){let r=1+e,n=t.firstChild;for(;n;)r+=j(n,e+1),n=n.nextSibling;return r}function Oc(t,e){let r=0,n=t.firstChild;for(;n;)r+=j(n,e),n=n.nextSibling;return r}function j(t,e){let r=t.type.name;switch(r){case"IfStatement":return _c(t,e);case"TryStatement":return Gc(t,e);case"ForStatement":case"WhileStatement":return Os(t,e);default:{let n=r==="ConditionalExpression"||r==="and"||r==="or"?1:0;return e>0&&(r==="FunctionDefinition"||r==="LambdaExpression")?n+Os(t,e):n+Oc(t,e)}}}function jc(t){return j(t,0)}function Gr(t){return{complexity:Lc(t),cognitiveComplexity:jc(t)}}function js(t,e){let r=[];function n(i,a){let{complexity:c,cognitiveComplexity:l}=Gr(i);r.push({name:a,line:V(e,i.from),complexity:c,cognitiveComplexity:l})}function s(i){let a=i.firstChild;for(;a;)o(a),a=a.nextSibling}function o(i){if(i.type.name==="ClassDefinition"){let a=i.getChild("VariableName"),c=a?e.slice(a.from,a.to):void 0,l=i.getChild("Body");if(l){let p=l.firstChild;for(;p;){if(p.type.name==="FunctionDefinition"){let u=p.getChild("VariableName"),m=u?e.slice(u.from,u.to):void 0;m&&n(p,c?`${c}.${m}`:m),s(p)}else o(p);p=p.nextSibling}}return}if(i.type.name==="FunctionDefinition"){let a=i.getChild("VariableName");a&&n(i,e.slice(a.from,a.to)),s(i);return}s(i)}return o(t.topNode),r}var zc=new Set(["pytest","unittest","nose","hypothesis"]);function $s(t,e){let r=[],n=[],s=new Set,o=zs.default.basename(t).toLowerCase(),i=Ws.parser.parse(e),a=i.cursor();do switch(a.name){case"Comment":{let h=e.slice(a.from,a.to).match(/#\s*@tag\s+([a-zA-Z0-9_-]+)/);h?.[1]&&s.add(h[1]);break}case"ImportStatement":{for(let h of Wc(a.node,e,t))r.push(h);break}case"FunctionDefinition":case"ClassDefinition":{let h=a.node.parent;if(h?.name==="Script"||h?.name==="DecoratedStatement"&&h.parent?.name==="Script"){let v=a.node.getChild("VariableName");v&&n.push({name:e.slice(v.from,v.to)})}break}case"AssignStatement":{if(a.node.parent?.name==="Script"){let h=a.node.firstChild;h?.name==="VariableName"&&n.push({name:e.slice(h.from,h.to)})}break}}while(a.next());let c=Kc(o,r,s);c==="test"&&s.add("test");let{complexity:l,cognitiveComplexity:p}=Gr(i.topNode),u=js(i,e),m=c==="test"?[]:Jc(i,e);return{imports:r,exports:n,tags:Array.from(s).map(h=>({name:h,kind:"comment-marker"})),category:c,rawCallEdges:m,complexity:l,cognitiveComplexity:p,...u.length>0?{functions:u}:{}}}function Wc(t,e,r){let n=t.firstChild;return n?n.name==="from"?$c(t,e,r):Bc(t,e,r):[]}function $c(t,e,r){let n=t.firstChild;if(!n)return[];let s=n.nextSibling;for(;s&&s.name!=="import";)s=s.nextSibling;if(!s)return[];let o=e.slice(n.to,s.from).trim(),i=Hc(s.nextSibling,e);if(!i.length)return[];let a=0;for(;a<o.length&&o[a]===".";)a++;let c=o.slice(a);if(a===0)return[je(r,o,i,!0)];let l=a===1?"./":"../".repeat(a-1);return c?[je(r,l+c.replace(/\./g,"/"),i,!1)]:i[0]==="*"?[je(r,l.slice(0,-1),["*"],!1)]:i.map(p=>je(r,l+p,[p],!1))}function Bc(t,e,r){let n=[],s=t.firstChild?.nextSibling??null;for(;s;){if(s.name==="VariableName"){let o=e.slice(s.from,s.to);for(;s.nextSibling?.name==="."&&s.nextSibling.nextSibling?.name==="VariableName";)s=s.nextSibling.nextSibling,o+=`.${e.slice(s.from,s.to)}`;s.nextSibling?.name==="as"&&(s=s.nextSibling.nextSibling??s.nextSibling),n.push(je(r,o,["*"],!0))}s=s.nextSibling}return n}function Hc(t,e){let r=[],n=t;for(;n;)n.name==="*"?r.push("*"):n.name==="VariableName"&&(r.push(e.slice(n.from,n.to)),n.nextSibling?.name==="as"&&(n=n.nextSibling.nextSibling??n.nextSibling)),n=n.nextSibling;return r}function Uc(t,e){let r=new Map,n=t.cursor();do{if(n.name!=="ImportStatement")continue;let o=n.node.firstChild;if(o?.type.name!=="from")continue;let i=o.nextSibling;for(;i&&i.type.name!=="import";)i=i.nextSibling;if(!i)continue;let a=e.slice(o.to,i.from).trim(),c=0;for(;c<a.length&&a[c]===".";)c++;let l=a.slice(c),p=c<=1?"./":"../".repeat(c-1),u=i.nextSibling;for(;u;){if(u.type.name==="VariableName"){let m=e.slice(u.from,u.to),h=m;if(u.nextSibling?.type.name==="as"){let v=u.nextSibling.nextSibling;v?.type.name==="VariableName"&&(h=e.slice(v.from,v.to),u=v)}let y=c===0?a:l?p+l.replace(/\./g,"/"):p+m;r.set(h,y)}u=u.nextSibling}}while(n.next());return r}function Jc(t,e){let r=Uc(t,e),n=[];function s(a,c){if(a.type.name==="CallExpression"&&a.firstChild?.type.name==="VariableName"){let p=a.firstChild,u=e.slice(p.from,p.to),m=r.get(u);m&&n.push({from:c,to:u,toSpecifier:m})}let l=a.firstChild;for(;l;)s(l,c),l=l.nextSibling}function o(a){let c=a.firstChild;for(;c;)i(c),c=c.nextSibling}function i(a){if(a.type.name==="ClassDefinition"){let c=a.getChild("VariableName"),l=c?e.slice(c.from,c.to):void 0,p=a.getChild("Body");if(p){let u=p.firstChild;for(;u;){if(u.type.name==="FunctionDefinition"){let m=u.getChild("VariableName"),h=m?e.slice(m.from,m.to):void 0;h&&s(u,l?`${l}.${h}`:h)}else i(u);u=u.nextSibling}}return}if(a.type.name==="FunctionDefinition"){let c=a.getChild("VariableName");c&&s(a,e.slice(c.from,c.to));return}o(a)}return i(t.topNode),n}function je(t,e,r,n){return{fromPath:t,toPath:"",rawSpecifier:e,isStyle:!1,isExternal:n,type:"static",symbols:r.length>0?r:void 0}}function Kc(t,e,r){return t.startsWith("test_")||t.endsWith("_test.py")?"test":t==="conftest.py"||t==="setup.py"?"config":r.has("test")||e.some(n=>zc.has(n.rawSpecifier))?"test":"logic"}var qc=/^\s*import\s+(.+?)\s*$/,Vc=/^(?:@\w+\s+)*(?:private\s+|protected\s+|final\s+|sealed\s+|abstract\s+|implicit\s+|case\s+)*(class|trait|object|type|enum)\s+([A-Za-z_$][A-Za-z0-9_$]*)/;function Qc(t,e){let r=e.split("=>")[0]?.trim();return r?r==="_"||r==="*"||r==="given"?`${t}.*`:`${t}.${r}`:null}function Yc(t){let e=t.indexOf("{");if(e!==-1){let n=t.indexOf("}",e),s=t.slice(0,e).trim().replace(/\.$/,""),o=t.slice(e+1,n===-1?void 0:n);return s?o.split(",").map(i=>Qc(s,i.trim())).filter(i=>i!=null):[]}let r=[];for(let n of t.split(",")){let s=n.trim().replace(/\s+as\s+\w+$/,"");if(s)if(s.endsWith("._")||s.endsWith(".*")||s.endsWith(".given")){let o=s.replace(/\.(_|\*|given)$/,"");o&&r.push(`${o}.*`)}else r.push(s)}return r}function Bs(t,e){let r=ge(e),s=$(e).split(`
11
+ `),o=[],i=new Set;for(let l of s){let p=l.match(qc);if(p?.[1]){for(let m of Yc(p[1]))o.push(he(t,m));continue}let u=l.match(Vc);u?.[2]&&i.add(u[2])}let a=I(e,!0);a&&o.push(B(t,a));let c=Array.from(i,l=>({name:l}));return{imports:o,exports:c,tags:Array.from(r).map(l=>({name:l,kind:"comment-marker"})),category:O(t,o.map(l=>l.rawSpecifier),{typeNames:[...i],annotations:de(e).annotations})}}var zr=g(require("path")),d=g(require("typescript"));var S=g(require("typescript"));function Zc(t){let e=1;function r(n){switch(n.kind){case S.default.SyntaxKind.IfStatement:case S.default.SyntaxKind.ConditionalExpression:case S.default.SyntaxKind.ForStatement:case S.default.SyntaxKind.ForInStatement:case S.default.SyntaxKind.ForOfStatement:case S.default.SyntaxKind.WhileStatement:case S.default.SyntaxKind.DoStatement:case S.default.SyntaxKind.CatchClause:case S.default.SyntaxKind.CaseClause:e++;break;case S.default.SyntaxKind.BinaryExpression:{let s=n.operatorToken.kind;(s===S.default.SyntaxKind.AmpersandAmpersandToken||s===S.default.SyntaxKind.BarBarToken||s===S.default.SyntaxKind.QuestionQuestionToken)&&e++;break}}S.default.forEachChild(n,r)}return r(t),e}function Us(t,e,r){let n=r?1:1+e,s=r?e:e+1;return n+=Y(t.expression,s,!1),n+=Y(t.thenStatement,s,!1),t.elseStatement&&(S.default.isIfStatement(t.elseStatement)?n+=Us(t.elseStatement,e,!0):n+=1+Y(t.elseStatement,e+1,!1)),n}function Hs(t,e){let r=1+e;return S.default.forEachChild(t,n=>{r+=Y(n,e+1,!1)}),r}function Xc(t,e){let r=1+e;return S.default.forEachChild(t,n=>{r+=Y(n,e,!1)}),r}function el(t,e){let r=0;return S.default.forEachChild(t,n=>{r+=Y(n,e,!1)}),r}function tl(t){let e=t.operatorToken.kind;return e===S.default.SyntaxKind.AmpersandAmpersandToken||e===S.default.SyntaxKind.BarBarToken||e===S.default.SyntaxKind.QuestionQuestionToken}function Y(t,e,r){if(S.default.isIfStatement(t))return Us(t,e,r);if(S.default.isForStatement(t)||S.default.isForInStatement(t)||S.default.isForOfStatement(t)||S.default.isWhileStatement(t)||S.default.isDoStatement(t)||S.default.isSwitchStatement(t))return Hs(t,e);if(S.default.isCatchClause(t))return Xc(t,e);let n=0;return S.default.isConditionalExpression(t)&&(n+=1),S.default.isBinaryExpression(t)&&tl(t)&&(n+=1),e>0&&(S.default.isFunctionDeclaration(t)||S.default.isFunctionExpression(t)||S.default.isArrowFunction(t))?n+Hs(t,e):n+el(t,e)}function rl(t){return Y(t,0,!1)}function Or(t){return{complexity:Zc(t),cognitiveComplexity:rl(t)}}var C=g(require("typescript")),jr=new Set(["test","describe","it"]);function Js(t,e){nl(t,e),ol(t,e),il(t,e),al(t,e)}function nl(t,e){if((C.default.isFunctionDeclaration(t)||C.default.isVariableDeclaration(t))&&t.name&&C.default.isIdentifier(t.name)&&sl(t)){let r;if(C.default.isFunctionDeclaration(t))r="function";else{let n=t.initializer;r=n&&(C.default.isArrowFunction(n)||C.default.isFunctionExpression(n))?"function":"variable"}e.tags.add({name:t.name.text,kind:r})}}function sl(t){if(C.default.isFunctionDeclaration(t))return C.default.isSourceFile(t.parent);let e=t.parent?.parent;return!!e&&C.default.isSourceFile(e.parent)}function ol(t,e){if(!C.default.isStringLiteral(t))return;let r=t.text.match(/@[\w-]+/g);if(r)for(let n of r)e.tags.add({name:n.substring(1),kind:"comment-marker"})}function il(t,e){if(!C.default.isSourceFile(t))return;let r=/@tag\s+([a-zA-Z0-9_-]+)/g,n=t.getFullText(),s=r.exec(n);for(;s!==null;)s[1]&&e.tags.add({name:s[1],kind:"comment-marker"}),s=r.exec(n)}function al(t,e){if(C.default.isCallExpression(t)&&cl(t.expression))for(let r of t.arguments)C.default.isObjectLiteralExpression(r)&&ll(r,e)}function cl(t){return C.default.isIdentifier(t)?jr.has(t.text):!!(C.default.isPropertyAccessExpression(t)&&(jr.has(t.name.text)||C.default.isIdentifier(t.expression)&&jr.has(t.expression.text)))}function ll(t,e){for(let r of t.properties){if(!C.default.isPropertyAssignment(r)||!C.default.isIdentifier(r.name)||r.name.text!=="tags"&&r.name.text!=="tag")continue;let{initializer:n}=r,s=C.default.isArrayLiteralExpression(n)?n.elements.filter(C.default.isStringLiteral):r.name.text==="tag"&&C.default.isStringLiteral(n)?[n]:[];for(let o of s)e.tags.add({name:o.text.replace(/^@/,""),kind:"comment-marker"})}}function Wr(t,e,r){let n=[],s=new Map,o=new Set,i=d.default.createSourceFile(t,e,d.default.ScriptTarget.Latest,!0,r==="typescript"?d.default.ScriptKind.TSX:d.default.ScriptKind.JSX),a={filePath:t,imports:n,exports:s,tags:o,rawCallEdges:[],sourceFile:i,hasUI:!1,hasTypesOnly:!0,totalStatements:0,exportStatements:0},c=v=>{ml(v,a),d.default.forEachChild(v,c)};c(i);let l=wl(t,a);(l==="test"||l==="barrel")&&o.add({name:l,kind:"comment-marker"}),l!=="test"&&El(a,i);let p=i.statements[0],u=p?qs(p):void 0,{complexity:m,cognitiveComplexity:h}=Or(i),y=pl(i);return{imports:n,exports:Array.from(s.values()),tags:Array.from(o),category:l,rawCallEdges:a.rawCallEdges??[],complexity:m,cognitiveComplexity:h,...y.length>0?{functions:y}:{},...u!==void 0?{description:u}:{}}}function pl(t){let e=[],r=(s,o)=>{let{complexity:i,cognitiveComplexity:a}=Or(o),c=t.getLineAndCharacterOfPosition(o.getStart(t)).line+1;e.push({name:s,line:c,complexity:i,cognitiveComplexity:a})},n=(s,o)=>{if(d.default.isFunctionDeclaration(s)&&s.name&&s.body?r(s.name.text,s):d.default.isVariableDeclaration(s)&&d.default.isIdentifier(s.name)&&s.initializer&&(d.default.isArrowFunction(s.initializer)||d.default.isFunctionExpression(s.initializer))?r(s.name.text,s.initializer):o&&d.default.isMethodDeclaration(s)&&d.default.isIdentifier(s.name)&&s.body?r(`${o}.${s.name.text}`,s):o&&d.default.isConstructorDeclaration(s)&&s.body?r(`${o}.constructor`,s):o&&d.default.isGetAccessorDeclaration(s)&&d.default.isIdentifier(s.name)&&s.body?r(`${o}.get ${s.name.text}`,s):o&&d.default.isSetAccessorDeclaration(s)&&d.default.isIdentifier(s.name)&&s.body&&r(`${o}.set ${s.name.text}`,s),d.default.isClassDeclaration(s)&&s.name){let i=s.name.text;d.default.forEachChild(s,a=>n(a,i));return}d.default.forEachChild(s,i=>n(i,o))};return n(t,void 0),e}function Ks(t,e,r,n){let s={name:t},o=qs(r);o!==void 0&&(s.doc=o);let i=ul(e);i!==void 0&&(s.flags=i);let a=fl(e,n);return a!==void 0&&(s.signature=a),s}function qs(t){let e=d.default.getJSDocCommentsAndTags(t);for(let r of e)if(d.default.isJSDoc(r)&&r.comment)return d.default.getTextOfJSDocComment(r.comment)||void 0}function ul(t){let e=new Set(["deprecated","internal","public","alpha","beta"]),r=d.default.getJSDocTags(t).map(n=>n.tagName.text).filter(n=>e.has(n));return r.length>0?r:void 0}function fl(t,e){let r=d.default.createPrinter({removeComments:!0}),n=s=>r.printNode(d.default.EmitHint.Unspecified,s,e);if(d.default.isFunctionDeclaration(t)||d.default.isMethodDeclaration(t)){let s=t.parameters.map(n).join(", "),o=t.type?n(t.type):"void";return`${t.typeParameters?`<${t.typeParameters.map(a=>a.name.text).join(", ")}>`:""}(${s}) => ${o}`}if(d.default.isVariableDeclaration(t)){if(t.type)return n(t.type);if(t.initializer&&(d.default.isArrowFunction(t.initializer)||d.default.isFunctionExpression(t.initializer))){let s=t.initializer,o=s.parameters.map(n).join(", "),i=s.type?n(s.type):"unknown";return`(${o}) => ${i}`}return}if(d.default.isClassDeclaration(t)&&t.name)return`class ${t.name.text}`;if(d.default.isInterfaceDeclaration(t))return`interface ${t.name.text}`;if(d.default.isTypeAliasDeclaration(t))return n(t.type);if(d.default.isEnumDeclaration(t))return`enum ${t.name.text}`}function ml(t,e){gl(t,e),dl(t,e),yl(t,e),xl(t,e),Cl(t,e),Js(t,e)}function gl(t,e){if(!d.default.isSourceFile(t))return;let r=t.statements.filter(n=>!d.default.isEmptyStatement(n));e.totalStatements=r.length,e.exportStatements=r.filter(n=>d.default.isExportDeclaration(n)||d.default.isExportAssignment(n)||$r(n)).length}function dl(t,e){if(d.default.isJsxElement(t)||d.default.isJsxSelfClosingElement(t)||d.default.isJsxFragment(t)){e.hasUI=!0,e.hasTypesOnly=!1;return}if(d.default.isFunctionDeclaration(t)||d.default.isMethodDeclaration(t)||d.default.isArrowFunction(t)||d.default.isClassDeclaration(t)||d.default.isVariableStatement(t)||d.default.isEnumDeclaration(t)){e.hasTypesOnly=!1;return}d.default.isExportDeclaration(t)&&!hl(t)&&(e.hasTypesOnly=!1)}function hl(t){return t.isTypeOnly?!0:!t.exportClause||!d.default.isNamedExports(t.exportClause)?!1:t.exportClause.elements.every(e=>e.isTypeOnly)}function yl(t,e){if(!d.default.isImportDeclaration(t)||!t.moduleSpecifier||!d.default.isStringLiteral(t.moduleSpecifier))return;let r=[];if(t.importClause&&(t.importClause.name&&r.push("default"),t.importClause.namedBindings))if(d.default.isNamedImports(t.importClause.namedBindings))for(let s of t.importClause.namedBindings.elements)r.push(s.name.text);else d.default.isNamespaceImport(t.importClause.namedBindings)&&r.push("*");let n=r.length>0?"static":"side-effect";e.imports.push({fromPath:e.filePath,toPath:"",rawSpecifier:t.moduleSpecifier.text,isStyle:N(t.moduleSpecifier.text),type:n,symbols:r.length>0?r:void 0})}function xl(t,e){d.default.isExportDeclaration(t)?bl(t,e):d.default.isExportAssignment(t)?e.exports.set("default",{name:"default"}):$r(t)&&kl(t,e)}function bl(t,e){if(t.moduleSpecifier&&d.default.isStringLiteral(t.moduleSpecifier))Sl(t,t.moduleSpecifier.text,e);else if(t.exportClause&&d.default.isNamedExports(t.exportClause))for(let r of t.exportClause.elements){let n=r.name.text;e.exports.set(n,{name:n})}}function Sl(t,e,r){let n=vl(t),s={fromPath:r.filePath,toPath:"",rawSpecifier:e,isStyle:N(e),type:"re-export"};n.length>0&&(s.symbols=n),r.imports.push(s)}function vl(t){return t.exportClause?d.default.isNamedExports(t.exportClause)?t.exportClause.elements.map(e=>e.name.text):[]:["*"]}function kl(t,e){if((d.default.isFunctionDeclaration(t)||d.default.isClassDeclaration(t)||d.default.isInterfaceDeclaration(t)||d.default.isTypeAliasDeclaration(t)||d.default.isEnumDeclaration(t))&&t.name){let n=t.name.text;e.exports.set(n,Ks(n,t,t,e.sourceFile));return}if(d.default.isVariableStatement(t)){for(let n of t.declarationList.declarations)if(d.default.isIdentifier(n.name)){let s=n.name.text;e.exports.set(s,Ks(s,n,t,e.sourceFile))}}}function Cl(t,e){if(!d.default.isCallExpression(t))return;let r=t.arguments[0];!r||!d.default.isStringLiteral(r)||(t.expression.kind===d.default.SyntaxKind.ImportKeyword?e.imports.push({fromPath:e.filePath,toPath:"",rawSpecifier:r.text,isStyle:N(r.text),type:"dynamic"}):d.default.isIdentifier(t.expression)&&t.expression.text==="require"&&e.imports.push({fromPath:e.filePath,toPath:"",rawSpecifier:r.text,isStyle:N(r.text),type:"require"}))}function wl(t,e){let r=zr.default.basename(t).toLowerCase(),n=zr.default.extname(t).toLowerCase();return Ne().some(o=>r.includes(o))?"test":$n(r)?"config":e.imports.some(o=>nr().some(i=>o.rawSpecifier.includes(i)))?"test":n===".tsx"||n===".jsx"||e.hasUI?"ui":e.hasTypesOnly&&e.totalStatements>0?"type-only":e.totalStatements>0&&e.exportStatements/e.totalStatements>ir()?"barrel":"logic"}function $r(t){return d.default.canHaveModifiers(t)&&d.default.getModifiers(t)?.some(e=>e.kind===d.default.SyntaxKind.ExportKeyword)===!0}function El(t,e){let r=t.rawCallEdges??[];t.rawCallEdges=r;let n=new Map;for(let s of e.statements){if(!d.default.isImportDeclaration(s)||!d.default.isStringLiteral(s.moduleSpecifier))continue;let o=s.moduleSpecifier.text,i=s.importClause;if(i&&(i.name&&n.set(i.name.text,o),i.namedBindings&&d.default.isNamedImports(i.namedBindings)))for(let a of i.namedBindings.elements)n.set(a.name.text,o)}if(n.size!==0)for(let s of e.statements){let o=Tl(s);if(o){let i=Pl(s);i&&yt(i,o,n,r);continue}d.default.isClassDeclaration(s)&&s.name&&Fl(s,s.name.text,n,r)}}function Fl(t,e,r,n){for(let s of t.members)d.default.isMethodDeclaration(s)&&s.body&&d.default.isIdentifier(s.name)?yt(s.body,`${e}.${s.name.text}`,r,n):d.default.isConstructorDeclaration(s)&&s.body&&yt(s.body,`${e}.constructor`,r,n)}function Tl(t){if($r(t)){if(d.default.isFunctionDeclaration(t)&&t.name)return t.name.text;if(d.default.isVariableStatement(t)){for(let e of t.declarationList.declarations)if(d.default.isIdentifier(e.name)&&e.initializer&&(d.default.isArrowFunction(e.initializer)||d.default.isFunctionExpression(e.initializer)))return e.name.text}}}function Pl(t){if(d.default.isFunctionDeclaration(t))return t.body;if(d.default.isVariableStatement(t)){for(let e of t.declarationList.declarations)if(e.initializer&&(d.default.isArrowFunction(e.initializer)||d.default.isFunctionExpression(e.initializer)))return e.initializer}}function yt(t,e,r,n){if(d.default.isCallExpression(t)&&d.default.isIdentifier(t.expression)){let s=t.expression.text,o=r.get(s);o&&!n.some(i=>i.from===e&&i.to===s&&i.toSpecifier===o)&&n.push({from:e,to:s,toSpecifier:o})}d.default.forEachChild(t,s=>yt(s,e,r,n))}function xt(t,e){if(e.length===0)return"ui";let r=!1;return t.walk(n=>{if(n.type==="rule")return r=!0,!1}),r?"ui":"barrel"}var Br=g(require("postcss")),Al=g(require("postcss-less")),Nl=Al,Qs=new Set(["reference","inline"]);function Vs(t){return t.startsWith("~")||t.startsWith("http://")||t.startsWith("https://")||t.startsWith("//")||t.startsWith("data:")}function Dl(t){let e=t.trim();return e.length>0&&!e.startsWith("http://")&&!e.startsWith("https://")&&!e.startsWith("//")&&!e.startsWith("data:")&&!e.startsWith("#")}function Rl(t,e){let r=t.match(/^\(([^)]+)\)\s+['"]([^'"]+)['"]/);if(r){let o=r[1]?.trim()??"",i=r[2]??"";if(!i)return null;let a=Qs.has(o)?"side-effect":"static";return{fromPath:e,toPath:"",rawSpecifier:i,isStyle:!0,type:a,...Vs(i)?{isExternal:!0}:{}}}let n=t.match(/^url\(['"]?([^'")]+)['"]?\)/),s=n?n[1]?.trim()??"":t.match(/^['"]([^'"]+)['"]/)?.[1]??"";return s?{fromPath:e,toPath:"",rawSpecifier:s,isStyle:!0,type:"static",...Vs(s)?{isExternal:!0}:{}}:null}function Il(t,e){let r=[],n=/url\(['"]?([^'")]+)['"]?\)/g,s=n.exec(t);for(;s!==null;){let o=s[1]?.trim()??"";Dl(o)&&r.push({fromPath:e,toPath:"",rawSpecifier:o,isStyle:!0,type:"static"}),s=n.exec(t)}return r}function Ys(t,e){let r=[];return t.walk(n=>{if(n.type==="atrule"&&n.name==="import"){let s=Rl(n.params,e);s&&r.push(s)}n.type==="decl"&&r.push(...Il(n.value,e))}),r}function Ml(t){return t.replace(/(?<!:)\/\/.*/g,"")}function Ll(t,e){let r=[],n=/@import\s+(?:\(([^)]+)\)\s+)?['"]([^'"]+)['"]/g,s=n.exec(t);for(;s!==null;){let o=s[1]?.trim()??"",i=s[2]??"";if(i){let a=Qs.has(o)?"side-effect":"static";r.push({fromPath:e,toPath:"",rawSpecifier:i,isStyle:!0,type:a})}s=n.exec(t)}return r}function bt(t,e){let r=Br.default.parse(Ml(t));return{imports:Ys(r,e),root:r}}function _l(t){let e=[],r=[];for(let n of t.nodes??[]){if(n.type!=="atrule")continue;let{value:s}=n;if(s===void 0)continue;let o=n.name;o&&(e.push({name:o}),r.push({name:o,kind:"variable"}))}return{exports:e,tags:r}}function St(t,e){try{let r=Nl.parse(t),{exports:n,tags:s}=_l(r);return{imports:Ys(r,e),root:r,exports:n,tags:s}}catch{return{imports:Ll(t,e),root:Br.default.parse(""),exports:[],tags:[]}}}var Xs=require("postcss-scss");function Zs(t){return t.startsWith("_")||t.startsWith("-")}function Gl(t){return!!(t.startsWith("sass:")||t.startsWith("~")||t.startsWith("http://")||t.startsWith("https://")||t.startsWith("//")||!t.startsWith(".")&&!t.startsWith("/")&&!t.startsWith("_"))}function Ol(t){let e=t.match(/^['"]([^'"]+)['"]/);if(!e?.[1])return{specifier:""};let r=e[1],s=t.match(/\bas\s+(\S+)/)?.[1];return s!==void 0?{specifier:r,alias:s}:{specifier:r}}function jl(t){let e=[],r=[];for(let n of t.nodes??[]){if(n.type==="decl"&&n.prop.startsWith("$")){let s=n.prop.slice(1);if(!s||Zs(s))continue;e.push({name:s}),r.push({name:s,kind:"variable"});continue}if(n.type==="atrule"&&(n.name==="mixin"||n.name==="function")){let o=n.params.match(/^([\w-]+)/)?.[1];if(!o||Zs(o))continue;let i=n.params.trim();e.push(i.includes("(")?{name:o,signature:i}:{name:o}),r.push({name:o,kind:"function"})}}return{exports:e,tags:r}}function vt(t,e){let r=(0,Xs.parse)(t),n=[];r.walk(i=>{if(i.type!=="atrule")return;let{name:a,params:c}=i;if(a!=="import"&&a!=="use"&&a!=="forward")return;let{specifier:l,alias:p}=Ol(c);if(!l)return;let u={fromPath:e,toPath:"",rawSpecifier:l,isStyle:!0,type:a==="forward"?"re-export":"static",...Gl(l)?{isExternal:!0}:{}};p&&(u.symbols=[p]),n.push(u)});let{exports:s,tags:o}=jl(r);return{imports:n,root:r,exports:s,tags:o}}function eo(t,e){let r=[],n=/@require\s+['"]([^'"]+)['"]/g,s=n.exec(t);for(;s!==null;){let i=s[1];i&&r.push({fromPath:e,toPath:"",rawSpecifier:i,isStyle:!0,type:"require"}),s=n.exec(t)}let o=/(?<!@)(?:import|require)\s*\(?\s*['"]([^'"]+)['"]/g;for(s=o.exec(t);s!==null;){let i=s[1];i&&r.push({fromPath:e,toPath:"",rawSpecifier:i,isStyle:!0,type:"static"}),s=o.exec(t)}return r}function to(t,e){if(e.length===0)return"ui";try{let r=require("stylus");return new r.Parser(t).parse().nodes.some(o=>o.constructor.name!=="Import")?"ui":"barrel"}catch{return t.replace(/^\s*@?(?:require|import)\b.*/gm,"").trim().length>0?"ui":"barrel"}}function ze(t,e){let r=G(t);if(r==="stylus"){let o=eo(e,t);return{imports:o,exports:[],tags:[],category:to(e,o)}}if(r==="scss"){let{imports:o,root:i,exports:a,tags:c}=vt(e,t);return{imports:o,exports:a,tags:c,category:xt(i,o)}}if(r==="less"){let{imports:o,root:i,exports:a,tags:c}=St(e,t);return{imports:o,exports:a,tags:c,category:xt(i,o)}}let{imports:n,root:s}=bt(e,t);return{imports:n,exports:[],tags:[],category:xt(s,n)}}for(let[t,e]of[["javascript",(r,n)=>Wr(r,n,"javascript")],["typescript",(r,n)=>Wr(r,n,"typescript")],["css",ze],["scss",ze],["less",ze],["stylus",ze],["coffeescript",ms],["livescript",Rs],["lua",Ms],["python",$s],["go",Cs],["java",As],["kotlin",Ns],["scala",Bs],["groovy",ws],["gherkin",Nr],["markdown",Gs]])ue(t,e);async function ro(t,e){let r=G(t),n=ds(r);return n?n(t,e):{imports:[],exports:[],tags:[],category:"other"}}var Hr=g(require("path"));function zl(t,e){let r=e.get(t.path);r!==void 0&&(t.coveragePct=r)}function so(t,e){for(let r of t)if(r.isExternal){let n=r.rawSpecifier.startsWith("@")?r.rawSpecifier.split("/").slice(0,2).join("/"):r.rawSpecifier.split("/")[0];n&&!e.some(s=>s.name===n)&&e.push({name:n,kind:"library"})}}function Wl(t,e,r){if(e.isExternal||!e.toPath)return;let n=r.get(e.toPath);n&&(n.category!=="logic"&&n.category!=="barrel"||(n.testedBy??=[],n.testedBy.includes(t.path)||n.testedBy.push(t.path)))}function $l(t,e){if(t.type==="markdown")for(let r of t.imports){if(r.isExternal||!r.toPath)continue;let n=e.get(r.toPath);!n||n===t||(n.documentedBy??=[],n.documentedBy.includes(t.path)||n.documentedBy.push(t.path),n.category==="logic"&&(n.lastCommitAt??0)>(t.lastCommitAt??0)&&(t.staleFor??=[],t.staleFor.includes(n.path)||t.staleFor.push(n.path)))}}function no(t){return Math.round(t*1e4)/1e4}function Bl(t,e){let r=[];for(let n of t.imports){if(n.isExternal||!n.toPath)continue;let s=e.get(n.toPath);if(!s||s.exports.length===0)continue;let o;if(n.symbols===void 0){if(n.type==="side-effect")continue;o=1}else n.symbols.includes("*")?o=1:o=n.symbols.length/s.exports.length;n.exportUsageRatio=no(Math.min(1,o)),r.push(n.exportUsageRatio)}r.length>0&&(t.avgExportUsage=no(r.reduce((n,s)=>n+s,0)/r.length),t.maxExportUsage=Math.max(...r))}function Ur(t,e,r){e&&(t.some(n=>n.name===e&&n.kind===r)||t.push({name:e,kind:r}))}function Hl(t,e){let r=e.toPath,n=Hr.default.basename(r,Hr.default.extname(r)).replace(/\.(test|spec)$/,"");Ur(t.tags,n,"import")}function Ul(t,e){if(!(!e.symbols||e.symbols.includes("*")))for(let r of e.symbols)Ur(t.tags,r,"import")}function Jl(t,e,r){let n=r.get(e.toPath);if(!(!n||n.category==="test"))for(let s of n.tags)s.kind==="comment-marker"&&Ur(t.tags,s.name,"comment-marker")}function Kl(t,e,r){!e.toPath||e.isExternal||(Hl(t,e),Ul(t,e),Jl(t,e,r))}function oo(t,e){for(let r of t.values())delete r.testedBy,delete r.documentedBy,delete r.staleFor,r.category==="test"&&(r.tags=r.tags.filter(n=>n.kind!=="import"));for(let r of t.values()){if(Bl(r,t),e.size>0&&zl(r,e),r.category==="test")for(let n of r.imports)Wl(r,n,t),Kl(r,n,t);$l(r,t)}}var io=new Set(["java","kotlin","scala","groovy"]),ao=new Set(["typescript","javascript","python","go","java","kotlin","scala","groovy","scss","less","lua","coffeescript"]),co=new Set(["typescript","javascript","python"]),kt=new Set(["typescript","javascript","go","python","java"]);function Jr(t){let e=new Map;for(let r of t.nodes.values())e.set(r.type,(e.get(r.type)??0)+1);return[...e.entries()].map(([r,n])=>({type:r,fileCount:n,exportsTracked:ao.has(r),importSymbolsTracked:co.has(r),callEdgesTracked:kt.has(r)})).sort((r,n)=>n.fileCount-r.fileCount)}var Ve=g(require("fs")),M=g(require("path"));var Kr=g(require("fs")),Z=g(require("path")),We=class{extensions=[".go"];goModCache=new Map;resolve(e,r,n,s){let{mod:o,replaces:i}=this.readGoMod(n);if(!o)return null;let a=this.applyReplace(r,i,n);if(a!==void 0)return po(a);if(r!==o&&!r.startsWith(`${o}/`))return null;let c=r.slice(o.length).replace(/^\//,"");return c?po(Z.default.join(n,c)):null}readGoMod(e){let r=this.goModCache.get(e);if(r!==void 0)return r;let n={mod:null,replaces:new Map};try{let s=Kr.default.readFileSync(Z.default.join(e,"go.mod"),"utf-8"),o=ql(s,e);return this.goModCache.set(e,o),o}catch{return this.goModCache.set(e,n),n}}applyReplace(e,r,n){for(let[s,o]of r){if(e===s)return o;if(e.startsWith(`${s}/`)){let i=e.slice(s.length+1);return Z.default.join(o,i)}}}};function ql(t,e){let r=t.split(`
12
+ `),n=null,s=new Map,o=!1;for(let i of r){let a=i.trim();if(a.startsWith("module ")){n=a.slice(7).trim();continue}if(/^replace\s*\(/.test(a)){o=!0;continue}if(o&&a===")"){o=!1;continue}if(o&&a.includes("=>")){lo(a,e,s);continue}!o&&/^replace\s+/.test(a)&&a.includes("=>")&&lo(a.replace(/^replace\s+/,""),e,s)}return{mod:n,replaces:s}}function lo(t,e,r){let[n,s]=t.split("=>").map(a=>a.trim());if(!n||!s)return;let o=n.split(/\s+/)[0];if(!s.startsWith(".")&&!s.startsWith("/"))return;let i=Z.default.isAbsolute(s)?s:Z.default.resolve(e,s);r.set(o,i)}function po(t){let e;try{e=Kr.default.readdirSync(t,{withFileTypes:!0})}catch{return null}let r=e.filter(n=>n.isFile()&&n.name.endsWith(".go")&&!n.name.endsWith("_test.go")).map(n=>({path:Z.default.join(t,n.name),isExternal:!1})).sort((n,s)=>n.path.localeCompare(s.path));return r.length>0?r:null}var $e=g(require("fs")),Be=g(require("path"));var Vl=new Set([".java",".kt",".kts",".scala",".sc",".groovy"]),Ql=12,uo=4096,He=class{extensions=[".java",".kt",".kts",".scala",".sc",".groovy",".gradle"];indexCache=new Map;resolve(e,r,n,s){let o=this.getIndex(n);if(o.size===0)return null;let i=r.endsWith(".*"),a=(i?r.slice(0,-2):r).split(".").filter(Boolean);if(a.length===0)return null;if(i)return qr(o.get(a.join(".")));for(let c=a.length-1;c>=1;c--){let l=o.get(a.slice(0,c).join("."));if(!l)continue;let p=a[c],u=l.filter(m=>Xl(m)===p);if(u.length>0)return qr(u);if(c===a.length-1)return qr(l)}return null}getIndex(e){let r=this.indexCache.get(e);if(r)return r;let n=Yl(e);return this.indexCache.set(e,n),n}};function Yl(t){let e=new Map,r=new Set(P),n=(s,o)=>{if(o>Ql)return;let i;try{i=$e.default.readdirSync(s,{withFileTypes:!0})}catch{return}for(let a of i){let c=Be.default.join(s,a.name);if(a.isDirectory()){!a.name.startsWith(".")&&!r.has(a.name)&&n(c,o+1);continue}if(!a.isFile())continue;let l=Be.default.extname(a.name);if(!Vl.has(l))continue;let p=Zl(c,l===".scala"||l===".sc");if(!p)continue;let u=e.get(p);u?u.push(c):e.set(p,[c])}};n(t,0);for(let s of e.values())s.sort();return e}function Zl(t,e){let r;try{let n=$e.default.openSync(t,"r");try{let s=Buffer.alloc(uo),o=$e.default.readSync(n,s,0,uo,0);r=s.toString("utf8",0,o)}finally{$e.default.closeSync(n)}}catch{return null}return I(r,e)}function qr(t){return!t||t.length===0?null:t.map(e=>({path:e,isExternal:!1}))}function Xl(t){return Be.default.basename(t,Be.default.extname(t))}var fo=g(require("fs")),Ct=g(require("path")),Ue=class{extensions=[".lua"];resolve(e,r,n,s){let o=r.replace(/\./g,Ct.default.sep),i=[n,Ct.default.join(n,"lib")];for(let a of i){if(!fo.default.existsSync(a))continue;let c=s(Ct.default.join(a,"_dummy.lua"),o);if(c)return[c]}return null}};var mo=g(require("path"));var ep=new Set(P),Je=class{extensions=[".md",".mdx"];resolve(e,r,n,s){let o=r.replace(/^\.\//,"").split("/")[0];if(o&&ep.has(o))return null;let i=s(mo.default.join(n,"_dummy"),`./${r}`);return i?[i]:null}};var ho=g(require("fs")),wt=g(require("path")),Ke=class{extensions=[".py"];resolve(e,r,n,s){let o=r.replace(/\./g,wt.default.sep),i=wt.default.join(n,`${o}.py`);if(go(i))return[{path:i,isExternal:!1}];let a=wt.default.join(n,o,"__init__.py");return go(a)?[{path:a,isExternal:!1}]:null}};function go(t){try{return ho.default.statSync(t,{throwIfNoEntry:!1})?.isFile()===!0}catch{return!1}}var Vr=g(require("path")),tp=["~","http://","https://","//","data:","sass:"],qe=class{extensions=[".css",".scss",".sass",".less",".styl"];resolve(e,r,n,s){if(tp.some(p=>r.startsWith(p)))return null;let o=s(e,r);if(o)return[o];let i=Vr.default.dirname(r),a=Vr.default.basename(r),c=i==="."?`_${a}`:`${i}/_${a}`,l=s(e,c);return l?[l]:null}};var z=class{constructor(e,r={}){this.rootDir=e;this.workspaceMap=r.workspaceMap??new Map,this.tsconfigSearchPaths=r.tsconfigSearchPaths??[e],this.pathAliases=r.pathAliases,this.langResolvers=r.langResolvers??[new Ke,new Ue,new We,new He,new qe,new Je]}rootDir;workspaceMap;tsconfigSearchPaths;pathAliases;langResolvers;resolutionCache=new Map;langBucketFor(e){for(let r=0;r<this.langResolvers.length;r++)if(this.langResolvers[r]?.extensions.some(n=>e.endsWith(n)))return String(r);return"none"}cacheKey(e,r){return`${M.default.dirname(e)}\0${this.langBucketFor(e)}\0${r}`}resolveAll(e,r){let n=this.cacheKey(e,r),s=this.resolutionCache.get(n);if(s!==void 0)return s??[];let o=this.resolveAllUncached(e,r);return this.resolutionCache.set(n,o.length>0?o:null),o}resolveAllUncached(e,r){let n=this.resolvePathAlias(r);if(n)return[n];if(r.startsWith(".")||r.startsWith("/")){let i=this.resolveLocalPath(e,r);return i?[i]:[]}let s=(i,a)=>this.resolveLocalPath(i,a);for(let i of this.langResolvers)if(i.extensions.some(a=>e.endsWith(a))){let a=i.resolve(e,r,this.rootDir,s);if(a)return a}let o=this.resolveWorkspaceImport(r);return o?[o]:[{path:r,isExternal:!0}]}resolve(e,r){return this.resolveAll(e,r)[0]??null}resolveLocalPath(e,r){let n=M.default.dirname(e),s=r.startsWith("/")?r:M.default.resolve(n,r),o=!s.startsWith(this.rootDir),i=["",".ts",".tsx",".js",".jsx",".mjs",".cjs",".css",".scss",".sass",".less",".styl",".coffee",".ls",".lua",".py",".feature",".md",".mdx"],a=s.match(/\.(js|mjs|cjs)$/);if(a){let c=s.slice(0,-a[0].length);for(let l of[".ts",".tsx"]){let p=this.tryExtensions(c,l,o);if(p)return p}}for(let c of i){let l=this.tryExtensions(s,c,o);if(l)return l}return o?{path:s,isExternal:!0}:null}tryExtensions(e,r,n){let s=e+r;if(this.isFile(s))return{path:s,isExternal:n};let o=M.default.join(e,`index${r}`);if(this.isFile(o))return{path:o,isExternal:n};if(r===".py"){let i=M.default.join(e,"__init__.py");if(this.isFile(i))return{path:i,isExternal:n}}return null}isFile(e){try{return Ve.default.statSync(e,{throwIfNoEntry:!1})?.isFile()===!0}catch{return!1}}resolvePathAlias(e){if(this.pathAliases)for(let r in this.pathAliases){let n=this.matchAliasPattern(r,e),s=this.pathAliases[r];if(n&&s){let o=this.tryAliasSubstitutions(s,n[1]||"");if(o)return o}}for(let r of this.tsconfigSearchPaths){let n=M.default.join(r,"tsconfig.json");if(Ve.default.existsSync(n))try{let o=JSON.parse(Ve.default.readFileSync(n,"utf-8")).compilerOptions?.paths;if(!o)continue;for(let i in o){let a=this.matchAliasPattern(i,e);if(a){let c=this.tryAliasSubstitutions(o[i],a[1]||"",r);if(c)return c}}}catch{}}return null}aliasRegexCache=new Map;matchAliasPattern(e,r){let n=this.aliasRegexCache.get(e);if(!n){let s=e.replace(/[.*+?^${}()|[\]\\]/g,"\\$&").replace("\\*","(.*)");n=new RegExp(`^${s}$`),this.aliasRegexCache.set(e,n)}return r.match(n)}tryAliasSubstitutions(e,r,n=this.rootDir){let s=["",".ts",".tsx",".js",".jsx",".coffee",".ls",".lua",".feature"];for(let o of e){let i=o.replace("*",r),a=M.default.resolve(n,i);for(let c of s){let l=this.tryExtensions(a,c,!1);if(l)return l}}return null}resolveWorkspaceImport(e){if(this.workspaceMap.size===0)return null;for(let[r,n]of this.workspaceMap){if(e!==r&&!e.startsWith(`${r}/`))continue;let s=e.slice(r.length),o={path:"",isExternal:!1,isWorkspace:!0,workspacePackage:r};if(!s){for(let a of["src/index.ts","src/index.tsx","index.ts","index.tsx","index.js"]){let c=M.default.join(n,a);try{if(Ve.default.statSync(c,{throwIfNoEntry:!1})?.isFile())return{...o,path:c}}catch{}}return{...o,path:n}}let i=this.resolveLocalPath(M.default.join(n,"_dummy"),s.slice(1));return i?{...o,path:i.path}:null}return null}};var rp=["tests","test","__tests__","specs","spec"],np=["node_modules",".git","dist","build",".next",".cache","mokosh-cache","coverage",".pytest_cache","__pycache__"],sp=600;function op(){return(process.env.MOKOSH_IGNORE_DIRS??"").split(",").map(t=>t.trim()).filter(Boolean)}function ip(t,e){if(t.length===0)return e;let r=t.map(i=>F.default.dirname(i).split(F.default.sep)),n=r[0]??[];for(let i of r.slice(1)){let a=0;for(;a<n.length&&a<i.length&&n[a]===i[a];)a++;n=n.slice(0,a)}let s=n.join(F.default.sep)||F.default.sep,o=F.default.relative(e,s);return o.startsWith("..")||F.default.isAbsolute(o)?e:s}var X=class{constructor(e,r=null,n,s,o=!1,i=new Map,a=!0,c=[]){this.rootDir=e;this.enableGitStats=o;this.coverageMap=i;this.parallelParsing=a;this.previousGraph=r,this.walkIgnoreDirs=new Set([...np,...c,...op()]),this.resolver=n||new z(e),this.lockFile=ls(e),s&&(this.progressCallback=s)}rootDir;enableGitStats;coverageMap;parallelParsing;graph={nodes:new Map};visited=new Set;queue=[];previousGraph=null;resolver;lockFile=null;progressCallback;pool=null;gitStatsMap=null;walkIgnoreDirs;async build(e){let r=e.map(n=>F.default.isAbsolute(n)?n:F.default.resolve(this.rootDir,n));await this.initPool(),this.enableGitStats&&(this.gitStatsMap=rs(this.rootDir));try{for(let n of r)this.enqueue(n);return await this.drain(),await this.processTestFiles(ip(r,this.rootDir)),await this.processDocFiles(),this.progressCallback&&this.visited.size>=100&&process.stderr.write(`
13
+ Done. Total processed: ${this.visited.size} nodes.
14
+ `),oo(this.graph.nodes,this.coverageMap),new A(this.graph.nodes)}finally{this.pool&&(await this.pool.destroy(),this.pool=null)}}async initPool(){if(this.parallelParsing===!1)return;let e=typeof this.parallelParsing=="object"?this.parallelParsing:{},r=e.minFiles??sp;if(!(r>0&&!this.hasAtLeastFiles(this.rootDir,r))){e.maxThreads!==void 0&&e.maxThreads<1&&process.stderr.write(`
15
+ Warning: parallelParsing.maxThreads (${e.maxThreads}) must be at least 1; using 1.
16
+ `);try{let n=F.default.join(__dirname,"parse-worker.js");this.pool=new yo.default({filename:n,...e.maxThreads!==void 0?{maxThreads:Math.max(1,e.maxThreads)}:{}})}catch(n){process.stderr.write(`
17
+ Warning: failed to start parse worker pool, falling back to synchronous parsing: ${n}
18
+ `),this.pool=null}}}hasAtLeastFiles(e,r){let n=0,s=[e];for(;s.length>0;){let o=s.pop();if(o===void 0)continue;let i;try{i=xe.default.readdirSync(o,{withFileTypes:!0})}catch{continue}for(let a of i)if(a.isDirectory())this.walkIgnoreDirs.has(a.name)||s.push(F.default.join(o,a.name));else if(a.isFile()&&(n++,n>=r))return!0}return n>=r}async processTestFiles(e){let r=Ne(),n=o=>r.some(i=>o.name.includes(i));this.walkProject(e,n);let s=e;for(;s!==this.rootDir;){let o=F.default.dirname(s);if(o===s)break;for(let i of rp){let a=F.default.join(o,i);try{xe.default.statSync(a).isDirectory()&&this.walkProject(a,n)}catch{}}s=o}await this.drain()}async processDocFiles(){this.walkProject(this.rootDir,e=>e.name.endsWith(".md")||e.name.endsWith(".mdx")),await this.drain()}walkProject(e,r){let n;try{n=xe.default.readdirSync(e,{withFileTypes:!0})}catch{return}for(let s of n){let o=F.default.join(e,s.name);s.isDirectory()?this.walkIgnoreDirs.has(s.name)||this.walkProject(o,r):s.isFile()&&r(s)&&this.enqueue(o)}}enqueue(e){this.visited.has(e)||(this.visited.add(e),this.showProgress(),this.queue.push(e))}async drain(){for(;this.queue.length>0;){let e=this.queue;this.queue=[],await Promise.all(e.map(r=>this.finishFile(r)))}}async finishFile(e){let r=xe.default.statSync(e,{throwIfNoEntry:!1});if(!r?.isFile())return;let n=F.default.relative(this.rootDir,e),s=await this.getNode(e,n,r);s.imports=await this.resolveImports(e,s.imports),so(s.imports,s.tags),this.graph.nodes.set(s.path,s)}async getNode(e,r,n){let s=this.previousGraph?.nodes.get(r);if(s&&s.mtime===n.mtimeMs&&s.size===n.size)return{...s};let o=await this.tryParse(e,r);if(!o)return this.makeStubNode(e,r,n);let i=this.resolveCallEdges(e,o.rawCallEdges),a=this.buildNode(e,r,n,o,i);return this.attachGitStats(a,r),a}async tryParse(e,r){let n=xe.default.readFileSync(e,"utf-8");try{return await this.parseContent(e,n)}catch(s){return process.stderr.write(`
19
+ Warning: failed to parse ${r}: ${s}
20
+ `),null}}parseContent(e,r){return this.pool?this.pool.run({filePath:e,content:r}):ro(e,r)}makeStubNode(e,r,n){return{path:r,type:G(e),category:"other",imports:[],exports:[],tags:[],mtime:n.mtimeMs,size:n.size}}resolveCallEdges(e,r){let n=[];for(let s of r??[])try{let o=this.resolver.resolve(e,s.toSpecifier);o&&!o.isExternal&&n.push({from:s.from,to:s.to,toFile:F.default.relative(this.rootDir,o.path)})}catch{}return n}buildNode(e,r,n,s,o){let{imports:i,exports:a,tags:c,category:l,description:p,complexity:u,cognitiveComplexity:m,functions:h}=s;return{path:r,type:G(e),category:l,imports:i,exports:a,tags:c,mtime:n.mtimeMs,size:n.size,...p!==void 0?{description:p}:{},...o.length>0?{callEdges:o}:{},...u!==void 0?{complexity:u}:{},...m!==void 0?{cognitiveComplexity:m}:{},...h!==void 0?{functions:h}:{}}}attachGitStats(e,r){let n=this.gitStatsMap?.get(r);n&&(e.commitCount90d=n.commitCount90d,n.lastAuthor!==void 0&&(e.lastAuthor=n.lastAuthor),n.lastCommitAt!==void 0&&(e.lastCommitAt=n.lastCommitAt))}async resolveImports(e,r){let n=[];for(let s of r){let o=this.resolver.resolveAll(e,s.rawSpecifier);if(!(o.length===0||s.type==="side-effect"&&s.rawSpecifier.endsWith(".*")&&o.every(a=>a.isExternal)))for(let a of o){if(!a.isExternal&&a.path===e)continue;let c={...s,toPath:a.isExternal?a.path:F.default.relative(this.rootDir,a.path),isExternal:a.isExternal};a.isWorkspace&&(c.isWorkspace=!0,c.workspacePackage=a.workspacePackage),a.isExternal?this.attachLockfileVersion(c):this.enqueue(a.path),n.push(c)}}return n}attachLockfileVersion(e){if(!this.lockFile)return;let r=this.lockFile.jvmDependencies;if(r&&io.has(G(e.fromPath))){let o=e.rawSpecifier.replace(/\.\*$/,""),i="";for(let a of Object.keys(r))(o===a||o.startsWith(`${a}.`))&&a.length>i.length&&(i=a);i&&(e.version=r[i]?.version);return}let n=e.rawSpecifier.startsWith("@")?e.rawSpecifier.split("/").slice(0,2).join("/"):e.rawSpecifier.split("/")[0],s=n?this.lockFile.dependencies[n]:void 0;s&&(e.version=s.version)}showProgress(){this.progressCallback&&this.visited.size%100===0&&this.progressCallback(this.visited.size)}};var Yr=require("fs/promises"),ke=g(require("path")),Ao=g(require("piscina"));var ap=new Set(["css","scss","less","stylus"]);function xo(t){return ap.has(t)?"style":"code"}function cp(t){return t.trim().replace(/\s+/g," ")}function lp(t){try{return t.fileType==="scss"?vt(t.source,t.file).root:t.fileType==="less"?St(t.source,t.file).root:t.fileType==="css"?bt(t.source,t.file).root:void 0}catch{return}}function pp(t){let e=lp(t);if(!e)return[];let r=[];return e.walkRules(n=>{let s=n.nodes?.filter(p=>p.type==="decl")??[];if(s.length===0)return;let o=s[0],i=s[s.length-1],a=n.source?.start?.line??o?.source?.start?.line,c=i?.source?.end?.line??i?.source?.start?.line??a;if(a===void 0||c===void 0)return;let l=s.map(p=>`${p.prop.trim().toLowerCase()}:${cp(p.value)}`).join(";");r.push({file:t.file,startLine:a,endLine:c,lines:c-a+1,signature:l,declCount:s.length})}),r}function bo(t,e,r=2){let n=new Map;for(let o of t)for(let i of pp(o)){if(i.declCount<r||i.lines<e)continue;let a=n.get(i.signature);a?a.push(i):n.set(i.signature,[i])}let s=[];for(let o of n.values())for(let i=0;i<o.length;i++)for(let a=i+1;a<o.length;a++){let c=o[i],l=o[a];if(c.file===l.file&&c.startLine===l.startLine&&c.endLine===l.endLine)continue;let p={file:c.file,startLine:c.startLine,endLine:c.endLine},u={file:l.file,startLine:l.startLine,endLine:l.endLine};s.push({occurrences:[p,u],lines:Math.min(c.lines,l.lines),tokens:c.declCount,family:"style"})}return s.sort((o,i)=>i.lines-o.lines)}function So(t){let e=t.length,r=[],n=[{lcpLength:0,low:0}];for(let s=1;s<e;s++){let o=s-1;for(;t[s]<n[n.length-1].lcpLength;){let i=n.pop();r.push({lcpLength:i.lcpLength,low:i.low,high:s-1}),o=i.low}t[s]>n[n.length-1].lcpLength&&n.push({lcpLength:t[s],low:o})}for(;n.length>1;){let s=n.pop();r.push({lcpLength:s.lcpLength,low:s.low,high:e-1})}return r}var up=new Set(["{","}",":",",","[","]"]);function vo(t,e,r){let n=0;for(let s=e;s<e+r;s++)up.has(t[s].text)&&n++;return n/r}function ko(t){let e=t.length;if(e===0)return[];let r=Array.from({length:e},(o,i)=>i),n=new Array(e);{let o=[...new Set(t)].sort(),i=new Map(o.map((a,c)=>[a,c]));for(let a=0;a<e;a++)n[a]=i.get(t[a])}let s=new Array(e).fill(0);for(let o=1;o<e;o*=2){let i=a=>a+o<e?n[a+o]:-1;r.sort((a,c)=>{let l=n[a]-n[c];return l!==0?l:i(a)-i(c)}),s[r[0]]=0;for(let a=1;a<e;a++){let c=r[a-1],l=r[a],p=n[c]===n[l],u=i(c)===i(l);s[l]=s[c]+(p&&u?0:1)}if([n,s]=[s,n],n[r[e-1]]===e-1)break}return r}function Co(t,e){let r=t.length,n=new Array(r).fill(0);if(r===0)return n;let s=new Array(r);for(let i=0;i<r;i++)s[e[i]]=i;let o=0;for(let i=0;i<r;i++){let a=s[i];if(a>0){let c=e[a-1];for(;i+o<r&&c+o<r&&t[i+o]===t[c+o];)o++;n[a]=o,o>0&&o--}else o=0}return n}function wo(t,e,r,n=.5){let s=[],o=[],i=new Map;for(let{file:u,tokens:m}of t)if(m.length!==0){i.set(u,m);for(let h=0;h<m.length;h++)s.push(m[h].text),o.push({file:u,localIndex:h});s.push(` ${u}`),o.push({file:u,localIndex:-1})}if(s.length===0)return[];let a=ko(s),c=Co(s,a),l=So(c),p=[];for(let u of l){let m=fp(u,a,o,i,e,r,n);m&&p.push(m)}return p.sort((u,m)=>m.lines-u.lines)}function fp(t,e,r,n,s,o,i){if(t.lcpLength<s)return;let a=[];for(let h=t.low;h<=t.high;h++){let y=r[e[h]];y.localIndex!==-1&&a.push(y)}if(a.length<2||!mp(a,n))return;let c=gp(a,t.lcpLength);if(c.length<2)return;let l=c[0],p=n.get(l.file);if(vo(p,l.localIndex,t.lcpLength)>i)return;let u=c.map(({file:h,localIndex:y})=>{let v=n.get(h);return{file:h,startLine:v[y].line,endLine:v[y+t.lcpLength-1].line}}),m=Math.min(...u.map(h=>h.endLine-h.startLine+1));if(!(m<o))return{occurrences:u,lines:m,tokens:t.lcpLength}}function mp(t,e){let r=null;for(let{file:n,localIndex:s}of t){if(s===0)return!0;let i=e.get(n)[s-1].text;if(r===null)r=i;else if(r!==i)return!0}return!1}function gp(t,e){let r=new Map;for(let{file:s,localIndex:o}of t){let i=r.get(s);i?i.push(o):r.set(s,[o])}let n=[];for(let[s,o]of r){o.sort((a,c)=>a-c);let i=Number.NEGATIVE_INFINITY;for(let a of o)a>=i&&(n.push({file:s,localIndex:a}),i=a+e)}return n}var dp={typescript:{line:["//"],block:[["/*","*/"]]},javascript:{line:["//"],block:[["/*","*/"]]},go:{line:["//"],block:[["/*","*/"]]},java:{line:["//"],block:[["/*","*/"]]},kotlin:{line:["//"],block:[["/*","*/"]]},scala:{line:["//"],block:[["/*","*/"]]},groovy:{line:["//"],block:[["/*","*/"]]},css:{block:[["/*","*/"]]},scss:{line:["//"],block:[["/*","*/"]]},less:{line:["//"],block:[["/*","*/"]]},stylus:{line:["//"],block:[["/*","*/"]]},python:{line:["#"]},gherkin:{line:["#"]},coffeescript:{line:["#"],block:[["###","###"]]},livescript:{line:["#"],block:[["###","###"]]},lua:{line:["--"],block:[["--[[","]]"]]},markdown:{block:[["<!--","-->"]]}};function Eo(t,e,r){let n=t.slice(e,r).replace(/[^\n]/g," ");return t.slice(0,e)+n+t.slice(r)}function hp(t,e){if(!e)return t;let r=t;for(let[n,s]of e.block??[]){let o=0;for(;;){let i=r.indexOf(n,o);if(i===-1)break;let a=r.indexOf(s,i+n.length),c=a===-1?r.length:a+s.length;r=Eo(r,i,c),o=c}}for(let n of e.line??[]){let s=0;for(;;){let o=r.indexOf(n,s);if(o===-1)break;let i=r.indexOf(`
21
+ `,o),a=i===-1?r.length:i;r=Eo(r,o,a),s=a}}return r}var yp=["===","!==","...","=>","==","!=","<=",">=","&&","||","::","->","..","+=","-=","*=","/="],Qr=new RegExp(`${yp.map(t=>t.replace(/[.*+?^${}()|[\]\\]/g,"\\$&")).join("|")}|[A-Za-z_$][A-Za-z0-9_$]*|\\d+(?:\\.\\d+)?|"(?:\\\\.|[^"\\\\])*"|'(?:\\\\.|[^'\\\\])*'|\`(?:\\\\.|[^\`\\\\])*\`|\\S`,"g"),xp=/^[A-Za-z_$][A-Za-z0-9_$]*$/,Fo=/^\d+(?:\.\d+)?$/,bp=/^(".*"|'.*'|`.*`)$/s,Sp=new Set(["if","else","elif","for","while","do","switch","case","default","break","continue","return","function","def","class","struct","interface","const","let","var","local","import","export","from","package","try","catch","except","finally","throw","raise","new","this","self","end","then","yield","async","await","nil","null","None","true","false","True","False","and","or","not","in","of","is"]);function To(t,e,r=!0){let n=hp(t,dp[e]),s=[],o=1,i=0;Qr.lastIndex=0;let a=Qr.exec(n);for(;a!==null;){for(let p=i;p<a.index;p++)n[p]===`
22
+ `&&o++;i=a.index;let c=a[0],l=c;xp.test(c)&&!Sp.has(c)?l="ID":r&&(Fo.test(c)||bp.test(c))&&(l=Fo.test(c)?"NUM":"STR"),s.push({text:l,line:o});for(let p=i;p<a.index+c.length;p++)n[p]===`
23
+ `&&o++;i=a.index+c.length,a=Qr.exec(n)}return s}var be=g(require("fs")),Po=g(require("path"));function vp(t){if(!t||typeof t!="object")return!1;let e=t;return typeof e.mtime=="number"&&typeof e.size=="number"&&typeof e.ignoreLiterals=="boolean"&&Array.isArray(e.tokens)}function Se(t){try{if(!be.default.existsSync(t))return new Map;let e=be.default.readFileSync(t,"utf-8"),r=JSON.parse(e);if(!Array.isArray(r))return new Map;let n=r.filter(s=>Array.isArray(s)&&s.length===2&&typeof s[0]=="string"&&vp(s[1]));return new Map(n)}catch{return new Map}}function ve(t,e){let r=Po.default.dirname(e);be.default.existsSync(r)||be.default.mkdirSync(r,{recursive:!0}),be.default.writeFileSync(e,JSON.stringify([...t.entries()]))}var kp=20,Cp=new Set(["css","scss","less"]);function wp(t){return Me.includes(ke.default.basename(t))}function Ep(t,e){if(e.length===0)return!1;let r=new Set(e);return t.split(ke.default.sep).some(n=>r.has(n))}async function Ce(t,e,r={}){let{minLines:n=6,windowSize:s=15,ignoreLiterals:o=!0,maxPunctuationRatio:i=.5,limit:a=50,ignoreDirs:c=P,parallelTokenizing:l=!0,tokenCache:p}=r,u=[...t.nodes.values()].filter(h=>!wp(h.path)&&!Ep(h.path,c)),m=Fp(l,u.length);try{let h=[],y=new Map;if(await Promise.all(u.map(async x=>{if(Cp.has(x.type)){let ie;try{ie=await(0,Yr.readFile)(ke.default.join(e,x.path),"utf8")}catch{return}h.push({file:x.path,source:ie,fileType:x.type});return}let k=p?.get(x.path),R=k&&k.mtime===x.mtime&&k.size===x.size&&k.ignoreLiterals===o,D;if(R)D=k.tokens;else{let ie;try{ie=await(0,Yr.readFile)(ke.default.join(e,x.path),"utf8")}catch{return}D=m?await m.run({source:ie,fileType:x.type,ignoreLiterals:o}):To(ie,x.type,o),p?.set(x.path,{mtime:x.mtime,size:x.size,ignoreLiterals:o,tokens:D})}let U=xo(x.type),jn={file:x.path,tokens:D},zn=y.get(U);zn?zn.push(jn):y.set(U,[jn])})),p){let x=new Set(u.map(k=>k.path));for(let k of p.keys())x.has(k)||p.delete(k)}let v=bo(h,n);for(let[x,k]of y)for(let R of wo(k,s,n,i))v.push({...R,family:x});return{groups:v.sort((x,k)=>k.lines-x.lines).slice(0,a)}}finally{m&&await m.destroy()}}function Fp(t,e){if(t===!1)return null;let r=typeof t=="object"?t:{},n=r.minFiles??kp;if(e<n)return null;r.maxThreads!==void 0&&r.maxThreads<1&&process.stderr.write(`
8
24
  Warning: parallelTokenizing.maxThreads (${r.maxThreads}) must be at least 1; using 1.
9
- `);try{return new kn.default({filename:te.default.join(__dirname,"duplication-worker.js"),...r.maxThreads!==void 0?{maxThreads:Math.max(1,r.maxThreads)}:{}})}catch(s){return process.stderr.write(`
25
+ `);try{return new Ao.default({filename:ke.default.join(__dirname,"duplication-worker.js"),...r.maxThreads!==void 0?{maxThreads:Math.max(1,r.maxThreads)}:{}})}catch(s){return process.stderr.write(`
10
26
  Warning: failed to start duplicate-detection worker pool, falling back to synchronous tokenizing: ${s}
11
- `),null}}var ge=g(require("path"));function Wi(t){let e=new Map;for(let[r,n]of t){let s=n.imports.filter(o=>o.toPath&&!o.isExternal).length;s>0&&e.set(r,s)}return e}function Bi(t,e,r){let n=new Map;for(let[s,o]of e){if(o<r)continue;let i=t.get(s);if(!i||i.category==="test"||i.category==="barrel")continue;let a=ge.default.extname(s),c=ge.default.basename(s,a),l=c==="index"?ge.default.basename(ge.default.dirname(s)):c;n.set(s,{path:s,outDegree:o,tag:`feature:${l}`})}return n}function W(t,e){let r=e?.minOutDegree??5;return Bi(t,Wi(t),r)}var $i=(t,e)=>t.outDegree-e.outDegree;function Ui(t,e){let r=new Map;for(let n of e.values()){let s=new Set;t.traverse(n.path,o=>(o.path!==n.path&&s.add(o.path),!0),{direction:"outgoing"}),r.set(n.path,s)}return r}function Hi(t,e,r,n){let s=new Map;for(let[o]of t){if(e.has(o))continue;let i=null;for(let a of e.values())r.get(a.path)?.has(o)&&(!i||n(a,i)<0)&&(i=a);i&&s.set(o,i.path)}return s}function Ki(t,e){let r=new Map;for(let n of t.values()){let s=n.tag.replace("feature:",""),o=[];for(let[i,a]of e)a===n.path&&o.push(i);r.set(s,{hub:n.path,outDegree:n.outDegree,files:o})}return r}function Ji(t,e,r){let n=[];for(let s of t.keys())!e.has(s)&&!r.has(s)&&n.push(s);return n}function de(t,e){let r=e?.detectFn??W,n=e?.hubComparator??$i,s=r(t.nodes,e),o=Ui(t,s),i=Hi(t.nodes,s,o,n);return{features:Ki(s,i),unassigned:Ji(t.nodes,s,i)}}var Cn=new Set(["typescript","javascript","python","go","scss","less","lua","coffeescript"]),vn=new Set(["typescript","javascript","python"]),Ke=new Set(["typescript","javascript","go","python"]);function Ht(t){let e=new Map;for(let r of t.nodes.values())e.set(r.type,(e.get(r.type)??0)+1);return[...e.entries()].map(([r,n])=>({type:r,fileCount:n,exportsTracked:Cn.has(r),importSymbolsTracked:vn.has(r),callEdgesTracked:Ke.has(r)})).sort((r,n)=>n.fileCount-r.fileCount)}var he=class{constructor(e){this.nodes=e}nodes;findUnusedFiles(e){let r=new Set(this.nodes.keys());return e.filter(n=>!r.has(n))}findHighExportUsage(e){let r=[];for(let n of this.nodes.values()){if(n.maxExportUsage===void 0||n.maxExportUsage<e)continue;let s=n.imports.reduce((o,i)=>(i.exportUsageRatio??0)>(o?.exportUsageRatio??0)?i:o,null);r.push({path:n.path,maxExportUsage:n.maxExportUsage,tightestDep:s?.toPath??""})}return r.sort((n,s)=>s.maxExportUsage-n.maxExportUsage)}findCycles(){let e=[],r=new Set,n=new Set,s=[],o=i=>{r.add(i),n.add(i),s.push(i);let a=this.nodes.get(i);if(a){for(let c of a.imports)if(!(!c.toPath||c.isExternal))if(n.has(c.toPath)){let l=s.indexOf(c.toPath);e.push([...s.slice(l),c.toPath])}else r.has(c.toPath)||o(c.toPath)}n.delete(i),s.pop()};for(let i of this.nodes.keys())r.has(i)||o(i);return e}};var I=class t{constructor(e){this.nodes=e}nodes;_incomingEdgesCache=null;_callIncomingCache=null;serialize(){return{nodes:Array.from(this.nodes.values())}}static deserialize(e){let r=new Map;for(let n of e.nodes)r.set(n.path,n);return new t(r)}getIncomingEdgesMap(){if(this._incomingEdgesCache)return this._incomingEdgesCache;let e=new Map;for(let r of this.nodes.values())for(let n of r.imports)if(n.toPath){let s=e.get(n.toPath)||[];s.push(r.path),e.set(n.toPath,s)}return this._incomingEdgesCache=e,e}dfs(e,r,n,s){let o=new Set,i=n.maxDepth??1/0,a=(c,l,p)=>{if(l>i||o.has(c))return;let f=this.nodes.get(c);if(f&&(o.add(c),r(f,l,p)!==!1))for(let d of s(c))a(d,l+1,c)};a(e,0,null)}traverse(e,r,n={}){let s=n.direction??"outgoing",o=s==="incoming"?this.getIncomingEdgesMap():null;this.dfs(e,r,n,i=>s==="outgoing"?this.nodes.get(i)?.imports.map(a=>a.toPath).filter(Boolean)??[]:o?.get(i)??[])}getCallIncomingCache(){if(this._callIncomingCache)return this._callIncomingCache;let e=new Map;for(let r of this.nodes.values())for(let n of r.callEdges??[]){let s=e.get(n.toFile)??[];s.push(r.path),e.set(n.toFile,s)}return this._callIncomingCache=e,e}traverseCalls(e,r,n={}){let s=n.direction??"outgoing",o=s==="incoming"?this.getCallIncomingCache():null;this.dfs(e,r,n,i=>s==="outgoing"?this.nodes.get(i)?.callEdges?.map(a=>a.toFile)??[]:o?.get(i)??[])}getCallers(e){let r=[];return this.traverseCalls(e,n=>(n.path!==e&&r.push(n.path),!0),{direction:"incoming",maxDepth:1}),r}getCallEdgesFor(e){return this.nodes.get(e)?.callEdges??[]}getNeighbors(e){let r=this.nodes.get(e);return r?r.imports.map(n=>this.nodes.get(n.toPath)).filter(n=>n!==void 0):[]}findUnusedFiles(e){return new he(this.nodes).findUnusedFiles(e)}findCycles(){return new he(this.nodes).findCycles()}};var B=class{affectedSymbols=new Map;constructor(e,r){this.affectedSymbols.set(e,new Set(["default",...r]))}updateAffectedSymbols(e,r){let n=this.affectedSymbols.get(r)||new Set,s=e.imports.find(c=>c.toPath===r);if(!s)return!1;let o=s.symbols||["*"],i=new Set;for(let c of o)(c==="*"||n.has("*")||n.has(c))&&i.add("*");if(i.size===0)return!1;let a=this.affectedSymbols.get(e.path)||new Set;for(let c of i)a.add(c);return this.affectedSymbols.set(e.path,a),!0}};function ye(t,e){let r=t.nodes.get(e);if(r)return{category:r.category,exports:r.exports.map(n=>n.name)}}function Kt(t,e,r=1){let n=[];return t.traverse(e,(s,o,i)=>{if(s.path===e)return!0;let a=i?t.nodes.get(i)?.imports.find(c=>c.toPath===s.path):void 0;return n.push({path:s.path,...a?.symbols?{symbols:a.symbols}:{}}),!0},{direction:"outgoing",maxDepth:r}),n}function xe(t,e){let r=[];return t.traverse(e,n=>{if(n.path===e)return!0;let s=n.imports.find(o=>o.toPath===e);return r.push({path:n.path,...s?.symbols?{symbols:s.symbols}:{}}),!0},{direction:"incoming",maxDepth:1}),r}function Jt(t,e,r={}){let{testsOnly:n=!1,changedSymbols:s}=r,o=s?new B(e,s):null,i=[];return t.traverse(e,(a,c,l)=>{if(a.path===e)return!0;if(o&&l&&!o.updateAffectedSymbols(a,l))return!1;let p=a.category==="test"||a.tags.some(f=>f.name==="test");return(!n||p)&&i.push(a.path),!0},{direction:"incoming"}),i}function Vt(t,e,r={}){let{depth:n=1,withEdgeDetail:s=!1}=r,o=[];return t.traverseCalls(e,i=>{if(i.path===e)return!0;let a={file:i.path};return s&&(a.edges=(i.callEdges??[]).filter(c=>c.toFile===e).map(c=>({from:c.from,to:c.to}))),o.push(a),!0},{direction:"incoming",maxDepth:n}),o}function Qt(t,e={}){let{metric:r="cognitiveComplexity",threshold:n=10,limit:s=20}=e;return[...t.nodes.values()].flatMap(o=>(o.functions??[]).filter(i=>i[r]>=n).map(i=>({file:o.path,name:i.name,line:i.line,complexity:i.complexity,cognitiveComplexity:i.cognitiveComplexity}))).sort((o,i)=>i[r]-o[r]).slice(0,s)}function qt(t){return{nodes:t.nodes.map(r=>({path:r.path,type:r.type,category:r.category,exports:r.exports.map(n=>n.name),tags:r.tags.filter(n=>n.kind==="comment-marker"||n.kind==="import").map(n=>n.name),importsFiles:r.imports.filter(n=>!n.isExternal&&n.toPath).map(n=>n.toPath),...r.description!==void 0&&{description:r.description},...r.testedBy!==void 0&&{testedBy:r.testedBy},...r.coveragePct!==void 0&&{coveragePct:r.coveragePct},...r.avgExportUsage!==void 0&&{avgExportUsage:r.avgExportUsage},...r.maxExportUsage!==void 0&&{maxExportUsage:r.maxExportUsage}})),cycles:t.cycles}}function Yt(t){let e=t.getPackageDependencies(),r=Array.from(t.packages.values()).map(({graph:n,pkg:s})=>({name:s.name,relativeRoot:s.relativeRoot,nodeCount:n.nodes.size,dependsOn:e.get(s.name)??[]}));return{monorepoType:t.type,packageCount:r.length,packages:r}}function Je(t){return[...t.nodes.values()].some(e=>e.coveragePct!==void 0)}function wn(t){return[...t.nodes.values()].some(e=>e.commitCount90d!==void 0)}function Xt(t,e={}){let{metric:r="cognitiveComplexity",minComplexity:n=10,maxCoveragePct:s=50,minChurn:o=0,limit:i=20}=e,a=wn(t),c=[...t.nodes.values()].filter(l=>l.coveragePct!==void 0&&l.coveragePct<=s&&(!a||(l.commitCount90d??0)>=o)).flatMap(l=>(l.functions??[]).filter(p=>p[r]>=n).map(p=>({file:l.path,name:p.name,line:p.line,complexity:p.complexity,cognitiveComplexity:p.cognitiveComplexity,coveragePct:l.coveragePct,...l.commitCount90d!==void 0&&{commitCount90d:l.commitCount90d}}))).sort((l,p)=>p[r]-l[r]).slice(0,i);return{hotspots:c,count:c.length,churnDataAvailable:a}}function Fn(t){if(t.category==="test")return"test";if(t.category==="config")return"config";if(t.category==="type-only")return"types";let e=t.path;return S(e,"component")||S(e,"components")?"component":S(e,"controller")||S(e,"controllers")?"controller":S(e,"middleware")?"middleware":S(e,"router")||S(e,"routes")||S(e,"route")?"router":S(e,"store")||S(e,"stores")?"store":S(e,"service")||S(e,"services")?"service":S(e,"handler")||S(e,"handlers")?"handler":S(e,"adapter")||S(e,"adapters")?"adapter":S(e,"plugin")||S(e,"plugins")?"plugin":S(e,"api")?"api":S(e,"cli")||S(e,"commands")||be(e)==="cli"?"cli":S(e,"util")||S(e,"utils")||S(e,"helper")||S(e,"helpers")?"util":S(e,"model")||S(e,"models")||be(e)==="model"?"model":S(e,"parser")||S(e,"parsers")||be(e)==="parser"?"parser":be(e)==="builder"?"builder":be(e)==="resolver"?"resolver":"other"}function S(t,e){return t.includes(`/${e}/`)||t.includes(`/${e}.`)}function be(t){let e=t.slice(t.lastIndexOf("/")+1);return e.slice(0,e.lastIndexOf("."))||e}function Zt(t,e){let r=de(t,e),n=new Map;for(let[o,i]of r.features){for(let a of i.files)n.set(a,o);n.set(i.hub,o)}let s=new Map;for(let o of t.nodes.values()){let i=n.get(o.path);s.set(o.path,{path:o.path,role:Fn(o),...o.description?{description:o.description}:{},exports:o.exports.map(a=>a.name),...i?{featureHub:i}:{}})}return s}function er(t,e){let r=[];for(let n of t.nodes.values())if(n.exports.some(s=>s.name===e))if(Ke.has(n.type)){let s=[];for(let o of t.nodes.values())for(let i of o.callEdges??[])i.to===e&&s.push({file:o.path,callerFunction:i.from});r.push({path:n.path,category:n.category,precision:"call",callers:s})}else{let s=xe(t,n.path).map(o=>({file:o.path,...o.symbols?{symbols:o.symbols}:{}}));r.push({path:n.path,category:n.category,precision:"file-level",importers:s})}return r}function Vi(t){return t?t.startsWith("interface ")?"interface":t.startsWith("class ")?"class":t.startsWith("enum ")?"enum":"type":"type"}function Qi(t,e){if(e==="type-only")return!0;let r=t.signature??"";return r.startsWith("interface ")||r.startsWith("class ")||r.startsWith("enum ")}function tr(t){let e=new Map;for(let n of t.nodes.values())if(!(n.type!=="typescript"&&n.type!=="javascript"))for(let s of n.exports){if(!Qi(s,n.category))continue;let o=`${n.path}::${s.name}`;e.set(o,{name:s.name,file:n.path,kind:Vi(s.signature),...s.doc?{doc:s.doc}:{}})}let r=[];for(let n of t.nodes.values())if(!(n.type!=="typescript"&&n.type!=="javascript")){for(let s of n.imports)if(!(!s.toPath||s.isExternal||!s.symbols?.length))for(let o of s.symbols)e.has(`${s.toPath}::${o}`)&&r.push({fromFile:n.path,toType:o,toFile:s.toPath})}return{types:e,edges:r}}function rr(t,e){let r=null;for(let o of t.types.values())if(o.name===e){r=o;break}if(!r)return{type:null,usedByFiles:[],uses:[]};let n=new Set,s=new Map;for(let o of t.edges)if(o.toType===e&&o.toFile===r.file&&n.add(o.fromFile),o.fromFile===r.file){let i=t.types.get(`${o.toFile}::${o.toType}`);i&&s.set(`${i.file}::${i.name}`,i)}return{type:r,usedByFiles:Array.from(n),uses:Array.from(s.values())}}var zn=g(require("path"));var Qe=g(require("fs")),or=g(require("path"));var re=g(require("fs")),A=g(require("path"));var nr=g(require("fs")),qi=g(require("path"));function Tn(t){try{return nr.default.statSync(t,{throwIfNoEntry:!1})?.isDirectory()===!0}catch{return!1}}function Ve(t){try{return nr.default.statSync(t,{throwIfNoEntry:!1})?.isFile()===!0}catch{return!1}}function sr(t,e){let r=A.default.join(e,"package.json");if(!re.default.existsSync(r))return null;let n={};try{n=JSON.parse(re.default.readFileSync(r,"utf-8"))}catch{return null}let s=n.name;return s?{name:s,root:e,relativeRoot:A.default.relative(t,e),entryPoints:Yi(e,n)}:null}function Yi(t,e){let r=[];if(e.exports){let s=e.exports;if(typeof s=="string")r.push(A.default.join(t,s));else if(typeof s=="object"&&s!==null){let o=s["."];if(typeof o=="string")r.push(A.default.join(t,o));else if(typeof o=="object"&&o!==null){let i=o.import??o.require??o.default;typeof i=="string"&&r.push(A.default.join(t,i))}}}e.main&&r.push(A.default.join(t,e.main));for(let s of["src/index.ts","src/index.tsx","index.ts","index.tsx","index.js"])r.push(A.default.join(t,s));let n=r.filter(Ve);return n.length>0?n.slice(0,1):r.slice(0,1)}function ne(t,e){let r=[],n=new Set;for(let s of e){let o=s.replace(/\/$/,"").replace(/^\.\//,"");Xi(t,o,n,r)}return r}function Xi(t,e,r,n){if(!e.includes("*")){Zi(t,e,r,n);return}let s=e.split("/");s.includes("**")?ea(t,s,r,n):ta(t,s,r,n)}function Zi(t,e,r,n){let s=A.default.join(t,e);if(r.has(s)||!Tn(s))return;r.add(s);let o=sr(t,s);o&&n.push(o)}function ea(t,e,r,n){let s=A.default.join(t,e[0]==="**"?"":e[0]??"");En(t,s,r,n)}function ta(t,e,r,n){let s=e.findIndex(a=>a.includes("*")),o=A.default.join(t,...e.slice(0,s)),i;try{i=re.default.readdirSync(o,{withFileTypes:!0})}catch{return}for(let a of i){if(!a.isDirectory())continue;let c=A.default.join(o,a.name);if(r.has(c))continue;r.add(c);let l=sr(t,c);l&&n.push(l)}}function En(t,e,r,n){let s;try{s=re.default.readdirSync(e,{withFileTypes:!0})}catch{return}for(let o of s){if(!o.isDirectory()||o.name==="node_modules"||o.name.startsWith("."))continue;let i=A.default.join(e,o.name);if(re.default.existsSync(A.default.join(i,"package.json"))&&!r.has(i)){r.add(i);let a=sr(t,i);a&&n.push(a)}else En(t,i,r,n)}}var An={type:"npm",detect(t){let e=or.default.join(t,"package.json");if(!Qe.default.existsSync(e))return null;let r;try{r=JSON.parse(Qe.default.readFileSync(e,"utf-8")).workspaces}catch{return null}if(!r||Qe.default.existsSync(or.default.join(t,"yarn.lock")))return null;let n=Array.isArray(r)?r:r.packages??[];return n.length===0?null:ne(t,n)}};var $=g(require("fs")),T=g(require("path"));var Pn={type:"nx",detect(t){return $.default.existsSync(T.default.join(t,"nx.json"))?Nn(t,t,new Set,0).map(r=>ra(t,r,T.default.join(r,"project.json"))).filter(r=>r!==null):null}};function Nn(t,e,r,n){if(n>4)return[];let s;try{s=$.default.readdirSync(e,{withFileTypes:!0})}catch{return[]}let o=[];for(let i of s){if(!i.isDirectory())continue;let a=i.name;if(a.startsWith(".")||a==="node_modules"||a==="dist"||a===".nx")continue;let c=T.default.join(e,a);$.default.existsSync(T.default.join(c,"project.json"))&&!r.has(c)?(r.add(c),o.push(c)):o.push(...Nn(t,c,r,n+1))}return o}function ra(t,e,r){let n={};try{n=JSON.parse($.default.readFileSync(r,"utf-8"))}catch{return null}let s=n.name,o,i,a=T.default.join(e,"package.json");if($.default.existsSync(a))try{let c=JSON.parse($.default.readFileSync(a,"utf-8"));s=c.name??s,o=c.main,i=c.exports}catch{}return s?{name:s,root:e,relativeRoot:T.default.relative(t,e),entryPoints:na(e,n,o,i)}:null}function na(t,e,r,n){let s=[],o=e.targets?.build?.options?.main??e.targets?.build?.options?.entryFile;if(o){let a=T.default.resolve(t,"../..");s.push(T.default.resolve(a,o)),s.push(T.default.resolve(t,o))}if(n){let a=n;if(typeof a=="string")s.push(T.default.join(t,a));else if(typeof a=="object"&&a!==null){let c=a["."];typeof c=="string"&&s.push(T.default.join(t,c))}}if(r&&s.push(T.default.join(t,r)),e.sourceRoot){let a=T.default.resolve(t,"../.."),c=T.default.resolve(a,e.sourceRoot);s.push(T.default.join(c,"index.ts"),T.default.join(c,"index.tsx"))}for(let a of["src/index.ts","src/index.tsx","index.ts","index.tsx"])s.push(T.default.join(t,a));let i=s.filter(Ve);return i.length>0?i.slice(0,1):s.slice(0,1)}var ir=g(require("fs")),In=g(require("path")),Mn=require("js-yaml");var Dn={type:"pnpm",detect(t){let e=In.default.join(t,"pnpm-workspace.yaml");if(!ir.default.existsSync(e))return null;let r=[];try{r=(0,Mn.load)(ir.default.readFileSync(e,"utf-8"))?.packages??[]}catch{return null}return ne(t,r)}};var Rn=g(require("fs")),Ln=g(require("path")),Gn={type:"turborepo",detect(t){return Rn.default.existsSync(Ln.default.join(t,"turbo.json"))?[]:null}};var qe=g(require("fs")),ar=g(require("path"));var _n={type:"yarn",detect(t){if(!qe.default.existsSync(ar.default.join(t,"yarn.lock")))return null;let e=ar.default.join(t,"package.json");if(!qe.default.existsSync(e))return null;let r;try{r=JSON.parse(qe.default.readFileSync(e,"utf-8")).workspaces}catch{return null}if(!r)return null;let n=Array.isArray(r)?r:r.packages??[];return n.length===0?null:ne(t,n)}};var On=[];function G(t){On.push(t)}function jn(){return On}G(Gn);G(Pn);G(Dn);G(_n);G(An);function Se(t,e=jn()){let r=zn.default.resolve(t),n=new Map,s=[];for(let i of e){let a=i.detect(r);if(a!==null){s.push(i.type);for(let c of a)n.has(c.name)||n.set(c.name,c)}}if(s.length===0)return{root:r,type:"none",types:[],packages:[],packageMap:new Map};let o=Array.from(n.values());return{root:r,type:s[0],types:s,packages:o,packageMap:new Map(o.map(i=>[i.name,i]))}}var ke=class t{constructor(e,r){this.monorepoRoot=e;this.type=r}monorepoRoot;type;packages=new Map;addPackage(e,r){this.packages.set(e.name,{graph:r,pkg:e})}getPackageForFile(e){for(let{pkg:r}of this.packages.values())if(e===r.relativeRoot||e.startsWith(`${r.relativeRoot}/`))return r}getPackageDependencies(){let e=new Map;for(let{graph:r,pkg:n}of this.packages.values()){let s=new Set;for(let o of r.nodes.values())for(let i of o.imports)i.isWorkspace&&i.workspacePackage&&s.add(i.workspacePackage);e.set(n.name,[...s])}return e}getAffectedAcrossPackages(e){let r=this.getPackageForFile(e);if(!r)return[];let n=this.packages.get(r.name);if(!n)return[];let s=[];n.graph.traverse(e,o=>(o.path!==e&&s.push({file:o.path,package:r.name}),!0),{direction:"incoming"});for(let{graph:o,pkg:i}of this.packages.values())if(i.name!==r.name)for(let a of o.nodes.values())a.imports.some(l=>l.isWorkspace&&l.workspacePackage===r.name)&&s.push({file:a.path,package:i.name});return s}serialize(){return{monorepoRoot:this.monorepoRoot,type:this.type,packages:Array.from(this.packages.values()).map(({graph:e,pkg:r})=>({pkg:{name:r.name,relativeRoot:r.relativeRoot,entryPoints:r.entryPoints},nodes:Array.from(e.nodes.values())}))}}static deserialize(e){let r=new t(e.monorepoRoot,e.type);for(let{pkg:n,nodes:s}of e.packages){let o=new Map(s.map(a=>[a.path,a])),i=new I(o);r.packages.set(n.name,{graph:i,pkg:{...n,root:""}})}return r}};var Wn=new Map;function se(t,e){Wn.set(t,e)}function Bn(t){return Wn.get(t)}function $n(t,e){return e.startsWith("!")?t!==e.slice(1):t===e}function sa(t,e){return e.startsWith("!")?!t.includes(e.slice(1)):t.includes(e)}var oa=(t,e)=>!e.category||$n(t.category,e.category),ia=(t,e)=>!e.type||$n(t.type,e.type),aa=(t,e)=>e.lastAuthor?e.lastAuthor.startsWith("!")?t.lastAuthor!==e.lastAuthor.slice(1):t.lastAuthor!==void 0&&t.lastAuthor===e.lastAuthor:!0,ca=(t,e)=>!e.path||sa(t.path,e.path),la=(t,e)=>e.isExternal===void 0?!0:t.imports.some(n=>n.isExternal)===e.isExternal,pa=(t,e)=>{if(!e.tags||e.tags.length===0)return!0;let r=e.tags.filter(s=>!s.startsWith("!")),n=e.tags.filter(s=>s.startsWith("!")).map(s=>s.slice(1));return!(r.length>0&&!r.some(s=>t.tags.some(o=>o.name===s))||n.some(s=>t.tags.some(o=>o.name===s)))},ua=(t,e)=>!e.allTags?.length||e.allTags.every(r=>t.tags.some(n=>n.name===r)),fa=(t,e)=>!e.importsFile||t.imports.some(r=>r.toPath?.includes(e.importsFile)),ma=(t,e,r)=>e.importedBy===void 0?!0:(r?.get(t.path)??[]).some(s=>s.includes(e.importedBy)),ga=(t,e)=>e.minImports===void 0||t.imports.length>=e.minImports,da=(t,e)=>e.maxImports===void 0||t.imports.length<=e.maxImports,ha=(t,e)=>e.minSize===void 0||t.size>=e.minSize,ya=(t,e)=>e.maxSize===void 0||t.size<=e.maxSize,xa=(t,e)=>e.hasDocstring===void 0||!!t.description===e.hasDocstring,ba=(t,e)=>e.isDocumented===void 0||!!t.documentedBy?.length===e.isDocumented,Sa=(t,e)=>e.isStale===void 0||!!t.staleFor?.length===e.isStale,ka=(t,e)=>e.minCoverage===void 0||(t.coveragePct??101)>=e.minCoverage,Ca=(t,e)=>e.maxCoverage===void 0||(t.coveragePct??0)<=e.maxCoverage,va=(t,e)=>e.minExportUsage===void 0||(t.avgExportUsage??-1)>=e.minExportUsage,wa=(t,e)=>e.maxExportUsage===void 0||(t.avgExportUsage??0)<=e.maxExportUsage,Fa=(t,e)=>e.minComplexity===void 0||(t.complexity??-1/0)>=e.minComplexity,Ta=(t,e)=>e.maxComplexity===void 0||(t.complexity??0)<=e.maxComplexity,Ea=(t,e)=>e.minCognitiveComplexity===void 0||(t.cognitiveComplexity??-1/0)>=e.minCognitiveComplexity,Aa=(t,e)=>e.maxCognitiveComplexity===void 0||(t.cognitiveComplexity??0)<=e.maxCognitiveComplexity,Pa=(t,e)=>e.minCommits===void 0||(t.commitCount90d??-1/0)>=e.minCommits,Na=(t,e)=>e.maxCommits===void 0||(t.commitCount90d??0)<=e.maxCommits,Ia=(t,e,r)=>!e.any?.length||e.any.some(n=>Ce(t,n,r)),Ma=[oa,ia,aa,ca,la,pa,ua,fa,ma,ga,da,ha,ya,xa,ba,Sa,ka,Ca,va,wa,Fa,Ta,Ea,Aa,Pa,Na,Ia];function Ce(t,e,r){return Ma.every(n=>n(t,e,r))}function Ye(t,e){let r=new Map;if(e.importedBy!==void 0){for(let i of t.nodes)for(let a of i.imports)if(a.toPath){let c=r.get(a.toPath)??[];c.push(i.path),r.set(a.toPath,c)}}let n=t.nodes.filter(i=>Ce(i,e,r)),s=new Set(n.map(i=>i.path)),o=n.map(i=>({...i,imports:i.imports.filter(a=>!a.toPath||s.has(a.toPath))}));if(e.sort){let i=e.sortDir==="asc"?-1:1;o.sort((a,c)=>{let l=0;return e.sort==="size"?l=c.size-a.size:e.sort==="imports"?l=c.imports.length-a.imports.length:e.sort==="commitCount90d"?l=(c.commitCount90d??0)-(a.commitCount90d??0):e.sort==="exportUsage"?l=(c.avgExportUsage??0)-(a.avgExportUsage??0):e.sort==="complexity"?l=(c.complexity??0)-(a.complexity??0):e.sort==="cognitiveComplexity"&&(l=(c.cognitiveComplexity??0)-(a.cognitiveComplexity??0)),l*i})}return e.limit!==void 0&&o.splice(e.limit),{nodes:o,cycles:t.cycles?.filter(i=>i.every(a=>s.has(a)))??void 0}}function Un(t,e){let r=e.indexOf(":");if(r===-1)return;let n=e.slice(0,r).trim().toLowerCase(),s=e.slice(r+1).trim();if(!(!n||!s))switch(n){case"category":t.category=s;break;case"type":t.type=s;break;case"tag":case"tags":s.includes("+")?t.allTags=[...t.allTags??[],...s.split("+")]:t.tags=[...t.tags??[],s];break;case"path":t.path=s;break;case"external":t.isExternal=s.toLowerCase()==="true";break;case"importsfile":t.importsFile=s;break;case"importedby":t.importedBy=s;break;case"minimports":t.minImports=parseInt(s,10);break;case"maximports":t.maxImports=parseInt(s,10);break;case"minsize":t.minSize=parseInt(s,10);break;case"maxsize":t.maxSize=parseInt(s,10);break;case"sort":t.sort=s;break;case"sortdir":t.sortDir=s.toLowerCase()==="asc"?"asc":"desc";break;case"limit":t.limit=parseInt(s,10);break;case"hasdocstring":t.hasDocstring=s.toLowerCase()!=="false";break;case"mincoverage":t.minCoverage=parseInt(s,10);break;case"maxcoverage":t.maxCoverage=parseInt(s,10);break;case"minexportusage":t.minExportUsage=parseFloat(s);break;case"maxexportusage":t.maxExportUsage=parseFloat(s);break;case"mincomplexity":t.minComplexity=parseInt(s,10);break;case"maxcomplexity":t.maxComplexity=parseInt(s,10);break;case"mincognitivecomplexity":t.minCognitiveComplexity=parseInt(s,10);break;case"maxcognitivecomplexity":t.maxCognitiveComplexity=parseInt(s,10);break;case"mincommits":t.minCommits=parseInt(s,10);break;case"maxcommits":t.maxCommits=parseInt(s,10);break;case"isdocumented":t.isDocumented=s.toLowerCase()!=="false";break;case"isstale":t.isStale=s.toLowerCase()!=="false";break;case"lastauthor":t.lastAuthor=s;break}}function Da(t){let e=[];for(let r of t.split("|")){let n=r.trim();if(!n)continue;let s={};Un(s,n),Object.keys(s).length>0&&e.push(s)}return e}function Xe(t){let e={},r=t.split(",");for(let n of r){let s=n.trim();if(s.toLowerCase().startsWith("any(")&&s.endsWith(")")){let o=s.slice(4,-1),i=Da(o);i.length>0&&(e.any=[...e.any??[],...i]);continue}Un(e,n)}return e}var Cr=g(require("fs/promises")),ns=g(require("path"));var at=g(require("path")),ve=g(require("typescript"));var Jn=g(require("path"));var Kn=g(require("path")),F=g(require("typescript")),Hn=new Set(["describe","test","it"]);function U(t,e){let r=t[e];if(r===void 0)throw new Error(`Index ${e} out of bounds (length ${t.length})`);return r}function cr(t){let e=[];for(let r of t.statements){if(!F.default.isExpressionStatement(r))continue;let n=r.expression;if(!F.default.isCallExpression(n))continue;let s=n.expression;F.default.isIdentifier(s)&&Hn.has(s.text)&&e.push(n),F.default.isPropertyAccessExpression(s)&&F.default.isIdentifier(s.expression)&&Hn.has(s.expression.text)&&e.push(n)}return e}function lr(t,e,r){for(let n of t.arguments){if(!F.default.isObjectLiteralExpression(n))continue;let s=n.properties.find(o=>F.default.isPropertyAssignment(o)&&F.default.isIdentifier(o.name)&&o.name.text===e);if(!(!s||!F.default.isArrayLiteralExpression(s.initializer)))return s.initializer.elements.filter(F.default.isStringLiteral).map(o=>o.text)}return null}function pr(t,e,r,n){if(t.arguments.length===0)return null;for(let o=1;o<t.arguments.length;o++){let i=U(t.arguments,o);if(!F.default.isObjectLiteralExpression(i))continue;let a=i.properties.find(l=>F.default.isPropertyAssignment(l)&&F.default.isIdentifier(l.name)&&l.name.text===e);if(a)return{start:a.initializer.getStart(n),end:a.initializer.getEnd(),text:r};let c=i.getEnd()-1;return{start:c,end:c,text:`${i.properties.length>0?", ":""}${e}: ${r}`}}let s=U(t.arguments,t.arguments.length-1);return{start:s.getStart(n),end:s.getStart(n),text:`{ ${e}: ${r} }, `}}function ur(t,e,r){let n=t.arguments;for(let s=1;s<n.length;s++){let o=U(n,s);if(!F.default.isObjectLiteralExpression(o))continue;let i=o.properties.findIndex(c=>F.default.isPropertyAssignment(c)&&F.default.isIdentifier(c.name)&&c.name.text===e);if(i<0)continue;if(o.properties.length===1)return{start:U(n,s-1).getEnd(),end:o.getEnd(),text:""};let a=U(o.properties,i);return i===o.properties.length-1?{start:U(o.properties,i-1).getEnd(),end:a.getEnd(),text:""}:{start:a.getStart(r),end:U(o.properties,i+1).getStart(r),text:""}}return null}function fr(t,e){let r=[...e].sort((s,o)=>o.start-s.start),n=t;for(let s of r)n=n.slice(0,s.start)+s.text+n.slice(s.end);return n}function mr(t){return`[${t.map(e=>JSON.stringify(e)).join(", ")}]`}var D=new Set([".ts",".tsx",".mts",".cts",".js",".jsx",".mjs",".cjs"]);function Ra(t){return t.map(e=>e.startsWith("@")?e.slice(1):e)}function Ze(t,e,r,n){let s=F.default.createSourceFile(Kn.default.basename(t),e,F.default.ScriptTarget.Latest,!0),o=cr(s),[i]=o;if(!i)return e;let a=lr(i,n,s),c=[...r].sort();if(a!==null&&JSON.stringify(Ra(a).sort())===JSON.stringify(c))return e;let l=mr(c.map(f=>`@${f}`)),p=o.flatMap(f=>{let d=r.length===0?ur(f,n,s):pr(f,n,l,s);return d?[d]:[]});return p.length>0?fr(e,p):e}var et=class{name="cypress";canHandle(e){return D.has(Jn.default.extname(e).toLowerCase())}apply(e,r,n){return Ze(e,r,n,"tags")}};var Vn=g(require("path")),gr=/# <mokosh-tags>[\s\S]*?# <\/mokosh-tags>\n*/,dr=/^@([a-zA-Z0-9_-]+)/gm;function La(t){return`${["# <mokosh-tags>",...t.map(e=>`@${e}`),"# </mokosh-tags>"].join(`
27
+ `),null}}var ee=class{affectedSymbols=new Map;constructor(e,r){this.affectedSymbols.set(e,new Set(["default",...r]))}updateAffectedSymbols(e,r){let n=this.affectedSymbols.get(r)||new Set,s=e.imports.find(c=>c.toPath===r);if(!s)return!1;let o=s.symbols||["*"],i=new Set;for(let c of o)(c==="*"||n.has("*")||n.has(c))&&i.add("*");if(i.size===0)return!1;let a=this.affectedSymbols.get(e.path)||new Set;for(let c of i)a.add(c);return this.affectedSymbols.set(e.path,a),!0}};function Qe(t,e){let r=t.nodes.get(e);if(r)return{category:r.category,exports:r.exports.map(n=>n.name)}}function Zr(t,e,r=1){let n=[];return t.traverse(e,(s,o,i)=>{if(s.path===e)return!0;let a=i?t.nodes.get(i)?.imports.find(c=>c.toPath===s.path):void 0;return n.push({path:s.path,...a?.symbols?{symbols:a.symbols}:{}}),!0},{direction:"outgoing",maxDepth:r}),n}function Ye(t,e){let r=[];return t.traverse(e,n=>{if(n.path===e)return!0;let s=n.imports.find(o=>o.toPath===e);return r.push({path:n.path,...s?.symbols?{symbols:s.symbols}:{}}),!0},{direction:"incoming",maxDepth:1}),r}function Xr(t,e,r={}){let{testsOnly:n=!1,changedSymbols:s}=r,o=s?new ee(e,s):null,i=[];return t.traverse(e,(a,c,l)=>{if(a.path===e)return!0;if(o&&l&&!o.updateAffectedSymbols(a,l))return!1;let p=a.category==="test"||a.tags.some(u=>u.name==="test");return(!n||p)&&i.push(a.path),!0},{direction:"incoming"}),i}function en(t,e,r={}){let{depth:n=1,withEdgeDetail:s=!1}=r,o=[];return t.traverseCalls(e,i=>{if(i.path===e)return!0;let a={file:i.path};return s&&(a.edges=(i.callEdges??[]).filter(c=>c.toFile===e).map(c=>({from:c.from,to:c.to}))),o.push(a),!0},{direction:"incoming",maxDepth:n}),o}function we(t,e={}){let{metric:r="cognitiveComplexity",threshold:n=10,limit:s=20}=e;return[...t.nodes.values()].flatMap(o=>(o.functions??[]).filter(i=>i[r]>=n).map(i=>({file:o.path,name:i.name,line:i.line,complexity:i.complexity,cognitiveComplexity:i.cognitiveComplexity}))).sort((o,i)=>i[r]-o[r]).slice(0,s)}function tn(t){return{nodes:t.nodes.map(r=>({path:r.path,type:r.type,category:r.category,exports:r.exports.map(n=>n.name),tags:r.tags.filter(n=>n.kind==="comment-marker"||n.kind==="import").map(n=>n.name),importsFiles:r.imports.filter(n=>!n.isExternal&&n.toPath).map(n=>n.toPath),...r.description!==void 0&&{description:r.description},...r.testedBy!==void 0&&{testedBy:r.testedBy},...r.coveragePct!==void 0&&{coveragePct:r.coveragePct},...r.avgExportUsage!==void 0&&{avgExportUsage:r.avgExportUsage},...r.maxExportUsage!==void 0&&{maxExportUsage:r.maxExportUsage}})),cycles:t.cycles}}function rn(t){let e=t.getPackageDependencies(),r=Array.from(t.packages.values()).map(({graph:n,pkg:s})=>({name:s.name,relativeRoot:s.relativeRoot,nodeCount:n.nodes.size,dependsOn:e.get(s.name)??[]}));return{monorepoType:t.type,packageCount:r.length,packages:r}}function te(t){return[...t.nodes.values()].some(e=>e.coveragePct!==void 0)}function No(t){return[...t.nodes.values()].some(e=>e.commitCount90d!==void 0)}function Ee(t,e={}){let{metric:r="cognitiveComplexity",minComplexity:n=10,maxCoveragePct:s=50,minChurn:o=0,limit:i=20}=e,a=No(t),c=[...t.nodes.values()].filter(l=>l.coveragePct!==void 0&&l.coveragePct<=s&&(!a||(l.commitCount90d??0)>=o)).flatMap(l=>(l.functions??[]).filter(p=>p[r]>=n).map(p=>({file:l.path,name:p.name,line:p.line,complexity:p.complexity,cognitiveComplexity:p.cognitiveComplexity,coveragePct:l.coveragePct,...l.commitCount90d!==void 0&&{commitCount90d:l.commitCount90d}}))).sort((l,p)=>p[r]-l[r]).slice(0,i);return{hotspots:c,count:c.length,churnDataAvailable:a}}var Ft=require("child_process"),Et=g(require("fs")),Do=g(require("os")),Ro=g(require("path"));function nn(t,e){try{return(0,Ft.execFileSync)("git",["rev-parse","--verify",`${e}^{commit}`],{cwd:t,encoding:"utf-8",stdio:["ignore","pipe","ignore"]}).trim()}catch{throw new Error(`Could not resolve git ref "${e}" in ${t}`)}}async function Io(t,e,r){let n=Et.default.mkdtempSync(Ro.default.join(Do.default.tmpdir(),`mokosh-worktree-${e.slice(0,12)}-`));Et.default.rmdirSync(n);try{return(0,Ft.execFileSync)("git",["worktree","add","--detach",n,e],{cwd:t,stdio:["ignore","pipe","pipe"]}),await r(n)}finally{try{(0,Ft.execFileSync)("git",["worktree","remove","--force",n],{cwd:t,stdio:["ignore","pipe","pipe"]})}catch{Et.default.rmSync(n,{recursive:!0,force:!0})}}}async function zo(t,e,r,n={}){let s=nn(t,e),o=Yn(t,s);if(o)return{sha:s,graph:o};let i=await Io(t,s,async a=>{let c=n.pathAliases?new z(a,{pathAliases:n.pathAliases}):void 0;return new X(a,null,c,void 0,n.gitStats??!1,new Map,n.parallelParsing??!0,n.additionalIgnoreDirs??[]).build(r)});return Zn(t,s,i),{sha:s,graph:i}}var Mo=t=>Math.round(t*100)/100,Lo=t=>t.length>8?t.slice(0,8):t;function Tp(t,e){return`${t.file}:${t.line} ${t.name} (${t[e]})`}function Pp(t,e){return`${t.file}:${t.line} ${t.name} (${t[e]}, cov ${t.coveragePct}%)`}function Ap(t,e=4){let r=t.occurrences.slice(0,e).map(o=>`${o.file}:${o.startLine}-${o.endLine}`),n=t.occurrences.length-r.length,s=n>0?`, +${n} more`:"";return`${t.lines}L x${t.occurrences.length}: ${r.join(", ")}${s}`}var re=(t,e)=>`${t} ${e}${t===1?"":"s"}`;function Np(t,e){let{files:r,staleReferences:n,duplication:s,complexity:o,docDrift:i,coverage:a}=t,c=[],l=[r.added.length&&`${r.added.length} added`,r.changed.length&&`${r.changed.length} changed`,r.removed.length&&`${r.removed.length} removed`].filter(Boolean);c.push(l.length?`Files: ${l.join(", ")}`:"No file changes"),n.length>0&&c.push(`\u26A0 ${re(n.length,"stale reference")} \u2014 removed export still imported`);let p=o.newHotspots[0];return p?c.push(`+${re(o.newHotspots.length,"complexity hotspot")} (max ${e} ${p[e]} in ${p.file})`):o.resolvedHotspots.length>0&&c.push(`${re(o.resolvedHotspots.length,"complexity hotspot")} resolved`),s.newGroups.length>0?c.push(`+${re(s.newGroups.length,"duplication group")}`):s.resolvedGroups.length>0&&c.push(`${re(s.resolvedGroups.length,"duplication group")} resolved`),i.newlyStale.length>0&&c.push(`${re(i.newlyStale.length,"doc")} newly stale`),a&&a.newHotspots.length>0&&c.push(`+${re(a.newHotspots.length,"risk hotspot")}`),c}function Dp(t){let{staleReferences:e,duplication:r,complexity:n,docDrift:s,coverage:o}=t;return e.length>0||(o?.newHotspots.length??0)>0?"attention":n.newHotspots.length>0||r.newGroups.length>0||s.newlyStale.length>0?"review-worthy":"clean"}function sn(t,e={}){let r=e.metric??"cognitiveComplexity",n=e.maxItems??8,s=e.maxPathList??100,{files:o,staleReferences:i,duplication:a,complexity:c,docDrift:l,coverage:p}=t,u=Mo(c.head.avgCognitiveComplexity-c.base.avgCognitiveComplexity),m=o.added.length+o.changed.length+o.removed.length,h={base:`${t.base.ref}@${Lo(t.base.sha)}`,head:`${t.head.ref}@${Lo(t.head.sha)}`,verdict:Dp(t),headline:Np(t,r),files:{added:o.added.length,changed:o.changed.length,removed:o.removed.length,...m<=s?{paths:{added:o.added,changed:o.changed,removed:o.removed}}:{}}};return i.length>0&&(h.staleReferences=i),(c.newHotspots.length>0||c.resolvedHotspots.length>0)&&(h.complexity={avgDelta:u,newHotspots:c.newHotspots.slice(0,n).map(y=>Tp(y,r)),newHotspotCount:c.newHotspots.length,resolvedCount:c.resolvedHotspots.length}),(a.newGroups.length>0||a.resolvedGroups.length>0)&&(h.duplication={newGroups:a.newGroups.slice(0,n).map(y=>Ap(y)),newGroupCount:a.newGroups.length,resolvedCount:a.resolvedGroups.length,totalGroups:a.head.groups}),(l.newlyStale.length>0||l.resolved.length>0)&&(h.docDrift={newlyStale:l.newlyStale.slice(0,n).map(y=>y.replace("::"," \u2192 ")),newlyStaleCount:l.newlyStale.length,resolvedCount:l.resolved.length}),p&&(p.newHotspots.length>0||p.resolvedHotspots.length>0)&&(h.coverage={avgDelta:Mo(p.head.avgCoveragePct-p.base.avgCoveragePct),newHotspots:p.newHotspots.slice(0,n).map(y=>Pp(y,r)),newHotspotCount:p.newHotspots.length,resolvedCount:p.resolvedHotspots.length}),h}function Rp(t,e){let r=[],n=[];for(let[o,i]of e.nodes){let a=t.nodes.get(o);if(!a){r.push(o);continue}let c=JSON.stringify({category:a.category,exports:a.exports.map(p=>p.name).sort(),imports:a.imports.map(p=>p.toPath).sort()}),l=JSON.stringify({category:i.category,exports:i.exports.map(p=>p.name).sort(),imports:i.imports.map(p=>p.toPath).sort()});c!==l&&n.push(o)}let s=[...t.nodes.keys()].filter(o=>!e.nodes.has(o));return{added:r,removed:s,changed:n}}function Ip(t,e){let r=[];for(let[n,s]of t.nodes){let o=e.nodes.get(n);if(!o)continue;let i=new Set(o.exports.map(c=>c.name)),a=s.exports.map(c=>c.name).filter(c=>!i.has(c));if(a.length!==0)for(let c of a){let l=[...e.nodes.values()].filter(p=>p.imports.some(u=>u.toPath===n&&u.symbols?.includes(c))).map(p=>p.path);l.length>0&&r.push({file:n,symbol:c,stillReferencedBy:l})}}return r}function Tt(t){return t.occurrences.map(e=>`${e.file}:${e.startLine}-${e.endLine}`).sort().join("|")}async function Mp(t,e,r,n,s){let o=jo.default.join(ft(t),`${n}-${Re}`),i=Se(o),[{groups:a},{groups:c}]=await Promise.all([Ce(e,t,{minLines:s,tokenCache:i}),Ce(r,t,{minLines:s})]);ve(i,o);let l=new Set(a.map(Tt)),p=new Set(c.map(Tt));return{base:{groups:a.length},head:{groups:c.length},newGroups:c.filter(u=>!l.has(Tt(u))),resolvedGroups:a.filter(u=>!p.has(Tt(u)))}}function _o(t){let e=[...t.nodes.values()].map(r=>r.cognitiveComplexity).filter(r=>r!==void 0);return e.length===0?0:e.reduce((r,n)=>r+n,0)/e.length}function Lp(t,e,r,n){let s=we(t,{metric:r,threshold:n,limit:1/0}),o=we(e,{metric:r,threshold:n,limit:1/0}),i=l=>`${l.file}:${l.name}`,a=new Set(s.map(i)),c=new Set(o.map(i));return{base:{avgCognitiveComplexity:_o(t)},head:{avgCognitiveComplexity:_o(e)},newHotspots:o.filter(l=>!a.has(i(l))),resolvedHotspots:s.filter(l=>!c.has(i(l)))}}function Go(t){let e=new Set;for(let r of t.nodes.values())if(!(r.type!=="markdown"||!r.staleFor))for(let n of r.staleFor)e.add(`${r.path}::${n}`);return e}function _p(t,e){let r=Go(t),n=Go(e);return{base:{staleCount:r.size},head:{staleCount:n.size},newlyStale:[...n].filter(s=>!r.has(s)),resolved:[...r].filter(s=>!n.has(s))}}function Oo(t){let e=[...t.nodes.values()].map(r=>r.coveragePct).filter(r=>r!==void 0);return e.length===0?0:e.reduce((r,n)=>r+n,0)/e.length}function Gp(t,e,r){if(!te(t)||!te(e))return null;let n=Ee(t,{maxCoveragePct:r,limit:1/0}).hotspots,s=Ee(e,{maxCoveragePct:r,limit:1/0}).hotspots,o=c=>`${c.file}:${c.name}`,i=new Set(n.map(o)),a=new Set(s.map(o));return{base:{avgCoveragePct:Oo(t)},head:{avgCoveragePct:Oo(e)},newHotspots:s.filter(c=>!i.has(o(c))),resolvedHotspots:n.filter(c=>!a.has(o(c)))}}async function on(t,e,r,n={}){let{sha:s,graph:o}=await zo(t,e,n.entryPoints??[],n),i=nn(t,n.headRef??"HEAD"),[a,c]=await Promise.all([Mp(t,o,r,s,n.minDuplicateLines),Promise.resolve(Gp(o,r,n.maxCoveragePct))]);return{base:{ref:e,sha:s},head:{ref:n.headRef??"HEAD",sha:i},files:Rp(o,r),staleReferences:Ip(o,r),duplication:a,complexity:Lp(o,r,n.complexityMetric,n.complexityThreshold),docDrift:_p(o,r),coverage:c}}var Ze=g(require("path"));function Op(t){let e=new Map;for(let[r,n]of t){let s=n.imports.filter(o=>o.toPath&&!o.isExternal).length;s>0&&e.set(r,s)}return e}function jp(t,e,r){let n=new Map;for(let[s,o]of e){if(o<r)continue;let i=t.get(s);if(!i||i.category==="test"||i.category==="barrel")continue;let a=Ze.default.extname(s),c=Ze.default.basename(s,a),l=c==="index"?Ze.default.basename(Ze.default.dirname(s)):c;n.set(s,{path:s,outDegree:o,tag:`feature:${l}`})}return n}function ne(t,e){let r=e?.minOutDegree??5;return jp(t,Op(t),r)}var zp=(t,e)=>t.outDegree-e.outDegree;function Wp(t,e){let r=new Map;for(let n of e.values()){let s=new Set;t.traverse(n.path,o=>(o.path!==n.path&&s.add(o.path),!0),{direction:"outgoing"}),r.set(n.path,s)}return r}function $p(t,e,r,n){let s=new Map;for(let[o]of t){if(e.has(o))continue;let i=null;for(let a of e.values())r.get(a.path)?.has(o)&&(!i||n(a,i)<0)&&(i=a);i&&s.set(o,i.path)}return s}function Bp(t,e){let r=new Map;for(let n of t.values()){let s=n.tag.replace("feature:",""),o=[];for(let[i,a]of e)a===n.path&&o.push(i);r.set(s,{hub:n.path,outDegree:n.outDegree,files:o})}return r}function Hp(t,e,r){let n=[];for(let s of t.keys())!e.has(s)&&!r.has(s)&&n.push(s);return n}function Xe(t,e){let r=e?.detectFn??ne,n=e?.hubComparator??zp,s=r(t.nodes,e),o=Wp(t,s),i=$p(t.nodes,s,o,n);return{features:Bp(s,i),unassigned:Hp(t.nodes,s,i)}}var Up=[{role:"component",segments:["component","components"]},{role:"controller",segments:["controller","controllers"]},{role:"middleware",segments:["middleware"]},{role:"router",segments:["router","routes","route"]},{role:"store",segments:["store","stores"]},{role:"service",segments:["service","services"]},{role:"handler",segments:["handler","handlers"]},{role:"adapter",segments:["adapter","adapters"]},{role:"plugin",segments:["plugin","plugins"]},{role:"api",segments:["api"]},{role:"cli",segments:["cli","commands"],basenames:["cli"]},{role:"util",segments:["util","utils","helper","helpers"]},{role:"model",segments:["model","models"],basenames:["model"]},{role:"parser",segments:["parser","parsers"],basenames:["parser"]},{role:"builder",basenames:["builder"]},{role:"resolver",basenames:["resolver"]}];function Wo(t){if(t.category==="test")return"test";if(t.category==="config")return"config";if(t.category==="type-only")return"types";let e=t.path,r=Kp(e);for(let n of Up)if(n.segments?.some(s=>Jp(e,s))||n.basenames?.includes(r))return n.role;return"other"}function Jp(t,e){return t.includes(`/${e}/`)||t.includes(`/${e}.`)}function Kp(t){let e=t.slice(t.lastIndexOf("/")+1);return e.slice(0,e.lastIndexOf("."))||e}function an(t,e){let r=Xe(t,e),n=new Map;for(let[o,i]of r.features){for(let a of i.files)n.set(a,o);n.set(i.hub,o)}let s=new Map;for(let o of t.nodes.values()){let i=n.get(o.path);s.set(o.path,{path:o.path,role:Wo(o),...o.description?{description:o.description}:{},exports:o.exports.map(a=>a.name),...i?{featureHub:i}:{}})}return s}function cn(t,e){let r=[];for(let n of t.nodes.values())if(n.exports.some(s=>s.name===e))if(kt.has(n.type)){let s=[];for(let o of t.nodes.values())for(let i of o.callEdges??[])i.to===e&&s.push({file:o.path,callerFunction:i.from});r.push({path:n.path,category:n.category,precision:"call",callers:s})}else{let s=Ye(t,n.path).map(o=>({file:o.path,...o.symbols?{symbols:o.symbols}:{}}));r.push({path:n.path,category:n.category,precision:"file-level",importers:s})}return r}function qp(t){return t?t.startsWith("interface ")?"interface":t.startsWith("class ")?"class":t.startsWith("enum ")?"enum":"type":"type"}function Vp(t,e){if(e==="type-only")return!0;let r=t.signature??"";return r.startsWith("interface ")||r.startsWith("class ")||r.startsWith("enum ")}function ln(t){let e=new Map;for(let n of t.nodes.values())if(!(n.type!=="typescript"&&n.type!=="javascript"))for(let s of n.exports){if(!Vp(s,n.category))continue;let o=`${n.path}::${s.name}`;e.set(o,{name:s.name,file:n.path,kind:qp(s.signature),...s.doc?{doc:s.doc}:{}})}let r=[];for(let n of t.nodes.values())if(!(n.type!=="typescript"&&n.type!=="javascript")){for(let s of n.imports)if(!(!s.toPath||s.isExternal||!s.symbols?.length))for(let o of s.symbols)e.has(`${s.toPath}::${o}`)&&r.push({fromFile:n.path,toType:o,toFile:s.toPath})}return{types:e,edges:r}}function pn(t,e){let r=null;for(let o of t.types.values())if(o.name===e){r=o;break}if(!r)return{type:null,usedByFiles:[],uses:[]};let n=new Set,s=new Map;for(let o of t.edges)if(o.toType===e&&o.toFile===r.file&&n.add(o.fromFile),o.fromFile===r.file){let i=t.types.get(`${o.toFile}::${o.toType}`);i&&s.set(`${i.file}::${i.name}`,i)}return{type:r,usedByFiles:Array.from(n),uses:Array.from(s.values())}}var oi=g(require("path"));var fn=g(require("fs")),mn=g(require("path"));var $o=g(require("fs")),Nt=g(require("path"));var un=g(require("fs")),Qp=g(require("path"));function Pt(t){try{return un.default.statSync(t,{throwIfNoEntry:!1})?.isDirectory()===!0}catch{return!1}}function At(t){try{return un.default.statSync(t,{throwIfNoEntry:!1})?.isFile()===!0}catch{return!1}}var Yp=new Set([".java",".kt",".kts",".scala",".sc",".groovy",".gradle"]),Zp=new Set(P);function Bo(t,e=[]){let r;try{r=$o.default.readdirSync(t,{withFileTypes:!0})}catch{return e}for(let n of r){let s=Nt.default.join(t,n.name);n.isDirectory()?!Zp.has(n.name)&&!n.name.startsWith(".")&&Bo(s,e):n.isFile()&&Yp.has(Nt.default.extname(n.name).toLowerCase())&&e.push(s)}return e}function Dt(t,e,r){if(!Pt(e))return null;let n=Bo(e);return n.length===0?null:{name:r,root:e,relativeRoot:Nt.default.relative(t,e),entryPoints:n}}function Xp(t){return t.replace(/\/\*[\s\S]*?\*\//g,"").replace(/\/\/[^\n]*/g,"")}function eu(t){let e=Xp(t),r=new Set;for(let n of e.matchAll(/['"](:[A-Za-z0-9_\-.:]+)['"]/g)){let s=n[1].replace(/^:/,"").replace(/:$/,"");s&&r.add(s)}return[...r]}var Ho={type:"gradle",detect(t){let e=["settings.gradle.kts","settings.gradle"].map(o=>mn.default.join(t,o)).find(o=>fn.default.existsSync(o));if(!e)return null;let r;try{r=fn.default.readFileSync(e,"utf-8")}catch{return null}let n=eu(r);if(n.length===0)return null;let s=[];for(let o of n){let i=mn.default.join(t,...o.split(":")),a=Dt(t,i,o);a&&s.push(a)}return s.length>0?s:null}};var Rt=g(require("fs")),dn=g(require("path"));var Fe=g(require("fs")),T=g(require("path"));function gn(t,e){let r=T.default.join(e,"package.json");if(!Fe.default.existsSync(r))return null;let n={};try{n=JSON.parse(Fe.default.readFileSync(r,"utf-8"))}catch{return null}let s=n.name;return s?{name:s,root:e,relativeRoot:T.default.relative(t,e),entryPoints:tu(e,n)}:null}function tu(t,e){let r=[];if(e.exports){let s=e.exports;if(typeof s=="string")r.push(T.default.join(t,s));else if(typeof s=="object"&&s!==null){let o=s["."];if(typeof o=="string")r.push(T.default.join(t,o));else if(typeof o=="object"&&o!==null){let i=o.import??o.require??o.default;typeof i=="string"&&r.push(T.default.join(t,i))}}}e.main&&r.push(T.default.join(t,e.main));for(let s of["src/index.ts","src/index.tsx","index.ts","index.tsx","index.js"])r.push(T.default.join(t,s));let n=r.filter(At);return n.length>0?n.slice(0,1):r.slice(0,1)}function Te(t,e){let r=[],n=new Set;for(let s of e){let o=s.replace(/\/$/,"").replace(/^\.\//,"");ru(t,o,n,r)}return r}function ru(t,e,r,n){if(!e.includes("*")){nu(t,e,r,n);return}let s=e.split("/");s.includes("**")?su(t,s,r,n):ou(t,s,r,n)}function nu(t,e,r,n){let s=T.default.join(t,e);if(r.has(s)||!Pt(s))return;r.add(s);let o=gn(t,s);o&&n.push(o)}function su(t,e,r,n){let s=T.default.join(t,e[0]==="**"?"":e[0]??"");Uo(t,s,r,n)}function ou(t,e,r,n){let s=e.findIndex(a=>a.includes("*")),o=T.default.join(t,...e.slice(0,s)),i;try{i=Fe.default.readdirSync(o,{withFileTypes:!0})}catch{return}for(let a of i){if(!a.isDirectory())continue;let c=T.default.join(o,a.name);if(r.has(c))continue;r.add(c);let l=gn(t,c);l&&n.push(l)}}function Uo(t,e,r,n){let s;try{s=Fe.default.readdirSync(e,{withFileTypes:!0})}catch{return}for(let o of s){if(!o.isDirectory()||o.name==="node_modules"||o.name.startsWith("."))continue;let i=T.default.join(e,o.name);if(Fe.default.existsSync(T.default.join(i,"package.json"))&&!r.has(i)){r.add(i);let a=gn(t,i);a&&n.push(a)}else Uo(t,i,r,n)}}var Jo={type:"npm",detect(t){let e=dn.default.join(t,"package.json");if(!Rt.default.existsSync(e))return null;let r;try{r=JSON.parse(Rt.default.readFileSync(e,"utf-8")).workspaces}catch{return null}if(!r||Rt.default.existsSync(dn.default.join(t,"yarn.lock")))return null;let n=Array.isArray(r)?r:r.packages??[];return n.length===0?null:Te(t,n)}};var se=g(require("fs")),E=g(require("path"));var Ko={type:"nx",detect(t){return se.default.existsSync(E.default.join(t,"nx.json"))?qo(t,t,new Set,0).map(r=>iu(t,r,E.default.join(r,"project.json"))).filter(r=>r!==null):null}};function qo(t,e,r,n){if(n>4)return[];let s;try{s=se.default.readdirSync(e,{withFileTypes:!0})}catch{return[]}let o=[];for(let i of s){if(!i.isDirectory())continue;let a=i.name;if(a.startsWith(".")||a==="node_modules"||a==="dist"||a===".nx")continue;let c=E.default.join(e,a);se.default.existsSync(E.default.join(c,"project.json"))&&!r.has(c)?(r.add(c),o.push(c)):o.push(...qo(t,c,r,n+1))}return o}function iu(t,e,r){let n={};try{n=JSON.parse(se.default.readFileSync(r,"utf-8"))}catch{return null}let s=n.name,o,i,a=E.default.join(e,"package.json");if(se.default.existsSync(a))try{let c=JSON.parse(se.default.readFileSync(a,"utf-8"));s=c.name??s,o=c.main,i=c.exports}catch{}return s?{name:s,root:e,relativeRoot:E.default.relative(t,e),entryPoints:au(e,n,o,i)}:null}function au(t,e,r,n){let s=[],o=e.targets?.build?.options?.main??e.targets?.build?.options?.entryFile;if(o){let a=E.default.resolve(t,"../..");s.push(E.default.resolve(a,o)),s.push(E.default.resolve(t,o))}if(n){let a=n;if(typeof a=="string")s.push(E.default.join(t,a));else if(typeof a=="object"&&a!==null){let c=a["."];typeof c=="string"&&s.push(E.default.join(t,c))}}if(r&&s.push(E.default.join(t,r)),e.sourceRoot){let a=E.default.resolve(t,"../.."),c=E.default.resolve(a,e.sourceRoot);s.push(E.default.join(c,"index.ts"),E.default.join(c,"index.tsx"))}for(let a of["src/index.ts","src/index.tsx","index.ts","index.tsx"])s.push(E.default.join(t,a));let i=s.filter(At);return i.length>0?i.slice(0,1):s.slice(0,1)}var hn=g(require("fs")),Vo=g(require("path")),Qo=require("js-yaml");var Yo={type:"pnpm",detect(t){let e=Vo.default.join(t,"pnpm-workspace.yaml");if(!hn.default.existsSync(e))return null;let r=[];try{r=(0,Qo.load)(hn.default.readFileSync(e,"utf-8"))?.packages??[]}catch{return null}return Te(t,r)}};var Pe=g(require("fs")),et=g(require("path"));function cu(t){return t.replace(/\/\*[\s\S]*?\*\//g,"").replace(/\/\/[^\n]*/g,"")}function lu(t){let e=cu(t),r=new Map;for(let n of e.matchAll(/(?:lazy\s+)?val\s+([A-Za-z0-9_]+)\s*=\s*\(?\s*project\b([^\n]*)/g)){let s=n[1],i=n[2].match(/\bfile\s*\(\s*["']([^"']+)["']\s*\)/),a=i?i[1]:s;if(a==="."||a==="./")continue;let c=a.replace(/^\.\//,"").replace(/\/$/,"");r.has(c)||r.set(c,{name:s,dir:c})}return[...r.values()]}var Zo={type:"sbt",detect(t){let e=et.default.join(t,"build.sbt"),r=et.default.join(t,"project");if(!Pe.default.existsSync(e)||!Pe.default.existsSync(r))return null;let n=[];try{n.push(Pe.default.readFileSync(e,"utf-8"))}catch{return null}try{for(let a of Pe.default.readdirSync(r))a.endsWith(".scala")&&n.push(Pe.default.readFileSync(et.default.join(r,a),"utf-8"))}catch{}let s=new Set,o=[];for(let a of n)for(let c of lu(a))s.has(c.dir)||(s.add(c.dir),o.push(c));if(o.length===0)return null;let i=[];for(let a of o){let c=et.default.join(t,...a.dir.split("/")),l=Dt(t,c,a.name);l&&i.push(l)}return i.length>0?i:null}};var Xo=g(require("fs")),ei=g(require("path")),ti={type:"turborepo",detect(t){return Xo.default.existsSync(ei.default.join(t,"turbo.json"))?[]:null}};var It=g(require("fs")),yn=g(require("path"));var ri={type:"yarn",detect(t){if(!It.default.existsSync(yn.default.join(t,"yarn.lock")))return null;let e=yn.default.join(t,"package.json");if(!It.default.existsSync(e))return null;let r;try{r=JSON.parse(It.default.readFileSync(e,"utf-8")).workspaces}catch{return null}if(!r)return null;let n=Array.isArray(r)?r:r.packages??[];return n.length===0?null:Te(t,n)}};var ni=[];function L(t){ni.push(t)}function si(){return ni}L(ti);L(Ko);L(Yo);L(ri);L(Jo);L(Ho);L(Zo);function tt(t,e=si()){let r=oi.default.resolve(t),n=new Map,s=[];for(let i of e){let a=i.detect(r);if(a!==null){s.push(i.type);for(let c of a)n.has(c.name)||n.set(c.name,c)}}if(s.length===0)return{root:r,type:"none",types:[],packages:[],packageMap:new Map};let o=Array.from(n.values());return{root:r,type:s[0],types:s,packages:o,packageMap:new Map(o.map(i=>[i.name,i]))}}var rt=class t{constructor(e,r){this.monorepoRoot=e;this.type=r}monorepoRoot;type;packages=new Map;addPackage(e,r){this.packages.set(e.name,{graph:r,pkg:e})}annotateCrossPackageEdges(){for(let{graph:e}of this.packages.values())for(let r of e.nodes.values()){let n=this.getPackageForFile(r.path);if(n)for(let s of r.imports){if(s.isExternal||s.isWorkspace)continue;let o=this.getPackageForFile(s.toPath);o&&o.name!==n.name&&(s.isWorkspace=!0,s.workspacePackage=o.name)}}}getPackageForFile(e){for(let{pkg:r}of this.packages.values())if(e===r.relativeRoot||e.startsWith(`${r.relativeRoot}/`))return r}getPackageDependencies(){let e=new Map;for(let{graph:r,pkg:n}of this.packages.values()){let s=new Set;for(let o of r.nodes.values())for(let i of o.imports)i.isWorkspace&&i.workspacePackage&&s.add(i.workspacePackage);e.set(n.name,[...s])}return e}getAffectedAcrossPackages(e){let r=this.getPackageForFile(e);if(!r)return[];let n=this.packages.get(r.name);if(!n)return[];let s=[];n.graph.traverse(e,o=>(o.path!==e&&s.push({file:o.path,package:r.name}),!0),{direction:"incoming"});for(let{graph:o,pkg:i}of this.packages.values())if(i.name!==r.name)for(let a of o.nodes.values())a.imports.some(l=>l.isWorkspace&&l.workspacePackage===r.name)&&s.push({file:a.path,package:i.name});return s}serialize(){return{monorepoRoot:this.monorepoRoot,type:this.type,packages:Array.from(this.packages.values()).map(({graph:e,pkg:r})=>({pkg:{name:r.name,relativeRoot:r.relativeRoot,entryPoints:r.entryPoints},nodes:Array.from(e.nodes.values())}))}}static deserialize(e){let r=new t(e.monorepoRoot,e.type);for(let{pkg:n,nodes:s}of e.packages){let o=new Map(s.map(a=>[a.path,a])),i=new A(o);r.packages.set(n.name,{graph:i,pkg:{...n,root:""}})}return r}};function ii(t,e){return e.startsWith("!")?t!==e.slice(1):t===e}function pu(t,e){return e.startsWith("!")?!t.includes(e.slice(1)):t.includes(e)}var uu=(t,e)=>!e.category||ii(t.category,e.category),fu=(t,e)=>!e.type||ii(t.type,e.type),mu=(t,e)=>e.lastAuthor?e.lastAuthor.startsWith("!")?t.lastAuthor!==e.lastAuthor.slice(1):t.lastAuthor!==void 0&&t.lastAuthor===e.lastAuthor:!0,gu=(t,e)=>!e.path||pu(t.path,e.path),du=(t,e)=>e.isExternal===void 0?!0:t.imports.some(n=>n.isExternal)===e.isExternal,hu=(t,e)=>{if(!e.tags||e.tags.length===0)return!0;let r=e.tags.filter(s=>!s.startsWith("!")),n=e.tags.filter(s=>s.startsWith("!")).map(s=>s.slice(1));return!(r.length>0&&!r.some(s=>t.tags.some(o=>o.name===s))||n.some(s=>t.tags.some(o=>o.name===s)))},yu=(t,e)=>!e.allTags?.length||e.allTags.every(r=>t.tags.some(n=>n.name===r)),xu=(t,e)=>!e.importsFile||t.imports.some(r=>r.toPath?.includes(e.importsFile)),bu=(t,e,r)=>e.importedBy===void 0?!0:(r?.get(t.path)??[]).some(s=>s.includes(e.importedBy)),Su=(t,e)=>e.minImports===void 0||t.imports.length>=e.minImports,vu=(t,e)=>e.maxImports===void 0||t.imports.length<=e.maxImports,ku=(t,e)=>e.minSize===void 0||t.size>=e.minSize,Cu=(t,e)=>e.maxSize===void 0||t.size<=e.maxSize,wu=(t,e)=>e.hasDocstring===void 0||!!t.description===e.hasDocstring,Eu=(t,e)=>e.isDocumented===void 0||!!t.documentedBy?.length===e.isDocumented,Fu=(t,e)=>e.isStale===void 0||!!t.staleFor?.length===e.isStale,Tu=(t,e)=>e.minCoverage===void 0||(t.coveragePct??101)>=e.minCoverage,Pu=(t,e)=>e.maxCoverage===void 0||(t.coveragePct??0)<=e.maxCoverage,Au=(t,e)=>e.minExportUsage===void 0||(t.avgExportUsage??-1)>=e.minExportUsage,Nu=(t,e)=>e.maxExportUsage===void 0||(t.avgExportUsage??0)<=e.maxExportUsage,Du=(t,e)=>e.minComplexity===void 0||(t.complexity??-1/0)>=e.minComplexity,Ru=(t,e)=>e.maxComplexity===void 0||(t.complexity??0)<=e.maxComplexity,Iu=(t,e)=>e.minCognitiveComplexity===void 0||(t.cognitiveComplexity??-1/0)>=e.minCognitiveComplexity,Mu=(t,e)=>e.maxCognitiveComplexity===void 0||(t.cognitiveComplexity??0)<=e.maxCognitiveComplexity,Lu=(t,e)=>e.minCommits===void 0||(t.commitCount90d??-1/0)>=e.minCommits,_u=(t,e)=>e.maxCommits===void 0||(t.commitCount90d??0)<=e.maxCommits,Gu=(t,e,r)=>!e.any?.length||e.any.some(n=>nt(t,n,r)),Ou=[uu,fu,mu,gu,du,hu,yu,xu,bu,Su,vu,ku,Cu,wu,Eu,Fu,Tu,Pu,Au,Nu,Du,Ru,Iu,Mu,Lu,_u,Gu];function nt(t,e,r){return Ou.every(n=>n(t,e,r))}function Mt(t,e){let r=new Map;if(e.importedBy!==void 0){for(let i of t.nodes)for(let a of i.imports)if(a.toPath){let c=r.get(a.toPath)??[];c.push(i.path),r.set(a.toPath,c)}}let n=t.nodes.filter(i=>nt(i,e,r)),s=new Set(n.map(i=>i.path)),o=n.map(i=>({...i,imports:i.imports.filter(a=>!a.toPath||s.has(a.toPath))}));if(e.sort){let i=e.sortDir==="asc"?-1:1;o.sort((a,c)=>{let l=0;switch(e.sort){case"size":l=c.size-a.size;break;case"imports":l=c.imports.length-a.imports.length;break;case"commitCount90d":l=(c.commitCount90d??0)-(a.commitCount90d??0);break;case"exportUsage":l=(c.avgExportUsage??0)-(a.avgExportUsage??0);break;case"complexity":l=(c.complexity??0)-(a.complexity??0);break;case"cognitiveComplexity":l=(c.cognitiveComplexity??0)-(a.cognitiveComplexity??0);break}return l*i})}return e.limit!==void 0&&o.splice(e.limit),{nodes:o,cycles:t.cycles?.filter(i=>i.every(a=>s.has(a)))??void 0}}var ju={category:{field:"category",kind:"string"},type:{field:"type",kind:"string"},path:{field:"path",kind:"string"},importsfile:{field:"importsFile",kind:"string"},importedby:{field:"importedBy",kind:"string"},lastauthor:{field:"lastAuthor",kind:"string"},external:{field:"isExternal",kind:"boolIsTrue"},hasdocstring:{field:"hasDocstring",kind:"boolNotFalse"},isdocumented:{field:"isDocumented",kind:"boolNotFalse"},isstale:{field:"isStale",kind:"boolNotFalse"},minimports:{field:"minImports",kind:"int"},maximports:{field:"maxImports",kind:"int"},minsize:{field:"minSize",kind:"int"},maxsize:{field:"maxSize",kind:"int"},limit:{field:"limit",kind:"int"},mincoverage:{field:"minCoverage",kind:"int"},maxcoverage:{field:"maxCoverage",kind:"int"},minexportusage:{field:"minExportUsage",kind:"float"},maxexportusage:{field:"maxExportUsage",kind:"float"},mincomplexity:{field:"minComplexity",kind:"int"},maxcomplexity:{field:"maxComplexity",kind:"int"},mincognitivecomplexity:{field:"minCognitiveComplexity",kind:"int"},maxcognitivecomplexity:{field:"maxCognitiveComplexity",kind:"int"},mincommits:{field:"minCommits",kind:"int"},maxcommits:{field:"maxCommits",kind:"int"}};function zu(t,e,r,n){let s=t;switch(r){case"string":s[e]=n;break;case"int":s[e]=parseInt(n,10);break;case"float":s[e]=parseFloat(n);break;case"boolNotFalse":s[e]=n.toLowerCase()!=="false";break;case"boolIsTrue":s[e]=n.toLowerCase()==="true";break}}function ci(t,e){let r=e.indexOf(":");if(r===-1)return;let n=e.slice(0,r).trim().toLowerCase(),s=e.slice(r+1).trim();if(!n||!s)return;if(n==="tag"||n==="tags"){s.includes("+")?t.allTags=[...t.allTags??[],...s.split("+")]:t.tags=[...t.tags??[],s];return}if(n==="sort"){t.sort=s;return}if(n==="sortdir"){t.sortDir=s.toLowerCase()==="asc"?"asc":"desc";return}let o=ju[n];o&&zu(t,o.field,o.kind,s)}function Wu(t){let e=[];for(let r of t.split("|")){let n=r.trim();if(!n)continue;let s={};ci(s,n),Object.keys(s).length>0&&e.push(s)}return e}var ai="any(";function Lt(t){let e={},r=t.split(",");for(let n of r){let s=n.trim();if(s.toLowerCase().startsWith(ai)&&s.endsWith(")")){let o=s.slice(ai.length,-1),i=Wu(o);i.length>0&&(e.any=[...e.any??[],...i]);continue}ci(e,n)}return e}var Ln=g(require("fs/promises")),Ei=g(require("path"));var Jt=g(require("path")),st=g(require("typescript"));var ui=g(require("path"));var pi=g(require("path")),w=g(require("typescript")),li=new Set(["describe","test","it"]);function oe(t,e){let r=t[e];if(r===void 0)throw new Error(`Index ${e} out of bounds (length ${t.length})`);return r}function xn(t){let e=[];for(let r of t.statements){if(!w.default.isExpressionStatement(r))continue;let n=r.expression;if(!w.default.isCallExpression(n))continue;let s=n.expression;w.default.isIdentifier(s)&&li.has(s.text)&&e.push(n),w.default.isPropertyAccessExpression(s)&&w.default.isIdentifier(s.expression)&&li.has(s.expression.text)&&e.push(n)}return e}function bn(t,e,r){for(let n of t.arguments){if(!w.default.isObjectLiteralExpression(n))continue;let s=n.properties.find(o=>w.default.isPropertyAssignment(o)&&w.default.isIdentifier(o.name)&&o.name.text===e);if(!(!s||!w.default.isArrayLiteralExpression(s.initializer)))return s.initializer.elements.filter(w.default.isStringLiteral).map(o=>o.text)}return null}function Sn(t,e,r,n){if(t.arguments.length===0)return null;for(let o=1;o<t.arguments.length;o++){let i=oe(t.arguments,o);if(!w.default.isObjectLiteralExpression(i))continue;let a=i.properties.find(l=>w.default.isPropertyAssignment(l)&&w.default.isIdentifier(l.name)&&l.name.text===e);if(a)return{start:a.initializer.getStart(n),end:a.initializer.getEnd(),text:r};let c=i.getEnd()-1;return{start:c,end:c,text:`${i.properties.length>0?", ":""}${e}: ${r}`}}let s=oe(t.arguments,t.arguments.length-1);return{start:s.getStart(n),end:s.getStart(n),text:`{ ${e}: ${r} }, `}}function vn(t,e,r){let n=t.arguments;for(let s=1;s<n.length;s++){let o=oe(n,s);if(!w.default.isObjectLiteralExpression(o))continue;let i=o.properties.findIndex(c=>w.default.isPropertyAssignment(c)&&w.default.isIdentifier(c.name)&&c.name.text===e);if(i<0)continue;if(o.properties.length===1)return{start:oe(n,s-1).getEnd(),end:o.getEnd(),text:""};let a=oe(o.properties,i);return i===o.properties.length-1?{start:oe(o.properties,i-1).getEnd(),end:a.getEnd(),text:""}:{start:a.getStart(r),end:oe(o.properties,i+1).getStart(r),text:""}}return null}function kn(t,e){let r=[...e].sort((s,o)=>o.start-s.start),n=t;for(let s of r)n=n.slice(0,s.start)+s.text+n.slice(s.end);return n}function Cn(t){return`[${t.map(e=>JSON.stringify(e)).join(", ")}]`}var _=new Set([".ts",".tsx",".mts",".cts",".js",".jsx",".mjs",".cjs"]);function $u(t){return t.map(e=>e.startsWith("@")?e.slice(1):e)}function _t(t,e,r,n){let s=w.default.createSourceFile(pi.default.basename(t),e,w.default.ScriptTarget.Latest,!0),o=xn(s),[i]=o;if(!i)return e;let a=bn(i,n,s),c=[...r].sort();if(a!==null&&JSON.stringify($u(a).sort())===JSON.stringify(c))return e;let l=Cn(c.map(u=>`@${u}`)),p=o.flatMap(u=>{let m=r.length===0?vn(u,n,s):Sn(u,n,l,s);return m?[m]:[]});return p.length>0?kn(e,p):e}var Gt=class{name="cypress";canHandle(e){return _.has(ui.default.extname(e).toLowerCase())}apply(e,r,n){return _t(e,r,n,"tags")}};var fi=g(require("path")),wn=/# <mokosh-tags>[\s\S]*?# <\/mokosh-tags>\n*/,En=/^@([a-zA-Z0-9_-]+)/gm;function Bu(t){return`${["# <mokosh-tags>",...t.map(e=>`@${e}`),"# </mokosh-tags>"].join(`
12
28
  `)}
13
29
 
14
- `}function Ga(t){let e=new Set;dr.lastIndex=0;let r=dr.exec(t);for(;r!==null;)r[1]&&e.add(r[1]),r=dr.exec(t);return e}var tt=class{name="gherkin";canHandle(e){return Vn.default.extname(e).toLowerCase()===".feature"}apply(e,r,n){let s=r.replace(gr,""),o=Ga(s),i=n.filter(c=>!o.has(c)),a=i.length>0?La(i):"";return gr.test(r)?r.replace(gr,a):a?r.replace(/^(Feature:)/m,`${a}$1`):r}};function Qn(t,e){let r=t.replace(/\\/g,"/"),n=e.replace(/\\/g,"/"),s="";for(let o=0;o<r.length;o++){let i=r[o];i==="*"?r[o+1]==="*"?(s+=".*",o++):s+="[^/]*":i==="?"?s+="[^/]":i!==void 0&&(s+=i.replace(/[.+^${}()|[\]\\]/g,"\\$&"))}return new RegExp(`^${s}$`).test(n)}var qn=g(require("path")),hr=/^\/\/go:build mokosh_[^\n]+\n/m,_a=/^package\s+\S+/m;function Oa(t){return`//go:build ${t.map(r=>`mokosh_${r}`).join(" || ")}
15
- `}function ja(t){let e=hr.exec(t);if(!e)return null;let r=e[0]??"",n=/mokosh_([a-zA-Z0-9_-]+)/g,s=[],o=n.exec(r);for(;o!==null;)o[1]&&s.push(o[1]),o=n.exec(r);return s}var rt=class{name="go";canHandle(e){return qn.default.basename(e).endsWith("_test.go")}apply(e,r,n){let s=ja(r),o=[...n].sort();if(s!==null&&JSON.stringify([...s].sort())===JSON.stringify(o))return r;if(n.length===0)return r.replace(hr,"");let i=Oa(o);if(s!==null)return r.replace(hr,i);let a=_a.exec(r);if(!a)return r;let c=a.index;return`${r.slice(0,c)+i}
16
- ${r.slice(c)}`}};var Yn=g(require("path"));var za=/^\/\*\*\n(?: \* @group .+\n)+ \*\/\n+/,yr=/^ \* @group (.+)$/gm;function Wa(t){return`${["/**",...t.map(e=>` * @group ${e}`)," */"].join(`
30
+ `}function Hu(t){let e=new Set;En.lastIndex=0;let r=En.exec(t);for(;r!==null;)r[1]&&e.add(r[1]),r=En.exec(t);return e}var Ot=class{name="gherkin";canHandle(e){return fi.default.extname(e).toLowerCase()===".feature"}apply(e,r,n){let s=r.replace(wn,""),o=Hu(s),i=n.filter(c=>!o.has(c)),a=i.length>0?Bu(i):"";return wn.test(r)?r.replace(wn,a):a?r.replace(/^(Feature:)/m,`${a}$1`):r}};function mi(t,e){let r=t.replace(/\\/g,"/"),n=e.replace(/\\/g,"/"),s="";for(let o=0;o<r.length;o++){let i=r[o];i==="*"?r[o+1]==="*"?(s+=".*",o++):s+="[^/]*":i==="?"?s+="[^/]":i!==void 0&&(s+=i.replace(/[.+^${}()|[\]\\]/g,"\\$&"))}return new RegExp(`^${s}$`).test(n)}var gi=g(require("path")),Fn=/^\/\/go:build mokosh_[^\n]+\n/m,Uu=/^package\s+\S+/m;function Ju(t){return`//go:build ${t.map(r=>`mokosh_${r}`).join(" || ")}
31
+ `}function Ku(t){let e=Fn.exec(t);if(!e)return null;let r=e[0]??"",n=/mokosh_([a-zA-Z0-9_-]+)/g,s=[],o=n.exec(r);for(;o!==null;)o[1]&&s.push(o[1]),o=n.exec(r);return s}var jt=class{name="go";canHandle(e){return gi.default.basename(e).endsWith("_test.go")}apply(e,r,n){let s=Ku(r),o=[...n].sort();if(s!==null&&JSON.stringify([...s].sort())===JSON.stringify(o))return r;if(n.length===0)return r.replace(Fn,"");let i=Ju(o);if(s!==null)return r.replace(Fn,i);let a=Uu.exec(r);if(!a)return r;let c=a.index;return`${r.slice(0,c)+i}
32
+ ${r.slice(c)}`}};var di=g(require("path"));var qu=/^\/\*\*\n(?: \* @group .+\n)+ \*\/\n+/,Tn=/^ \* @group (.+)$/gm;function Vu(t){return`${["/**",...t.map(e=>` * @group ${e}`)," */"].join(`
17
33
  `)}
18
34
 
19
- `}function Ba(t){let e=[];yr.lastIndex=0;let r=yr.exec(t);for(;r!==null;)r[1]&&e.push(r[1]),r=yr.exec(t);return e}var nt=class{name="jest";canHandle(e){return D.has(Yn.default.extname(e).toLowerCase())}apply(e,r,n){let s=za.exec(r),o=s?Ba(s[0]):null,i=[...n].sort();if(o!==null&&JSON.stringify([...o].sort())===JSON.stringify(i))return r;let a=s?r.slice(s[0].length):r;return n.length===0?a:Wa(i)+a}};var Xn=g(require("path"));var st=class{name="playwright";canHandle(e){return D.has(Xn.default.extname(e).toLowerCase())}apply(e,r,n){return Ze(e,r,n,"tag")}};var Zn=g(require("path")),xr=/^pytestmark\s*=\s*.+$/m,$a=/^import pytest\s*$/m;function Ua(t){let e=t.map(r=>`pytest.mark.${r}`).join(", ");return t.length===1?`pytestmark = pytest.mark.${t[0]}`:`pytestmark = [${e}]`}function Ha(t){let e=xr.exec(t);if(!e)return null;let r=e[0],n=[],s=/pytest\.mark\.([a-zA-Z0-9_-]+)/g,o=s.exec(r);for(;o!==null;)o[1]&&n.push(o[1]),o=s.exec(r);return n}var ot=class{name="pytest";canHandle(e){return Zn.default.extname(e).toLowerCase()===".py"}apply(e,r,n){let s=Ha(r),o=[...n].sort();if(s!==null&&JSON.stringify([...s].sort())===JSON.stringify(o))return r;if(n.length===0)return r.replace(xr,"").replace(/\n{3,}/g,`
35
+ `}function Qu(t){let e=[];Tn.lastIndex=0;let r=Tn.exec(t);for(;r!==null;)r[1]&&e.push(r[1]),r=Tn.exec(t);return e}var zt=class{name="jest";canHandle(e){return _.has(di.default.extname(e).toLowerCase())}apply(e,r,n){let s=qu.exec(r),o=s?Qu(s[0]):null,i=[...n].sort();if(o!==null&&JSON.stringify([...o].sort())===JSON.stringify(i))return r;let a=s?r.slice(s[0].length):r;return n.length===0?a:Vu(i)+a}};var yi=g(require("path")),Yu="// mokosh:tags",An=/^\/\/ mokosh:tags\n(?:[ \t]*@Tag\("[^"]*"\)\n)*/m,Pn="import org.junit.jupiter.api.Tag;",xi=/^import org\.junit\.jupiter\.api\.Tag;\n/m,Zu=/^(?:public\s+|final\s+|abstract\s+|sealed\s+|non-sealed\s+|strictfp\s+)*(?:class|interface|enum|record|@interface)\s+\w+/m,Xu=/^import\s+[^\n]+;\n(?![\s\S]*^import\s)/m,ef=/^package\s+[^\n]+;\n/m,tf=/\/src\/(test|androidTest|integrationTest|it)\//,rf=/(Test|Tests|Spec|IT)\.(java|groovy)$/;function nf(t){let e=An.exec(t);if(!e)return null;let r=[],n=/@Tag\("([^"]*)"\)/g,s=n.exec(e[0]);for(;s!==null;)s[1]&&r.push(s[1]),s=n.exec(e[0]);return r}function sf(t){return`${Yu}
36
+ ${t.map(e=>`@Tag("${e}")`).join(`
37
+ `)}
38
+ `}function hi(t){if(xi.test(t))return t;let e=Xu.exec(t);if(e){let n=e.index+e[0].length;return t.slice(0,n)+Pn+`
39
+ `+t.slice(n)}let r=ef.exec(t);if(r){let n=r.index+r[0].length;return t.slice(0,n)+`
40
+ `+Pn+`
41
+ `+t.slice(n)}return Pn+`
42
+ `+t}function of(t){return/@Tag\b/.test(t)?t:t.replace(xi,"")}var Wt=class{name="junit";canHandle(e){let r=e.replace(/\\/g,"/"),n=yi.default.extname(r).toLowerCase();return n!==".java"&&n!==".groovy"?!1:tf.test(r)||rf.test(r)}apply(e,r,n){let s=nf(r),o=[...n].sort();if(s!==null&&JSON.stringify([...s].sort())===JSON.stringify(o))return r;if(n.length===0)return s===null?r:of(r.replace(An,""));let i=sf(o);if(s!==null)return hi(r.replace(An,i));let a=Zu.exec(r);if(!a)return r;let c=r.slice(0,a.index)+i+r.slice(a.index);return hi(c)}};var bi=g(require("path"));var $t=class{name="playwright";canHandle(e){return _.has(bi.default.extname(e).toLowerCase())}apply(e,r,n){return _t(e,r,n,"tag")}};var Si=g(require("path")),Nn=/^pytestmark\s*=\s*.+$/m,af=/^import pytest\s*$/m;function cf(t){let e=t.map(r=>`pytest.mark.${r}`).join(", ");return t.length===1?`pytestmark = pytest.mark.${t[0]}`:`pytestmark = [${e}]`}function lf(t){let e=Nn.exec(t);if(!e)return null;let r=e[0],n=[],s=/pytest\.mark\.([a-zA-Z0-9_-]+)/g,o=s.exec(r);for(;o!==null;)o[1]&&n.push(o[1]),o=s.exec(r);return n}var Bt=class{name="pytest";canHandle(e){return Si.default.extname(e).toLowerCase()===".py"}apply(e,r,n){let s=lf(r),o=[...n].sort();if(s!==null&&JSON.stringify([...s].sort())===JSON.stringify(o))return r;if(n.length===0)return r.replace(Nn,"").replace(/\n{3,}/g,`
20
43
 
21
- `);let i=Ua(o);if(s!==null)return r.replace(xr,i);let a=$a.test(r),c=Ka(r),l=r.slice(0,c),p=r.slice(c),f=a?"":`import pytest
22
- `,d=l.endsWith(`
44
+ `);let i=cf(o);if(s!==null)return r.replace(Nn,i);let a=af.test(r),c=pf(r),l=r.slice(0,c),p=r.slice(c),u=a?"":`import pytest
45
+ `,m=l.endsWith(`
23
46
 
24
47
  `)?"":`
25
- `;return`${l+d+f+i}
26
- ${p}`}};function Ka(t){let e=t.split(`
27
- `),r=-1;return e.forEach((s,o)=>{(s.trimStart().startsWith("import ")||s.trimStart().startsWith("from "))&&(r=o)}),r<0?0:e.slice(0,r+1).reduce((s,o)=>s+o.length+1,0)}var br=g(require("path")),Sr=g(require("typescript"));var Ja=/\/\/ <mokosh-tags>[\s\S]*?\/\/ <\/mokosh-tags>\n*/,it=class{name="vitest";canHandle(e){return D.has(br.default.extname(e).toLowerCase())}apply(e,r,n){let s=r.replace(Ja,""),o=Sr.default.createSourceFile(br.default.basename(e),s,Sr.default.ScriptTarget.Latest,!0),i=cr(o),[a]=i;if(!a)return s;let c=lr(a,"tags",o),l=[...n].sort();if(c!==null&&JSON.stringify([...c].sort())===JSON.stringify(l))return s;let p=i.flatMap(f=>{let d=n.length===0?ur(f,"tags",o):pr(f,"tags",mr(l),o);return d?[d]:[]});return p.length>0?fr(s,p):s}};var es={vitest:()=>new it,playwright:()=>new st,cypress:()=>new et,jest:()=>new nt},Va={"@playwright/test":"playwright",cypress:"cypress","@jest/globals":"jest",vitest:"vitest"};function Qa(t){let e=ve.default.createSourceFile("detect.ts",t,ve.default.ScriptTarget.Latest,!0);for(let r of e.statements){if(!ve.default.isImportDeclaration(r)||!ve.default.isStringLiteral(r.moduleSpecifier))continue;let n=Va[r.moduleSpecifier.text];if(n)return n}return null}var kr=class{constructor(e,r,n){this.rootDir=e;this.defaultFramework=r;this.frameworkOverrides=n}rootDir;defaultFramework;frameworkOverrides;name="auto";canHandle(e){return D.has(at.default.extname(e).toLowerCase())}apply(e,r,n){let s=Qa(r)??this.matchOverride(e)??this.defaultFramework;return(es[s]??es.vitest)().apply(e,r,n)}matchOverride(e){let r=at.default.relative(this.rootDir,e).split(at.default.sep).join("/");for(let[n,s]of this.frameworkOverrides)if(Qn(n,r))return s;return null}};function ts(t="vitest",e={},r=process.cwd()){return[new tt,new ot,new rt,new kr(r,t,Object.entries(e))]}function rs(t,e){return e.find(r=>r.canHandle(t))??null}var qa=/^[a-zA-Z][a-zA-Z0-9_-]{1,}$/,Ya=new Set(["import"]),Xa=new Set(["common","fixture","fixtures","helper","helpers","index","main","mock","mocks","setup","shared","spec","test","tests","types","util","utils"]);async function Za(t,e,r,n){let s;try{s=await Cr.default.readFile(t,"utf8")}catch(a){return{path:t,status:"error",error:String(a)}}let o=rs(t,n);if(!o)return{path:t,status:"unchanged"};let i=o.apply(t,s,e);return i===s?{path:t,status:"unchanged"}:(r||await Cr.default.writeFile(t,i,"utf8"),{path:t,status:"updated"})}async function vr(t,e,r){let n=fe(e),s=n.tagApplier?.framework??"vitest",o=n.tagApplier?.frameworkOverrides??{},i=ts(s,o,e),a={updated:0,unchanged:0,errors:0,files:[]};for(let c of t.nodes.values()){if(c.category!=="test")continue;let l=new Set,p=[];for(let h of c.tags)Ya.has(h.kind)&&qa.test(h.name)&&(Xa.has(h.name.toLowerCase())||l.has(h.name)||(l.add(h.name),p.push(h.name)));p.sort();let f=ns.default.resolve(e,c.path),d=await Za(f,p,r.dryRun,i);d.path=c.path,a.files.push(d),d.status==="updated"?a.updated++:d.status==="unchanged"?a.unchanged++:a.errors++}return a}var ct=class{isTestNode(e){return e.category==="test"||e.tags.some(r=>r.name==="test")}};var le=g(require("fs")),E=g(require("path")),qs=g(require("piscina"));var lt=require("child_process"),pt=class{getChangedFiles(){try{let r=[["diff","--name-only"],["diff","--cached","--name-only"],["ls-files","--others","--exclude-standard"]].flatMap(n=>{try{return(0,lt.execFileSync)("git",n,{encoding:"utf-8",stdio:["ignore","pipe","ignore"]}).split(`
28
- `).map(o=>o.trim()).filter(o=>o!=="")}catch{return[]}});return Array.from(new Set(r))}catch(e){return console.error("Error getting git diff:",e),[]}}},ss="%x00%H%x09%ae%x09%at",os=256*1024*1024;function is(t,e){let r="",n=0;for(let s of t.split(`
29
- `)){if(s.startsWith("\0")){let[,c,l]=s.slice(1).split(" ");r=c??"",n=l?Number(l)*1e3:0;continue}if(s==="")continue;let o=s.split(" "),i=o[0];if(!i)continue;let a=i.startsWith("R")||i.startsWith("C")?o[2]:o[1];a&&e(a,r,n)}}function as(t){let e=new Map;try{let r=(0,lt.execFileSync)("git",["-C",t,"log","--since=90 days ago","--name-status","-M",`--format=${ss}`],{encoding:"utf-8",stdio:["ignore","pipe","ignore"],maxBuffer:os});is(r,(n,s,o)=>{let i=e.get(n);if(i){i.commitCount90d+=1;return}e.set(n,{commitCount90d:1,lastAuthor:s||void 0,lastCommitAt:o||void 0})})}catch{return e}try{let r=(0,lt.execFileSync)("git",["-C",t,"log","--name-status","-M",`--format=${ss}`],{encoding:"utf-8",stdio:["ignore","pipe","ignore"],maxBuffer:os});is(r,(n,s,o)=>{e.has(n)||e.set(n,{commitCount90d:0,lastAuthor:void 0,lastCommitAt:o||void 0})})}catch{}return e}var wr=g(require("path"));function _(t){switch(wr.default.extname(t).toLowerCase()){case".js":case".jsx":case".mjs":case".cjs":return"javascript";case".ts":case".tsx":return"typescript";case".css":return"css";case".scss":case".sass":return"scss";case".less":return"less";case".styl":return"stylus";case".coffee":return"coffeescript";case".ls":return"livescript";case".lua":return"lua";case".py":return"python";case".go":return"go";case".java":case".cpp":case".cc":case".cxx":case".c":return"unknown";case".feature":return"gherkin";case".md":case".mdx":return"markdown";default:return"unknown"}}function P(t){let e=wr.default.extname(t).toLowerCase();return[".css",".scss",".sass",".less",".styl"].includes(e)}var ls=g(require("coffeescript"));function O(t){return t.startsWith("'")||t.startsWith('"')?t.slice(1,-1):t}function oe(t){let e=new Set,r=/@tag\s+([a-zA-Z0-9_-]+)/g,n=r.exec(t);for(;n!==null;)n[1]&&e.add(n[1]),n=r.exec(t);return e}function ie(t,e){let r=t.toLowerCase();return r.includes(".test.")||r.includes(".spec.")||e.has("test")?"test":"logic"}function ps(t){if(t){if(typeof t.originalValue=="string")return t.originalValue;if(typeof t.value=="string")return O(t.value)}}function H(t){if(t){if(typeof t.value=="string")return t.value;if(typeof t.base?.value=="string")return t.base.value}}function ec(t,e){let r=ps(e.source);return r?{fromPath:t,toPath:"",rawSpecifier:r,isStyle:P(r),type:"static"}:null}function tc(t,e){let r=e.variable?.base?.value==="require",n=ps(e.args?.[0]?.base);return!r||!n?null:{fromPath:t,toPath:"",rawSpecifier:n,isStyle:P(n),type:"require"}}function cs(t,e){if(e)return[{name:e}];let r=t.value;if(r?.constructor?.name==="Class"){let s=H(r.variable);return s?[{name:s}]:[]}if(r?.base?.constructor?.name==="Obj"&&Array.isArray(r.base.properties))return r.base.properties.map(s=>H(s.variable)??H(s)).filter(s=>!!s).map(s=>({name:s}));let n=H(r);return n?[{name:n}]:[]}function rc(t){if(Array.isArray(t.specifiers))return t.specifiers.map(r=>r.identifier??r.original?.value).filter(r=>!!r).map(r=>({name:r}));let e=H(t.variable)??H(t.variable?.base);return e?[{name:e}]:[]}function nc(t,e,r,n){let s=e.constructor?.name;if(s==="ImportDeclaration"){let o=ec(t,e);o&&r.push(o)}else if(s==="Call"){let o=tc(t,e);o&&r.push(o)}else if(s==="Assign"){let o=H(e.variable?.base),i=e.variable?.properties?.[0]?.name?.value;o==="module"&&i==="exports"?n.push(...cs(e,void 0)):o==="exports"&&typeof i=="string"&&n.push(...cs(e,i))}else s==="ExportNamedDeclaration"&&e.clause?n.push(...rc(e.clause)):s==="ExportDefaultDeclaration"&&n.push({name:"default"})}function Fr(t,e,r,n){if(!(!e||typeof e!="object")){nc(t,e,r,n);for(let s in e){if(s==="locationData")continue;let o=e[s];if(!(!o||typeof o!="object"))if(Array.isArray(o))for(let i of o)Fr(t,i,r,n);else Fr(t,o,r,n)}}}function us(t,e){let r=oe(e),n=ie(t,r),s=[],o=[];try{Fr(t,ls.default.nodes(e),s,o)}catch{}let i=new Set,a=o.filter(c=>i.has(c.name)?!1:(i.add(c.name),!0));return{imports:s,exports:a,tags:Array.from(r).map(c=>({name:c,kind:"comment-marker"})),category:n}}var ae=require("@cucumber/gherkin"),fs=require("@cucumber/messages");var sc=fs.IdGenerator.uuid();function Tr(t,e){let r=new Set;try{let n=new ae.AstBuilder(sc),s=new ae.GherkinClassicTokenMatcher,i=new ae.Parser(n,s).parse(e);i.feature&&(i.feature.tags.forEach(a=>{r.add(a.name.startsWith("@")?a.name.slice(1):a.name)}),i.feature.children.forEach(a=>{a.scenario&&(a.scenario.tags.forEach(c=>{r.add(c.name.startsWith("@")?c.name.slice(1):c.name)}),a.scenario.examples.forEach(c=>{c.tags.forEach(l=>{r.add(l.name.startsWith("@")?l.name.slice(1):l.name)})})),a.rule&&a.rule.children.forEach(c=>{c.scenario&&c.scenario.tags.forEach(l=>{r.add(l.name.startsWith("@")?l.name.slice(1):l.name)})})}))}catch(n){console.warn(`[GherkinParser] Failed to parse ${t}:`,n)}return{imports:[],exports:[],tags:Array.from(r).map(n=>({name:n,kind:"comment-marker"})),category:"test"}}se("gherkin",Tr);var ys=g(require("path")),xs=require("@lezer/go");function K(t){let e=[],r=t.firstChild;for(;r;)e.push(r),r=r.nextSibling;return e}function we(t,e){let r=1;for(let n=0;n<e&&n<t.length;n++)t[n]===`
30
- `&&r++;return r}function oc(t,e){let r=1;function n(s){switch(s.type.name){case"IfStatement":case"ForStatement":r++;break;case"Case":{s.firstChild?.type.name==="case"&&r++;break}case"LogicOp":{let i=e.slice(s.from,s.to);(i==="&&"||i==="||")&&r++;break}}let o=s.firstChild;for(;o;)n(o),o=o.nextSibling}return n(t),r}function gs(t,e,r,n){let s=r?1:1+e,o=K(t),i=r?e:e+1,a=o[1];a&&a.type.name!=="Block"&&(s+=ce(a,i,!1,n));let c=o.find(p=>p.type.name==="Block");c&&(s+=ce(c,i,!1,n));let l=o.findIndex(p=>p.type.name==="else");if(l>=0){let p=o[l+1];p?.type.name==="IfStatement"?s+=gs(p,e,!0,n):p&&(s+=1+ce(p,e+1,!1,n))}return s}function ms(t,e,r){let n=1+e,s=t.firstChild;for(;s;)n+=ce(s,e+1,!1,r),s=s.nextSibling;return n}function ic(t,e,r){let n=0,s=t.firstChild;for(;s;)n+=ce(s,e,!1,r),s=s.nextSibling;return n}function ac(t,e){let r=e.slice(t.from,t.to);return r==="&&"||r==="||"}function ce(t,e,r,n){let s=t.type.name;if(s==="IfStatement")return gs(t,e,r,n);if(s==="ForStatement"||s==="SwitchStatement"||s==="SelectStatement")return ms(t,e,n);let o=s==="LogicOp"&&ac(t,n)?1:0;return e>0&&s==="FunctionLiteral"?o+ms(t,e,n):o+ic(t,e,n)}function cc(t,e){return ce(t,0,!1,e)}function ut(t,e){return{complexity:oc(t,e),cognitiveComplexity:cc(t,e)}}function Er(t,e){let n=t.getChild("Parameters")?.getChild("Parameter"),s=n?.getChild("TypeName")??n?.getChild("PointerType")?.getChild("TypeName");return s?e.slice(s.from,s.to):void 0}function ds(t,e){let r=[],n=t.cursor();do if(n.name==="FunctionDecl"){let s=n.node.getChild("DefName");if(s){let o=e.slice(s.from,s.to),{complexity:i,cognitiveComplexity:a}=ut(n.node,e);r.push({name:o,line:we(e,n.from),complexity:i,cognitiveComplexity:a})}}else if(n.name==="MethodDecl"){let s=n.node.getChild("FieldName");if(s){let o=e.slice(s.from,s.to),i=Er(n.node,e),a=i?`${i}.${o}`:o,{complexity:c,cognitiveComplexity:l}=ut(n.node,e);r.push({name:a,line:we(e,n.from),complexity:c,cognitiveComplexity:l})}}while(n.next());return r}var lc=/\/\/\s*@tag\s+([a-zA-Z0-9_-]+)/,pc=/^\/\/go:build\s+(.+)$/,uc=/^\/\/\s*\+build\s+(.+)$/;function bs(t,e){let r=[],n=new Map,s=new Set,o=new Set,i=new Map,a=xs.parser.parse(e),c=a.cursor();do switch(c.name){case"LineComment":{let y=e.slice(c.from,c.to),k=y.match(lc);k?.[1]&&s.add(k[1]);let M=y.match(pc);M&&hs(M[1],o);let N=y.match(uc);N&&hs(N[1],o);break}case"ImportSpec":{let y=c.node.getChild("String");if(y){let M=e.slice(y.from,y.to).slice(1,-1);r.push({fromPath:t,toPath:"",rawSpecifier:M,isExternal:!0,isStyle:!1,type:"static"});let N=c.node.getChild("DefName"),j=N?e.slice(N.from,N.to):M.split("/").pop();j&&j!=="_"&&j!=="."&&i.set(j,M)}break}case"FunctionDecl":case"MethodDecl":case"TypeDecl":case"VarDecl":case"ConstDecl":{let y=c.node.getChild("DefName")??c.node.getChild("FieldName")??c.node.getChild("TypeSpec")?.getChild("DefName")??c.node.getChild("VarSpec")?.getChild("DefName")??c.node.getChild("ConstSpec")?.getChild("DefName");if(y){let k=e.slice(y.from,y.to);k!=="_"&&/^[A-Z]/.test(k)&&!n.has(k)&&n.set(k,{name:k})}break}}while(c.next());let l=r.some(y=>y.rawSpecifier==="testing"),p=ys.default.basename(t).endsWith("_test.go")||s.has("test")||l?"test":"logic",f=new Set([...s,...o]),{complexity:d,cognitiveComplexity:h}=ut(a.topNode,e),C=ds(a,e),v=p==="test"?[]:fc(a,e,i);return{imports:r,exports:Array.from(n.values()),tags:Array.from(f).map(y=>({name:y,kind:"comment-marker"})),category:p,rawCallEdges:v,complexity:d,cognitiveComplexity:h,...C.length>0?{functions:C}:{}}}function fc(t,e,r){let n=[];function s(i,a){if(i.type.name==="CallExpr"){let l=i.firstChild;if(l?.type.name==="SelectorExpr"){let p=l.firstChild,f=l.getChild("FieldName");if(p?.type.name==="VariableName"&&f){let d=e.slice(p.from,p.to),h=r.get(d);if(h){let C=e.slice(f.from,f.to);n.push({from:a,to:C,toSpecifier:h})}}}}let c=i.firstChild;for(;c;)s(c,a),c=c.nextSibling}let o=t.cursor();do if(o.name==="FunctionDecl"){let i=o.node.getChild("DefName"),a=o.node.getChild("Block");if(i&&a){let c=e.slice(i.from,i.to);/^[A-Z]/.test(c)&&s(a,c)}}else if(o.name==="MethodDecl"){let i=o.node.getChild("FieldName"),a=o.node.getChild("Block");if(i&&a){let c=e.slice(i.from,i.to),l=Er(o.node,e);s(a,l?`${l}.${c}`:c)}}while(o.next());return n}function hs(t,e){for(let r of t.split(/[\s,&|!()]+/)){let n=r.trim();n&&n!=="ignore"&&e.add(n)}}var Ss=g(require("livescript"));function J(t){if(t){if(typeof t.value=="string")return t.value;if(typeof t.base?.value=="string")return t.base.value}}function mc(t){if(!t)return[];if(t.constructor?.name==="Class"){let r=J(t.title);return r?[{name:r}]:[]}if(t.constructor?.name==="Obj"&&Array.isArray(t.items))return t.items.map(r=>J(r.key)??J(r.val)).filter(r=>!!r).map(r=>({name:r}));let e=J(t);return e?[{name:e}]:[]}function gc(t){let e=t.constructor?.name||t.type;if(e==="Assign"&&t.left?.constructor?.name==="Chain"){let r=t.left,n=J(r.head),o=r.tails?.[0]?.key?.name;if(n==="module"&&o==="exports")return mc(t.right);if(n==="exports"&&typeof o=="string")return[{name:o}];if(r.head?.verb==="out"&&typeof o=="string")return[{name:o}]}if(e==="Import"&&t.left?.verb==="out"){let r=t.right;if(r?.constructor?.name==="Obj"&&Array.isArray(r.items))return r.items.map(n=>J(n.val)??J(n.key)).filter(n=>!!n).map(n=>({name:n}))}return[]}var dc=new Set(["first_line","first_column","last_line","last_column","line","column"]);function hc(t,e){let r=t.constructor?.name||t.type;if(r==="Import"){let n=t.right?.value;if(typeof n=="string"){let s=O(n);return{fromPath:e,toPath:"",rawSpecifier:s,isStyle:P(s),type:"static"}}}if(r==="Chain"&&t.head?.value==="require"){let n=t.tails?.[0];if(n?.constructor?.name==="Call"||n?.type==="Call"){let s=n.args?.[0]?.value;if(typeof s=="string"){let o=O(s);return{fromPath:e,toPath:"",rawSpecifier:o,isStyle:P(o),type:"require"}}}}return null}function Ar(t,e,r){if(!t||typeof t!="object")return[];let n=[],s=hc(t,e);s&&n.push(s),r.push(...gc(t));for(let o in t){if(dc.has(o))continue;let i=t[o];if(!(!i||typeof i!="object"))if(Array.isArray(i))for(let a of i)n.push(...Ar(a,e,r));else n.push(...Ar(i,e,r))}return n}function ks(t,e){let r=oe(e),n=ie(t,r),s=[],o=[];try{s=Ar(Ss.default.ast(e),t,o)}catch{}let i=new Set,a=o.filter(c=>i.has(c.name)?!1:(i.add(c.name),!0));return{imports:s,exports:a,tags:Array.from(r).map(c=>({name:c,kind:"comment-marker"})),category:n}}var Cs=g(require("luaparse"));function yc(t,e){let r=[];function n(s){if(!(!s||typeof s!="object")){if((s.type==="CallExpression"||s.type==="StringCallExpression")&&s.base?.type==="Identifier"&&s.base?.name==="require"){let o;if(s.type==="CallExpression"){let i=s.arguments?.[0];i?.type==="StringLiteral"&&(o=O(i.raw))}else if(s.type==="StringCallExpression"){let i=s.argument;i?.type==="StringLiteral"&&(o=O(i.raw))}o&&r.push({fromPath:e,toPath:"",rawSpecifier:o,isStyle:P(o),type:"require"})}for(let o in s){if(o==="loc")continue;let i=s[o];if(i&&typeof i=="object")if(Array.isArray(i))for(let a of i)n(a);else n(i)}}}return n(t),r}function xc(t){let e=new Set;for(let r of t)r.type==="LocalStatement"&&r.variables.forEach((n,s)=>{r.init[s]?.type==="TableConstructorExpression"&&e.add(n.name)});return e}function bc(t){let e=t[t.length-1];if(e?.type!=="ReturnStatement")return[];let r=e.arguments[0];if(r?.type!=="TableConstructorExpression")return[];let n=[];for(let s of r.fields)s.type==="TableKeyString"&&n.push({name:s.key.name});return n}function Sc(t){let e=t.body,r=xc(e),n=bc(e);for(let o of e)if(o.type==="FunctionDeclaration")o.identifier?.type==="MemberExpression"?o.identifier.base.type==="Identifier"&&r.has(o.identifier.base.name)&&n.push({name:o.identifier.identifier.name}):o.identifier?.type==="Identifier"&&!o.isLocal&&n.push({name:o.identifier.name});else if(o.type==="AssignmentStatement")for(let i of o.variables)i.type==="MemberExpression"&&i.base.type==="Identifier"&&r.has(i.base.name)&&n.push({name:i.identifier.name});let s=new Set;return n.filter(o=>s.has(o.name)?!1:(s.add(o.name),!0))}function vs(t,e){let r=oe(e),n=ie(t,r),s=[],o=[];try{let i=Cs.default.parse(e);s=yc(i,t),o=Sc(i)}catch{}return{imports:s,exports:o,tags:Array.from(r).map(i=>({name:i,kind:"comment-marker"})),category:n}}var kc=["http://","https://","mailto:","//"],Cc="ts|tsx|js|jsx|mjs|cjs|py|go|lua|css|scss|less|styl|coffee|ls|feature|md|mdx|json",vc=new RegExp(`(?:\\.{1,2}/)?[\\w.-]+(?:/[\\w.-]+)*\\.(?:${Cc})\\b`,"g"),ws;async function wc(){return ws??=(async()=>{let{unified:t}=await import("unified"),e=(await import("remark-parse")).default;return t().use(e)})(),ws}function Fc(t){let e=t.trim();return e.length===0||e.startsWith("#")||kc.some(r=>e.startsWith(r))}function Tc(t,e){let r=t.match(vc);return r?r.map(n=>({fromPath:e,toPath:"",rawSpecifier:n,isStyle:!1,type:"static"})):[]}function Fs(t,e,r){if(t.type==="link"&&typeof t.url=="string"&&!Fc(t.url)&&r.push({fromPath:e,toPath:"",rawSpecifier:t.url,isStyle:!1,type:"static"}),(t.type==="code"||t.type==="inlineCode")&&typeof t.value=="string"&&r.push(...Tc(t.value,e)),Array.isArray(t.children))for(let n of t.children)Fs(n,e,r)}async function Ts(t,e){let n=(await wc()).parse(e),s=[];Fs(n,t,s);let o=new Set;return{imports:s.filter(a=>o.has(a.rawSpecifier)?!1:(o.add(a.rawSpecifier),!0)),exports:[],tags:[],category:"other"}}var Ps=g(require("path")),Ns=require("@lezer/python");function Ec(t){let e=1;function r(n){switch(n.type.name){case"IfStatement":{e+=K(n).filter(o=>o.type.name==="if"||o.type.name==="elif").length;break}case"TryStatement":{e+=K(n).filter(o=>o.type.name==="except").length;break}case"ForStatement":case"WhileStatement":case"ConditionalExpression":e++;break;case"and":case"or":e++;break}let s=n.firstChild;for(;s;)r(s),s=s.nextSibling}return r(t),e}function Ac(t,e){let r=0,n=K(t),s=0,o=0;for(;o<n.length;){let i=n[o];if(i?.type.name==="if"||i?.type.name==="elif"){let a=s>0;r+=a?1:1+e;let c=a?e:e+1,l=n[o+1],p=n[o+2];l&&(r+=L(l,c)),p&&(r+=L(p,c)),s++,o+=3}else if(i?.type.name==="else"){r+=1;let a=n[o+1];a&&(r+=L(a,e+1)),o+=2}else o++}return r}function Pc(t,e){let r=0,n=K(t),s=0;for(;s<n.length;){let o=n[s];if(o?.type.name==="except"){for(r+=1+e,s++;s<n.length&&n[s]?.type.name!=="Body";)r+=L(n[s],e),s++;s<n.length&&(r+=L(n[s],e),s++)}else o?.type.name==="Body"&&(r+=L(o,e)),s++}return r}function Es(t,e){let r=1+e,n=t.firstChild;for(;n;)r+=L(n,e+1),n=n.nextSibling;return r}function Nc(t,e){let r=0,n=t.firstChild;for(;n;)r+=L(n,e),n=n.nextSibling;return r}function L(t,e){let r=t.type.name;if(r==="IfStatement")return Ac(t,e);if(r==="TryStatement")return Pc(t,e);if(r==="ForStatement"||r==="WhileStatement")return Es(t,e);let n=r==="ConditionalExpression"||r==="and"||r==="or"?1:0;return e>0&&(r==="FunctionDefinition"||r==="LambdaExpression")?n+Es(t,e):n+Nc(t,e)}function Ic(t){return L(t,0)}function Pr(t){return{complexity:Ec(t),cognitiveComplexity:Ic(t)}}function As(t,e){let r=[];function n(i,a){let{complexity:c,cognitiveComplexity:l}=Pr(i);r.push({name:a,line:we(e,i.from),complexity:c,cognitiveComplexity:l})}function s(i){let a=i.firstChild;for(;a;)o(a),a=a.nextSibling}function o(i){if(i.type.name==="ClassDefinition"){let a=i.getChild("VariableName"),c=a?e.slice(a.from,a.to):void 0,l=i.getChild("Body");if(l){let p=l.firstChild;for(;p;){if(p.type.name==="FunctionDefinition"){let f=p.getChild("VariableName"),d=f?e.slice(f.from,f.to):void 0;d&&n(p,c?`${c}.${d}`:d),s(p)}else o(p);p=p.nextSibling}}return}if(i.type.name==="FunctionDefinition"){let a=i.getChild("VariableName");a&&n(i,e.slice(a.from,a.to)),s(i);return}s(i)}return o(t.topNode),r}var Mc=new Set(["pytest","unittest","nose","hypothesis"]);function Is(t,e){let r=[],n=[],s=new Set,o=Ps.default.basename(t).toLowerCase(),i=Ns.parser.parse(e),a=i.cursor();do switch(a.name){case"Comment":{let h=e.slice(a.from,a.to).match(/#\s*@tag\s+([a-zA-Z0-9_-]+)/);h?.[1]&&s.add(h[1]);break}case"ImportStatement":{for(let h of Dc(a.node,e,t))r.push(h);break}case"FunctionDefinition":case"ClassDefinition":{let h=a.node.parent;if(h?.name==="Script"||h?.name==="DecoratedStatement"&&h.parent?.name==="Script"){let v=a.node.getChild("VariableName");v&&n.push({name:e.slice(v.from,v.to)})}break}case"AssignStatement":{if(a.node.parent?.name==="Script"){let h=a.node.firstChild;h?.name==="VariableName"&&n.push({name:e.slice(h.from,h.to)})}break}}while(a.next());let c=jc(o,r,s);c==="test"&&s.add("test");let{complexity:l,cognitiveComplexity:p}=Pr(i.topNode),f=As(i,e),d=c==="test"?[]:Oc(i,e);return{imports:r,exports:n,tags:Array.from(s).map(h=>({name:h,kind:"comment-marker"})),category:c,rawCallEdges:d,complexity:l,cognitiveComplexity:p,...f.length>0?{functions:f}:{}}}function Dc(t,e,r){let n=t.firstChild;return n?n.name==="from"?Rc(t,e,r):Lc(t,e,r):[]}function Rc(t,e,r){let n=t.firstChild;if(!n)return[];let s=n.nextSibling;for(;s&&s.name!=="import";)s=s.nextSibling;if(!s)return[];let o=e.slice(n.to,s.from).trim(),i=Gc(s.nextSibling,e);if(!i.length)return[];let a=0;for(;a<o.length&&o[a]===".";)a++;let c=o.slice(a);if(a===0)return[Fe(r,o,i,!0)];let l=a===1?"./":"../".repeat(a-1);return c?[Fe(r,l+c.replace(/\./g,"/"),i,!1)]:i[0]==="*"?[Fe(r,l.slice(0,-1),["*"],!1)]:i.map(p=>Fe(r,l+p,[p],!1))}function Lc(t,e,r){let n=[],s=t.firstChild?.nextSibling??null;for(;s;){if(s.name==="VariableName"){let o=e.slice(s.from,s.to);for(;s.nextSibling?.name==="."&&s.nextSibling.nextSibling?.name==="VariableName";)s=s.nextSibling.nextSibling,o+=`.${e.slice(s.from,s.to)}`;s.nextSibling?.name==="as"&&(s=s.nextSibling.nextSibling??s.nextSibling),n.push(Fe(r,o,["*"],!0))}s=s.nextSibling}return n}function Gc(t,e){let r=[],n=t;for(;n;)n.name==="*"?r.push("*"):n.name==="VariableName"&&(r.push(e.slice(n.from,n.to)),n.nextSibling?.name==="as"&&(n=n.nextSibling.nextSibling??n.nextSibling)),n=n.nextSibling;return r}function _c(t,e){let r=new Map,n=t.cursor();do{if(n.name!=="ImportStatement")continue;let o=n.node.firstChild;if(o?.type.name!=="from")continue;let i=o.nextSibling;for(;i&&i.type.name!=="import";)i=i.nextSibling;if(!i)continue;let a=e.slice(o.to,i.from).trim(),c=0;for(;c<a.length&&a[c]===".";)c++;let l=a.slice(c),p=c<=1?"./":"../".repeat(c-1),f=i.nextSibling;for(;f;){if(f.type.name==="VariableName"){let d=e.slice(f.from,f.to),h=d;if(f.nextSibling?.type.name==="as"){let v=f.nextSibling.nextSibling;v?.type.name==="VariableName"&&(h=e.slice(v.from,v.to),f=v)}let C=c===0?a:l?p+l.replace(/\./g,"/"):p+d;r.set(h,C)}f=f.nextSibling}}while(n.next());return r}function Oc(t,e){let r=_c(t,e),n=[];function s(a,c){if(a.type.name==="CallExpression"&&a.firstChild?.type.name==="VariableName"){let p=a.firstChild,f=e.slice(p.from,p.to),d=r.get(f);d&&n.push({from:c,to:f,toSpecifier:d})}let l=a.firstChild;for(;l;)s(l,c),l=l.nextSibling}function o(a){let c=a.firstChild;for(;c;)i(c),c=c.nextSibling}function i(a){if(a.type.name==="ClassDefinition"){let c=a.getChild("VariableName"),l=c?e.slice(c.from,c.to):void 0,p=a.getChild("Body");if(p){let f=p.firstChild;for(;f;){if(f.type.name==="FunctionDefinition"){let d=f.getChild("VariableName"),h=d?e.slice(d.from,d.to):void 0;h&&s(f,l?`${l}.${h}`:h)}else i(f);f=f.nextSibling}}return}if(a.type.name==="FunctionDefinition"){let c=a.getChild("VariableName");c&&s(a,e.slice(c.from,c.to));return}o(a)}return i(t.topNode),n}function Fe(t,e,r,n){return{fromPath:t,toPath:"",rawSpecifier:e,isStyle:!1,isExternal:n,type:"static",symbols:r.length>0?r:void 0}}function jc(t,e,r){return t.startsWith("test_")||t.endsWith("_test.py")?"test":t==="conftest.py"||t==="setup.py"?"config":r.has("test")||e.some(n=>Mc.has(n.rawSpecifier))?"test":"logic"}var Mr=g(require("path")),m=g(require("typescript"));var x=g(require("typescript"));function zc(t){let e=1;function r(n){switch(n.kind){case x.default.SyntaxKind.IfStatement:case x.default.SyntaxKind.ConditionalExpression:case x.default.SyntaxKind.ForStatement:case x.default.SyntaxKind.ForInStatement:case x.default.SyntaxKind.ForOfStatement:case x.default.SyntaxKind.WhileStatement:case x.default.SyntaxKind.DoStatement:case x.default.SyntaxKind.CatchClause:case x.default.SyntaxKind.CaseClause:e++;break;case x.default.SyntaxKind.BinaryExpression:{let s=n.operatorToken.kind;(s===x.default.SyntaxKind.AmpersandAmpersandToken||s===x.default.SyntaxKind.BarBarToken||s===x.default.SyntaxKind.QuestionQuestionToken)&&e++;break}}x.default.forEachChild(n,r)}return r(t),e}function Ds(t,e,r){let n=r?1:1+e,s=r?e:e+1;return n+=V(t.expression,s,!1),n+=V(t.thenStatement,s,!1),t.elseStatement&&(x.default.isIfStatement(t.elseStatement)?n+=Ds(t.elseStatement,e,!0):n+=1+V(t.elseStatement,e+1,!1)),n}function Ms(t,e){let r=1+e;return x.default.forEachChild(t,n=>{r+=V(n,e+1,!1)}),r}function Wc(t,e){let r=1+e;return x.default.forEachChild(t,n=>{r+=V(n,e,!1)}),r}function Bc(t,e){let r=0;return x.default.forEachChild(t,n=>{r+=V(n,e,!1)}),r}function $c(t){let e=t.operatorToken.kind;return e===x.default.SyntaxKind.AmpersandAmpersandToken||e===x.default.SyntaxKind.BarBarToken||e===x.default.SyntaxKind.QuestionQuestionToken}function V(t,e,r){if(x.default.isIfStatement(t))return Ds(t,e,r);if(x.default.isForStatement(t)||x.default.isForInStatement(t)||x.default.isForOfStatement(t)||x.default.isWhileStatement(t)||x.default.isDoStatement(t)||x.default.isSwitchStatement(t))return Ms(t,e);if(x.default.isCatchClause(t))return Wc(t,e);let n=0;return x.default.isConditionalExpression(t)&&(n+=1),x.default.isBinaryExpression(t)&&$c(t)&&(n+=1),e>0&&(x.default.isFunctionDeclaration(t)||x.default.isFunctionExpression(t)||x.default.isArrowFunction(t))?n+Ms(t,e):n+Bc(t,e)}function Uc(t){return V(t,0,!1)}function Nr(t){return{complexity:zc(t),cognitiveComplexity:Uc(t)}}var w=g(require("typescript")),Ir=new Set(["test","describe","it"]);function Rs(t,e){Hc(t,e),Jc(t,e),Vc(t,e),Qc(t,e)}function Hc(t,e){if((w.default.isFunctionDeclaration(t)||w.default.isVariableDeclaration(t))&&t.name&&w.default.isIdentifier(t.name)&&Kc(t)){let r;if(w.default.isFunctionDeclaration(t))r="function";else{let n=t.initializer;r=n&&(w.default.isArrowFunction(n)||w.default.isFunctionExpression(n))?"function":"variable"}e.tags.add({name:t.name.text,kind:r})}}function Kc(t){if(w.default.isFunctionDeclaration(t))return w.default.isSourceFile(t.parent);let e=t.parent?.parent;return!!e&&w.default.isSourceFile(e.parent)}function Jc(t,e){if(!w.default.isStringLiteral(t))return;let r=t.text.match(/@[\w-]+/g);if(r)for(let n of r)e.tags.add({name:n.substring(1),kind:"comment-marker"})}function Vc(t,e){if(!w.default.isSourceFile(t))return;let r=/@tag\s+([a-zA-Z0-9_-]+)/g,n=t.getFullText(),s=r.exec(n);for(;s!==null;)s[1]&&e.tags.add({name:s[1],kind:"comment-marker"}),s=r.exec(n)}function Qc(t,e){if(w.default.isCallExpression(t)&&qc(t.expression))for(let r of t.arguments)w.default.isObjectLiteralExpression(r)&&Yc(r,e)}function qc(t){return w.default.isIdentifier(t)?Ir.has(t.text):!!(w.default.isPropertyAccessExpression(t)&&(Ir.has(t.name.text)||w.default.isIdentifier(t.expression)&&Ir.has(t.expression.text)))}function Yc(t,e){for(let r of t.properties){if(!w.default.isPropertyAssignment(r)||!w.default.isIdentifier(r.name)||r.name.text!=="tags"&&r.name.text!=="tag")continue;let{initializer:n}=r,s=w.default.isArrayLiteralExpression(n)?n.elements.filter(w.default.isStringLiteral):r.name.text==="tag"&&w.default.isStringLiteral(n)?[n]:[];for(let o of s)e.tags.add({name:o.text.replace(/^@/,""),kind:"comment-marker"})}}function Dr(t,e,r){let n=[],s=new Map,o=new Set,i=m.default.createSourceFile(t,e,m.default.ScriptTarget.Latest,!0,r==="typescript"?m.default.ScriptKind.TSX:m.default.ScriptKind.JSX),a={filePath:t,imports:n,exports:s,tags:o,rawCallEdges:[],sourceFile:i,hasUI:!1,hasTypesOnly:!0,totalStatements:0,exportStatements:0},c=v=>{tl(v,a),m.default.forEachChild(v,c)};c(i);let l=fl(t,a);(l==="test"||l==="barrel")&&o.add({name:l,kind:"comment-marker"}),l!=="test"&&ml(a,i);let p=i.statements[0],f=p?Gs(p):void 0,{complexity:d,cognitiveComplexity:h}=Nr(i),C=Xc(i);return{imports:n,exports:Array.from(s.values()),tags:Array.from(o),category:l,rawCallEdges:a.rawCallEdges??[],complexity:d,cognitiveComplexity:h,...C.length>0?{functions:C}:{},...f!==void 0?{description:f}:{}}}function Xc(t){let e=[],r=(s,o)=>{let{complexity:i,cognitiveComplexity:a}=Nr(o),c=t.getLineAndCharacterOfPosition(o.getStart(t)).line+1;e.push({name:s,line:c,complexity:i,cognitiveComplexity:a})},n=(s,o)=>{if(m.default.isFunctionDeclaration(s)&&s.name&&s.body?r(s.name.text,s):m.default.isVariableDeclaration(s)&&m.default.isIdentifier(s.name)&&s.initializer&&(m.default.isArrowFunction(s.initializer)||m.default.isFunctionExpression(s.initializer))?r(s.name.text,s.initializer):o&&m.default.isMethodDeclaration(s)&&m.default.isIdentifier(s.name)&&s.body?r(`${o}.${s.name.text}`,s):o&&m.default.isConstructorDeclaration(s)&&s.body?r(`${o}.constructor`,s):o&&m.default.isGetAccessorDeclaration(s)&&m.default.isIdentifier(s.name)&&s.body?r(`${o}.get ${s.name.text}`,s):o&&m.default.isSetAccessorDeclaration(s)&&m.default.isIdentifier(s.name)&&s.body&&r(`${o}.set ${s.name.text}`,s),m.default.isClassDeclaration(s)&&s.name){let i=s.name.text;m.default.forEachChild(s,a=>n(a,i));return}m.default.forEachChild(s,i=>n(i,o))};return n(t,void 0),e}function Ls(t,e,r,n){let s={name:t},o=Gs(r);o!==void 0&&(s.doc=o);let i=Zc(e);i!==void 0&&(s.flags=i);let a=el(e,n);return a!==void 0&&(s.signature=a),s}function Gs(t){let e=m.default.getJSDocCommentsAndTags(t);for(let r of e)if(m.default.isJSDoc(r)&&r.comment)return m.default.getTextOfJSDocComment(r.comment)||void 0}function Zc(t){let e=new Set(["deprecated","internal","public","alpha","beta"]),r=m.default.getJSDocTags(t).map(n=>n.tagName.text).filter(n=>e.has(n));return r.length>0?r:void 0}function el(t,e){let r=m.default.createPrinter({removeComments:!0}),n=s=>r.printNode(m.default.EmitHint.Unspecified,s,e);if(m.default.isFunctionDeclaration(t)||m.default.isMethodDeclaration(t)){let s=t.parameters.map(n).join(", "),o=t.type?n(t.type):"void";return`${t.typeParameters?`<${t.typeParameters.map(a=>a.name.text).join(", ")}>`:""}(${s}) => ${o}`}if(m.default.isVariableDeclaration(t)){if(t.type)return n(t.type);if(t.initializer&&(m.default.isArrowFunction(t.initializer)||m.default.isFunctionExpression(t.initializer))){let s=t.initializer,o=s.parameters.map(n).join(", "),i=s.type?n(s.type):"unknown";return`(${o}) => ${i}`}return}if(m.default.isClassDeclaration(t)&&t.name)return`class ${t.name.text}`;if(m.default.isInterfaceDeclaration(t))return`interface ${t.name.text}`;if(m.default.isTypeAliasDeclaration(t))return n(t.type);if(m.default.isEnumDeclaration(t))return`enum ${t.name.text}`}function tl(t,e){rl(t,e),nl(t,e),ol(t,e),il(t,e),ul(t,e),Rs(t,e)}function rl(t,e){if(!m.default.isSourceFile(t))return;let r=t.statements.filter(n=>!m.default.isEmptyStatement(n));e.totalStatements=r.length,e.exportStatements=r.filter(n=>m.default.isExportDeclaration(n)||m.default.isExportAssignment(n)||Rr(n)).length}function nl(t,e){if(m.default.isJsxElement(t)||m.default.isJsxSelfClosingElement(t)||m.default.isJsxFragment(t)){e.hasUI=!0,e.hasTypesOnly=!1;return}if(m.default.isFunctionDeclaration(t)||m.default.isMethodDeclaration(t)||m.default.isArrowFunction(t)||m.default.isClassDeclaration(t)||m.default.isVariableStatement(t)||m.default.isEnumDeclaration(t)){e.hasTypesOnly=!1;return}m.default.isExportDeclaration(t)&&!sl(t)&&(e.hasTypesOnly=!1)}function sl(t){return t.isTypeOnly?!0:!t.exportClause||!m.default.isNamedExports(t.exportClause)?!1:t.exportClause.elements.every(e=>e.isTypeOnly)}function ol(t,e){if(!m.default.isImportDeclaration(t)||!t.moduleSpecifier||!m.default.isStringLiteral(t.moduleSpecifier))return;let r=[];if(t.importClause&&(t.importClause.name&&r.push("default"),t.importClause.namedBindings))if(m.default.isNamedImports(t.importClause.namedBindings))for(let s of t.importClause.namedBindings.elements)r.push(s.name.text);else m.default.isNamespaceImport(t.importClause.namedBindings)&&r.push("*");let n=r.length>0?"static":"side-effect";e.imports.push({fromPath:e.filePath,toPath:"",rawSpecifier:t.moduleSpecifier.text,isStyle:P(t.moduleSpecifier.text),type:n,symbols:r.length>0?r:void 0})}function il(t,e){m.default.isExportDeclaration(t)?al(t,e):m.default.isExportAssignment(t)?e.exports.set("default",{name:"default"}):Rr(t)&&pl(t,e)}function al(t,e){if(t.moduleSpecifier&&m.default.isStringLiteral(t.moduleSpecifier))cl(t,t.moduleSpecifier.text,e);else if(t.exportClause&&m.default.isNamedExports(t.exportClause))for(let r of t.exportClause.elements){let n=r.name.text;e.exports.set(n,{name:n})}}function cl(t,e,r){let n=ll(t),s={fromPath:r.filePath,toPath:"",rawSpecifier:e,isStyle:P(e),type:"re-export"};n.length>0&&(s.symbols=n),r.imports.push(s)}function ll(t){return t.exportClause?m.default.isNamedExports(t.exportClause)?t.exportClause.elements.map(e=>e.name.text):[]:["*"]}function pl(t,e){if((m.default.isFunctionDeclaration(t)||m.default.isClassDeclaration(t)||m.default.isInterfaceDeclaration(t)||m.default.isTypeAliasDeclaration(t)||m.default.isEnumDeclaration(t))&&t.name){let n=t.name.text;e.exports.set(n,Ls(n,t,t,e.sourceFile));return}if(m.default.isVariableStatement(t)){for(let n of t.declarationList.declarations)if(m.default.isIdentifier(n.name)){let s=n.name.text;e.exports.set(s,Ls(s,n,t,e.sourceFile))}}}function ul(t,e){if(!m.default.isCallExpression(t))return;let r=t.arguments[0];!r||!m.default.isStringLiteral(r)||(t.expression.kind===m.default.SyntaxKind.ImportKeyword?e.imports.push({fromPath:e.filePath,toPath:"",rawSpecifier:r.text,isStyle:P(r.text),type:"dynamic"}):m.default.isIdentifier(t.expression)&&t.expression.text==="require"&&e.imports.push({fromPath:e.filePath,toPath:"",rawSpecifier:r.text,isStyle:P(r.text),type:"require"}))}function fl(t,e){let r=Mr.default.basename(t).toLowerCase(),n=Mr.default.extname(t).toLowerCase();return ue().some(o=>r.includes(o))?"test":Hr(r)?"config":e.imports.some(o=>Ct().some(i=>o.rawSpecifier.includes(i)))?"test":n===".tsx"||n===".jsx"||e.hasUI?"ui":e.hasTypesOnly&&e.totalStatements>0?"type-only":e.totalStatements>0&&e.exportStatements/e.totalStatements>wt()?"barrel":"logic"}function Rr(t){return m.default.canHaveModifiers(t)&&m.default.getModifiers(t)?.some(e=>e.kind===m.default.SyntaxKind.ExportKeyword)===!0}function ml(t,e){let r=t.rawCallEdges??[];t.rawCallEdges=r;let n=new Map;for(let s of e.statements){if(!m.default.isImportDeclaration(s)||!m.default.isStringLiteral(s.moduleSpecifier))continue;let o=s.moduleSpecifier.text,i=s.importClause;if(i&&(i.name&&n.set(i.name.text,o),i.namedBindings&&m.default.isNamedImports(i.namedBindings)))for(let a of i.namedBindings.elements)n.set(a.name.text,o)}if(n.size!==0)for(let s of e.statements){let o=dl(s);if(o){let i=hl(s);i&&ft(i,o,n,r);continue}m.default.isClassDeclaration(s)&&s.name&&gl(s,s.name.text,n,r)}}function gl(t,e,r,n){for(let s of t.members)m.default.isMethodDeclaration(s)&&s.body&&m.default.isIdentifier(s.name)?ft(s.body,`${e}.${s.name.text}`,r,n):m.default.isConstructorDeclaration(s)&&s.body&&ft(s.body,`${e}.constructor`,r,n)}function dl(t){if(Rr(t)){if(m.default.isFunctionDeclaration(t)&&t.name)return t.name.text;if(m.default.isVariableStatement(t)){for(let e of t.declarationList.declarations)if(m.default.isIdentifier(e.name)&&e.initializer&&(m.default.isArrowFunction(e.initializer)||m.default.isFunctionExpression(e.initializer)))return e.name.text}}}function hl(t){if(m.default.isFunctionDeclaration(t))return t.body;if(m.default.isVariableStatement(t)){for(let e of t.declarationList.declarations)if(e.initializer&&(m.default.isArrowFunction(e.initializer)||m.default.isFunctionExpression(e.initializer)))return e.initializer}}function ft(t,e,r,n){if(m.default.isCallExpression(t)&&m.default.isIdentifier(t.expression)){let s=t.expression.text,o=r.get(s);o&&!n.some(i=>i.from===e&&i.to===s&&i.toSpecifier===o)&&n.push({from:e,to:s,toSpecifier:o})}m.default.forEachChild(t,s=>ft(s,e,r,n))}function mt(t,e){if(e.length===0)return"ui";let r=!1;return t.walk(n=>{if(n.type==="rule")return r=!0,!1}),r?"ui":"barrel"}function _s(t,e){let r=[],n=/@require\s+['"]([^'"]+)['"]/g,s=n.exec(t);for(;s!==null;){let i=s[1];i&&r.push({fromPath:e,toPath:"",rawSpecifier:i,isStyle:!0,type:"require"}),s=n.exec(t)}let o=/(?<!@)(?:import|require)\s*\(?\s*['"]([^'"]+)['"]/g;for(s=o.exec(t);s!==null;){let i=s[1];i&&r.push({fromPath:e,toPath:"",rawSpecifier:i,isStyle:!0,type:"static"}),s=o.exec(t)}return r}function Os(t,e){if(e.length===0)return"ui";try{let r=require("stylus");return new r.Parser(t).parse().nodes.some(o=>o.constructor.name!=="Import")?"ui":"barrel"}catch{return t.replace(/^\s*@?(?:require|import)\b.*/gm,"").trim().length>0?"ui":"barrel"}}function Te(t,e){let r=_(t);if(r==="stylus"){let o=_s(e,t);return{imports:o,exports:[],tags:[],category:Os(e,o)}}if(r==="scss"){let{imports:o,root:i,exports:a,tags:c}=$e(e,t);return{imports:o,exports:a,tags:c,category:mt(i,o)}}if(r==="less"){let{imports:o,root:i,exports:a,tags:c}=Be(e,t);return{imports:o,exports:a,tags:c,category:mt(i,o)}}let{imports:n,root:s}=We(e,t);return{imports:n,exports:[],tags:[],category:mt(s,n)}}for(let[t,e]of[["javascript",(r,n)=>Dr(r,n,"javascript")],["typescript",(r,n)=>Dr(r,n,"typescript")],["css",Te],["scss",Te],["less",Te],["stylus",Te],["coffeescript",us],["livescript",ks],["lua",vs],["python",Is],["go",bs],["gherkin",Tr],["markdown",Ts]])se(t,e);async function js(t,e){let r=_(t),n=Bn(r);return n?n(t,e):{imports:[],exports:[],tags:[],category:"other"}}var Lr=g(require("path"));function yl(t,e){let r=e.get(t.path);r!==void 0&&(t.coveragePct=r)}function Ws(t,e){for(let r of t)if(r.isExternal){let n=r.rawSpecifier.startsWith("@")?r.rawSpecifier.split("/").slice(0,2).join("/"):r.rawSpecifier.split("/")[0];n&&!e.some(s=>s.name===n)&&e.push({name:n,kind:"library"})}}function xl(t,e,r){if(e.isExternal||!e.toPath)return;let n=r.get(e.toPath);n&&(n.category!=="logic"&&n.category!=="barrel"||(n.testedBy??=[],n.testedBy.includes(t.path)||n.testedBy.push(t.path)))}function bl(t,e){if(t.type==="markdown")for(let r of t.imports){if(r.isExternal||!r.toPath)continue;let n=e.get(r.toPath);!n||n===t||(n.documentedBy??=[],n.documentedBy.includes(t.path)||n.documentedBy.push(t.path),n.category==="logic"&&(n.lastCommitAt??0)>(t.lastCommitAt??0)&&(t.staleFor??=[],t.staleFor.includes(n.path)||t.staleFor.push(n.path)))}}function zs(t){return Math.round(t*1e4)/1e4}function Sl(t,e){let r=[];for(let n of t.imports){if(n.isExternal||!n.toPath)continue;let s=e.get(n.toPath);if(!s||s.exports.length===0)continue;let o;if(n.symbols===void 0){if(n.type==="side-effect")continue;o=1}else n.symbols.includes("*")?o=1:o=n.symbols.length/s.exports.length;n.exportUsageRatio=zs(Math.min(1,o)),r.push(n.exportUsageRatio)}r.length>0&&(t.avgExportUsage=zs(r.reduce((n,s)=>n+s,0)/r.length),t.maxExportUsage=Math.max(...r))}function Gr(t,e,r){e&&(t.some(n=>n.name===e&&n.kind===r)||t.push({name:e,kind:r}))}function kl(t,e){let r=e.toPath,n=Lr.default.basename(r,Lr.default.extname(r)).replace(/\.(test|spec)$/,"");Gr(t.tags,n,"import")}function Cl(t,e){if(!(!e.symbols||e.symbols.includes("*")))for(let r of e.symbols)Gr(t.tags,r,"import")}function vl(t,e,r){let n=r.get(e.toPath);if(!(!n||n.category==="test"))for(let s of n.tags)s.kind==="comment-marker"&&Gr(t.tags,s.name,"comment-marker")}function wl(t,e,r){!e.toPath||e.isExternal||(kl(t,e),Cl(t,e),vl(t,e,r))}function Bs(t,e){for(let r of t.values())delete r.testedBy,delete r.documentedBy,delete r.staleFor,r.category==="test"&&(r.tags=r.tags.filter(n=>n.kind!=="import"));for(let r of t.values()){if(Sl(r,t),e.size>0&&yl(r,e),r.category==="test")for(let n of r.imports)xl(r,n,t),wl(r,n,t);bl(r,t)}}var Me=g(require("fs")),R=g(require("path"));var _r=g(require("fs")),Q=g(require("path")),Ee=class{extensions=[".go"];goModCache=new Map;resolve(e,r,n,s){let{mod:o,replaces:i}=this.readGoMod(n);if(!o)return null;let a=this.applyReplace(r,i,n);if(a!==void 0)return Us(a);if(r!==o&&!r.startsWith(`${o}/`))return null;let c=r.slice(o.length).replace(/^\//,"");return c?Us(Q.default.join(n,c)):null}readGoMod(e){let r=this.goModCache.get(e);if(r!==void 0)return r;let n={mod:null,replaces:new Map};try{let s=_r.default.readFileSync(Q.default.join(e,"go.mod"),"utf-8"),o=Fl(s,e);return this.goModCache.set(e,o),o}catch{return this.goModCache.set(e,n),n}}applyReplace(e,r,n){for(let[s,o]of r){if(e===s)return o;if(e.startsWith(`${s}/`)){let i=e.slice(s.length+1);return Q.default.join(o,i)}}}};function Fl(t,e){let r=t.split(`
31
- `),n=null,s=new Map,o=!1;for(let i of r){let a=i.trim();if(a.startsWith("module ")){n=a.slice(7).trim();continue}if(/^replace\s*\(/.test(a)){o=!0;continue}if(o&&a===")"){o=!1;continue}if(o&&a.includes("=>")){$s(a,e,s);continue}!o&&/^replace\s+/.test(a)&&a.includes("=>")&&$s(a.replace(/^replace\s+/,""),e,s)}return{mod:n,replaces:s}}function $s(t,e,r){let[n,s]=t.split("=>").map(a=>a.trim());if(!n||!s)return;let o=n.split(/\s+/)[0];if(!s.startsWith(".")&&!s.startsWith("/"))return;let i=Q.default.isAbsolute(s)?s:Q.default.resolve(e,s);r.set(o,i)}function Us(t){let e;try{e=_r.default.readdirSync(t,{withFileTypes:!0})}catch{return null}let r=e.filter(n=>n.isFile()&&n.name.endsWith(".go")&&!n.name.endsWith("_test.go")).map(n=>({path:Q.default.join(t,n.name),isExternal:!1})).sort((n,s)=>n.path.localeCompare(s.path));return r.length>0?r:null}var Hs=g(require("fs")),gt=g(require("path")),Ae=class{extensions=[".lua"];resolve(e,r,n,s){let o=r.replace(/\./g,gt.default.sep),i=[n,gt.default.join(n,"lib")];for(let a of i){if(!Hs.default.existsSync(a))continue;let c=s(gt.default.join(a,"_dummy.lua"),o);if(c)return[c]}return null}};var Ks=g(require("path")),Pe=class{extensions=[".md",".mdx"];resolve(e,r,n,s){let o=s(Ks.default.join(n,"_dummy"),`./${r}`);return o?[o]:null}};var Vs=g(require("fs")),dt=g(require("path")),Ne=class{extensions=[".py"];resolve(e,r,n,s){let o=r.replace(/\./g,dt.default.sep),i=dt.default.join(n,`${o}.py`);if(Js(i))return[{path:i,isExternal:!1}];let a=dt.default.join(n,o,"__init__.py");return Js(a)?[{path:a,isExternal:!1}]:null}};function Js(t){try{return Vs.default.statSync(t,{throwIfNoEntry:!1})?.isFile()===!0}catch{return!1}}var Or=g(require("path")),Tl=["~","http://","https://","//","data:","sass:"],Ie=class{extensions=[".css",".scss",".sass",".less",".styl"];resolve(e,r,n,s){if(Tl.some(p=>r.startsWith(p)))return null;let o=s(e,r);if(o)return[o];let i=Or.default.dirname(r),a=Or.default.basename(r),c=i==="."?`_${a}`:`${i}/_${a}`,l=s(e,c);return l?[l]:null}};var q=class{constructor(e,r={}){this.rootDir=e;this.workspaceMap=r.workspaceMap??new Map,this.tsconfigSearchPaths=r.tsconfigSearchPaths??[e],this.pathAliases=r.pathAliases,this.langResolvers=r.langResolvers??[new Ne,new Ae,new Ee,new Ie,new Pe]}rootDir;workspaceMap;tsconfigSearchPaths;pathAliases;langResolvers;resolutionCache=new Map;langBucketFor(e){for(let r=0;r<this.langResolvers.length;r++)if(this.langResolvers[r]?.extensions.some(n=>e.endsWith(n)))return String(r);return"none"}cacheKey(e,r){return`${R.default.dirname(e)}\0${this.langBucketFor(e)}\0${r}`}resolveAll(e,r){let n=this.cacheKey(e,r),s=this.resolutionCache.get(n);if(s!==void 0)return s??[];let o=this.resolveAllUncached(e,r);return this.resolutionCache.set(n,o.length>0?o:null),o}resolveAllUncached(e,r){let n=this.resolvePathAlias(r);if(n)return[n];if(r.startsWith(".")||r.startsWith("/")){let i=this.resolveLocalPath(e,r);return i?[i]:[]}let s=(i,a)=>this.resolveLocalPath(i,a);for(let i of this.langResolvers)if(i.extensions.some(a=>e.endsWith(a))){let a=i.resolve(e,r,this.rootDir,s);if(a)return a}let o=this.resolveWorkspaceImport(r);return o?[o]:[{path:r,isExternal:!0}]}resolve(e,r){return this.resolveAll(e,r)[0]??null}resolveLocalPath(e,r){let n=R.default.dirname(e),s=r.startsWith("/")?r:R.default.resolve(n,r),o=!s.startsWith(this.rootDir),i=["",".ts",".tsx",".js",".jsx",".mjs",".cjs",".css",".scss",".sass",".less",".styl",".coffee",".ls",".lua",".py",".feature",".md",".mdx"],a=s.match(/\.(js|mjs|cjs)$/);if(a){let c=s.slice(0,-a[0].length);for(let l of[".ts",".tsx"]){let p=this.tryExtensions(c,l,o);if(p)return p}}for(let c of i){let l=this.tryExtensions(s,c,o);if(l)return l}return o?{path:s,isExternal:!0}:null}tryExtensions(e,r,n){let s=e+r;if(this.isFile(s))return{path:s,isExternal:n};let o=R.default.join(e,`index${r}`);if(this.isFile(o))return{path:o,isExternal:n};if(r===".py"){let i=R.default.join(e,"__init__.py");if(this.isFile(i))return{path:i,isExternal:n}}return null}isFile(e){try{return Me.default.statSync(e,{throwIfNoEntry:!1})?.isFile()===!0}catch{return!1}}resolvePathAlias(e){if(this.pathAliases)for(let r in this.pathAliases){let n=this.matchAliasPattern(r,e),s=this.pathAliases[r];if(n&&s){let o=this.tryAliasSubstitutions(s,n[1]||"");if(o)return o}}for(let r of this.tsconfigSearchPaths){let n=R.default.join(r,"tsconfig.json");if(Me.default.existsSync(n))try{let o=JSON.parse(Me.default.readFileSync(n,"utf-8")).compilerOptions?.paths;if(!o)continue;for(let i in o){let a=this.matchAliasPattern(i,e);if(a){let c=this.tryAliasSubstitutions(o[i],a[1]||"",r);if(c)return c}}}catch{}}return null}aliasRegexCache=new Map;matchAliasPattern(e,r){let n=this.aliasRegexCache.get(e);if(!n){let s=e.replace(/[.*+?^${}()|[\]\\]/g,"\\$&").replace("\\*","(.*)");n=new RegExp(`^${s}$`),this.aliasRegexCache.set(e,n)}return r.match(n)}tryAliasSubstitutions(e,r,n=this.rootDir){let s=["",".ts",".tsx",".js",".jsx",".coffee",".ls",".lua",".feature"];for(let o of e){let i=o.replace("*",r),a=R.default.resolve(n,i);for(let c of s){let l=this.tryExtensions(a,c,!1);if(l)return l}}return null}resolveWorkspaceImport(e){if(this.workspaceMap.size===0)return null;for(let[r,n]of this.workspaceMap){if(e!==r&&!e.startsWith(`${r}/`))continue;let s=e.slice(r.length),o={path:"",isExternal:!1,isWorkspace:!0,workspacePackage:r};if(!s){for(let a of["src/index.ts","src/index.tsx","index.ts","index.tsx","index.js"]){let c=R.default.join(n,a);try{if(Me.default.statSync(c,{throwIfNoEntry:!1})?.isFile())return{...o,path:c}}catch{}}return{...o,path:n}}let i=this.resolveLocalPath(R.default.join(n,"_dummy"),s.slice(1));return i?{...o,path:i.path}:null}return null}};var El=["tests","test","__tests__","specs","spec"],Qs=new Set(["node_modules",".git","dist","build",".next",".cache","mokosh-cache","coverage"]),Al=600;function Pl(t,e){if(t.length===0)return e;let r=t.map(i=>E.default.dirname(i).split(E.default.sep)),n=r[0]??[];for(let i of r.slice(1)){let a=0;for(;a<n.length&&a<i.length&&n[a]===i[a];)a++;n=n.slice(0,a)}let s=n.join(E.default.sep)||E.default.sep,o=E.default.relative(e,s);return o.startsWith("..")||E.default.isAbsolute(o)?e:s}var De=class{constructor(e,r=null,n,s,o=!1,i=new Map,a=!0){this.rootDir=e;this.enableGitStats=o;this.coverageMap=i;this.parallelParsing=a;this.previousGraph=r,this.resolver=n||new q(e),this.lockFile=nn(e),s&&(this.progressCallback=s)}rootDir;enableGitStats;coverageMap;parallelParsing;graph={nodes:new Map};visited=new Set;queue=[];previousGraph=null;resolver;lockFile=null;progressCallback;pool=null;gitStatsMap=null;async build(e){let r=e.map(n=>E.default.isAbsolute(n)?n:E.default.resolve(this.rootDir,n));await this.initPool(),this.enableGitStats&&(this.gitStatsMap=as(this.rootDir));try{for(let n of r)this.enqueue(n);return await this.drain(),await this.processTestFiles(Pl(r,this.rootDir)),await this.processDocFiles(),this.progressCallback&&this.visited.size>=100&&process.stderr.write(`
32
- Done. Total processed: ${this.visited.size} nodes.
33
- `),Bs(this.graph.nodes,this.coverageMap),new I(this.graph.nodes)}finally{this.pool&&(await this.pool.destroy(),this.pool=null)}}async initPool(){if(this.parallelParsing===!1)return;let e=typeof this.parallelParsing=="object"?this.parallelParsing:{},r=e.minFiles??Al;if(!(r>0&&!this.hasAtLeastFiles(this.rootDir,r))){e.maxThreads!==void 0&&e.maxThreads<1&&process.stderr.write(`
34
- Warning: parallelParsing.maxThreads (${e.maxThreads}) must be at least 1; using 1.
35
- `);try{let n=E.default.join(__dirname,"parse-worker.js");this.pool=new qs.default({filename:n,...e.maxThreads!==void 0?{maxThreads:Math.max(1,e.maxThreads)}:{}})}catch(n){process.stderr.write(`
36
- Warning: failed to start parse worker pool, falling back to synchronous parsing: ${n}
37
- `),this.pool=null}}}hasAtLeastFiles(e,r){let n=0,s=[e];for(;s.length>0;){let o=s.pop();if(o===void 0)continue;let i;try{i=le.default.readdirSync(o,{withFileTypes:!0})}catch{continue}for(let a of i)if(a.isDirectory())Qs.has(a.name)||s.push(E.default.join(o,a.name));else if(a.isFile()&&(n++,n>=r))return!0}return n>=r}async processTestFiles(e){let r=ue(),n=o=>r.some(i=>o.name.includes(i));this.walkProject(e,n);let s=e;for(;s!==this.rootDir;){let o=E.default.dirname(s);if(o===s)break;for(let i of El){let a=E.default.join(o,i);try{le.default.statSync(a).isDirectory()&&this.walkProject(a,n)}catch{}}s=o}await this.drain()}async processDocFiles(){this.walkProject(this.rootDir,e=>e.name.endsWith(".md")||e.name.endsWith(".mdx")),await this.drain()}walkProject(e,r){let n;try{n=le.default.readdirSync(e,{withFileTypes:!0})}catch{return}for(let s of n){let o=E.default.join(e,s.name);s.isDirectory()?Qs.has(s.name)||this.walkProject(o,r):s.isFile()&&r(s)&&this.enqueue(o)}}enqueue(e){this.visited.has(e)||(this.visited.add(e),this.showProgress(),this.queue.push(e))}async drain(){for(;this.queue.length>0;){let e=this.queue;this.queue=[],await Promise.all(e.map(r=>this.finishFile(r)))}}async finishFile(e){let r=le.default.statSync(e,{throwIfNoEntry:!1});if(!r?.isFile())return;let n=E.default.relative(this.rootDir,e),s=await this.getNode(e,n,r);s.imports=await this.resolveImports(e,s.imports),Ws(s.imports,s.tags),this.graph.nodes.set(s.path,s)}async getNode(e,r,n){let s=this.previousGraph?.nodes.get(r);if(s&&s.mtime===n.mtimeMs&&s.size===n.size)return{...s};let o=await this.tryParse(e,r);if(!o)return this.makeStubNode(e,r,n);let i=this.resolveCallEdges(e,o.rawCallEdges),a=this.buildNode(e,r,n,o,i);return this.attachGitStats(a,r),a}async tryParse(e,r){let n=le.default.readFileSync(e,"utf-8");try{return await this.parseContent(e,n)}catch(s){return process.stderr.write(`
38
- Warning: failed to parse ${r}: ${s}
39
- `),null}}parseContent(e,r){return this.pool?this.pool.run({filePath:e,content:r}):js(e,r)}makeStubNode(e,r,n){return{path:r,type:_(e),category:"other",imports:[],exports:[],tags:[],mtime:n.mtimeMs,size:n.size}}resolveCallEdges(e,r){let n=[];for(let s of r??[])try{let o=this.resolver.resolve(e,s.toSpecifier);o&&!o.isExternal&&n.push({from:s.from,to:s.to,toFile:E.default.relative(this.rootDir,o.path)})}catch{}return n}buildNode(e,r,n,s,o){let{imports:i,exports:a,tags:c,category:l,description:p,complexity:f,cognitiveComplexity:d,functions:h}=s;return{path:r,type:_(e),category:l,imports:i,exports:a,tags:c,mtime:n.mtimeMs,size:n.size,...p!==void 0?{description:p}:{},...o.length>0?{callEdges:o}:{},...f!==void 0?{complexity:f}:{},...d!==void 0?{cognitiveComplexity:d}:{},...h!==void 0?{functions:h}:{}}}attachGitStats(e,r){let n=this.gitStatsMap?.get(r);n&&(e.commitCount90d=n.commitCount90d,n.lastAuthor!==void 0&&(e.lastAuthor=n.lastAuthor),n.lastCommitAt!==void 0&&(e.lastCommitAt=n.lastCommitAt))}async resolveImports(e,r){let n=[];for(let s of r){let o=this.resolver.resolveAll(e,s.rawSpecifier);if(o.length!==0)for(let i of o){let a={...s,toPath:i.isExternal?i.path:E.default.relative(this.rootDir,i.path),isExternal:i.isExternal};i.isWorkspace&&(a.isWorkspace=!0,a.workspacePackage=i.workspacePackage),i.isExternal?this.attachLockfileVersion(a):this.enqueue(i.path),n.push(a)}}return n}attachLockfileVersion(e){if(!this.lockFile)return;let r=e.rawSpecifier.startsWith("@")?e.rawSpecifier.split("/").slice(0,2).join("/"):e.rawSpecifier.split("/")[0],n=r?this.lockFile.dependencies[r]:void 0;n&&(e.version=n.version)}showProgress(){this.progressCallback&&this.visited.size%100===0&&this.progressCallback(this.visited.size)}};function Ys(t,e){return{identifier:e?.identifier??new ct,featureMap:e?.featureDetection===!1?new Map:W(t.nodes,e?.featureDetection??void 0)}}function Xs(t,e,r,n,s){for(let o of e){let i=t.nodes.get(o);if(!i)continue;let a=new B(o,["*",...i.exports.map(c=>c.name)]);t.traverse(o,(c,l,p)=>{if(!p)return!0;if(!a.updateAffectedSymbols(c,p))return!1;if(l>0){let f=r.get(c.path);if(f)return n(f),!1}return s(c),!0},{direction:"incoming"})}}function jr(t,e,r){let{identifier:n,featureMap:s}=Ys(t,r),o=new Set;for(let i of e){let a=s.get(i);a&&o.add(a.tag)}return Xs(t,e,s,i=>o.add(i.tag),i=>{if(n.isTestNode(i))for(let a of i.tags)o.add(a.name)}),Array.from(o)}function zr(t,e,r){let{identifier:n,featureMap:s}=Ys(t,r),o=new Set;return Xs(t,e,s,()=>{},i=>{n.isTestNode(i)&&o.add(i.path)}),Array.from(o)}var Zs=g(require("fs")),pe=g(require("path"));async function eo(t,e,r=null,n={}){let s=n.silent?void 0:a=>{process.stderr.write(`Processed ${a} files...\r`)},o=pe.default.resolve(t);return await new De(o,r,n.pathAliases?new q(o,{pathAliases:n.pathAliases}):void 0,s,n.gitStats??!1,n.coverageMap??new Map,n.parallelParsing??!0).build(e)}async function to(t,e={}){let r=pe.default.resolve(t),n=Se(r),s=e.packages?n.packages.filter(a=>e.packages?.includes(a.name)||e.packages?.includes(a.relativeRoot)):n.packages,o=new Map(n.packages.map(a=>[a.name,a.root])),i=new ke(r,n.type);for(let a of s){let c=e.silent?void 0:f=>{process.stderr.write(`[${a.name}] Processed ${f} files...\r`)},p=await new De(r,null,new q(r,{workspaceMap:o,tsconfigSearchPaths:[a.root,r],pathAliases:e.pathAliases}),c,e.gitStats??!1,new Map,e.parallelParsing??!0).build(a.entryPoints);i.addPackage(a,p)}return i}function ro(t,e={}){let r=[],n=new Set([...e.ignoreDirs??z,...e.additionalIgnoreDirs??[]]),s=new Set([...e.extensions??Pt,...e.additionalExtensions??[]]);function o(i){try{let a=Zs.default.readdirSync(i,{withFileTypes:!0});for(let c of a){let l=pe.default.join(i,c.name);c.isDirectory()?n.has(c.name)||o(l):c.isFile()&&s.has(pe.default.extname(c.name).toLowerCase())&&r.push(pe.default.relative(t,l))}}catch{}}return o(t),r}var no=/(?:^|[/\\])(?:node_modules|\.git|dist|build|coverage)(?:[/\\]|$)/;function so(t){return yt.default.join(t,je,Et)}function Nl(t,e){return e?.cachePath?yt.default.resolve(t,e.cachePath):yt.default.join(t,je,At)}function Il(t){try{if(!ht.default.existsSync(t))return null;let e=ht.default.readFileSync(t,"utf-8");return I.deserialize(JSON.parse(e))}catch{return null}}var xt=class{graphs=new Map;configs=new Map;workspaceGraphs=new Map;changeImpactCaches=new Map;dirtyRoots=new Set;watchers=new Map;lastAnalyze=new Map;duplicationTokenCaches=new Map;isConfigured(e){return this.configs.has(e)}storeConfig(e,r){this.configs.set(e,r)}getConfig(e){return this.configs.get(e)}async getOrBuild(e,r,n=new Map){let s=this.configs.get(e),o=this.graphs.get(e)??Il(Nl(e,s)),i=await eo(e,r,o,{...Z(s),coverageMap:n});return this.graphs.set(e,i),i}require(e){let r=this.graphs.get(e);if(!r)throw new Error('No graph cached for this root. Call "analyze" first.');return r}async getOrBuildWorkspace(e,r={}){let n=this.workspaceGraphs.get(e);if(n)return n;let s=await to(e,r);return this.workspaceGraphs.set(e,s),s}requireWorkspace(e){let r=this.workspaceGraphs.get(e);if(!r)throw new Error('No workspace graph cached for this root. Call "analyze" first.');return r}hasWorkspace(e){return this.workspaceGraphs.has(e)}getOrBuildChangeImpact(e){let r=this.changeImpactCaches.get(e);if(r)return r;let n=this.require(e),s=_t(n);return this.changeImpactCaches.set(e,s),s}storeLastAnalyze(e,r){this.lastAnalyze.set(e,r)}startWatching(e){if(!this.watchers.has(e))try{let r=ht.default.watch(e,{recursive:!0},(n,s)=>{!s||no.test(s)||this.dirtyRoots.add(e)});r.on("error",()=>{this.watchers.delete(e)}),this.watchers.set(e,r)}catch{}}async ensureFresh(e){if(!this.dirtyRoots.has(e))return this.require(e);this.dirtyRoots.delete(e),this.changeImpactCaches.delete(e);let r=this.lastAnalyze.get(e);return r?.kind==="single"?this.getOrBuild(e,r.entryPoints,r.coverageMap):this.require(e)}async ensureFreshWorkspace(e){if(!this.dirtyRoots.has(e))return this.requireWorkspace(e);this.dirtyRoots.delete(e),this.changeImpactCaches.delete(e),this.workspaceGraphs.delete(e);let r=this.configs.get(e);return this.getOrBuildWorkspace(e,Z(r))}async getDuplicationTokenCache(e){let r=this.duplicationTokenCaches.get(e);return r||(r=Ue(so(e)),this.duplicationTokenCaches.set(e,r)),r}flushDuplicationTokenCache(e){let r=this.duplicationTokenCaches.get(e);if(r)try{He(r,so(e))}catch(n){process.stderr.write(`Warning: failed to persist duplication token cache: ${n}
40
- `)}}invalidate(e){let r=this.graphs.has(e)||this.workspaceGraphs.has(e);return this.graphs.delete(e),this.workspaceGraphs.delete(e),this.changeImpactCaches.delete(e),this.dirtyRoots.delete(e),this.duplicationTokenCaches.delete(e),r}};var Y=g(require("path"));var oo=g(require("fs")),io=g(require("os")),bt=g(require("path"));function b(t){return{content:[{type:"text",text:JSON.stringify(t)}]}}function ao(t){if(!bt.default.isAbsolute(t))throw new Error("root must be an absolute path");let e=bt.default.resolve(t),r=io.default.homedir();if(e!==r&&!e.startsWith(r+bt.default.sep))throw new Error("root must be within the user home directory");let n;try{n=oo.default.statSync(e)}catch{throw new Error("root does not exist")}if(!n.isDirectory())throw new Error("root is not a directory")}async function co(t,e){let{root:r,entryPoints:n}=e;if(!t.isConfigured(r)){let d=fe(r,{allowJs:!1});Tt(d),t.storeConfig(r,d)}if(n.length===0){let d=Se(r);if(d.type!=="none"){let h=t.getConfig(r),C=await t.getOrBuildWorkspace(r,Z(h));t.storeLastAnalyze(r,{kind:"workspace"}),t.startWatching(r);let v=Array.from(C.packages.values()).map(({graph:y,pkg:k})=>({package:k.name,relativeRoot:k.relativeRoot,nodeCount:y.nodes.size}));return b({monorepoType:d.type,packageCount:C.packages.size,packages:v})}}let s=n.map(d=>Y.default.resolve(r,d)),o=t.getConfig(r),i=o?.coverageReportPath?It(r,o.coverageReportPath):new Map,a=await t.getOrBuild(r,s,i);t.storeLastAnalyze(r,{kind:"single",entryPoints:s,coverageMap:i}),t.startWatching(r);let c=a.serialize(),l=c.nodes.reduce((d,h)=>(d[h.category]=(d[h.category]??0)+1,d),{}),p=a.findCycles(),f=Ht(a);return b({nodeCount:c.nodes.length,categories:l,cycles:p,languageCoverage:f})}async function lo(t,e){let{root:r,file:n,depth:s=1,withMeta:o=!1}=e,i=await t.ensureFresh(r),a=Kt(i,n,s),c=o?a.map(l=>({...l,...ye(i,l.path)})):a;return b({file:n,dependencies:c})}async function po(t,e){let{root:r,file:n,withMeta:s=!1}=e,o=await t.ensureFresh(r),i=xe(o,n),a=s?i.map(c=>({...c,...ye(o,c.path)})):i;return b({file:n,dependents:a})}async function uo(t,e){let{root:r,file:n,testsOnly:s=!1,cached:o=!1,changedSymbols:i,withMeta:a=!1}=e,c=await t.ensureFresh(r),l=d=>a?d.map(h=>({path:h,...ye(c,h)})):d;if(o){let d=t.getOrBuildChangeImpact(r),h=Ot(d,n),C=s?h.filter(y=>c.nodes.get(y)?.category==="test"):h,v=l(C);return b({file:n,affected:v,count:v.length})}let p=Jt(c,n,{testsOnly:s,changedSymbols:i}),f=l(p);return b({file:n,affected:f,count:f.length})}async function fo(t,e){let{root:r,file:n,depth:s=1,withEdgeDetail:o=!1}=e,i=await t.ensureFresh(r),a=Vt(i,n,{depth:s,withEdgeDetail:o});return b({file:n,callers:a,count:a.length})}async function mo(t,e){let{root:r,entryPoints:n}=e,s=n?await t.getOrBuild(r,n.map(a=>Y.default.resolve(r,a))):await t.ensureFresh(r),o=ro(r),i=s.findUnusedFiles(o);return b({unusedFiles:i,count:i.length})}async function go(t,e){let{root:r}=e,n=await t.ensureFresh(r),s=new Map;for(let i of n.nodes.values())for(let a of i.tags)s.set(a.name,(s.get(a.name)??0)+1);let o=[...s.entries()].map(([i,a])=>({name:i,count:a})).sort((i,a)=>a.count-i.count);return b({tags:o,count:o.length})}async function ho(t,e){let{root:r,coverageThreshold:n}=e,s=await t.ensureFresh(r),o=t.getConfig(r),i=n??o?.coverageThreshold??80;if(!Je(s))return b({error:"No coverage data available. Set coverageReportPath in mokosh.config and call analyze again."});let a=[...s.nodes.values()].filter(c=>c.category!=="test"&&c.category!=="config").filter(c=>c.coveragePct!==void 0&&c.coveragePct<i).map(c=>({file:c.path,coveragePct:c.coveragePct}));return b({threshold:i,uncovered:a,count:a.length})}async function yo(t,e){let{root:r}=e,s=[...(await t.ensureFresh(r)).nodes.values()].filter(o=>o.type==="markdown"&&o.staleFor&&o.staleFor.length>0).map(o=>({doc:o.path,staleFor:o.staleFor}));return b({staleDocs:s,count:s.length})}async function xo(t,e){let{root:r,metric:n="cognitiveComplexity",threshold:s=10,limit:o=20}=e,i=await t.ensureFresh(r),a=Qt(i,{metric:n,threshold:s,limit:o});return b({metric:n,threshold:s,functions:a,count:a.length})}async function bo(t,e){let{root:r,metric:n="cognitiveComplexity",minComplexity:s=10,maxCoveragePct:o=50,minChurn:i=0,limit:a=20}=e,c=await t.ensureFresh(r);if(!Je(c))return b({error:"No coverage data available. Set coverageReportPath in mokosh.config and call analyze again."});let{hotspots:l,count:p,churnDataAvailable:f}=Xt(c,{metric:n,minComplexity:s,maxCoveragePct:o,minChurn:i,limit:a});return b({metric:n,minComplexity:s,maxCoveragePct:o,minChurn:i,churnDataAvailable:f,hotspots:l,count:p})}async function So(t,e){let{root:r,minLines:n=6,ignoreLiterals:s=!0,maxPunctuationRatio:o=.5,limit:i=50}=e,a=await t.ensureFresh(r),c=e.ignoreDirs??[...z,...t.getConfig(r)?.ignoreDirs??[]],{groups:l}=await Ut(a,r,{minLines:n,ignoreLiterals:s,maxPunctuationRatio:o,limit:i,ignoreDirs:c,tokenCache:await t.getDuplicationTokenCache(r)});return t.flushDuplicationTokenCache(r),b({minLines:n,groups:l,count:l.length})}async function ko(t,e){let{root:r,changedFiles:n,featureThreshold:s,format:o="tags"}=e,i=await t.ensureFresh(r),a=n??new pt().getChangedFiles().map(p=>Y.default.relative(r,Y.default.resolve(r,p))),c=s!==void 0?{featureDetection:{minOutDegree:s}}:void 0;if(o==="paths"){let p=zr(i,a,c);return b({changedFiles:a,affectedTests:p,count:p.length})}let l=jr(i,a,c);return b({changedFiles:a,proposedTags:l})}async function Co(t,e){let{root:r,entryPoints:n,featureThreshold:s}=e,o=n?await t.getOrBuild(r,n.map(c=>Y.default.resolve(r,c))):await t.ensureFresh(r),i=W(o.nodes,s!==void 0?{minOutDegree:s}:void 0),a=Array.from(i.values()).sort((c,l)=>l.outDegree-c.outDegree);return b({features:a,count:a.length})}async function vo(t,e){let{root:r,entryPoints:n,filter:s,mermaid:o=!1,slim:i=!0}=e,a=n?await t.getOrBuild(r,n.map(l=>Y.default.resolve(r,l))):await t.ensureFresh(r),c=Ye(a.serialize(),Xe(s));return o?b(ze.serialize(I.deserialize(c))):i?b(qt(c)):b(c)}async function wo(t,e){let{root:r}=e,n=await t.ensureFreshWorkspace(r);return b(Yt(n))}async function Fo(t,e){let{root:r,file:n}=e,o=(await t.ensureFreshWorkspace(r)).getAffectedAcrossPackages(n);return b({file:n,affected:o,count:o.length})}function To(t,e){let{root:r}=e,n=t.invalidate(r);return b({root:r,cleared:n,message:n?"Cache cleared. Call analyze to rebuild.":"No cache was present for this root."})}async function Eo(t,e){let{root:r,type:n}=e,s=await t.ensureFresh(r),o=tr(s);if(n)return b(rr(o,n));let i=Array.from(o.types.values());return b({count:i.length,types:i})}async function Ao(t,e){let{root:r,paths:n,minOutDegree:s}=e,o=await t.ensureFresh(r),i=Zt(o,s!==void 0?{minOutDegree:s}:void 0);if(n?.length){let c=n.map(l=>i.get(l)).filter(Boolean);return b({count:c.length,modules:c})}let a=Array.from(i.values());return b({count:a.length,modules:a})}async function Po(t,e){let{root:r,minOutDegree:n}=e,s=await t.ensureFresh(r),o=de(s,n!==void 0?{minOutDegree:n}:void 0),i=Object.fromEntries(o.features);return b({features:i,unassigned:o.unassigned})}async function No(t,e){let{root:r,function:n}=e,s=await t.ensureFresh(r);return b(Gt(s,n))}async function Io(t,e){let{root:r,name:n}=e,s=await t.ensureFresh(r),o=er(s,n);return b({name:n,matches:o,count:o.length})}async function Mo(t,e){let{root:r,entryPoints:n}=e,s=await t.ensureFresh(r),o=n?.length?n:Rt(s,r);if(o.length===0)throw new Error("No entry points found. Pass entryPoints explicitly or ensure package.json has a main/exports field.");return b(Lt(s,o))}async function Do(t,e){let r=await t.ensureFresh(e.root),n=await vr(r,e.root,{dryRun:e.dryRun??!1});return b(n)}var Ro=[{name:"analyze",description:"Build the dependency graph for a project from entry points. Returns a summary of node count, categories, and cycles. Must be called before get_dependencies, get_dependents, get_affected, or propose_tags. Pass an empty entryPoints array to auto-detect a monorepo (pnpm/npm/yarn/Nx/Turborepo) and build per-package graphs \u2014 use get_workspace_packages and get_workspace_affected for monorepo queries.",inputSchema:{type:"object",properties:{root:{type:"string",description:"Absolute path to the project root (or monorepo root)"},entryPoints:{type:"array",items:{type:"string"},description:"Entry point files relative to root (e.g. ['src/index.ts']). Pass [] to trigger monorepo auto-detection."}},required:["root","entryPoints"]}},{name:"get_dependencies",description:"Get files that a given file imports (outgoing traversal). depth=1 returns immediate imports; omit for the full transitive tree. Each result includes the specific symbols imported from that file (when known).",inputSchema:{type:"object",properties:{root:{type:"string"},file:{type:"string",description:"File path relative to root"},depth:{type:"number",description:"Max traversal depth (default: 1)"},withMeta:{type:"boolean",description:"Include each result's category and export names alongside the path (default: false). Set true when you need to decide what to do with a result without a follow-up lookup."}},required:["root","file"]}},{name:"get_dependents",description:"Get files that directly import a given file (one-hop incoming edges). Each result includes the specific symbols that dependent file imports from this file (when known).",inputSchema:{type:"object",properties:{root:{type:"string"},file:{type:"string",description:"File path relative to root"},withMeta:{type:"boolean",description:"Include each result's category and export names alongside the path (default: false). Set true when you need to decide what to do with a result without a follow-up lookup."}},required:["root","file"]}},{name:"get_affected",description:"Get all files transitively affected if a given file changes \u2014 full incoming traversal upward. Use before a refactor to understand blast radius. See docs/mcp.md for details on the testsOnly, cached, changedSymbols, and withMeta options.",inputSchema:{type:"object",properties:{root:{type:"string"},file:{type:"string",description:"File path relative to root"},testsOnly:{type:"boolean",description:"Return only test/spec files (default: false)"},cached:{type:"boolean",description:"Use a pre-computed impact cache for O(1) lookup instead of graph traversal. Cache is built lazily on first use and reused for the session (default: false)."},changedSymbols:{type:"array",items:{type:"string"},description:"Restrict blast-radius to files that import at least one of these symbols. Omit to treat the whole file as changed (conservative, same as before)."},withMeta:{type:"boolean",description:"Return each affected file as { path, category, exports } instead of a bare path string (default: false). Set true when you need to decide what to do with a result without a follow-up lookup."}},required:["root","file"]}},{name:"get_callers",description:"Get files whose exported functions call into a given file (call-graph dependents). More precise than get_affected: only files with actual runtime call edges, not mere imports. Requires prior analyze() call.",inputSchema:{type:"object",properties:{root:{type:"string",description:"Absolute path to project root"},file:{type:"string",description:"File path relative to root"},depth:{type:"number",description:"Max traversal depth (default: 1)"},withEdgeDetail:{type:"boolean",description:"Include from/to function names per edge (default: false)"}},required:["root","file"]}},{name:"find_unused",description:"Find files in the project that are not reachable from any entry point. Useful before cleanup passes. Omit entryPoints to reuse the cached graph from a prior analyze() call instead of rebuilding.",inputSchema:{type:"object",properties:{root:{type:"string"},entryPoints:{type:"array",items:{type:"string"},description:"Entry point files relative to root. Omit to reuse the cached graph from a prior analyze() call."}},required:["root"]}},{name:"list_tags",description:"List every distinct tag name present in the graph, with how many nodes carry each one. Call this before querying with tag:<name> to avoid a speculative filter silently returning zero results. Includes all tag kinds \u2014 a superset of what query's slim mode keeps (slim only retains comment-marker and import tags).",inputSchema:{type:"object",properties:{root:{type:"string",description:"Absolute path to the project root"}},required:["root"]}},{name:"find_uncovered",description:"Find non-test files whose line coverage is below the configured threshold. Requires a prior analyze() call and coverageReportPath set in mokosh.config. coverageThreshold overrides the config default (default: 80).",inputSchema:{type:"object",properties:{root:{type:"string",description:"Absolute path to the project root"},coverageThreshold:{type:"number",description:"Line-coverage % below which a file is considered uncovered. Overrides config value."}},required:["root"]}},{name:"check_doc_drift",description:"Find markdown docs whose referenced files changed more recently than the doc itself \u2014 a commit-recency heuristic for stale documentation, not a content diff. Requires a prior analyze() call with gitStats: true in mokosh.config (otherwise no file has commit-timestamp data and nothing is flagged). See docs/adr-009-markdown-parsing.md for known limitations.",inputSchema:{type:"object",properties:{root:{type:"string",description:"Absolute path to the project root"}},required:["root"]}},{name:"find_complex_functions",description:"Find individual functions/methods above a cognitive (or cyclomatic) complexity threshold, sorted worst-first. Requires a prior analyze() call. Populated for TypeScript/JavaScript, Go, and Python.",inputSchema:{type:"object",properties:{root:{type:"string",description:"Absolute path to the project root"},metric:{type:"string",enum:["cognitiveComplexity","complexity"],description:"Which score to threshold/sort on (default: cognitiveComplexity)"},threshold:{type:"number",description:"Minimum score to include (default: 10)"},limit:{type:"number",description:"Max results to return, worst-first (default: 20)"}},required:["root"]}},{name:"find_risk_hotspots",description:"Find functions that are complex, in a poorly-covered file, and \u2014 when gitStats is enabled in mokosh.config \u2014 in a frequently-changed file. Requires a prior analyze() call and coverageReportPath set in mokosh.config; errors if no coverage data was loaded. Churn filtering is skipped (churnDataAvailable: false) when gitStats wasn't enabled, since complexity + low coverage alone is still a meaningful signal.",inputSchema:{type:"object",properties:{root:{type:"string",description:"Absolute path to the project root"},metric:{type:"string",enum:["cognitiveComplexity","complexity"],description:"Which per-function score to filter/sort on (default: cognitiveComplexity)"},minComplexity:{type:"number",description:"Minimum per-function complexity score to include (default: 10)"},maxCoveragePct:{type:"number",description:"Maximum containing-file coverage % to include (default: 50)"},minChurn:{type:"number",description:"Minimum containing-file 90-day commit count to include (default: 0). Ignored when gitStats wasn't enabled at analyze time."},limit:{type:"number",description:"Max results to return, worst-first by metric (default: 20)"}},required:["root"]}},{name:"find_duplicates",description:"Find duplicated code blocks across the project, largest-first. CSS/SCSS/Less are matched structurally by rule body; every other parsed language is tokenized and matched via suffix array. Lock files and ignored directories are always excluded. Requires a prior analyze() call. See docs/mcp.md for matching-strategy, normalization, and caching details.",inputSchema:{type:"object",properties:{root:{type:"string",description:"Absolute path to the project root"},minLines:{type:"number",description:"Minimum duplicated block size in lines to report (default: 6)"},ignoreLiterals:{type:"boolean",description:"Normalize string/number literals too, not just identifiers, so only structural shape drives a match (default: true). Set false for stricter, exact-text-only matching."},maxPunctuationRatio:{type:"number",description:"Maximum fraction of a token-shingled block's window that may be object/array-literal structural punctuation ({ } : , [ ]) (default: 0.5). Filters out blocks that are mostly schema/object-literal shape instead of substantive shared logic. Does not apply to the CSS/Less/SCSS structural comparator. Set 1 to disable."},ignoreDirs:{type:"array",items:{type:"string"},description:"Directory names to exclude, matched against any path segment (default: DEFAULT_IGNORE_DIRS merged with this root's configured ignoreDirs, if any). Pass [] to disable."},limit:{type:"number",description:"Max duplicate blocks to return, largest-first (default: 50)"}},required:["root"]}},{name:"propose_tags",description:"Propose what to run based on changed files. Pass changedFiles explicitly or omit to use git diff. format='tags' (default) returns test tags for CI tag-filtering; format='paths' returns test file paths ready to pipe directly to a test runner (e.g. vitest). Feature hubs act as traversal boundaries in both modes.",inputSchema:{type:"object",properties:{root:{type:"string"},changedFiles:{type:"array",items:{type:"string"},description:"Changed files relative to root. Omit to read from git diff."},featureThreshold:{type:"number",description:"Min importers for a file to be treated as a feature hub (default: 5). A hub short-circuits traversal and emits a feature:<name> tag instead of all downstream tags."},format:{type:"string",enum:["tags","paths"],description:"Output format: 'tags' returns test tag names for CI filtering (default); 'paths' returns test file paths to pipe to a test runner."}},required:["root"]}},{name:"detect_features",description:"Identify feature hub files \u2014 non-test files that import many other internal modules (orchestrators / aggregators like src/parser.ts or src/cli/runner.ts). Returns a list sorted by import count descending.",inputSchema:{type:"object",properties:{root:{type:"string"},entryPoints:{type:"array",items:{type:"string"},description:"Entry point files relative to root. Omit to use the cached graph."},featureThreshold:{type:"number",description:"Min internal imports a file must have to qualify as a feature hub (default: 5)."}},required:["root"]}},{name:"query",description:"Filter the graph by category, tag, path, or other node metadata. Returns matching nodes as JSON or a Mermaid diagram. If entryPoints is omitted the cached graph from a prior 'analyze' call is used. See docs/mcp.md for the full query DSL reference.",inputSchema:{type:"object",properties:{root:{type:"string"},entryPoints:{type:"array",items:{type:"string"},description:"Entry points to build the graph. Omit to reuse the cached graph from a prior 'analyze' call."},filter:{type:"string",description:"Query string e.g. 'category:logic' or 'category:logic,tag:auth'. Supports: category, type, tag, path, external, importsFile, importedBy, minImports, maxImports, minSize, maxSize, hasDocstring, minCoverage, maxCoverage, minExportUsage, maxExportUsage, minComplexity, maxComplexity, minCognitiveComplexity, maxCognitiveComplexity, minCommits, maxCommits, isDocumented, isStale, lastAuthor. OR logic: any(key:val|key:val) matches if any single-key clause holds, ANDed with the rest of the query. sort: size|imports|commitCount90d|exportUsage|complexity|cognitiveComplexity, with sortDir: asc|desc (default desc). limit: N."},mermaid:{type:"boolean",description:"Return a Mermaid diagram (default: false)"},slim:{type:"boolean",description:"Compact response mode (default: true). Returns export names, meaningful tags, and a flat importsFiles path list \u2014 no edge objects, no mtime/size. Tags are filtered to kinds comment-marker and import only; function/class/variable/type/library tags are dropped in slim output. Use list_tags to see the full tag inventory, or pass slim: false to get every tag kind on matching nodes."}},required:["root","filter"]}},{name:"get_workspace_packages",description:"List all workspace packages detected in a monorepo, with their node counts and inter-package dependencies. Requires a prior analyze() call with empty entryPoints on a monorepo root.",inputSchema:{type:"object",properties:{root:{type:"string",description:"Absolute path to the monorepo root"}},required:["root"]}},{name:"get_workspace_affected",description:"Cross-package blast-radius analysis. Returns every file that could be affected if a given file changes, annotated with the package it belongs to. Requires a prior analyze() call with empty entryPoints on a monorepo root.",inputSchema:{type:"object",properties:{root:{type:"string",description:"Absolute path to the monorepo root"},file:{type:"string",description:"Monorepo-root-relative path of the changed file (e.g. 'packages/shared/src/utils.ts')"}},required:["root","file"]}},{name:"get_type_graph",description:"Return type-level relationships for the project. Without a type name, returns an inventory of all interfaces, classes, enums, and type aliases with their file and kind. With a type name, returns which files import that type (usedByFiles) and which types the defining file imports (uses). Requires a prior analyze() call. Only covers TypeScript/JavaScript files.",inputSchema:{type:"object",properties:{root:{type:"string",description:"Absolute path to the project root"},type:{type:"string",description:"Exact exported name of the type to look up (e.g. 'FileNode'). Omit to get the full type inventory."}},required:["root"]}},{name:"get_module_responsibility",description:"Return what each file is responsible for: its semantic role, JSDoc description (when present), exported symbol names, and which feature hub it belongs to. Pass specific paths to filter, or omit paths to get all files. Requires a prior analyze() call.",inputSchema:{type:"object",properties:{root:{type:"string",description:"Absolute path to the project root"},paths:{type:"array",items:{type:"string"},description:"Project-relative file paths to include. Omit to return all files."},minOutDegree:{type:"number",description:"Min imports for a file to qualify as a feature hub (default: 5)."}},required:["root"]}},{name:"get_feature_graph",description:"Group files by domain: returns which files each feature hub (high-import orchestrator) transitively owns. Each file is assigned to the most specific hub that can reach it (lowest out-degree wins). Use this instead of a full query when answering 'what files are in the X feature/module?' \u2014 it returns only paths grouped by hub, so it's substantially smaller than a full graph query for the same question; compare output sizes yourself if you need an exact figure for your repo.",inputSchema:{type:"object",properties:{root:{type:"string",description:"Absolute path to the project root"},minOutDegree:{type:"number",description:"Minimum internal imports a file must have to qualify as a feature hub (default: 5)."}},required:["root"]}},{name:"get_call_graph",description:"Look up callers and callees for a named function. Returns the file that defines the function, all files/functions that call it, and all files/functions it calls. Always requires a function name \u2014 never returns the full call graph unfiltered. Call edges are only populated for TypeScript/JavaScript files.",inputSchema:{type:"object",properties:{root:{type:"string",description:"Absolute path to the project root"},function:{type:"string",description:"Exact name of the function to look up (e.g. 'parseFile')."}},required:["root","function"]}},{name:"find_symbol",description:"Find every file that exports a symbol by exact name, with the best available usage info per match. Precision varies by the defining file's language \u2014 check each match's `precision` field ('call' | 'file-level') before trusting caller/importer results as symbol-exact. See docs/mcp.md for per-language coverage details.",inputSchema:{type:"object",properties:{root:{type:"string",description:"Absolute path to the project root"},name:{type:"string",description:"Exact export name to look up (e.g. 'parseFile')."}},required:["root","name"]}},{name:"get_api_surface",description:"Build the API surface report for a project: every exported symbol resolved to its defining file and kind, partitioned into internalFiles, unreachableFromEntry, and testFiles. Requires a prior analyze() call. When entryPoints is omitted, auto-detects from package.json exports/main/module. See docs/mcp.md for the export* expansion and partition semantics.",inputSchema:{type:"object",properties:{root:{type:"string",description:"Absolute path to the project root"},entryPoints:{type:"array",items:{type:"string"},description:"Project-relative paths of public entry points (e.g. ['src/index.ts', 'src/utils.ts']). Omit to auto-detect from package.json exports / main / module fields."}},required:["root"]}},{name:"clear_cache",description:"Drop the cached dependency graph for a project root, forcing the next analyze() call to rebuild from disk. Call this after editing source files mid-session \u2014 otherwise get_affected, get_dependencies, and other query tools will reason from stale data.",inputSchema:{type:"object",properties:{root:{type:"string",description:"Absolute path to the project root to invalidate."}},required:["root"]}},{name:"apply_tags",description:"Write @tag annotations into test file source code based on the dependency graph, as an idempotent block \u2014 re-running is safe, the existing block is replaced in place. Use dryRun=true to preview changes without writing to disk. Requires a prior analyze() call. See docs/mcp.md for tag-kind and per-language block syntax details.",inputSchema:{type:"object",properties:{root:{type:"string",description:"Absolute path to the project root."},dryRun:{type:"boolean",description:"When true, computes which files would change but does not write to disk (default: false)."}},required:["root"]}}];function kt(){let t=new xt,e=new Lo.Server({name:"mokosh",version:"0.0.1"},{capabilities:{tools:{}}});return e.setRequestHandler(St.ListToolsRequestSchema,async()=>({tools:Ro})),e.setRequestHandler(St.CallToolRequestSchema,async r=>{let{name:n,arguments:s}=r.params,o=s,a={analyze:c=>co(t,c),get_dependencies:c=>lo(t,c),get_dependents:c=>po(t,c),get_affected:c=>uo(t,c),get_callers:c=>fo(t,c),find_symbol:c=>Io(t,c),find_unused:c=>mo(t,c),find_uncovered:c=>ho(t,c),list_tags:c=>go(t,c),check_doc_drift:c=>yo(t,c),find_complex_functions:c=>xo(t,c),find_risk_hotspots:c=>bo(t,c),find_duplicates:c=>So(t,c),propose_tags:c=>ko(t,c),detect_features:c=>Co(t,c),get_type_graph:c=>Eo(t,c),get_module_responsibility:c=>Ao(t,c),get_feature_graph:c=>Po(t,c),get_call_graph:c=>No(t,c),get_api_surface:c=>Mo(t,c),query:c=>vo(t,c),get_workspace_packages:c=>wo(t,c),get_workspace_affected:c=>Fo(t,c),clear_cache:c=>To(t,c),apply_tags:c=>Do(t,c)}[n];if(!a)throw new Error(`Unknown tool: ${n}`);try{return ao(o.root),await a(o)}catch(c){return{content:[{type:"text",text:`Error: ${c instanceof Error?c.message:String(c)}`}],isError:!0}}}),e}async function Ml(){let t=kt(),e=new Go.StdioServerTransport;await t.connect(e)}Ml().catch(console.error);0&&(module.exports={createMcpServer});
48
+ `;return`${l+m+u+i}
49
+ ${p}`}};function pf(t){let e=t.split(`
50
+ `),r=-1;return e.forEach((s,o)=>{(s.trimStart().startsWith("import ")||s.trimStart().startsWith("from "))&&(r=o)}),r<0?0:e.slice(0,r+1).reduce((s,o)=>s+o.length+1,0)}var vi=g(require("path")),Dn=/^\/\/ mokosh:tags .*\n/m,uf=/^(?:sealed\s+|abstract\s+|final\s+|private\s+|implicit\s+|case\s+)*(?:class|object|trait)\s+\w+/m,ff=/\/src\/(test|it)\//,mf=/(Spec|Suite|Test|Props)\.scala$/;function gf(t){let e=Dn.exec(t);return e?e[0].replace(/^\/\/ mokosh:tags /,"").trim().split(/\s*,\s*/).filter(Boolean):null}var Ht=class{name="scalatest";canHandle(e){let r=e.replace(/\\/g,"/");return vi.default.extname(r).toLowerCase()!==".scala"?!1:ff.test(r)||mf.test(r)}apply(e,r,n){let s=gf(r),o=[...n].sort();if(s!==null&&JSON.stringify([...s].sort())===JSON.stringify(o))return r;if(n.length===0)return s===null?r:r.replace(Dn,"");let i=`// mokosh:tags ${o.join(", ")}
51
+ `;if(s!==null)return r.replace(Dn,i);let a=uf.exec(r);return a?r.slice(0,a.index)+i+r.slice(a.index):r}};var Rn=g(require("path")),In=g(require("typescript"));var df=/\/\/ <mokosh-tags>[\s\S]*?\/\/ <\/mokosh-tags>\n*/,Ut=class{name="vitest";canHandle(e){return _.has(Rn.default.extname(e).toLowerCase())}apply(e,r,n){let s=r.replace(df,""),o=In.default.createSourceFile(Rn.default.basename(e),s,In.default.ScriptTarget.Latest,!0),i=xn(o),[a]=i;if(!a)return s;let c=bn(a,"tags",o),l=[...n].sort();if(c!==null&&JSON.stringify([...c].sort())===JSON.stringify(l))return s;let p=i.flatMap(u=>{let m=n.length===0?vn(u,"tags",o):Sn(u,"tags",Cn(l),o);return m?[m]:[]});return p.length>0?kn(s,p):s}};var ki={vitest:()=>new Ut,playwright:()=>new $t,cypress:()=>new Gt,jest:()=>new zt},hf={"@playwright/test":"playwright",cypress:"cypress","@jest/globals":"jest",vitest:"vitest"};function yf(t){let e=st.default.createSourceFile("detect.ts",t,st.default.ScriptTarget.Latest,!0);for(let r of e.statements){if(!st.default.isImportDeclaration(r)||!st.default.isStringLiteral(r.moduleSpecifier))continue;let n=hf[r.moduleSpecifier.text];if(n)return n}return null}var Mn=class{constructor(e,r,n){this.rootDir=e;this.defaultFramework=r;this.frameworkOverrides=n}rootDir;defaultFramework;frameworkOverrides;name="auto";canHandle(e){return _.has(Jt.default.extname(e).toLowerCase())}apply(e,r,n){let s=yf(r)??this.matchOverride(e)??this.defaultFramework;return(ki[s]??ki.vitest)().apply(e,r,n)}matchOverride(e){let r=Jt.default.relative(this.rootDir,e).split(Jt.default.sep).join("/");for(let[n,s]of this.frameworkOverrides)if(mi(n,r))return s;return null}};function Ci(t="vitest",e={},r=process.cwd()){return[new Ot,new Bt,new jt,new Wt,new Ht,new Mn(r,t,Object.entries(e))]}function wi(t,e){return e.find(r=>r.canHandle(t))??null}var xf=/^[a-zA-Z][a-zA-Z0-9_-]{1,}$/,bf=new Set(["import"]),Sf=new Set(["common","fixture","fixtures","helper","helpers","index","main","mock","mocks","setup","shared","spec","test","tests","types","util","utils"]);async function vf(t,e,r,n){let s;try{s=await Ln.default.readFile(t,"utf8")}catch(a){return{path:t,status:"error",error:String(a)}}let o=wi(t,n);if(!o)return{path:t,status:"unchanged"};let i=o.apply(t,s,e);return i===s?{path:t,status:"unchanged"}:(r||await Ln.default.writeFile(t,i,"utf8"),{path:t,status:"updated"})}async function _n(t,e,r){let n=De(e),s=n.tagApplier?.framework??"vitest",o=n.tagApplier?.frameworkOverrides??{},i=Ci(s,o,e),a={updated:0,unchanged:0,errors:0,files:[]};for(let c of t.nodes.values()){if(c.category!=="test")continue;let l=new Set,p=[];for(let h of c.tags)bf.has(h.kind)&&xf.test(h.name)&&(Sf.has(h.name.toLowerCase())||l.has(h.name)||(l.add(h.name),p.push(h.name)));p.sort();let u=Ei.default.resolve(e,c.path),m=await vf(u,p,r.dryRun,i);m.path=c.path,a.files.push(m),m.status==="updated"?a.updated++:m.status==="unchanged"?a.unchanged++:a.errors++}return a}var Kt=class{isTestNode(e){return e.category==="test"||e.tags.some(r=>r.name==="test")}};function Fi(t,e){return{identifier:e?.identifier??new Kt,featureMap:e?.featureDetection===!1?new Map:ne(t.nodes,e?.featureDetection??void 0)}}function Ti(t,e,r,n,s){for(let o of e){let i=t.nodes.get(o);if(!i)continue;let a=new ee(o,["*",...i.exports.map(c=>c.name)]);t.traverse(o,(c,l,p)=>{if(!p)return!0;if(!a.updateAffectedSymbols(c,p))return!1;if(l>0){let u=r.get(c.path);if(u)return n(u),!1}return s(c),!0},{direction:"incoming"})}}function Gn(t,e,r){let{identifier:n,featureMap:s}=Fi(t,r),o=new Set;for(let i of e){let a=s.get(i);a&&o.add(a.tag)}return Ti(t,e,s,i=>o.add(i.tag),i=>{if(n.isTestNode(i))for(let a of i.tags)o.add(a.name)}),Array.from(o)}function On(t,e,r){let{identifier:n,featureMap:s}=Fi(t,r),o=new Set;return Ti(t,e,s,()=>{},i=>{n.isTestNode(i)&&o.add(i.path)}),Array.from(o)}var Pi=g(require("fs")),Ae=g(require("path"));async function Ai(t,e,r=null,n={}){let s=n.silent?void 0:a=>{process.stderr.write(`Processed ${a} files...\r`)},o=Ae.default.resolve(t);return await new X(o,r,n.pathAliases?new z(o,{pathAliases:n.pathAliases}):void 0,s,n.gitStats??!1,n.coverageMap??new Map,n.parallelParsing??!0,n.additionalIgnoreDirs??[]).build(e)}async function Ni(t,e={}){let r=Ae.default.resolve(t),n=tt(r),s=e.packages?n.packages.filter(a=>e.packages?.includes(a.name)||e.packages?.includes(a.relativeRoot)):n.packages,o=new Map(n.packages.map(a=>[a.name,a.root])),i=new rt(r,n.type);for(let a of s){let c=e.silent?void 0:u=>{process.stderr.write(`[${a.name}] Processed ${u} files...\r`)},p=await new X(r,null,new z(r,{workspaceMap:o,tsconfigSearchPaths:[a.root,r],pathAliases:e.pathAliases}),c,e.gitStats??!1,new Map,e.parallelParsing??!0).build(a.entryPoints);i.addPackage(a,p)}return i.annotateCrossPackageEdges(),i}function Di(t,e={}){let r=[],n=new Set([...e.ignoreDirs??P,...e.additionalIgnoreDirs??[]]),s=new Set([...e.extensions??ur,...e.additionalExtensions??[]]);function o(i){try{let a=Pi.default.readdirSync(i,{withFileTypes:!0});for(let c of a){let l=Ae.default.join(i,c.name);c.isDirectory()?n.has(c.name)||o(l):c.isFile()&&s.has(Ae.default.extname(c.name).toLowerCase())&&r.push(Ae.default.relative(t,l))}}catch{}}return o(t),r}var Ri=/(?:^|[/\\])(?:node_modules|\.git|dist|build|coverage)(?:[/\\]|$)/;function Ii(t){return Vt.default.join(t,ae,Re)}function kf(t,e){return e?.cachePath?Vt.default.resolve(t,e.cachePath):Vt.default.join(t,ae,lr)}function Cf(t){try{if(!qt.default.existsSync(t))return null;let e=qt.default.readFileSync(t,"utf-8");return A.deserialize(JSON.parse(e))}catch{return null}}var Qt=class{graphs=new Map;configs=new Map;workspaceGraphs=new Map;changeImpactCaches=new Map;dirtyRoots=new Set;watchers=new Map;lastAnalyze=new Map;duplicationTokenCaches=new Map;isConfigured(e){return this.configs.has(e)}storeConfig(e,r){this.configs.set(e,r)}getConfig(e){return this.configs.get(e)}async getOrBuild(e,r,n=new Map){let s=this.configs.get(e),o=this.graphs.get(e)??Cf(kf(e,s)),i=await Ai(e,r,o,{...J(s),coverageMap:n});return this.graphs.set(e,i),i}require(e){let r=this.graphs.get(e);if(!r)throw new Error('No graph cached for this root. Call "analyze" first.');return r}async getOrBuildWorkspace(e,r={}){let n=this.workspaceGraphs.get(e);if(n)return n;let s=await Ni(e,r);return this.workspaceGraphs.set(e,s),s}requireWorkspace(e){let r=this.workspaceGraphs.get(e);if(!r)throw new Error('No workspace graph cached for this root. Call "analyze" first.');return r}hasWorkspace(e){return this.workspaceGraphs.has(e)}getOrBuildChangeImpact(e){let r=this.changeImpactCaches.get(e);if(r)return r;let n=this.require(e),s=br(n);return this.changeImpactCaches.set(e,s),s}storeLastAnalyze(e,r){this.lastAnalyze.set(e,r)}getLastEntryPoints(e){let r=this.lastAnalyze.get(e);return r?.kind==="single"?r.entryPoints:void 0}startWatching(e){if(!this.watchers.has(e))try{let r=qt.default.watch(e,{recursive:!0},(n,s)=>{!s||Ri.test(s)||this.dirtyRoots.add(e)});r.on("error",()=>{this.watchers.delete(e)}),this.watchers.set(e,r)}catch{}}async ensureFresh(e){if(!this.dirtyRoots.has(e))return this.require(e);this.dirtyRoots.delete(e),this.changeImpactCaches.delete(e);let r=this.lastAnalyze.get(e);return r?.kind==="single"?this.getOrBuild(e,r.entryPoints,r.coverageMap):this.require(e)}async ensureFreshWorkspace(e){if(!this.dirtyRoots.has(e))return this.requireWorkspace(e);this.dirtyRoots.delete(e),this.changeImpactCaches.delete(e),this.workspaceGraphs.delete(e);let r=this.configs.get(e);return this.getOrBuildWorkspace(e,J(r))}async getDuplicationTokenCache(e){let r=this.duplicationTokenCaches.get(e);return r||(r=Se(Ii(e)),this.duplicationTokenCaches.set(e,r)),r}flushDuplicationTokenCache(e){let r=this.duplicationTokenCaches.get(e);if(r)try{ve(r,Ii(e))}catch(n){process.stderr.write(`Warning: failed to persist duplication token cache: ${n}
52
+ `)}}invalidate(e){let r=this.graphs.has(e)||this.workspaceGraphs.has(e);return this.graphs.delete(e),this.workspaceGraphs.delete(e),this.changeImpactCaches.delete(e),this.dirtyRoots.delete(e),this.duplicationTokenCaches.delete(e),this.configs.delete(e),r}};var H=g(require("path"));var Mi=g(require("fs")),Li=g(require("os")),Yt=g(require("path"));function b(t){return{content:[{type:"text",text:JSON.stringify(t)}]}}function _i(t){if(!Yt.default.isAbsolute(t))throw new Error("root must be an absolute path");let e=Yt.default.resolve(t),r=Li.default.homedir();if(e!==r&&!e.startsWith(r+Yt.default.sep))throw new Error("root must be within the user home directory");let n;try{n=Mi.default.statSync(e)}catch{throw new Error("root does not exist")}if(!n.isDirectory())throw new Error("root is not a directory")}async function Gi(t,e){let{root:r,entryPoints:n}=e;if(!t.isConfigured(r)){let m=De(r,{allowJs:!1});cr(m),t.storeConfig(r,m)}if(n.length===0){let m=tt(r);if(m.type!=="none"){let h=t.getConfig(r),y=await t.getOrBuildWorkspace(r,J(h));t.storeLastAnalyze(r,{kind:"workspace"}),t.startWatching(r);let v=Array.from(y.packages.values()).map(({graph:x,pkg:k})=>({package:k.name,relativeRoot:k.relativeRoot,nodeCount:x.nodes.size}));return b({monorepoType:m.type,packageCount:y.packages.size,packages:v})}}let s=n.map(m=>H.default.resolve(r,m)),o=t.getConfig(r),i=o?.coverageReportPath?mr(r,o.coverageReportPath):new Map,a=await t.getOrBuild(r,s,i);t.storeLastAnalyze(r,{kind:"single",entryPoints:s,coverageMap:i}),t.startWatching(r);let c=a.serialize(),l=c.nodes.reduce((m,h)=>(m[h.category]=(m[h.category]??0)+1,m),{}),p=a.findCycles(),u=Jr(a);return b({nodeCount:c.nodes.length,categories:l,cycles:p,languageCoverage:u})}async function Oi(t,e){let{root:r,file:n,depth:s=1,withMeta:o=!1}=e,i=await t.ensureFresh(r),a=Zr(i,n,s),c=o?a.map(l=>({...l,...Qe(i,l.path)})):a;return b({file:n,dependencies:c})}async function ji(t,e){let{root:r,file:n,withMeta:s=!1}=e,o=await t.ensureFresh(r),i=Ye(o,n),a=s?i.map(c=>({...c,...Qe(o,c.path)})):i;return b({file:n,dependents:a})}async function zi(t,e){let{root:r,file:n,testsOnly:s=!1,cached:o=!1,changedSymbols:i,withMeta:a=!1}=e,c=await t.ensureFresh(r),l=m=>a?m.map(h=>({path:h,...Qe(c,h)})):m;if(o){let m=t.getOrBuildChangeImpact(r),h=Sr(m,n),y=s?h.filter(x=>c.nodes.get(x)?.category==="test"):h,v=l(y);return b({file:n,affected:v,count:v.length})}let p=Xr(c,n,{testsOnly:s,changedSymbols:i}),u=l(p);return b({file:n,affected:u,count:u.length})}async function Wi(t,e){let{root:r,baseRef:n,headRef:s,minDuplicateLines:o,complexityMetric:i,complexityThreshold:a}=e,c=await t.ensureFresh(r),l=e.entryPoints??t.getLastEntryPoints(r)?.map(u=>H.default.relative(r,u))??[],p=await on(r,n,c,{headRef:s,entryPoints:l,minDuplicateLines:o,complexityMetric:i,complexityThreshold:a,maxCoveragePct:e.maxCoveragePct,...J(t.getConfig(r))});return e.detail==="full"?b(p):b(sn(p,{metric:i,maxItems:e.maxItems}))}async function $i(t,e){let{root:r,file:n,depth:s=1,withEdgeDetail:o=!1}=e,i=await t.ensureFresh(r),a=en(i,n,{depth:s,withEdgeDetail:o});return b({file:n,callers:a,count:a.length})}async function Bi(t,e){let{root:r,entryPoints:n}=e,s=n?await t.getOrBuild(r,n.map(c=>H.default.resolve(r,c))):await t.ensureFresh(r),o=t.getConfig(r),i=Di(r,{additionalIgnoreDirs:o?.ignoreDirs??[],additionalExtensions:o?.extensions??[]}),a=s.findUnusedFiles(i);return b({unusedFiles:a,count:a.length})}async function Hi(t,e){let{root:r}=e,n=await t.ensureFresh(r),s=new Map;for(let i of n.nodes.values())for(let a of i.tags)s.set(a.name,(s.get(a.name)??0)+1);let o=[...s.entries()].map(([i,a])=>({name:i,count:a})).sort((i,a)=>a.count-i.count);return b({tags:o,count:o.length})}async function Ui(t,e){let{root:r,coverageThreshold:n}=e,s=await t.ensureFresh(r),o=t.getConfig(r),i=n??o?.coverageThreshold??80;if(!te(s))return b({error:"No coverage data available. Set coverageReportPath in mokosh.config and call analyze again."});let a=[...s.nodes.values()].filter(c=>c.category!=="test"&&c.category!=="config").filter(c=>c.coveragePct!==void 0&&c.coveragePct<i).map(c=>({file:c.path,coveragePct:c.coveragePct}));return b({threshold:i,uncovered:a,count:a.length})}async function Ji(t,e){let{root:r}=e,s=[...(await t.ensureFresh(r)).nodes.values()].filter(o=>o.type==="markdown"&&o.staleFor&&o.staleFor.length>0).map(o=>({doc:o.path,staleFor:o.staleFor}));return b({staleDocs:s,count:s.length})}async function Ki(t,e){let{root:r,metric:n="cognitiveComplexity",threshold:s=10,limit:o=20}=e,i=await t.ensureFresh(r),a=we(i,{metric:n,threshold:s,limit:o});return b({metric:n,threshold:s,functions:a,count:a.length})}async function qi(t,e){let{root:r,metric:n="cognitiveComplexity",minComplexity:s=10,maxCoveragePct:o=50,minChurn:i=0,limit:a=20}=e,c=await t.ensureFresh(r);if(!te(c))return b({error:"No coverage data available. Set coverageReportPath in mokosh.config and call analyze again."});let{hotspots:l,count:p,churnDataAvailable:u}=Ee(c,{metric:n,minComplexity:s,maxCoveragePct:o,minChurn:i,limit:a});return b({metric:n,minComplexity:s,maxCoveragePct:o,minChurn:i,churnDataAvailable:u,hotspots:l,count:p})}async function Vi(t,e){let{root:r,minLines:n=6,ignoreLiterals:s=!0,maxPunctuationRatio:o=.5,limit:i=50}=e,a=await t.ensureFresh(r),c=e.ignoreDirs??[...P,...t.getConfig(r)?.ignoreDirs??[]],{groups:l}=await Ce(a,r,{minLines:n,ignoreLiterals:s,maxPunctuationRatio:o,limit:i,ignoreDirs:c,tokenCache:await t.getDuplicationTokenCache(r)});return t.flushDuplicationTokenCache(r),b({minLines:n,groups:l,count:l.length})}async function Qi(t,e){let{root:r,changedFiles:n,base:s,featureThreshold:o,format:i="tags"}=e,a=await t.ensureFresh(r),c=n??new gt().getChangedFiles(r,s).map(u=>H.default.relative(r,H.default.resolve(r,u))),l=o!==void 0?{featureDetection:{minOutDegree:o}}:void 0;if(i==="paths"){let u=On(a,c,l);return b({changedFiles:c,affectedTests:u,count:u.length})}let p=Gn(a,c,l);return b({changedFiles:c,proposedTags:p})}async function Yi(t,e){let{root:r,entryPoints:n,featureThreshold:s}=e,o=n?await t.getOrBuild(r,n.map(c=>H.default.resolve(r,c))):await t.ensureFresh(r),i=ne(o.nodes,s!==void 0?{minOutDegree:s}:void 0),a=Array.from(i.values()).sort((c,l)=>l.outDegree-c.outDegree);return b({features:a,count:a.length})}async function Zi(t,e){let{root:r,entryPoints:n,filter:s,mermaid:o=!1,slim:i=!0}=e,a=n?await t.getOrBuild(r,n.map(l=>H.default.resolve(r,l))):await t.ensureFresh(r),c=Mt(a.serialize(),Lt(s));return o?b(ut.serialize(A.deserialize(c))):i?b(tn(c)):b(c)}async function Xi(t,e){let{root:r}=e,n=await t.ensureFreshWorkspace(r);return b(rn(n))}async function ea(t,e){let{root:r,file:n}=e,o=(await t.ensureFreshWorkspace(r)).getAffectedAcrossPackages(n);return b({file:n,affected:o,count:o.length})}function ta(t,e){let{root:r}=e,n=t.invalidate(r);return b({root:r,cleared:n,message:n?"Cache cleared. Call analyze to rebuild.":"No cache was present for this root."})}async function ra(t,e){let{root:r,type:n}=e,s=await t.ensureFresh(r),o=ln(s);if(n)return b(pn(o,n));let i=Array.from(o.types.values());return b({count:i.length,types:i})}async function na(t,e){let{root:r,paths:n,minOutDegree:s}=e,o=await t.ensureFresh(r),i=an(o,s!==void 0?{minOutDegree:s}:void 0);if(n?.length){let c=n.map(l=>i.get(l)).filter(Boolean);return b({count:c.length,modules:c})}let a=Array.from(i.values());return b({count:a.length,modules:a})}async function sa(t,e){let{root:r,minOutDegree:n}=e,s=await t.ensureFresh(r),o=Xe(s,n!==void 0?{minOutDegree:n}:void 0),i=Object.fromEntries(o.features);return b({features:i,unassigned:o.unassigned})}async function oa(t,e){let{root:r,function:n}=e,s=await t.ensureFresh(r);return b(xr(s,n))}async function ia(t,e){let{root:r,name:n}=e,s=await t.ensureFresh(r),o=cn(s,n);return b({name:n,matches:o,count:o.length})}async function aa(t,e){let{root:r,entryPoints:n}=e,s=await t.ensureFresh(r),o=n?.length?n:hr(s,r);if(o.length===0)throw new Error("No entry points found. Pass entryPoints explicitly or ensure package.json has a main/exports field.");return b(yr(s,o))}async function ca(t,e){let r=await t.ensureFresh(e.root),n=await _n(r,e.root,{dryRun:e.dryRun??!1});return b(n)}var la=[{name:"analyze",description:"Build the dependency graph for a project from entry points. Returns a summary of node count, categories, and cycles. Must be called before get_dependencies, get_dependents, get_affected, or propose_tags. Pass an empty entryPoints array to auto-detect a monorepo (pnpm/npm/yarn/Nx/Turborepo) and build per-package graphs \u2014 use get_workspace_packages and get_workspace_affected for monorepo queries.",inputSchema:{type:"object",properties:{root:{type:"string",description:"Absolute path to the project root (or monorepo root)"},entryPoints:{type:"array",items:{type:"string"},description:"Entry point files relative to root (e.g. ['src/index.ts']). Pass [] to trigger monorepo auto-detection."}},required:["root","entryPoints"]}},{name:"get_dependencies",description:"Get files that a given file imports (outgoing traversal). depth=1 returns immediate imports; omit for the full transitive tree. Each result includes the specific symbols imported from that file (when known).",inputSchema:{type:"object",properties:{root:{type:"string"},file:{type:"string",description:"File path relative to root"},depth:{type:"number",description:"Max traversal depth (default: 1)"},withMeta:{type:"boolean",description:"Include each result's category and export names alongside the path (default: false). Set true when you need to decide what to do with a result without a follow-up lookup."}},required:["root","file"]}},{name:"get_dependents",description:"Get files that directly import a given file (one-hop incoming edges). Each result includes the specific symbols that dependent file imports from this file (when known).",inputSchema:{type:"object",properties:{root:{type:"string"},file:{type:"string",description:"File path relative to root"},withMeta:{type:"boolean",description:"Include each result's category and export names alongside the path (default: false). Set true when you need to decide what to do with a result without a follow-up lookup."}},required:["root","file"]}},{name:"get_affected",description:"Get all files transitively affected if a given file changes \u2014 full incoming traversal upward. Use before a refactor to understand blast radius. See docs/mcp.md for details on the testsOnly, cached, changedSymbols, and withMeta options.",inputSchema:{type:"object",properties:{root:{type:"string"},file:{type:"string",description:"File path relative to root"},testsOnly:{type:"boolean",description:"Return only test/spec files (default: false)"},cached:{type:"boolean",description:"Use a pre-computed impact cache for O(1) lookup instead of graph traversal. Cache is built lazily on first use and reused for the session (default: false)."},changedSymbols:{type:"array",items:{type:"string"},description:"Restrict blast-radius to files that import at least one of these symbols. Omit to treat the whole file as changed (conservative, same as before)."},withMeta:{type:"boolean",description:"Return each affected file as { path, category, exports } instead of a bare path string (default: false). Set true when you need to decide what to do with a result without a follow-up lookup."}},required:["root","file"]}},{name:"compare_branches",description:"Compare the current graph (root) against baseRef, for reviewing a PR/branch: file diff, stale post-rename references, and deltas for duplication, complexity, doc drift, and coverage/risk hotspots. Returns a compact summary by default (verdict + headline + capped delta lists); pass detail:'full' for every entry. See docs/mcp.md for details. Requires a prior analyze() call.",inputSchema:{type:"object",properties:{root:{type:"string",description:"Absolute path to the project root"},baseRef:{type:"string",description:"Git ref to compare against, e.g. 'main', 'origin/main', or a commit sha"},headRef:{type:"string",description:"Git ref to label the head side of the comparison (default: 'HEAD'). The graph itself always comes from the already-analyzed root, not a checkout of this ref."},entryPoints:{type:"array",items:{type:"string"},description:"Entry points to build the base-ref graph from, relative to root. Defaults to the entry points from the last analyze() call for this root."},minDuplicateLines:{type:"number",description:"Minimum duplicated block size, in source lines, for the duplication delta (default: 6)"},complexityMetric:{type:"string",enum:["cognitiveComplexity","complexity"],description:"Which per-function score drives the complexity delta (default: cognitiveComplexity)"},complexityThreshold:{type:"number",description:"Minimum per-function score to count as a complexity hotspot (default: 10)"},maxCoveragePct:{type:"number",description:"Maximum containing-file coverage % to count as a risk hotspot (default: 50)"},detail:{type:"string",enum:["summary","full"],description:"'summary' (default): verdict, headline, and each delta list capped at maxItems with true counts; empty sections omitted. 'full': the complete BranchComparison with every entry."},maxItems:{type:"number",description:"In summary mode, max entries kept per delta list (complexity/duplication/doc-drift/coverage); the true count is always reported alongside (default: 8). Stale references are never truncated."}},required:["root","baseRef"]}},{name:"get_callers",description:"Get files whose exported functions call into a given file (call-graph dependents). More precise than get_affected: only files with actual runtime call edges, not mere imports. Requires prior analyze() call.",inputSchema:{type:"object",properties:{root:{type:"string",description:"Absolute path to project root"},file:{type:"string",description:"File path relative to root"},depth:{type:"number",description:"Max traversal depth (default: 1)"},withEdgeDetail:{type:"boolean",description:"Include from/to function names per edge (default: false)"}},required:["root","file"]}},{name:"find_unused",description:"Find files in the project that are not reachable from any entry point. Useful before cleanup passes. Omit entryPoints to reuse the cached graph from a prior analyze() call instead of rebuilding.",inputSchema:{type:"object",properties:{root:{type:"string"},entryPoints:{type:"array",items:{type:"string"},description:"Entry point files relative to root. Omit to reuse the cached graph from a prior analyze() call."}},required:["root"]}},{name:"list_tags",description:"List every distinct tag name present in the graph, with how many nodes carry each one. Call this before querying with tag:<name> to avoid a speculative filter silently returning zero results. Includes all tag kinds \u2014 a superset of what query's slim mode keeps (slim only retains comment-marker and import tags).",inputSchema:{type:"object",properties:{root:{type:"string",description:"Absolute path to the project root"}},required:["root"]}},{name:"find_uncovered",description:"Find non-test files whose line coverage is below the configured threshold. Requires a prior analyze() call and coverageReportPath set in mokosh.config. coverageThreshold overrides the config default (default: 80).",inputSchema:{type:"object",properties:{root:{type:"string",description:"Absolute path to the project root"},coverageThreshold:{type:"number",description:"Line-coverage % below which a file is considered uncovered. Overrides config value."}},required:["root"]}},{name:"check_doc_drift",description:"Find markdown docs whose referenced files changed more recently than the doc itself \u2014 a commit-recency heuristic for stale documentation, not a content diff. Requires a prior analyze() call with gitStats: true in mokosh.config (otherwise no file has commit-timestamp data and nothing is flagged). See docs/adr-009-markdown-parsing.md for known limitations.",inputSchema:{type:"object",properties:{root:{type:"string",description:"Absolute path to the project root"}},required:["root"]}},{name:"find_complex_functions",description:"Find individual functions/methods above a cognitive (or cyclomatic) complexity threshold, sorted worst-first. Requires a prior analyze() call. Populated for TypeScript/JavaScript, Go, and Python.",inputSchema:{type:"object",properties:{root:{type:"string",description:"Absolute path to the project root"},metric:{type:"string",enum:["cognitiveComplexity","complexity"],description:"Which score to threshold/sort on (default: cognitiveComplexity)"},threshold:{type:"number",description:"Minimum score to include (default: 10)"},limit:{type:"number",description:"Max results to return, worst-first (default: 20)"}},required:["root"]}},{name:"find_risk_hotspots",description:"Find functions that are complex, in a poorly-covered file, and \u2014 when gitStats is enabled in mokosh.config \u2014 in a frequently-changed file. Requires a prior analyze() call and coverageReportPath set in mokosh.config; errors if no coverage data was loaded. Churn filtering is skipped (churnDataAvailable: false) when gitStats wasn't enabled, since complexity + low coverage alone is still a meaningful signal.",inputSchema:{type:"object",properties:{root:{type:"string",description:"Absolute path to the project root"},metric:{type:"string",enum:["cognitiveComplexity","complexity"],description:"Which per-function score to filter/sort on (default: cognitiveComplexity)"},minComplexity:{type:"number",description:"Minimum per-function complexity score to include (default: 10)"},maxCoveragePct:{type:"number",description:"Maximum containing-file coverage % to include (default: 50)"},minChurn:{type:"number",description:"Minimum containing-file 90-day commit count to include (default: 0). Ignored when gitStats wasn't enabled at analyze time."},limit:{type:"number",description:"Max results to return, worst-first by metric (default: 20)"}},required:["root"]}},{name:"find_duplicates",description:"Find duplicated code blocks across the project, largest-first. CSS/SCSS/Less are matched structurally by rule body; every other parsed language is tokenized and matched via suffix array. Lock files and ignored directories are always excluded. Requires a prior analyze() call. See docs/mcp.md for matching-strategy, normalization, and caching details.",inputSchema:{type:"object",properties:{root:{type:"string",description:"Absolute path to the project root"},minLines:{type:"number",description:"Minimum duplicated block size in lines to report (default: 6)"},ignoreLiterals:{type:"boolean",description:"Normalize string/number literals too, not just identifiers, so only structural shape drives a match (default: true). Set false for stricter, exact-text-only matching."},maxPunctuationRatio:{type:"number",description:"Maximum fraction of a token-shingled block's window that may be object/array-literal structural punctuation ({ } : , [ ]) (default: 0.5). Filters out blocks that are mostly schema/object-literal shape instead of substantive shared logic. Does not apply to the CSS/Less/SCSS structural comparator. Set 1 to disable."},ignoreDirs:{type:"array",items:{type:"string"},description:"Directory names to exclude, matched against any path segment (default: DEFAULT_IGNORE_DIRS merged with this root's configured ignoreDirs, if any). Pass [] to disable."},limit:{type:"number",description:"Max duplicate blocks to return, largest-first (default: 50)"}},required:["root"]}},{name:"propose_tags",description:"Propose what to run based on changed files. Pass changedFiles explicitly or omit to use git diff. format='tags' (default) returns test tags for CI tag-filtering; format='paths' returns test file paths ready to pipe directly to a test runner (e.g. vitest). Feature hubs act as traversal boundaries in both modes.",inputSchema:{type:"object",properties:{root:{type:"string"},changedFiles:{type:"array",items:{type:"string"},description:"Changed files relative to root. Omit to read from git diff."},base:{type:"string",description:"Diff against this ref (e.g. 'origin/main') instead of only local working-tree/staged/untracked changes. Ignored when changedFiles is given. Needed in CI, where the checkout is already clean."},featureThreshold:{type:"number",description:"Min importers for a file to be treated as a feature hub (default: 5). A hub short-circuits traversal and emits a feature:<name> tag instead of all downstream tags."},format:{type:"string",enum:["tags","paths"],description:"Output format: 'tags' returns test tag names for CI filtering (default); 'paths' returns test file paths to pipe to a test runner."}},required:["root"]}},{name:"detect_features",description:"Identify feature hub files \u2014 non-test files that import many other internal modules (orchestrators / aggregators like src/parser.ts or src/cli/runner.ts). Returns a list sorted by import count descending.",inputSchema:{type:"object",properties:{root:{type:"string"},entryPoints:{type:"array",items:{type:"string"},description:"Entry point files relative to root. Omit to use the cached graph."},featureThreshold:{type:"number",description:"Min internal imports a file must have to qualify as a feature hub (default: 5)."}},required:["root"]}},{name:"query",description:"Filter the graph by category, tag, path, or other node metadata. Returns matching nodes as JSON or a Mermaid diagram. If entryPoints is omitted the cached graph from a prior 'analyze' call is used. See docs/mcp.md for the full query DSL reference.",inputSchema:{type:"object",properties:{root:{type:"string"},entryPoints:{type:"array",items:{type:"string"},description:"Entry points to build the graph. Omit to reuse the cached graph from a prior 'analyze' call."},filter:{type:"string",description:"Query string e.g. 'category:logic' or 'category:logic,tag:auth'. Supports: category, type, tag, path, external, importsFile, importedBy, minImports, maxImports, minSize, maxSize, hasDocstring, minCoverage, maxCoverage, minExportUsage, maxExportUsage, minComplexity, maxComplexity, minCognitiveComplexity, maxCognitiveComplexity, minCommits, maxCommits, isDocumented, isStale, lastAuthor. OR logic: any(key:val|key:val) matches if any single-key clause holds, ANDed with the rest of the query. sort: size|imports|commitCount90d|exportUsage|complexity|cognitiveComplexity, with sortDir: asc|desc (default desc). limit: N."},mermaid:{type:"boolean",description:"Return a Mermaid diagram (default: false)"},slim:{type:"boolean",description:"Compact response mode (default: true). Returns export names, meaningful tags, and a flat importsFiles path list \u2014 no edge objects, no mtime/size. Tags are filtered to kinds comment-marker and import only; function/class/variable/type/library tags are dropped in slim output. Use list_tags to see the full tag inventory, or pass slim: false to get every tag kind on matching nodes."}},required:["root","filter"]}},{name:"get_workspace_packages",description:"List all workspace packages detected in a monorepo, with their node counts and inter-package dependencies. Requires a prior analyze() call with empty entryPoints on a monorepo root.",inputSchema:{type:"object",properties:{root:{type:"string",description:"Absolute path to the monorepo root"}},required:["root"]}},{name:"get_workspace_affected",description:"Cross-package blast-radius analysis. Returns every file that could be affected if a given file changes, annotated with the package it belongs to. Requires a prior analyze() call with empty entryPoints on a monorepo root.",inputSchema:{type:"object",properties:{root:{type:"string",description:"Absolute path to the monorepo root"},file:{type:"string",description:"Monorepo-root-relative path of the changed file (e.g. 'packages/shared/src/utils.ts')"}},required:["root","file"]}},{name:"get_type_graph",description:"Return type-level relationships for the project. Without a type name, returns an inventory of all interfaces, classes, enums, and type aliases with their file and kind. With a type name, returns which files import that type (usedByFiles) and which types the defining file imports (uses). Requires a prior analyze() call. Only covers TypeScript/JavaScript files.",inputSchema:{type:"object",properties:{root:{type:"string",description:"Absolute path to the project root"},type:{type:"string",description:"Exact exported name of the type to look up (e.g. 'FileNode'). Omit to get the full type inventory."}},required:["root"]}},{name:"get_module_responsibility",description:"Return what each file is responsible for: its semantic role, JSDoc description (when present), exported symbol names, and which feature hub it belongs to. Pass specific paths to filter, or omit paths to get all files. Requires a prior analyze() call.",inputSchema:{type:"object",properties:{root:{type:"string",description:"Absolute path to the project root"},paths:{type:"array",items:{type:"string"},description:"Project-relative file paths to include. Omit to return all files."},minOutDegree:{type:"number",description:"Min imports for a file to qualify as a feature hub (default: 5)."}},required:["root"]}},{name:"get_feature_graph",description:"Group files by domain: returns which files each feature hub (high-import orchestrator) transitively owns. Each file is assigned to the most specific hub that can reach it (lowest out-degree wins). Use this instead of a full query when answering 'what files are in the X feature/module?' \u2014 it returns only paths grouped by hub, so it's substantially smaller than a full graph query for the same question; compare output sizes yourself if you need an exact figure for your repo.",inputSchema:{type:"object",properties:{root:{type:"string",description:"Absolute path to the project root"},minOutDegree:{type:"number",description:"Minimum internal imports a file must have to qualify as a feature hub (default: 5)."}},required:["root"]}},{name:"get_call_graph",description:"Look up callers and callees for a named function. Returns the file that defines the function, all files/functions that call it, and all files/functions it calls. Always requires a function name \u2014 never returns the full call graph unfiltered. Call edges are only populated for TypeScript/JavaScript files.",inputSchema:{type:"object",properties:{root:{type:"string",description:"Absolute path to the project root"},function:{type:"string",description:"Exact name of the function to look up (e.g. 'parseFile')."}},required:["root","function"]}},{name:"find_symbol",description:"Find every file that exports a symbol by exact name, with the best available usage info per match. Precision varies by the defining file's language \u2014 check each match's `precision` field ('call' | 'file-level') before trusting caller/importer results as symbol-exact. See docs/mcp.md for per-language coverage details.",inputSchema:{type:"object",properties:{root:{type:"string",description:"Absolute path to the project root"},name:{type:"string",description:"Exact export name to look up (e.g. 'parseFile')."}},required:["root","name"]}},{name:"get_api_surface",description:"Build the API surface report for a project: every exported symbol resolved to its defining file and kind, partitioned into internalFiles, unreachableFromEntry, and testFiles. Requires a prior analyze() call. When entryPoints is omitted, auto-detects from package.json exports/main/module. See docs/mcp.md for the export* expansion and partition semantics.",inputSchema:{type:"object",properties:{root:{type:"string",description:"Absolute path to the project root"},entryPoints:{type:"array",items:{type:"string"},description:"Project-relative paths of public entry points (e.g. ['src/index.ts', 'src/utils.ts']). Omit to auto-detect from package.json exports / main / module fields."}},required:["root"]}},{name:"clear_cache",description:"Drop the cached dependency graph and loaded mokosh.config.json for a project root, forcing the next analyze() call to rebuild from disk and re-read config. Call this after editing source files OR mokosh.config.json mid-session \u2014 otherwise get_affected, get_dependencies, and other query tools will reason from stale data (or a stale config).",inputSchema:{type:"object",properties:{root:{type:"string",description:"Absolute path to the project root to invalidate."}},required:["root"]}},{name:"apply_tags",description:"Write @tag annotations into test file source code based on the dependency graph, as an idempotent block \u2014 re-running is safe, the existing block is replaced in place. Use dryRun=true to preview changes without writing to disk. Requires a prior analyze() call. See docs/mcp.md for tag-kind and per-language block syntax details.",inputSchema:{type:"object",properties:{root:{type:"string",description:"Absolute path to the project root."},dryRun:{type:"boolean",description:"When true, computes which files would change but does not write to disk (default: false)."}},required:["root"]}}];function Xt(){let t=new Qt,e=new pa.Server({name:"mokosh",version:"0.0.1"},{capabilities:{tools:{}}});return e.setRequestHandler(Zt.ListToolsRequestSchema,async()=>({tools:la})),e.setRequestHandler(Zt.CallToolRequestSchema,async r=>{let{name:n,arguments:s}=r.params,o=s,a={analyze:c=>Gi(t,c),get_dependencies:c=>Oi(t,c),get_dependents:c=>ji(t,c),get_affected:c=>zi(t,c),compare_branches:c=>Wi(t,c),get_callers:c=>$i(t,c),find_symbol:c=>ia(t,c),find_unused:c=>Bi(t,c),find_uncovered:c=>Ui(t,c),list_tags:c=>Hi(t,c),check_doc_drift:c=>Ji(t,c),find_complex_functions:c=>Ki(t,c),find_risk_hotspots:c=>qi(t,c),find_duplicates:c=>Vi(t,c),propose_tags:c=>Qi(t,c),detect_features:c=>Yi(t,c),get_type_graph:c=>ra(t,c),get_module_responsibility:c=>na(t,c),get_feature_graph:c=>sa(t,c),get_call_graph:c=>oa(t,c),get_api_surface:c=>aa(t,c),query:c=>Zi(t,c),get_workspace_packages:c=>Xi(t,c),get_workspace_affected:c=>ea(t,c),clear_cache:c=>ta(t,c),apply_tags:c=>ca(t,c)}[n];if(!a)throw new Error(`Unknown tool: ${n}`);try{return _i(o.root),await a(o)}catch(c){return{content:[{type:"text",text:`Error: ${c instanceof Error?c.message:String(c)}`}],isError:!0}}}),e}async function wf(){let t=Xt(),e=new ua.StdioServerTransport;await t.connect(e)}wf().catch(console.error);0&&(module.exports={createMcpServer});
41
53
  //# sourceMappingURL=mcp.js.map