UNPKG

ripbug-ai-detector

Version:

🔥 RipBug AI Bug Detector - Built by an AI that rips its own bugs. Destroy AI-generated bugs before you commit.

23 lines • 727 B
import { FunctionInfo } from '../types/analysis'; export declare class SimpleParser { private jsParser?; private tsParser?; constructor(); private initializeParsers; extractFunctions(content: string, filePath: string): FunctionInfo[]; extractFunctionCalls(content: string, filePath: string): Array<{ name: string; file: string; line: number; column: number; context: string; }>; private parseParameters; private parseParametersWithAST; private findFunctionParameters; private findParametersNode; private extractParametersFromNode; private parseParameterNode; private isBuiltinFunction; } //# sourceMappingURL=simple-parser.d.ts.map