mirror of
https://github.com/microsoft/TypeScript.git
synced 2026-07-05 00:32:41 -05:00
fourslash diagnostics tests: use objects instead of strings (#22193)
This commit is contained in:
@@ -581,7 +581,7 @@ namespace ts {
|
||||
}
|
||||
}
|
||||
|
||||
interface RealizedDiagnostic {
|
||||
export interface RealizedDiagnostic {
|
||||
message: string;
|
||||
start: number;
|
||||
length: number;
|
||||
|
||||
Reference in New Issue
Block a user