Type Alias CompileResult

CompileResult: {
    diagnostics: string[];
    fileName?: string;
}