File tree Expand file tree Collapse file tree 2 files changed +2
-0
lines changed
tests/baselines/reference/api Expand file tree Collapse file tree 2 files changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -2521,6 +2521,7 @@ namespace ts.server.protocol {
2521
2521
maxFileSize : number ;
2522
2522
}
2523
2523
2524
+ /*@internal */
2524
2525
export type AnyEvent = RequestCompletedEvent | DiagnosticEvent | ConfigFileDiagnosticEvent | ProjectLanguageServiceStateEvent | TelemetryEvent |
2525
2526
ProjectsUpdatedInBackgroundEvent | ProjectLoadingStartEvent | ProjectLoadingFinishEvent | SurveyReadyEvent | LargeFileReferencedEvent ;
2526
2527
Original file line number Diff line number Diff line change @@ -7486,6 +7486,7 @@ declare namespace ts.server.protocol {
7486
7486
*/
7487
7487
interface DiagnosticEvent extends Event {
7488
7488
body ?: DiagnosticEventBody ;
7489
+ event : DiagnosticEventKind ;
7489
7490
}
7490
7491
interface ConfigFileDiagnosticEventBody {
7491
7492
/**
You can’t perform that action at this time.
0 commit comments