We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 55165ab commit d94cf2eCopy full SHA for d94cf2e
1 file changed
src/types.d.ts
@@ -5,7 +5,11 @@ declare module "gcc-output-parser" {
5
column: number;
6
type: string;
7
text: string;
8
+ codeWhitespace: string;
9
code: string;
10
adjustedColumn: number;
11
+ startIndex: number;
12
+ endIndex: number;
13
+ parentFunction: string | undefined;
14
}>;
15
}
0 commit comments