@visulima/vis 1.0.0-alpha.10 → 1.0.0-alpha.12
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/CHANGELOG.md +185 -42
- package/LICENSE.md +586 -0
- package/README.md +26 -4
- package/dist/config/index.d.ts +1739 -0
- package/dist/config/index.js +1 -0
- package/dist/generate/index.d.ts +1 -1
- package/dist/packem_chunks/applyDefaults.js +2 -0
- package/dist/packem_chunks/bin.js +232 -60
- package/dist/packem_chunks/doctor-probe.js +2 -0
- package/dist/packem_chunks/fix.js +11 -53
- package/dist/packem_chunks/handler.js +1 -1
- package/dist/packem_chunks/handler10.js +2 -1
- package/dist/packem_chunks/handler11.js +1 -1
- package/dist/packem_chunks/handler12.js +5 -2
- package/dist/packem_chunks/handler13.js +1 -1
- package/dist/packem_chunks/handler14.js +18 -5
- package/dist/packem_chunks/handler15.js +20 -1
- package/dist/packem_chunks/handler16.js +1 -20
- package/dist/packem_chunks/handler17.js +1 -1
- package/dist/packem_chunks/handler18.js +1 -1
- package/dist/packem_chunks/handler19.js +1 -1
- package/dist/packem_chunks/handler2.js +2 -1
- package/dist/packem_chunks/handler20.js +5 -1
- package/dist/packem_chunks/handler21.js +1 -1
- package/dist/packem_chunks/handler22.js +1 -5
- package/dist/packem_chunks/handler23.js +5 -1
- package/dist/packem_chunks/handler24.js +1 -1
- package/dist/packem_chunks/handler25.js +3 -5
- package/dist/packem_chunks/handler26.js +1 -1
- package/dist/packem_chunks/handler27.js +1 -3
- package/dist/packem_chunks/handler28.js +7 -1
- package/dist/packem_chunks/handler29.js +22 -6
- package/dist/packem_chunks/handler3.js +4 -2
- package/dist/packem_chunks/handler30.js +3 -23
- package/dist/packem_chunks/handler31.js +1 -3
- package/dist/packem_chunks/handler32.js +2 -2
- package/dist/packem_chunks/handler33.js +24 -23
- package/dist/packem_chunks/handler34.js +2 -2
- package/dist/packem_chunks/handler35.js +3 -19
- package/dist/packem_chunks/handler36.js +22 -428
- package/dist/packem_chunks/handler37.js +428 -22
- package/dist/packem_chunks/handler38.js +20 -20
- package/dist/packem_chunks/handler39.js +21 -21
- package/dist/packem_chunks/handler4.js +2 -4
- package/dist/packem_chunks/handler40.js +22 -3
- package/dist/packem_chunks/handler41.js +6 -10
- package/dist/packem_chunks/handler42.js +5 -153
- package/dist/packem_chunks/handler43.js +10 -42
- package/dist/packem_chunks/handler44.js +153 -3
- package/dist/packem_chunks/handler45.js +25 -27
- package/dist/packem_chunks/handler46.js +3 -0
- package/dist/packem_chunks/handler47.js +27 -0
- package/dist/packem_chunks/handler48.js +42 -0
- package/dist/packem_chunks/handler5.js +8 -2
- package/dist/packem_chunks/handler6.js +1 -13
- package/dist/packem_chunks/handler7.js +1 -8
- package/dist/packem_chunks/handler8.js +1 -1
- package/dist/packem_chunks/handler9.js +1 -1
- package/dist/packem_chunks/heal-accept.js +10 -0
- package/dist/packem_chunks/heal.js +14 -0
- package/dist/packem_chunks/index.js +3 -3
- package/dist/packem_chunks/tar.js +3 -0
- package/dist/packem_shared/ai-analysis-hm8d2W7z.js +67 -0
- package/dist/packem_shared/{ai-cache-Bynt6Y9x.js → ai-cache-DoiF80AR.js} +1 -1
- package/dist/packem_shared/ai-fix-nn4zOE95.js +43 -0
- package/dist/packem_shared/cache-directory-CwHlJhgx.js +1 -0
- package/dist/packem_shared/dependency-scan-COr5n63B.js +2 -0
- package/dist/packem_shared/{docker-BcfqH4Av.js → docker-D6OGr5_S.js} +1 -1
- package/dist/packem_shared/{failure-log-DqYen0LC.js → failure-log-iUVLf6ts.js} +1 -1
- package/dist/packem_shared/flakiness-D9wf0t56.js +1 -0
- package/dist/packem_shared/giget-CcEy_Elm.js +2 -0
- package/dist/packem_shared/index-DH-5hsrC.js +1 -0
- package/dist/packem_shared/otel-DxDUPJJH.js +6 -0
- package/dist/packem_shared/otelPlugin-CQq6poq8.js +1 -0
- package/dist/packem_shared/registry-CkubDdiY.js +2 -0
- package/dist/packem_shared/run-summary-utils-BfBvjzhY.js +1 -0
- package/dist/packem_shared/{runtime-check-CGHal8SO.js → runtime-check-BXZ43CBW.js} +1 -1
- package/dist/packem_shared/{selectors-CfH9ZY08.js → selectors-BylODRiM.js} +1 -1
- package/dist/packem_shared/toolchain-BgBOUHII.js +5 -0
- package/dist/packem_shared/typosquats-CcZl99B1.js +1 -0
- package/dist/packem_shared/verify-Baj5mFJ7.js +1 -0
- package/dist/packem_shared/vis-update-app-D1jl0UZZ.js +1 -0
- package/index.js +54 -53
- package/package.json +34 -26
- package/schemas/project.schema.json +739 -299
- package/schemas/vis-config.schema.json +3383 -278
- package/skills/vis/SKILL.md +96 -0
- package/templates/buildkite-ci/.buildkite/pipeline.yml.tera +85 -0
- package/templates/buildkite-ci/template.yml +20 -0
- package/dist/errors/index.d.ts +0 -26
- package/dist/errors/index.js +0 -1
- package/dist/packem_chunks/config.js +0 -2
- package/dist/packem_shared/VisConfigCycleError-CAYNC7d-.js +0 -1
- package/dist/packem_shared/VisConfigError-B5LP1zRf.js +0 -1
- package/dist/packem_shared/VisConfigLoadError-CeqBSd2Z.js +0 -2
- package/dist/packem_shared/VisConfigNotFoundError-DZ9KC527.js +0 -5
- package/dist/packem_shared/VisUpdateApp-D-L4_-Iu.js +0 -1
- package/dist/packem_shared/_commonjsHelpers-D6W6KoPK.js +0 -1
- package/dist/packem_shared/ai-analysis-CGuy7dfE.js +0 -67
- package/dist/packem_shared/cache-directory-D72ZEag2.js +0 -1
- package/dist/packem_shared/catalog-BVPerCwG.js +0 -12
- package/dist/packem_shared/dependency-scan-Du0tBu64.js +0 -2
- package/dist/packem_shared/flakiness-DSIHZGBT.js +0 -1
- package/dist/packem_shared/run-summary-utils-C24Aaf9E.js +0 -1
- package/dist/packem_shared/target-merge-DNa-6eWu.js +0 -1
- package/dist/packem_shared/toolchain-DQfTQY8E.js +0 -5
- package/dist/packem_shared/typosquats-DOR8izpX.js +0 -1
|
@@ -1,428 +1,22 @@
|
|
|
1
|
-
var oe=Object.defineProperty;var E=(o,e)=>oe(o,"name",{value:e,configurable:!0});import{createRequire as ie}from"node:module";import{dim as k,bold as S,cyan as z}from"@visulima/colorize";import{projectGraphToDot as ce}from"@visulima/task-runner";import{Box as i,Text as t,ScrollView as ae,ScrollBar as pe,useApp as he,useWindowSize as ue,useInput as fe,Dialog as ge,render as me}from"@visulima/tui";import{M as W,r as xe,s as be,d as ye}from"./bin.js";import we,{useSyncExternalStore as ve,useState as O,useRef as q,useMemo as _,useCallback as U,useEffect as Ce}from"react";import{jsx as n,jsxs as r}from"react/jsx-runtime";const le=ie(import.meta.url),$=typeof globalThis<"u"&&typeof globalThis.process<"u"?globalThis.process:process,de=E(o=>{if(typeof $<"u"&&$.versions&&$.versions.node){const[e,l]=$.versions.node.split(".").map(Number);if(e>22||e===22&&l>=3||e===20&&l>=16)return $.getBuiltinModule(o)}return le(o)},"__cjs_getBuiltinModule"),{writeFileSync:se}=de("node:fs");var Ae=Object.defineProperty,I=E((o,e)=>Ae(o,"name",{value:e,configurable:!0}),"n");const ke=I(o=>{const e=new Map;for(const[l,d]of Object.entries(o.dependencies))for(const c of d){const s=e.get(c.target)??[];s.push(l),e.set(c.target,s)}return Object.values(o.nodes).map(l=>({deps:o.dependencies[l.name]??[],name:l.name,reverseDeps:e.get(l.name)??[],type:l.type})).sort((l,d)=>l.type!==d.type?l.type==="application"?-1:1:l.name.localeCompare(d.name))},"buildNodes"),Ee=I((o,e,l)=>{let d=o;if(e==="app"?d=d.filter(c=>c.type==="application"):e==="lib"&&(d=d.filter(c=>c.type!=="application")),l){const c=l.toLowerCase();d=d.filter(s=>s.name.toLowerCase().includes(c))}return d},"filterNodes");class Me{static{E(this,"GraphStore")}static{I(this,"GraphStore")}#e;#n=new Set;#r;constructor(e){this.#r=e;const l=ke(e);this.#e={allNodes:l,filterActive:!1,filterText:"",filterType:"all",focusedPanel:"list",selectedIndex:0}}getSnapshot=I(()=>this.#e,"getSnapshot");subscribe=I(e=>(this.#n.add(e),()=>{this.#n.delete(e)}),"subscribe");getFilteredNodes(){return Ee(this.#e.allNodes,this.#e.filterType,this.#e.filterText)}getStats(){const e=this.#e.allNodes.filter(c=>c.type==="application").length,l=this.#e.allNodes.length,d=Object.values(this.#r.dependencies).reduce((c,s)=>c+s.length,0);return{apps:e,deps:d,libs:l-e,total:l}}setSelectedIndex(e){const l=this.getFilteredNodes(),d=l.length===0?-1:Math.max(0,Math.min(e,l.length-1));d!==this.#e.selectedIndex&&this.#t({...this.#e,selectedIndex:d})}setFocusedPanel(e){e!==this.#e.focusedPanel&&this.#t({...this.#e,focusedPanel:e})}setFilterType(e){e!==this.#e.filterType&&this.#t({...this.#e,filterType:e,selectedIndex:0})}setFilter(e){this.#t({...this.#e,filterText:e,selectedIndex:0})}setFilterActive(e){e!==this.#e.filterActive&&this.#t({...this.#e,filterActive:e,filterText:e?this.#e.filterText:"",selectedIndex:e?this.#e.selectedIndex:0})}#t(e){this.#e=e;for(const l of this.#n)try{l()}catch{}}}var Te=Object.defineProperty,Se=E((o,e)=>Te(o,"name",{value:e,configurable:!0}),"p");const je=Se(({focused:o,node:e,scrollRef:l})=>{const d=o?"white":"gray";if(!e)return n(i,{alignItems:"center",borderColor:"gray",borderStyle:"single",flexDirection:"column",flexGrow:1,justifyContent:"center",children:n(t,{dimColor:!0,children:"No project selected"})});const c=e.type==="application",s=c?"yellow":"cyan",u=c?"Application":"Library";return n(i,{borderColor:d,borderStyle:"single",borderTopRightTitle:` ${u} `,borderTopTitle:` ${e.name} `,flexDirection:"column",flexGrow:1,children:r(ae,{flexGrow:1,flexShrink:1,paddingX:2,ref:l,scrollbar:!0,scrollbarColor:"gray",children:[r(i,{flexDirection:"column",marginTop:1,children:[r(i,{children:[n(t,{dimColor:!0,children:"── "}),n(t,{bold:!0,color:"white",children:"DEPENDS ON"}),r(t,{dimColor:!0,children:[" ","(",e.deps.length,")"]})]}),e.deps.length===0?n(i,{marginTop:1,paddingLeft:2,children:n(t,{dimColor:!0,children:"No dependencies"})}):n(i,{flexDirection:"column",marginTop:1,children:e.deps.map(a=>r(i,{gap:1,paddingLeft:2,children:[n(t,{color:"cyan",children:"→"}),n(t,{children:a.target}),a.type!=="static"&&r(t,{dimColor:!0,children:["(",a.type,")"]})]},a.target))})]}),r(i,{flexDirection:"column",marginTop:1,children:[r(i,{children:[n(t,{dimColor:!0,children:"── "}),n(t,{bold:!0,color:"white",children:"REQUIRED BY"}),r(t,{dimColor:!0,children:[" ","(",e.reverseDeps.length,")"]})]}),e.reverseDeps.length===0?n(i,{marginTop:1,paddingLeft:2,children:n(t,{dimColor:!0,children:"No reverse dependencies"})}):n(i,{flexDirection:"column",marginTop:1,children:e.reverseDeps.map(a=>r(i,{gap:1,paddingLeft:2,children:[n(t,{color:"magenta",children:"←"}),n(t,{children:a})]},a))})]}),r(i,{flexDirection:"column",marginTop:1,children:[r(i,{children:[n(t,{dimColor:!0,children:"── "}),n(t,{bold:!0,color:"white",children:"INFO"})]}),r(i,{flexDirection:"column",marginTop:1,paddingLeft:2,children:[r(i,{children:[n(i,{width:16,children:n(t,{dimColor:!0,children:"Type:"})}),n(t,{color:s,children:u})]}),r(i,{children:[n(i,{width:16,children:n(t,{dimColor:!0,children:"Dependencies:"})}),n(t,{children:String(e.deps.length)})]}),r(i,{children:[n(i,{width:16,children:n(t,{dimColor:!0,children:"Required by:"})}),n(t,{children:String(e.reverseDeps.length)})]}),r(i,{children:[n(i,{width:16,children:n(t,{dimColor:!0,children:"Connectivity:"})}),n(t,{children:String(e.deps.length+e.reverseDeps.length)})]})]})]})]})})},"ProjectDetailPanel");var De=Object.defineProperty,B=E((o,e)=>De(o,"name",{value:e,configurable:!0}),"g");const Ne=[{key:"all",label:"All",shortcut:"1"},{key:"app",label:"Apps",shortcut:"2"},{key:"lib",label:"Libs",shortcut:"3"}],Y=B(({isSelected:o,node:e})=>{const l=e.type==="application",d=l?"yellow":"cyan",c=l?"app":"lib";return r(i,{flexShrink:0,height:1,children:[r(t,{children:[o?"▶":" "," "]}),n(i,{flexGrow:1,children:n(t,{bold:o,inverse:o,wrap:"truncate",children:e.name})}),r(t,{color:d,children:[" ",c]}),r(t,{dimColor:!0,children:[" ","→",e.deps.length," ","←",e.reverseDeps.length]})]})},"ProjectRow"),X=B(({count:o,label:e})=>r(i,{flexShrink:0,height:1,marginTop:1,children:[r(t,{dimColor:!0,children:["▼"," "]}),n(t,{bold:!0,color:"white",children:e.toUpperCase()}),r(t,{dimColor:!0,children:[" ","(",o,")"]})]}),"TypeHeader"),$e=B(({filterActive:o,filterText:e,filterType:l,focused:d,nodes:c,scrollOffset:s,selectedIndex:u,stats:a,viewportHeight:y})=>{const g=d?"white":"gray",v=c.filter(w=>w.type==="application"),h=c.filter(w=>w.type!=="application"),f=[];let x=0;if(v.length>0){f.push(n(X,{count:v.length,label:"Applications"},"hdr-apps"));for(const w of v){const A=x;f.push(n(Y,{isSelected:A===u,node:w},w.name)),x++}}if(h.length>0){f.push(n(X,{count:h.length,label:"Libraries"},"hdr-libs"));for(const w of h){const A=x;f.push(n(Y,{isSelected:A===u,node:w},w.name)),x++}}let C=0;v.length>0&&(C+=2+v.length),h.length>0&&(C+=2+h.length);const M=C>y&&y>0;return r(i,{borderColor:g,borderStyle:"single",flexDirection:"column",flexGrow:1,children:[r(i,{flexShrink:0,gap:1,paddingX:1,children:[n(t,{bold:!0,inverse:!0,children:" VIS "}),r(t,{wrap:"truncate",children:[a.total," ","packages"]}),r(t,{dimColor:!0,children:["(",a.apps," ","apps,"," ",a.libs," ","libs,"," ",a.deps," ","deps)"]})]}),n(i,{flexShrink:0,gap:1,paddingX:1,paddingY:1,children:Ne.map(w=>{const A=l===w.key;return r(i,{children:[n(t,{dimColor:!A,children:"["}),n(t,{bold:A,color:A?"cyan":"gray",children:w.shortcut}),n(t,{dimColor:!A,children:"]"}),r(t,{color:A?"white":"gray",children:[" ",w.label]})]},w.key)})}),o&&r(i,{flexShrink:0,paddingX:1,children:[n(t,{bold:!0,color:"white",children:"/ "}),n(t,{children:e}),n(t,{inverse:!0,children:" "})]}),r(i,{flexDirection:"row",flexGrow:1,overflow:"hidden",children:[n(i,{flexDirection:"column",flexGrow:1,overflow:"hidden",paddingLeft:1,children:n(i,{flexDirection:"column",marginTop:-s,children:f})}),M&&n(i,{flexShrink:0,marginLeft:1,marginRight:1,children:n(pe,{contentHeight:C,placement:"inset",scrollOffset:s,style:"block",viewportHeight:y})})]})]})},"ProjectListPanel");var Ie=Object.defineProperty,Pe=E((o,e)=>Ie(o,"name",{value:e,configurable:!0}),"M$1");const Le=100,Oe=40,Be=10,J={1:"all",2:"app",3:"lib"},Re=Pe(({autoExitSeconds:o=0,store:e})=>{const{exit:l}=he(),{columns:d,rows:c}=ue(),s=ve(e.subscribe,e.getSnapshot),[u,a]=O(!1),y=q(null),g=q(null),[v,h]=O(0),[f,x]=O(!1),C=_(()=>e.getFilteredNodes(),[s.allNodes,s.filterType,s.filterText]),M=_(()=>e.getStats(),[s.allNodes]),w=C[s.selectedIndex]??null,A=U(m=>{const p=C.filter(T=>T.type==="application"),b=C.filter(T=>T.type!=="application");let j=0,L=0;if(p.length>0){j+=2;for(let T=0;T<p.length;T++){if(L===m)return j;j+=1,L++}}if(b.length>0){j+=2;for(let T=0;T<b.length;T++){if(L===m)return j;j+=1,L++}}return j},[C]),P=Math.max(1,c-8-(s.filterActive?1:0)),N=U(m=>{const p=A(m);h(b=>p>b+P-2?Math.max(0,p-P+2):p<b+1?Math.max(0,p-1):b)},[A,P]);if(Ce(()=>{g.current?.scrollToTop()},[w?.name]),fe((m,p)=>{if(m==="c"&&p.ctrl){l();return}if(!f){if(u){p.escape||m==="?"?a(!1):m==="q"?(a(!1),x(!0)):p.downArrow||m==="j"?y.current?.scrollBy(1):(p.upArrow||m==="k")&&y.current?.scrollBy(-1);return}if(m==="?"){a(!0);return}if(m==="q"){x(!0);return}if(p.tab){e.setFocusedPanel(s.focusedPanel==="list"?"detail":"list");return}if(J[m]){e.setFilterType(J[m]);return}if(s.filterActive){if(p.escape){e.setFilterActive(!1);return}if(p.return){e.setFilterActive(!1);return}if(p.backspace){e.setFilter(s.filterText.slice(0,-1));return}if(m&&!p.ctrl&&!p.meta){e.setFilter(s.filterText+m);return}return}if(s.focusedPanel==="list"){if(C.length===0){m==="/"&&e.setFilterActive(!0);return}if(p.downArrow||m==="j"){const b=Math.min(s.selectedIndex+1,C.length-1);e.setSelectedIndex(b),N(b);return}if(p.upArrow||m==="k"){const b=Math.max(s.selectedIndex-1,0);e.setSelectedIndex(b),N(b);return}if(p.pageDown){const b=Math.min(s.selectedIndex+10,C.length-1);e.setSelectedIndex(b),N(b);return}if(p.pageUp){const b=Math.max(s.selectedIndex-10,0);e.setSelectedIndex(b),N(b);return}if(p.home){e.setSelectedIndex(0),h(0);return}if(p.end){const b=C.length-1;e.setSelectedIndex(b),N(b);return}if(m==="/"){e.setFilterActive(!0);return}if(p.rightArrow){e.setFocusedPanel("detail");return}return}if(s.focusedPanel==="detail"){if(p.escape||p.leftArrow){e.setFocusedPanel("list");return}if(p.downArrow||m==="j"){g.current?.scrollBy(1);return}if(p.upArrow||m==="k"){g.current?.scrollBy(-1);return}if(p.pageDown){g.current?.scrollBy(10);return}if(p.pageUp){g.current?.scrollBy(-10);return}if(p.home){g.current?.scrollToTop();return}p.end&&g.current?.scrollToBottom()}}},{isActive:!0}),d<Oe||c<Be)return n(i,{alignItems:"center",height:c,justifyContent:"center",width:d,children:r(t,{color:"yellow",children:["Terminal too small (",d,"x",c,")"]})});const ne=d>=Le,R=n(i,{borderBottom:!1,borderColor:"gray",borderLeft:!1,borderRight:!1,borderStyle:"single",flexShrink:0,children:r(i,{flexWrap:"wrap",gap:2,paddingX:1,children:[r(i,{gap:1,children:[n(t,{bold:!0,color:"white",children:"q"}),n(t,{dimColor:!0,children:"QUIT"})]},"q"),r(i,{gap:1,children:[n(t,{bold:!0,color:"white",children:"?"}),n(t,{dimColor:!0,children:"HELP"})]},"?"),r(i,{gap:1,children:[n(t,{bold:!0,color:"white",children:"↑↓"}),n(t,{dimColor:!0,children:"NAV"})]},"nav"),r(i,{gap:1,children:[n(t,{bold:!0,color:"white",children:"1-3 /"}),n(t,{dimColor:!0,children:"FILTER"})]},"f"),r(i,{gap:1,children:[n(t,{bold:!0,color:"white",children:"Tab"}),n(t,{dimColor:!0,children:"PANEL"})]},"t")]})}),F=r(ge,{footer:r(t,{dimColor:!0,children:[n(t,{bold:!0,color:"white",children:"↑↓"})," ","scroll"," ",n(t,{bold:!0,color:"white",children:"?"}),"/",n(t,{bold:!0,color:"white",children:"Esc"})," ","close"]}),scrollRef:y,title:"KEYBOARD SHORTCUTS",visible:u,width:52,children:[r(i,{flexDirection:"column",marginBottom:1,children:[r(i,{marginBottom:1,children:[n(t,{dimColor:!0,children:"── "}),n(t,{bold:!0,color:"white",children:"NAVIGATION"})]}),r(i,{children:[n(i,{width:24,children:r(t,{children:[r(t,{bold:!0,color:"white",children:[" ","↑","/k"]}),n(t,{dimColor:!0,children:" Move up"})]})}),r(t,{children:[r(t,{bold:!0,color:"white",children:[" ","↓","/j"]}),n(t,{dimColor:!0,children:" Move down"})]})]}),r(t,{children:[r(t,{bold:!0,color:"white",children:[" ","Tab"]}),n(t,{dimColor:!0,children:" Switch panel"})]}),r(t,{children:[r(t,{bold:!0,color:"white",children:[" ","→","/","←"]}),n(t,{dimColor:!0,children:" Focus detail/list"})]}),r(t,{children:[r(t,{bold:!0,color:"white",children:[" ","PgUp/PgDn"]}),n(t,{dimColor:!0,children:" Jump 10 items"})]}),r(t,{children:[r(t,{bold:!0,color:"white",children:[" ","Home/End"]}),n(t,{dimColor:!0,children:" Jump to start/end"})]})]}),r(i,{flexDirection:"column",marginBottom:1,children:[r(i,{marginBottom:1,children:[n(t,{dimColor:!0,children:"── "}),n(t,{bold:!0,color:"white",children:"FILTERS"})]}),r(i,{children:[n(i,{width:24,children:r(t,{children:[r(t,{bold:!0,color:"white",children:[" ","1"]}),n(t,{dimColor:!0,children:" All"})]})}),r(t,{children:[r(t,{bold:!0,color:"white",children:[" ","2"]}),n(t,{dimColor:!0,children:" Apps only"})]})]}),r(t,{children:[r(t,{bold:!0,color:"white",children:[" ","3"]}),n(t,{dimColor:!0,children:" Libraries only"})]}),r(t,{children:[r(t,{bold:!0,color:"white",children:[" ","/"]}),n(t,{dimColor:!0,children:" Text filter"})]})]}),r(i,{flexDirection:"column",children:[r(i,{marginBottom:1,children:[n(t,{dimColor:!0,children:"── "}),n(t,{bold:!0,color:"white",children:"ACTIONS"})]}),r(t,{children:[r(t,{bold:!0,color:"white",children:[" ","q"]}),n(t,{dimColor:!0,children:" Quit"})]}),r(t,{children:[r(t,{bold:!0,color:"white",children:[" ","?"]}),n(t,{dimColor:!0,children:" Toggle help"})]})]})]}),H=n($e,{filterActive:s.filterActive,filterText:s.filterText,filterType:s.filterType,focused:s.focusedPanel==="list",nodes:C,scrollOffset:v,selectedIndex:s.selectedIndex,stats:M,viewportHeight:P}),G=n(je,{focused:s.focusedPanel==="detail",node:w,scrollRef:g});if(ne){const m=Math.floor(d*.35);return r(i,{flexDirection:"column",height:c,width:d,children:[r(i,{flexDirection:"row",flexGrow:1,children:[n(i,{flexGrow:1,children:H}),n(i,{width:m,children:G})]}),R,n(W,{autoExitSeconds:o??3,onCancel:E(()=>{x(!1)},"onCancel"),visible:f}),F]})}const re=Math.floor(c*.55);return r(i,{flexDirection:"column",height:c,width:d,children:[n(i,{height:re,children:H}),n(i,{flexGrow:1,children:G}),R,n(W,{autoExitSeconds:o??3,onCancel:E(()=>{x(!1)},"onCancel"),visible:f}),F]})},"VisGraphApp");var V=Object.freeze,ee=Object.defineProperty,D=E((o,e)=>ee(o,"name",{value:e,configurable:!0}),"x"),Fe=E((o,e)=>V(ee(o,"raw",{value:V(e||o.slice())})),"C");const te=D((o,e,l,d,c,s,u,a)=>{const y=l?k("└── "):k("├── "),g=c.has(o),v=g?k(" (*)"):"",h=d.get(o),f=h?.type==="application"?S(o):o;if(s.push(`${e}${y}${f}${v}`),g)return;c.add(o);const x=h?.deps??[],C=l?`${e} `:`${e}${k("│")} `;if(a>=u&&x.length>0){s.push(`${C}${k(`... ${x.length} more`)}`);return}for(let M=0;M<x.length;M++){const w=x[M];w&&te(w.target,C,M===x.length-1,d,c,s,u,a+1)}},"printDepsTree"),Q=D((o,e,l,d,c,s)=>{const u=e.get(o),a=u?.type==="application"?S(o):o;d.push(`${s}${a}`),l.add(o);const y=u?.deps??[];if(y.length===0){d.push(`${s} ${k("(no dependencies)")}`);return}if(c<=0){d.push(`${s} ${k(`... ${y.length} dependencies`)}`);return}for(let g=0;g<y.length;g++){const v=y[g];v&&te(v.target,s,g===y.length-1,e,l,d,c,1)}},"printRootProject"),K=D((o,e)=>{const l=new Map;for(const[h,f]of Object.entries(o.nodes))l.set(h,{deps:(o.dependencies[h]??[]).map(x=>({target:x.target,type:x.type})),name:h,type:f.type});const d=[],c=[];for(const[h,f]of l)f.type==="application"?d.push(h):c.push(h);d.sort(),c.sort();const s=d.length+c.length,u=Object.values(o.dependencies).reduce((h,f)=>h+f.length,0),a=[];if(a.push(S("Project Dependency Graph"),""),d.length>0){a.push(` ${S(z(`Applications (${d.length})`))}`,"");for(const h of d)Q(h,l,new Set,a,e," "),a.push("")}if(c.length>0){a.push(` ${S(z(`Libraries (${c.length})`))}`,"");for(const h of c)Q(h,l,new Set,a,e," "),a.push("")}const y=process.stdout.columns||80;a.push(k("─".repeat(Math.min(y,60)))),a.push(`${S(String(s))} packages ${k("·")} ${S(String(u))} dependencies ${k("·")} ${S(String(d.length))} apps${k(",")} ${S(String(c.length))} libraries`);const g=new Set;let v=!1;for(const h of[...d,...c]){const f=l.get(h)?.deps??[];for(const x of f)g.has(x.target)&&(v=!0),g.add(x.target);g.add(h)}return v&&a.push(k("(*) = already shown above")),a.join(`
|
|
2
|
-
`)
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
.
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
#tooltip h3 { font-size: 14px; margin-bottom: 6px; }
|
|
24
|
-
#tooltip .type-badge { display: inline-block; padding: 1px 8px; border-radius: 4px; font-size: 10px; font-weight: 700; text-transform: uppercase; margin-left: 8px; }
|
|
25
|
-
#tooltip .dep-section { margin-top: 8px; color: #94a3b8; }
|
|
26
|
-
#tooltip ul { list-style: none; padding-left: 0; margin-top: 4px; }
|
|
27
|
-
#tooltip li { padding: 1px 0; color: #cbd5e1; }
|
|
28
|
-
#tooltip li::before { content: "92 "; color: #64748b; }
|
|
29
|
-
</style>
|
|
30
|
-
</head>
|
|
31
|
-
<body>
|
|
32
|
-
<div id="info">
|
|
33
|
-
<b class="app-count">`,`</b> apps ·
|
|
34
|
-
<b class="lib-count">`,`</b> libraries ·
|
|
35
|
-
<b class="dep-count">`,`</b> dependencies
|
|
36
|
-
</div>
|
|
37
|
-
<div id="legend">
|
|
38
|
-
<span><span class="legend-dot" style="background:#fbbf24"></span>Application</span>
|
|
39
|
-
<span><span class="legend-dot" style="background:#38bdf8"></span>Library</span>
|
|
40
|
-
<span style="color:#64748b">— solid = static - - - = implicit</span>
|
|
41
|
-
</div>
|
|
42
|
-
<div id="tooltip"></div>
|
|
43
|
-
<svg id="graph">
|
|
44
|
-
<defs>
|
|
45
|
-
<marker id="arrow" viewBox="0 0 10 10" refX="10" refY="5" markerWidth="6" markerHeight="6" orient="auto">
|
|
46
|
-
<path d="M 0 0 L 10 5 L 0 10 z" fill="#64748b"/>
|
|
47
|
-
</marker>
|
|
48
|
-
</defs>
|
|
49
|
-
</svg>
|
|
50
|
-
<script>
|
|
51
|
-
const data = `,`;
|
|
52
|
-
const svg = document.getElementById('graph');
|
|
53
|
-
const tooltip = document.getElementById('tooltip');
|
|
54
|
-
const W = window.innerWidth, H = window.innerHeight;
|
|
55
|
-
|
|
56
|
-
// Build adjacency
|
|
57
|
-
const depMap = {}, rdepMap = {};
|
|
58
|
-
data.nodes.forEach(n => { depMap[n.name] = []; rdepMap[n.name] = []; });
|
|
59
|
-
data.edges.forEach(e => { depMap[e.source]?.push(e.target); rdepMap[e.target]?.push(e.source); });
|
|
60
|
-
|
|
61
|
-
// Escape text for safe DOM insertion
|
|
62
|
-
function esc(s) { const d = document.createElement('div'); d.textContent = s; return d.textContent; }
|
|
63
|
-
|
|
64
|
-
// Force-directed layout
|
|
65
|
-
const repulsion = 5000 + data.nodes.length * 150;
|
|
66
|
-
const nodes = data.nodes.map(n => ({
|
|
67
|
-
...n, x: W/2 + (Math.random()-0.5)*Math.min(W*0.6, 600),
|
|
68
|
-
y: H/2 + (Math.random()-0.5)*Math.min(H*0.6, 400), vx: 0, vy: 0
|
|
69
|
-
}));
|
|
70
|
-
const nodeMap = new Map(nodes.map(n => [n.name, n]));
|
|
71
|
-
const edges = data.edges.map(e => ({
|
|
72
|
-
source: nodeMap.get(e.source), target: nodeMap.get(e.target), type: e.type
|
|
73
|
-
}));
|
|
74
|
-
|
|
75
|
-
for (let iter = 0; iter < 400; iter++) {
|
|
76
|
-
for (let i = 0; i < nodes.length; i++) {
|
|
77
|
-
for (let j = i+1; j < nodes.length; j++) {
|
|
78
|
-
let dx = nodes[j].x - nodes[i].x, dy = nodes[j].y - nodes[i].y;
|
|
79
|
-
let d = Math.sqrt(dx*dx + dy*dy) || 1;
|
|
80
|
-
let f = repulsion / (d * d);
|
|
81
|
-
nodes[i].vx -= dx/d * f; nodes[i].vy -= dy/d * f;
|
|
82
|
-
nodes[j].vx += dx/d * f; nodes[j].vy += dy/d * f;
|
|
83
|
-
}
|
|
84
|
-
}
|
|
85
|
-
edges.forEach(e => {
|
|
86
|
-
if (!e.source || !e.target) {
|
|
87
|
-
return;
|
|
88
|
-
}
|
|
89
|
-
let dx = e.target.x - e.source.x, dy = e.target.y - e.source.y;
|
|
90
|
-
let d = Math.sqrt(dx*dx + dy*dy) || 1;
|
|
91
|
-
let f = (d - 180) * 0.008;
|
|
92
|
-
e.source.vx += dx/d * f; e.source.vy += dy/d * f;
|
|
93
|
-
e.target.vx -= dx/d * f; e.target.vy -= dy/d * f;
|
|
94
|
-
});
|
|
95
|
-
nodes.forEach(n => {
|
|
96
|
-
n.vx += (W/2 - n.x) * 0.001; n.vy += (H/2 - n.y) * 0.001;
|
|
97
|
-
n.x += n.vx * 0.3; n.y += n.vy * 0.3;
|
|
98
|
-
n.vx *= 0.75; n.vy *= 0.75;
|
|
99
|
-
n.x = Math.max(80, Math.min(W-80, n.x));
|
|
100
|
-
n.y = Math.max(40, Math.min(H-40, n.y));
|
|
101
|
-
});
|
|
102
|
-
}
|
|
103
|
-
|
|
104
|
-
// Measure text widths
|
|
105
|
-
const measure = document.createElementNS('http://www.w3.org/2000/svg','text');
|
|
106
|
-
measure.setAttribute('font-size','12'); measure.setAttribute('font-weight','600');
|
|
107
|
-
measure.setAttribute('font-family','system-ui');
|
|
108
|
-
svg.appendChild(measure);
|
|
109
|
-
const widths = {};
|
|
110
|
-
nodes.forEach(n => { measure.textContent = n.name; widths[n.name] = measure.getComputedTextLength(); });
|
|
111
|
-
svg.removeChild(measure);
|
|
112
|
-
|
|
113
|
-
// Render edges
|
|
114
|
-
edges.forEach(e => {
|
|
115
|
-
if (!e.source || !e.target) {
|
|
116
|
-
return;
|
|
117
|
-
}
|
|
118
|
-
const sw = (widths[e.source.name]||80)/2 + 12;
|
|
119
|
-
const tw = (widths[e.target.name]||80)/2 + 12;
|
|
120
|
-
const dx = e.target.x - e.source.x, dy = e.target.y - e.source.y;
|
|
121
|
-
const d = Math.sqrt(dx*dx+dy*dy)||1;
|
|
122
|
-
const x1 = e.source.x + dx/d*sw, y1 = e.source.y + dy/d*14;
|
|
123
|
-
const x2 = e.target.x - dx/d*tw, y2 = e.target.y - dy/d*14;
|
|
124
|
-
const line = document.createElementNS('http://www.w3.org/2000/svg','line');
|
|
125
|
-
line.setAttribute('x1',x1); line.setAttribute('y1',y1);
|
|
126
|
-
line.setAttribute('x2',x2); line.setAttribute('y2',y2);
|
|
127
|
-
line.setAttribute('class','edge');
|
|
128
|
-
const edgeColors = { implicit: '#475569', devDependency: '#888888', peerDependency: '#CC8800' };
|
|
129
|
-
line.setAttribute('stroke', edgeColors[e.type] || '#64748b');
|
|
130
|
-
line.setAttribute('stroke-width', '1.5');
|
|
131
|
-
if (e.type === 'implicit' || e.type === 'peerDependency') {
|
|
132
|
-
line.setAttribute('stroke-dasharray', '6,4');
|
|
133
|
-
}
|
|
134
|
-
if (e.type === 'devDependency') {
|
|
135
|
-
line.setAttribute('stroke-dasharray', '3,3');
|
|
136
|
-
}
|
|
137
|
-
svg.appendChild(line);
|
|
138
|
-
});
|
|
139
|
-
|
|
140
|
-
// Render nodes
|
|
141
|
-
nodes.forEach(n => {
|
|
142
|
-
const w = (widths[n.name]||80) + 24;
|
|
143
|
-
const h = 32;
|
|
144
|
-
const isApp = n.type === 'application';
|
|
145
|
-
const fill = isApp ? '#fbbf24' : '#38bdf8';
|
|
146
|
-
const textFill = '#0f172a';
|
|
147
|
-
const stroke = isApp ? '#f59e0b' : '#0284c7';
|
|
148
|
-
|
|
149
|
-
const g = document.createElementNS('http://www.w3.org/2000/svg','g');
|
|
150
|
-
g.setAttribute('class','node');
|
|
151
|
-
g.setAttribute('transform','translate('+(n.x - w/2)+','+(n.y - h/2)+')');
|
|
152
|
-
const rect = document.createElementNS('http://www.w3.org/2000/svg','rect');
|
|
153
|
-
rect.setAttribute('width', w); rect.setAttribute('height', h);
|
|
154
|
-
rect.setAttribute('fill', fill); rect.setAttribute('stroke', stroke); rect.setAttribute('stroke-width','1.5');
|
|
155
|
-
g.appendChild(rect);
|
|
156
|
-
const text = document.createElementNS('http://www.w3.org/2000/svg','text');
|
|
157
|
-
text.setAttribute('x', w/2); text.setAttribute('y', h/2 + 4.5);
|
|
158
|
-
text.setAttribute('text-anchor','middle'); text.setAttribute('fill', textFill);
|
|
159
|
-
text.textContent = n.name;
|
|
160
|
-
g.appendChild(text);
|
|
161
|
-
|
|
162
|
-
g.addEventListener('mouseenter', (ev) => {
|
|
163
|
-
const deps = depMap[n.name] || [];
|
|
164
|
-
const rdeps = rdepMap[n.name] || [];
|
|
165
|
-
|
|
166
|
-
// Build tooltip using safe DOM methods
|
|
167
|
-
tooltip.textContent = '';
|
|
168
|
-
|
|
169
|
-
const heading = document.createElement('h3');
|
|
170
|
-
heading.textContent = n.name;
|
|
171
|
-
const badge = document.createElement('span');
|
|
172
|
-
badge.className = 'type-badge';
|
|
173
|
-
badge.style.background = fill;
|
|
174
|
-
badge.style.color = '#0f172a';
|
|
175
|
-
badge.textContent = n.type;
|
|
176
|
-
heading.appendChild(badge);
|
|
177
|
-
tooltip.appendChild(heading);
|
|
178
|
-
|
|
179
|
-
if (deps.length) {
|
|
180
|
-
const label = document.createElement('div');
|
|
181
|
-
label.className = 'dep-section';
|
|
182
|
-
label.textContent = 'Depends on:';
|
|
183
|
-
tooltip.appendChild(label);
|
|
184
|
-
const ul = document.createElement('ul');
|
|
185
|
-
deps.forEach(d => { const li = document.createElement('li'); li.textContent = d; ul.appendChild(li); });
|
|
186
|
-
tooltip.appendChild(ul);
|
|
187
|
-
}
|
|
188
|
-
if (rdeps.length) {
|
|
189
|
-
const label = document.createElement('div');
|
|
190
|
-
label.className = 'dep-section';
|
|
191
|
-
label.textContent = 'Required by:';
|
|
192
|
-
tooltip.appendChild(label);
|
|
193
|
-
const ul = document.createElement('ul');
|
|
194
|
-
rdeps.forEach(d => { const li = document.createElement('li'); li.textContent = d; ul.appendChild(li); });
|
|
195
|
-
tooltip.appendChild(ul);
|
|
196
|
-
}
|
|
197
|
-
if (!deps.length && !rdeps.length) {
|
|
198
|
-
const empty = document.createElement('div');
|
|
199
|
-
empty.style.marginTop = '6px';
|
|
200
|
-
empty.style.color = '#64748b';
|
|
201
|
-
empty.textContent = 'No dependencies';
|
|
202
|
-
tooltip.appendChild(empty);
|
|
203
|
-
}
|
|
204
|
-
|
|
205
|
-
tooltip.style.display = 'block';
|
|
206
|
-
const rect = tooltip.getBoundingClientRect();
|
|
207
|
-
tooltip.style.left = Math.min(ev.clientX + 12, W - rect.width - 12) + 'px';
|
|
208
|
-
tooltip.style.top = Math.min(ev.clientY + 12, H - rect.height - 12) + 'px';
|
|
209
|
-
});
|
|
210
|
-
g.addEventListener('mouseleave', () => { tooltip.style.display = 'none'; });
|
|
211
|
-
svg.appendChild(g);
|
|
212
|
-
});
|
|
213
|
-
<\/script>
|
|
214
|
-
</body>
|
|
215
|
-
</html>`],[`<!DOCTYPE html>
|
|
216
|
-
<html lang="en">
|
|
217
|
-
<head>
|
|
218
|
-
<meta charset="UTF-8">
|
|
219
|
-
<title>Project Dependency Graph</title>
|
|
220
|
-
<style>
|
|
221
|
-
* { margin: 0; padding: 0; box-sizing: border-box; }
|
|
222
|
-
body { font-family: system-ui, -apple-system, sans-serif; background: #0f172a; color: #e2e8f0; overflow: hidden; }
|
|
223
|
-
svg { width: 100vw; height: 100vh; }
|
|
224
|
-
.edge { fill: none; marker-end: url(#arrow); }
|
|
225
|
-
.node rect { rx: 8; ry: 8; cursor: pointer; transition: stroke-width 0.15s; }
|
|
226
|
-
.node text { font-size: 12px; font-weight: 600; pointer-events: none; }
|
|
227
|
-
.node:hover rect { stroke-width: 2.5; stroke: #fff; }
|
|
228
|
-
#info { position: fixed; top: 16px; right: 16px; background: #1e293b; padding: 14px 20px; border-radius: 10px; font-size: 13px; border: 1px solid #334155; box-shadow: 0 4px 12px rgba(0,0,0,0.3); }
|
|
229
|
-
#info b { font-variant-numeric: tabular-nums; }
|
|
230
|
-
.app-count { color: #fbbf24; }
|
|
231
|
-
.lib-count { color: #38bdf8; }
|
|
232
|
-
.dep-count { color: #a78bfa; }
|
|
233
|
-
#legend { position: fixed; bottom: 16px; left: 16px; background: #1e293b; padding: 12px 16px; border-radius: 10px; font-size: 12px; border: 1px solid #334155; display: flex; gap: 16px; align-items: center; }
|
|
234
|
-
.legend-dot { width: 12px; height: 12px; border-radius: 3px; display: inline-block; vertical-align: middle; margin-right: 6px; }
|
|
235
|
-
#tooltip { position: fixed; display: none; background: #1e293b; border: 1px solid #475569; border-radius: 8px; padding: 12px 16px; font-size: 12px; max-width: 320px; box-shadow: 0 8px 24px rgba(0,0,0,0.4); z-index: 10; pointer-events: none; }
|
|
236
|
-
#tooltip h3 { font-size: 14px; margin-bottom: 6px; }
|
|
237
|
-
#tooltip .type-badge { display: inline-block; padding: 1px 8px; border-radius: 4px; font-size: 10px; font-weight: 700; text-transform: uppercase; margin-left: 8px; }
|
|
238
|
-
#tooltip .dep-section { margin-top: 8px; color: #94a3b8; }
|
|
239
|
-
#tooltip ul { list-style: none; padding-left: 0; margin-top: 4px; }
|
|
240
|
-
#tooltip li { padding: 1px 0; color: #cbd5e1; }
|
|
241
|
-
#tooltip li::before { content: "\\2192 "; color: #64748b; }
|
|
242
|
-
</style>
|
|
243
|
-
</head>
|
|
244
|
-
<body>
|
|
245
|
-
<div id="info">
|
|
246
|
-
<b class="app-count">`,`</b> apps ·
|
|
247
|
-
<b class="lib-count">`,`</b> libraries ·
|
|
248
|
-
<b class="dep-count">`,`</b> dependencies
|
|
249
|
-
</div>
|
|
250
|
-
<div id="legend">
|
|
251
|
-
<span><span class="legend-dot" style="background:#fbbf24"></span>Application</span>
|
|
252
|
-
<span><span class="legend-dot" style="background:#38bdf8"></span>Library</span>
|
|
253
|
-
<span style="color:#64748b">— solid = static - - - = implicit</span>
|
|
254
|
-
</div>
|
|
255
|
-
<div id="tooltip"></div>
|
|
256
|
-
<svg id="graph">
|
|
257
|
-
<defs>
|
|
258
|
-
<marker id="arrow" viewBox="0 0 10 10" refX="10" refY="5" markerWidth="6" markerHeight="6" orient="auto">
|
|
259
|
-
<path d="M 0 0 L 10 5 L 0 10 z" fill="#64748b"/>
|
|
260
|
-
</marker>
|
|
261
|
-
</defs>
|
|
262
|
-
</svg>
|
|
263
|
-
<script>
|
|
264
|
-
const data = `,`;
|
|
265
|
-
const svg = document.getElementById('graph');
|
|
266
|
-
const tooltip = document.getElementById('tooltip');
|
|
267
|
-
const W = window.innerWidth, H = window.innerHeight;
|
|
268
|
-
|
|
269
|
-
// Build adjacency
|
|
270
|
-
const depMap = {}, rdepMap = {};
|
|
271
|
-
data.nodes.forEach(n => { depMap[n.name] = []; rdepMap[n.name] = []; });
|
|
272
|
-
data.edges.forEach(e => { depMap[e.source]?.push(e.target); rdepMap[e.target]?.push(e.source); });
|
|
273
|
-
|
|
274
|
-
// Escape text for safe DOM insertion
|
|
275
|
-
function esc(s) { const d = document.createElement('div'); d.textContent = s; return d.textContent; }
|
|
276
|
-
|
|
277
|
-
// Force-directed layout
|
|
278
|
-
const repulsion = 5000 + data.nodes.length * 150;
|
|
279
|
-
const nodes = data.nodes.map(n => ({
|
|
280
|
-
...n, x: W/2 + (Math.random()-0.5)*Math.min(W*0.6, 600),
|
|
281
|
-
y: H/2 + (Math.random()-0.5)*Math.min(H*0.6, 400), vx: 0, vy: 0
|
|
282
|
-
}));
|
|
283
|
-
const nodeMap = new Map(nodes.map(n => [n.name, n]));
|
|
284
|
-
const edges = data.edges.map(e => ({
|
|
285
|
-
source: nodeMap.get(e.source), target: nodeMap.get(e.target), type: e.type
|
|
286
|
-
}));
|
|
287
|
-
|
|
288
|
-
for (let iter = 0; iter < 400; iter++) {
|
|
289
|
-
for (let i = 0; i < nodes.length; i++) {
|
|
290
|
-
for (let j = i+1; j < nodes.length; j++) {
|
|
291
|
-
let dx = nodes[j].x - nodes[i].x, dy = nodes[j].y - nodes[i].y;
|
|
292
|
-
let d = Math.sqrt(dx*dx + dy*dy) || 1;
|
|
293
|
-
let f = repulsion / (d * d);
|
|
294
|
-
nodes[i].vx -= dx/d * f; nodes[i].vy -= dy/d * f;
|
|
295
|
-
nodes[j].vx += dx/d * f; nodes[j].vy += dy/d * f;
|
|
296
|
-
}
|
|
297
|
-
}
|
|
298
|
-
edges.forEach(e => {
|
|
299
|
-
if (!e.source || !e.target) {
|
|
300
|
-
return;
|
|
301
|
-
}
|
|
302
|
-
let dx = e.target.x - e.source.x, dy = e.target.y - e.source.y;
|
|
303
|
-
let d = Math.sqrt(dx*dx + dy*dy) || 1;
|
|
304
|
-
let f = (d - 180) * 0.008;
|
|
305
|
-
e.source.vx += dx/d * f; e.source.vy += dy/d * f;
|
|
306
|
-
e.target.vx -= dx/d * f; e.target.vy -= dy/d * f;
|
|
307
|
-
});
|
|
308
|
-
nodes.forEach(n => {
|
|
309
|
-
n.vx += (W/2 - n.x) * 0.001; n.vy += (H/2 - n.y) * 0.001;
|
|
310
|
-
n.x += n.vx * 0.3; n.y += n.vy * 0.3;
|
|
311
|
-
n.vx *= 0.75; n.vy *= 0.75;
|
|
312
|
-
n.x = Math.max(80, Math.min(W-80, n.x));
|
|
313
|
-
n.y = Math.max(40, Math.min(H-40, n.y));
|
|
314
|
-
});
|
|
315
|
-
}
|
|
316
|
-
|
|
317
|
-
// Measure text widths
|
|
318
|
-
const measure = document.createElementNS('http://www.w3.org/2000/svg','text');
|
|
319
|
-
measure.setAttribute('font-size','12'); measure.setAttribute('font-weight','600');
|
|
320
|
-
measure.setAttribute('font-family','system-ui');
|
|
321
|
-
svg.appendChild(measure);
|
|
322
|
-
const widths = {};
|
|
323
|
-
nodes.forEach(n => { measure.textContent = n.name; widths[n.name] = measure.getComputedTextLength(); });
|
|
324
|
-
svg.removeChild(measure);
|
|
325
|
-
|
|
326
|
-
// Render edges
|
|
327
|
-
edges.forEach(e => {
|
|
328
|
-
if (!e.source || !e.target) {
|
|
329
|
-
return;
|
|
330
|
-
}
|
|
331
|
-
const sw = (widths[e.source.name]||80)/2 + 12;
|
|
332
|
-
const tw = (widths[e.target.name]||80)/2 + 12;
|
|
333
|
-
const dx = e.target.x - e.source.x, dy = e.target.y - e.source.y;
|
|
334
|
-
const d = Math.sqrt(dx*dx+dy*dy)||1;
|
|
335
|
-
const x1 = e.source.x + dx/d*sw, y1 = e.source.y + dy/d*14;
|
|
336
|
-
const x2 = e.target.x - dx/d*tw, y2 = e.target.y - dy/d*14;
|
|
337
|
-
const line = document.createElementNS('http://www.w3.org/2000/svg','line');
|
|
338
|
-
line.setAttribute('x1',x1); line.setAttribute('y1',y1);
|
|
339
|
-
line.setAttribute('x2',x2); line.setAttribute('y2',y2);
|
|
340
|
-
line.setAttribute('class','edge');
|
|
341
|
-
const edgeColors = { implicit: '#475569', devDependency: '#888888', peerDependency: '#CC8800' };
|
|
342
|
-
line.setAttribute('stroke', edgeColors[e.type] || '#64748b');
|
|
343
|
-
line.setAttribute('stroke-width', '1.5');
|
|
344
|
-
if (e.type === 'implicit' || e.type === 'peerDependency') {
|
|
345
|
-
line.setAttribute('stroke-dasharray', '6,4');
|
|
346
|
-
}
|
|
347
|
-
if (e.type === 'devDependency') {
|
|
348
|
-
line.setAttribute('stroke-dasharray', '3,3');
|
|
349
|
-
}
|
|
350
|
-
svg.appendChild(line);
|
|
351
|
-
});
|
|
352
|
-
|
|
353
|
-
// Render nodes
|
|
354
|
-
nodes.forEach(n => {
|
|
355
|
-
const w = (widths[n.name]||80) + 24;
|
|
356
|
-
const h = 32;
|
|
357
|
-
const isApp = n.type === 'application';
|
|
358
|
-
const fill = isApp ? '#fbbf24' : '#38bdf8';
|
|
359
|
-
const textFill = '#0f172a';
|
|
360
|
-
const stroke = isApp ? '#f59e0b' : '#0284c7';
|
|
361
|
-
|
|
362
|
-
const g = document.createElementNS('http://www.w3.org/2000/svg','g');
|
|
363
|
-
g.setAttribute('class','node');
|
|
364
|
-
g.setAttribute('transform','translate('+(n.x - w/2)+','+(n.y - h/2)+')');
|
|
365
|
-
const rect = document.createElementNS('http://www.w3.org/2000/svg','rect');
|
|
366
|
-
rect.setAttribute('width', w); rect.setAttribute('height', h);
|
|
367
|
-
rect.setAttribute('fill', fill); rect.setAttribute('stroke', stroke); rect.setAttribute('stroke-width','1.5');
|
|
368
|
-
g.appendChild(rect);
|
|
369
|
-
const text = document.createElementNS('http://www.w3.org/2000/svg','text');
|
|
370
|
-
text.setAttribute('x', w/2); text.setAttribute('y', h/2 + 4.5);
|
|
371
|
-
text.setAttribute('text-anchor','middle'); text.setAttribute('fill', textFill);
|
|
372
|
-
text.textContent = n.name;
|
|
373
|
-
g.appendChild(text);
|
|
374
|
-
|
|
375
|
-
g.addEventListener('mouseenter', (ev) => {
|
|
376
|
-
const deps = depMap[n.name] || [];
|
|
377
|
-
const rdeps = rdepMap[n.name] || [];
|
|
378
|
-
|
|
379
|
-
// Build tooltip using safe DOM methods
|
|
380
|
-
tooltip.textContent = '';
|
|
381
|
-
|
|
382
|
-
const heading = document.createElement('h3');
|
|
383
|
-
heading.textContent = n.name;
|
|
384
|
-
const badge = document.createElement('span');
|
|
385
|
-
badge.className = 'type-badge';
|
|
386
|
-
badge.style.background = fill;
|
|
387
|
-
badge.style.color = '#0f172a';
|
|
388
|
-
badge.textContent = n.type;
|
|
389
|
-
heading.appendChild(badge);
|
|
390
|
-
tooltip.appendChild(heading);
|
|
391
|
-
|
|
392
|
-
if (deps.length) {
|
|
393
|
-
const label = document.createElement('div');
|
|
394
|
-
label.className = 'dep-section';
|
|
395
|
-
label.textContent = 'Depends on:';
|
|
396
|
-
tooltip.appendChild(label);
|
|
397
|
-
const ul = document.createElement('ul');
|
|
398
|
-
deps.forEach(d => { const li = document.createElement('li'); li.textContent = d; ul.appendChild(li); });
|
|
399
|
-
tooltip.appendChild(ul);
|
|
400
|
-
}
|
|
401
|
-
if (rdeps.length) {
|
|
402
|
-
const label = document.createElement('div');
|
|
403
|
-
label.className = 'dep-section';
|
|
404
|
-
label.textContent = 'Required by:';
|
|
405
|
-
tooltip.appendChild(label);
|
|
406
|
-
const ul = document.createElement('ul');
|
|
407
|
-
rdeps.forEach(d => { const li = document.createElement('li'); li.textContent = d; ul.appendChild(li); });
|
|
408
|
-
tooltip.appendChild(ul);
|
|
409
|
-
}
|
|
410
|
-
if (!deps.length && !rdeps.length) {
|
|
411
|
-
const empty = document.createElement('div');
|
|
412
|
-
empty.style.marginTop = '6px';
|
|
413
|
-
empty.style.color = '#64748b';
|
|
414
|
-
empty.textContent = 'No dependencies';
|
|
415
|
-
tooltip.appendChild(empty);
|
|
416
|
-
}
|
|
417
|
-
|
|
418
|
-
tooltip.style.display = 'block';
|
|
419
|
-
const rect = tooltip.getBoundingClientRect();
|
|
420
|
-
tooltip.style.left = Math.min(ev.clientX + 12, W - rect.width - 12) + 'px';
|
|
421
|
-
tooltip.style.top = Math.min(ev.clientY + 12, H - rect.height - 12) + 'px';
|
|
422
|
-
});
|
|
423
|
-
g.addEventListener('mouseleave', () => { tooltip.style.display = 'none'; });
|
|
424
|
-
svg.appendChild(g);
|
|
425
|
-
});
|
|
426
|
-
<\/script>
|
|
427
|
-
</body>
|
|
428
|
-
</html>`])),s.apps,s.libs,s.edges.length,JSON.stringify(s).replaceAll("</",String.raw`<\/`))},"projectGraphToHtml"),Ve=D(async({logger:o,options:e,visConfig:l,workspaceRoot:d})=>{if(!d)throw new Error("Could not determine workspace root. Run this command inside a monorepo.");const c=d,{packageJsons:s,workspace:u}=xe(c,l),a=be(c,u,s),y=!!process.stdout.isTTY&&!ye,g=e.format??(y?"tui":"ascii"),v=e.output,h=e.depth??1/0;let f;switch(g){case"dot":{f=ce(a);break}case"html":{f=Ge(a);break}case"json":{f=JSON.stringify(He(a),void 0,2);break}case"tui":{if(!y){f=K(a,h);break}const x=l?.tui?.autoExit===!0?3:typeof l?.tui?.autoExit=="number"?l.tui.autoExit:0;process.stdin.isTTY&&typeof process.stdin.setRawMode=="function"&&(process.stdin.setRawMode(!0),process.stdin.ref(),process.stdin.resume());const C=setInterval(()=>{},1e3),M=new Me(a);await me(we.createElement(Re,{autoExitSeconds:x,store:M}),{alternateScreen:!0,exitOnCtrlC:!1,interactive:!0,patchConsole:!0}).waitUntilExit(),clearInterval(C);return}default:f=K(a,h)}v?(se(v,f,"utf8"),o.info(`Graph written to ${v}`)):o.info(f)},"execute");export{Ve as default};
|
|
1
|
+
var ae=Object.defineProperty;var j=(t,e)=>ae(t,"name",{value:e,configurable:!0});import{createRequire as ce}from"node:module";import{dim as p,bold as b,cyan as S}from"@visulima/colorize";import{join as N,dirname as Y,isAbsolute as L,relative as Q,sep as pe,resolve as ue}from"@visulima/path";import{isAccessibleSync as _,walkSync as X,ensureDirSync as Z,writeFileSync as de}from"@visulima/fs";import{f as $e}from"../packem_shared/giget-CcEy_Elm.js";import{p as l}from"./bin.js";const le=ce(import.meta.url),x=typeof globalThis<"u"&&typeof globalThis.process<"u"?globalThis.process:process,D=j(t=>{if(typeof x<"u"&&x.versions&&x.versions.node){const[e,r]=x.versions.node.split(".").map(Number);if(e>22||e===22&&r>=3||e===20&&r>=16)return x.getBuiltinModule(t)}return le(t)},"__cjs_getBuiltinModule"),{fileURLToPath:fe}=D("node:url"),{createInterface:me}=D("node:readline"),{mkdtempSync:he,rmSync:ge}=D("node:fs"),{tmpdir:we}=D("node:os"),{spawnSync:ye}=D("node:child_process");var ve=Object.defineProperty,y=j((t,e)=>ve(t,"name",{value:e,configurable:!0}),"i");const ee=[".ts",".mts",".cts",".js",".mjs",".cjs"],be="template.yml",Se=[".d",".test",".spec",".config",".bench",".stories"],Te=[".d.ts",".d.mts",".d.cts",".js.map",".mjs.map",".cjs.map",".ts.map"],te=y(t=>{for(const e of ee)if(t.endsWith(e))return t.slice(0,-e.length);return t},"stripExtension"),Oe=y(t=>{if(Te.some(r=>t.endsWith(r))||!ee.some(r=>t.endsWith(r)))return!1;const e=te(t);return!Se.some(r=>e.endsWith(r))},"isNativeFile"),z=y((t,e)=>{const r=[];if(!_(t))return r;for(const s of X(t,{includeDirs:!1,includeSymlinks:!1,maxDepth:1})){if(!Oe(s.name))continue;const n=te(s.name);r.push({load:y(()=>Ne(s.path),"load"),name:n,path:s.path,source:e})}return r},"scanNativeDirectory"),B=y((t,e)=>{const r=[];if(!_(t))return r;for(const s of X(t,{includeFiles:!1,includeSymlinks:!1,maxDepth:1})){if(s.path===t)continue;const n=N(s.path,be);_(n)&&r.push({load:y(()=>Re(s.path,s.name),"load"),name:s.name,path:s.path,source:e})}return r},"scanMoonDirectory"),je=y(()=>{try{const t=fe(import.meta.url),e=N(Y(t),"..","..","templates");return _(e)?e:void 0}catch{return}},"resolveBuiltinTemplatesDirectory"),q=y(t=>{const{extraDirectories:e=[],onWarning:r,workspaceRoot:s}=t,n=[...z(N(s,".vis","templates"),"native"),...B(N(s,".vis","templates"),"moon"),...B(N(s,".moon","templates"),"moon")];for(const o of e)n.push(...B(o,"config")),n.push(...z(o,"config"));const i=je();i&&n.push(...B(i,"builtin"));const a=new Map;for(const o of n){const c=a.get(o.name);if(!c){a.set(o.name,o);continue}r&&r(`Template "${o.name}" exists in multiple sources — using ${c.source} (${c.path}), ignoring ${o.source} (${o.path}).`)}return[...a.values()].sort((o,c)=>o.name.localeCompare(c.name))},"discoverTemplates"),Ne=y(async t=>{const{loadNativeTemplate:e}=await import("./loader.js");return e(t)},"loadNativeFromPath"),Re=y(async(t,e)=>{const{loadMoonTemplate:r}=await import("./index.js");return r(t,e)},"loadMoonFromPath");var ke=Object.defineProperty,v=j((t,e)=>ke(t,"name",{value:e,configurable:!0}),"c");const A=v((t,e)=>new Promise(r=>{t.question(e,s=>{r(s.trim())})}),"ask"),Ee=v(async(t,e,r)=>{const s=await A(t,` ${e} ${p(r?"[Y/n]":"[y/N]")} `);return s===""?r:s.toLowerCase()==="y"||s.toLowerCase()==="yes"},"confirm"),xe=v(async(t,e,r,s)=>{process.stderr.write(` ${e}
|
|
2
|
+
`);for(const[n,i]of r.entries()){const a=b(S(` ${String(n+1)}.`)),o=i===s?p(" (default)"):"";process.stderr.write(`${a} ${i}${o}
|
|
3
|
+
`)}for(;;){const n=await A(t,`
|
|
4
|
+
${p(`Enter choice (1-${String(r.length)}):`)} `);if(n===""&&s!==void 0)return s;const i=Number.parseInt(n,10);if(Number.isInteger(i)&&i>=1&&i<=r.length)return r[i-1];const a=r.find(o=>o===n);if(a)return a;process.stderr.write(` ${p("Invalid choice. Try again.")}
|
|
5
|
+
`)}},"selectOne"),_e=v(async(t,e,r,s)=>{process.stderr.write(` ${e} ${p("(comma-separated numbers)")}
|
|
6
|
+
`);for(const[n,i]of r.entries()){const a=b(S(` ${String(n+1)}.`)),o=s.includes(i)?p(" (default)"):"";process.stderr.write(`${a} ${i}${o}
|
|
7
|
+
`)}for(;;){const n=await A(t,`
|
|
8
|
+
${p("Enter choices:")} `);if(n===""&&s.length>0)return s;const i=n.split(",").map(a=>Number.parseInt(a.trim(),10)).filter(a=>Number.isInteger(a)&&a>=1&&a<=r.length);if(i.length>0)return i.map(a=>r[a-1]);process.stderr.write(` ${p("Invalid choice. Try again.")}
|
|
9
|
+
`)}},"selectMany"),De=v(t=>` ${p(`${t}:`)} `,"promptText"),Pe=v((t,e)=>e.prompt??t,"variableLabel"),Ie=v(t=>Object.entries(t).sort(([e,r],[s,n])=>{const i=r.order??0,a=n.order??0;return i!==a?i-a:e.localeCompare(s)}),"sortVariables"),H=v((t,e)=>{switch(t.type){case"array":return e.split(",").map(r=>r.trim()).filter(Boolean);case"boolean":return e==="true"||e==="1"||e==="yes"||e==="y";case"enum":return t.multiple?e.split(",").map(r=>r.trim()).filter(Boolean):e;case"number":{const r=Number(e);if(Number.isNaN(r))throw new TypeError(`Expected a number, got "${e}"`);return r}default:return e}},"parseValue"),C=v((t,e,r)=>{if(e.type==="enum"){const s=Array.isArray(r)?r:[r];for(const n of s)if(typeof n!="string"||!e.values.includes(n))throw new Error(`Variable "${t}" must be one of: ${e.values.join(", ")} (got "${String(n)}")`)}},"validateValue"),We=v(async t=>{const{defaults:e,interactive:r,overrides:s,variables:n}=t,i={},a=r?me({input:process.stdin,output:process.stderr}):null;try{for(const[o,c]of Ie(n)){if(Object.hasOwn(s,o)){const w=H(c,s[o]??"");C(o,c,w),i[o]=w;continue}if(e||!r||c.internal){if(c.default!==void 0){C(o,c,c.default),i[o]=c.default;continue}if(c.required)throw new Error(`Required variable "${o}" not provided. Pass --${o}=<value> or remove --defaults.`);continue}const g=Pe(o,c);let m;if(c.type==="boolean")m=await Ee(a,g,!!(c.default??!1));else if(c.type==="enum")if(c.multiple){const w=Array.isArray(c.default)?c.default:[];m=await _e(a,g,c.values,w)}else{const w=typeof c.default=="string"?c.default:void 0;m=await xe(a,g,c.values,w)}else{const w=c.default===void 0?"":` (${String(c.default)})`,T=await A(a,De(`${g}${w}`));if(T===""&&c.default!==void 0)m=c.default;else if(T===""){if(c.required)throw new Error(`Variable "${o}" is required`);continue}else m=H(c,T)}C(o,c,m),i[o]=m}return i}finally{a?.close()}},"collectOptions");var Be=Object.defineProperty,V=j((t,e)=>Be(t,"name",{value:e,configurable:!0}),"o");const qe=["git://","npm://","https://","github:","gitlab:","bitbucket:","sourcehut:"],Ae=V(t=>qe.some(e=>t.startsWith(e)),"isRemoteSource"),Me=V(async(t,e={})=>{const r=e.targetDirectory===void 0,s=e.targetDirectory??he(N(we(),"vis-generate-")),n=V(()=>{if(r)try{ge(s,{force:!0,recursive:!0})}catch{}},"cleanup");l.info(`Downloading ${t}…`);try{const i=await $e(t,{auth:e.auth||process.env.GIGET_AUTH||process.env.GITHUB_TOKEN||process.env.GH_TOKEN||void 0,dir:s,force:!0,preferOffline:e.preferOffline});return{cleanup:n,directory:i.dir}}catch(i){n();const a=i instanceof Error?i.message:String(i);throw l.warn(`Failed to download template: ${a}`),i}},"fetchRemoteTemplate");var Fe=Object.defineProperty,R=j((t,e)=>Fe(t,"name",{value:e,configurable:!0}),"a");const re=R((t,e="")=>{const r=[];for(const[s,n]of Object.entries(t)){const i=e?`${e}/${s}`:s;typeof n=="string"||Buffer.isBuffer(n)?r.push({content:n,path:i}):n&&typeof n=="object"&&r.push(...re(n,i))}return r},"flattenTree"),Ce=R(t=>t<1024?`${t} B`:t<1024*1024?`${(t/1024).toFixed(1)} KB`:`${(t/(1024*1024)).toFixed(1)} MB`,"formatSize"),Le=R((t,e)=>{if(L(e))throw new Error(`Refusing to write outside destination: template produced absolute path "${e}".`);const r=N(t,e),s=Q(t,r);if(s===".."||s.startsWith(`..${pe}`)||L(s))throw new Error(`Refusing to write outside destination: "${e}" resolves to "${r}" which escapes "${t}".`);return r},"safeJoinDestination"),Ve=R((t,e)=>{Z(Y(t)),de(t,e)},"writeOne"),Ue=R((t,e,r=!1)=>{const s=typeof t=="string"?[t]:t.commands,n=typeof t=="string"?r:t.silent??r;for(const i of s){n||l.info(`$ ${i}`);const a=ye(i,{cwd:e,shell:!0,stdio:n?"ignore":"inherit"});if(a.status!==0)return l.warn(`Script failed (exit ${String(a.status)}): ${i}`),!1}return!0},"runScript"),Ge=R(t=>{const e=new Map;for(const r of t){const s=typeof r=="string"?0:r.phase??0,n=e.get(s);n?n.push(r):e.set(s,[r])}return[...e.entries()].sort(([r],[s])=>r-s)},"groupByPhase"),Je=R(async(t,e)=>{const r={builtins:{dest_dir:e.destination,dest_rel_dir:Q(e.workspaceRoot,e.destination)||".",working_dir:e.cwd,workspace_root:e.workspaceRoot},options:e.options},s=await t.produce(r),n=s.files?re(s.files):[],i=s.filesMeta??{},a=[];for(const o of n){const c=Le(e.destination,o.path);a.push({file:o,meta:i[o.path]??{},target:c})}if(e.dryRun){l.info(`${b(S("Plan"))} ${p("(dry-run, no files written)")}`);for(const o of a){const c=Buffer.isBuffer(o.file.content)?o.file.content.length:Buffer.byteLength(o.file.content,"utf8");process.stderr.write(` ${p("write")} ${o.file.path} ${p(`(${Ce(c)})`)}
|
|
10
|
+
`)}}else{Z(e.destination);let o=0,c=0;for(const g of a){const{file:m,meta:w,target:T}=g,M=_(T),O=e.force||w.force===!0;if(M&&!O){l.warn(`Skipped existing file: ${m.path} (use --force or set frontmatter force: true to overwrite)`),c+=1;continue}Ve(T,m.content),o+=1}l.success(`Wrote ${String(o)} file${o===1?"":"s"}${c>0?`, skipped ${String(c)}`:""}`)}if(!e.dryRun&&!e.skipScripts&&s.scripts&&s.scripts.length>0){const o=Ge(s.scripts);l.info(`Running ${String(s.scripts.length)} script${s.scripts.length===1?"":"s"} across ${String(o.length)} phase${o.length===1?"":"s"}…`);for(const[,c]of o)if((await Promise.all(c.map(g=>Promise.resolve(Ue(g,e.destination))))).includes(!1))throw new Error("Script failed — aborting.")}if(s.suggestions&&s.suggestions.length>0){process.stderr.write(`
|
|
11
|
+
`),l.notice("Next steps:");for(const o of s.suggestions)process.stderr.write(` ${p("•")} ${o}
|
|
12
|
+
`)}},"runTemplate");var Ke=Object.defineProperty,$=j((t,e)=>Ke(t,"name",{value:e,configurable:!0}),"u");const ze=$(async t=>{let e;try{e=(await t.load()).about?.description}catch{}return{description:e,name:t.name,path:t.path,source:t.source}},"toListEntry"),He=$((t,e)=>{const r={default:e.default,name:t,order:e.order,prompt:e.prompt,required:e.required,type:e.type};return e.type==="enum"&&(r.multiple=e.multiple,r.values=e.values),r},"summarizeVariable"),Ye=$(async t=>{const e=await t.load(),r=Object.entries(e.options??{}).sort(([s,n],[i,a])=>{const o=n.order??0,c=a.order??0;return o===c?s.localeCompare(i):o-c}).map(([s,n])=>He(s,n));return{description:e.about?.description??"",destination:e.destination,name:t.name,path:t.path,source:t.source,variables:r}},"describeTemplate"),Qe=$(t=>{if(t.length===0){l.info("No templates found."),l.notice("Create one at .vis/templates/<name>.ts (programmatic) or .vis/templates/<name>/ (moon-format with template.yml).");return}l.info("Available templates:");for(const e of t){const r=p(`(${e.source})`);process.stderr.write(` ${b(S(e.name))} ${r}
|
|
13
|
+
`)}},"printList"),Xe=$(t=>{const e={},r=[];for(const s of t){if(!s.startsWith("--")){r.push(s);continue}const n=s.indexOf("=");if(n===-1){const o=s.slice(2);o.startsWith("no-")?e[o.slice(3)]="false":e[o]="true";continue}const i=s.slice(2,n),a=s.slice(n+1);e[i]=a}return{overrides:e,remaining:r}},"parsePassthroughOverrides"),Ze=$(async t=>{const{createInterface:e}=await import("node:readline"),r=e({input:process.stdin,output:process.stderr});try{process.stderr.write(` ${b(S("vis generate"))} ${p("— pick a template")}
|
|
14
|
+
|
|
15
|
+
`);for(const[s,n]of t.entries()){const i=b(S(` ${String(s+1)}.`));process.stderr.write(`${i} ${n.name} ${p(`(${n.source})`)}
|
|
16
|
+
`)}return new Promise((s,n)=>{r.question(`
|
|
17
|
+
${p(`Enter choice (1-${String(t.length)}):`)} `,i=>{const a=Number.parseInt(i.trim(),10);Number.isInteger(a)&&a>=1&&a<=t.length?s(t[a-1].name):n(new Error("Invalid choice."))})})}finally{r.close()}},"pickInteractive"),at=$(async({argument:t,options:e,rawUnknown:r,visConfig:s,workspaceRoot:n})=>{const i=e.cwd||n||process.cwd(),a=n??i,o=s?.generator,c=Array.isArray(t)?t:t?[t]:[];if(e.list){const f=q({extraDirectories:o?.templates??[],onWarning:$(u=>{l.warn(u)},"onWarning"),workspaceRoot:a});if(e.json){const u=await Promise.all(f.map(d=>ze(d)));process.stdout.write(`${JSON.stringify(u,null,2)}
|
|
18
|
+
`);return}Qe(f);return}if(e.describe){const f=c[0];if(!f)throw new Error("`--describe` requires a template name. Run `vis generate --list` to see available templates.");const u=q({extraDirectories:o?.templates??[],onWarning:$(h=>{l.warn(h)},"onWarning"),workspaceRoot:a}).find(h=>h.name===f);if(!u)throw new Error(`Template "${f}" not found. Run \`vis generate --list\` to see available templates.`);const d=await Ye(u);if(e.json){process.stdout.write(`${JSON.stringify(d,null,2)}
|
|
19
|
+
`);return}if(l.info(`Template: ${b(S(d.name))} ${p(`(${d.source})`)}`),d.description&&l.info(d.description),d.destination&&l.info(`Destination: ${p(d.destination)}`),d.variables.length===0)l.info("No variables.");else{l.info("Variables:");for(const h of d.variables){const W=[h.type];h.required&&W.push("required"),h.default!==void 0&&W.push(`default=${JSON.stringify(h.default)}`),h.values&&W.push(`values=${h.values.join("|")}`),process.stderr.write(` ${b(S(h.name))} ${p(`(${W.join(", ")})`)}
|
|
20
|
+
`)}}return}let g=[...r??[]];if(g.length===0){const f=process.argv.slice(2),u=f.indexOf("--");u!==-1&&(g=f.slice(u+1))}const m=c.indexOf("--"),w=m===-1?[]:c.slice(m+1),T=m===-1?c:c.slice(0,m),{overrides:M}=Xe([...w,...g]);let O,P,I;const E=T[0];let F;if(E&&Ae(E)){const f=await Me(E,{auth:o?.auth,preferOffline:!!e.preferOffline||o?.preferOffline});F=f.cleanup;try{const u=q({extraDirectories:[f.directory],workspaceRoot:a}).find(d=>d.path.startsWith(f.directory));if(!u)throw new Error(`Downloaded template at ${f.directory} contains no template.yml or *.ts entrypoint.`);O=await u.load(),P=u.name,I=O.destination}catch(u){throw F(),u}}else{const f=q({extraDirectories:o?.templates??[],onWarning:$(h=>{l.warn(h)},"onWarning"),workspaceRoot:a});if(f.length===0)throw new Error("No templates found. Create one at .vis/templates/<name>.ts or .vis/templates/<name>/template.yml.");let u;if(E)u=E;else{if(e.noInteractive||!process.stdin.isTTY)throw new Error("No template specified. Pass a template name (see `vis generate --list`) or run interactively in a terminal.");u=await Ze(f)}const d=f.find(h=>h.name===u);if(!d)throw new Error(`Template "${u}" not found. Run 'vis generate --list' to see available templates.`);O=await d.load(),P=d.name,I=O.destination}const U=e.to,G=!!e.dryRun,se=!!e.force,J=!!e.defaults,oe=!!e.skipScripts,ne=!e.noInteractive&&!!process.stdin.isTTY&&!J;let k;U?k=U:I?k=I:k=".";const K=L(k)?k:ue(i,k);l.info(`Template: ${b(S(P))}`),l.info(`Target: ${p(K)}`),process.stderr.write(`
|
|
21
|
+
`);const ie=await We({defaults:J,interactive:ne,overrides:M,variables:O.options??{}});try{await Je(O,{cwd:i,destination:K,dryRun:G,force:se,options:ie,skipScripts:oe,workspaceRoot:a}),G||(process.stderr.write(`
|
|
22
|
+
`),l.success(`Template '${P}' applied.`))}finally{F?.()}},"execute");export{at as default};
|