DScannerIssue

Issue type returned by lint

Members

Functions

_toJSON
JSONValue _toJSON()

Converts this object to a JSONValue

Variables

column
int column;

one-based line & column (in bytes) of this diagnostic location

description
string description;
file
string file;
key
string key;
line
int line;

one-based line & column (in bytes) of this diagnostic location

range
ResolvedLocation[2] range;

Resolved range for content that can be filled with a call to resolveRanges

type
string type;

Meta