UNPKG

ripple-ai-detector

Version:

🌊 Ripple AI Bug Detector - Built by an AI that knows its flaws. Catch AI-generated bugs before you commit.

16 lines • 527 B
import { Issue } from '../types/analysis'; export declare class FunctionSignatureDetector { private parser; constructor(); detect(files: string[]): Promise<Issue[]>; private analyzeFile; private detectFunctionChanges; private looksLikeAIChange; private simulateOldFunction; private findCallSites; private createIssueMessage; private getFunctionSignature; private generateSuggestions; private generateCallSiteSuggestion; } //# sourceMappingURL=function-signature-detector.d.ts.map