We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 97c9b25 commit 58d43c3Copy full SHA for 58d43c3
language/parserTypes.ts
@@ -1,5 +1,5 @@
1
import Declaration from './models/declaration';
2
-import { IRange } from './types';
+import { IRange, IRangeWithLine } from './types';
3
import { SymbolRegister } from './models/cache';
4
5
export interface Keywords {
@@ -68,7 +68,7 @@ export interface DefinitionPosition {
68
69
export interface Reference {
70
uri: string;
71
- offset: IRange;
+ offset: IRange|IRangeWithLine;
72
}
73
74
export interface IssueRange {
0 commit comments