mirror of
https://github.com/microsoft/TypeScript.git
synced 2025-11-18 17:21:48 +00:00
Reverted now-unused ProgramDiagnosticsAndEmit
This commit is contained in:
@@ -127,13 +127,6 @@ namespace ts {
|
||||
emit(): EmitResult;
|
||||
}
|
||||
|
||||
/** @internal */
|
||||
export interface ProgramDiagnosticsAndEmit {
|
||||
diagnostics: Diagnostic[];
|
||||
emittedFiles: string[];
|
||||
emitSkipped: boolean;
|
||||
}
|
||||
|
||||
/** @internal */
|
||||
export type ReportEmitErrorSummary = (errorCount: number) => void;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user