We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 280498b commit 20a7f97Copy full SHA for 20a7f97
.haxerc
@@ -1,4 +1,4 @@
1
{
2
- "version": "b7fce0e",
+ "version": "e30a2fd",
3
"resolveLibs": "scoped"
4
}
src/languageServerProtocol/Types.hx
@@ -226,7 +226,7 @@ typedef DiagnosticRelatedInformation = {
226
/**
227
The location of this related diagnostic information.
228
**/
229
- var location:Location;
+ var ?location:Location;
230
231
232
The message of this related diagnostic information.
@@ -301,7 +301,7 @@ typedef Diagnostic = {
301
302
The range at which the message applies
303
304
- var range:Range;
+ var ?range:Range;
305
306
307
The diagnostic's severity.
0 commit comments