mirror of
https://github.com/microsoft/TypeScript.git
synced 2025-11-18 17:21:48 +00:00
Added missing 'source' property to 'DiagnosticWithLinePosition'.
This commit is contained in:
@@ -511,6 +511,7 @@ namespace ts.server.protocol {
|
||||
endLocation: Location;
|
||||
category: string;
|
||||
code: number;
|
||||
source?: string;
|
||||
/** May store more in future. For now, this will simply be `true` to indicate when a diagnostic is an unused-identifier diagnostic. */
|
||||
reportsUnnecessary?: {};
|
||||
reportsDeprecated?: {};
|
||||
|
||||
Reference in New Issue
Block a user