Projekt
TypeScriptKG: Semantic Knowledge Graph for TypeScript/JavaScript Codebases
TypeScriptKG builds a hybrid semantic + structural knowledge graph from TypeScript and JavaScript repositories. It indexes every module, class, interface, type alias, enum, function, and method as a node, with typed edges (CALLS, IMPORTS, CONTAINS, INHERITS, IMPLEMENTS, EXTENDS) connecting them, enabling natural-langu…
TypeScriptKG builds a hybrid semantic + structural knowledge graph from TypeScript and JavaScript repositories. It indexes every module, class, interface, type alias, enum, function, and method as a node, with typed edges (CALLS, IMPORTS, CONTAINS, INHERITS, IMPLEMENTS, EXTENDS) connecting them, enabling natural-language querying, call-chain analysis, architectural introspection, and MCP-based AI integration.