UNPKG

context-crystallizer

Version:

AI Crystallization Engineering for Large Repositories - Transform massive repositories into crystallized, AI-consumable knowledge through systematic analysis and optimization. Crystallization extracts meaningful context from any readable files.

14 lines 583 B
import { CrossReference } from '../types/index.js'; export declare class CrossReferenceAnalyzer { static analyzeFileReferences(filePath: string, content: string, allFiles: string[]): CrossReference[]; private static analyzeJavaScriptTypeScript; private static analyzePython; private static analyzeJava; private static analyzeGo; private static analyzeRust; private static analyzeCpp; private static analyzeGeneric; private static resolveImportPath; private static deduplicateReferences; } //# sourceMappingURL=cross-reference-analyzer.d.ts.map