export interface CompilationError { filePath: string; line: number; charStart?: number; charEnd?: number; message: string; }