File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11# stacklit dependency graph
22
3- > Generated by [ stacklit] ( https://github.com/glincker/stacklit ) on 2026-05-06 . Run ` stacklit generate ` to update.
3+ > Generated by [ stacklit] ( https://github.com/glincker/stacklit ) on 2026-05-07 . Run ` stacklit generate ` to update.
44
55``` mermaid
66graph LR
Original file line number Diff line number Diff line change 11{
22 "$schema" : " https://stacklit.dev/schema/v1.json" ,
33 "version" : " 1" ,
4- "generated_at" : " 2026-05-06T00:26:25Z " ,
4+ "generated_at" : " 2026-05-07T02:22:31Z " ,
55 "stacklit_version" : " dev" ,
6- "merkle_hash" : " 61d317c22a9be2e46e6fb4ff31aa3617f484ca56487420a18969bbbdac4255d4 " ,
6+ "merkle_hash" : " bd6587e6387afbead2f09cf39756d021d4f75708d8055bef52be8752c67fa78a " ,
77 "project" : {
88 "name" : " stacklit" ,
99 "root" : " ." ,
1313 "primary_language" : " go" ,
1414 "languages" : {
1515 "go" : {
16- "files" : 64 ,
17- "lines" : 8721
16+ "files" : 67 ,
17+ "lines" : 9396
1818 },
1919 "java" : {
2020 "files" : 1 ,
4646 "entrypoints" : [
4747 " cmd/stacklit/main.go"
4848 ],
49- "total_files" : 75 ,
50- "total_lines" : 8960
49+ "total_files" : 78 ,
50+ "total_lines" : 9635
5151 },
5252 "modules" : {
5353 "assets" : {
8484 "internal/cli" : {
8585 "purpose" : " Command-line interface" ,
8686 "language" : " go" ,
87- "files" : 8 ,
88- "lines" : 499 ,
87+ "files" : 9 ,
88+ "lines" : 560 ,
8989 "file_list" : [
9090 " derive.go" ,
9191 " diff.go" ,
92+ " export.go" ,
9293 " generate.go" ,
9394 " init.go" ,
9495 " root.go" ,
384385 "internal/renderer" : {
385386 "purpose" : " Output renderers" ,
386387 "language" : " go" ,
387- "files" : 6 ,
388- "lines" : 448 ,
388+ "files" : 8 ,
389+ "lines" : 1062 ,
389390 "file_list" : [
390391 " html.go" ,
391392 " json.go" ,
392393 " json_test.go" ,
394+ " markdown.go" ,
395+ " markdown_test.go" ,
393396 " mermaid.go" ,
394397 " mermaid_test.go" ,
395398 " stable.go"
396399 ],
397400 "exports" : [
401+ " RenderMarkdown(idx *schema.Index) string" ,
398402 " WriteHTML(idx *schema.Index, path string) error" ,
399403 " WriteJSON(idx *schema.Index, path string) error" ,
404+ " WriteMarkdown(idx *schema.Index, path string) error" ,
400405 " WriteMermaid(idx *schema.Index, path string) error"
401406 ],
402407 "depends_on" : [
You can’t perform that action at this time.
0 commit comments