Skip to content

Commit a4ca071

Browse files
author
Josh Goldberg
committed
Reverted now-unused ProgramDiagnosticsAndEmit
1 parent c5d2bb6 commit a4ca071

1 file changed

Lines changed: 0 additions & 7 deletions

File tree

src/compiler/watch.ts

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -127,13 +127,6 @@ namespace ts {
127127
emit(): EmitResult;
128128
}
129129

130-
/** @internal */
131-
export interface ProgramDiagnosticsAndEmit {
132-
diagnostics: Diagnostic[];
133-
emittedFiles: string[];
134-
emitSkipped: boolean;
135-
}
136-
137130
/** @internal */
138131
export type ReportEmitErrorSummary = (errorCount: number) => void;
139132

0 commit comments

Comments
 (0)