Skip to content

codeanalyzer-typescript

Point it at a TypeScript or JavaScript project and get back one typed artifact — symbol table, call graph, and the external library targets it calls. Program analysis your agents can call.

Point codeanalyzer-typescript at a project and it emits a single analysis.json — a typed model of every module, class, interface, enum, function, and call edge, plus phantom stubs for the library calls that leave the project. It’s the TypeScript backend behind CLDK, mirroring its Python and Java siblings, usable standalone as a CLI.