UNPKG

@traversets/code-extractor

Version:

The TypeScript Code Extractor and Analyzer can be handy for RAG (Retrieval-Augmented Generation) systems for codebases. It provides a detailed and structured representation of the codebase that can be converted into embeddings, enabling more effective adv

9 lines 396 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.getCodeBase = getCodeBase; const typescript_code_mapper_service_1 = require("../services/typescript-code-mapper.service"); async function getCodeBase() { const code = new typescript_code_mapper_service_1.TypeScriptCodeMapper(); return await code.buildCodebaseMap(); } //# sourceMappingURL=example.js.map