mirror of
https://github.com/microsoft/TypeScript.git
synced 2026-05-17 21:06:50 -05:00
Add a source property on Diagnostic
This commit is contained in:
@@ -3350,6 +3350,7 @@ namespace ts {
|
||||
messageText: string | DiagnosticMessageChain;
|
||||
category: DiagnosticCategory;
|
||||
code: number;
|
||||
source?: string;
|
||||
}
|
||||
|
||||
export enum DiagnosticCategory {
|
||||
|
||||
Reference in New Issue
Block a user