served.linters.dub

Undocumented in source.

Members

Functions

applyDubLintType
void applyDubLintType(Diagnostic error, ErrorType type)
Undocumented in source. Be warned that the author may not have intended to support it.
clear
void clear()
Undocumented in source. Be warned that the author may not have intended to support it.
extendErrorRange
void extendErrorRange(TextRange range, WorkspaceD.Instance instance, string uri, Diagnostic info)
Undocumented in source. Be warned that the author may not have intended to support it.
fixPath
string fixPath(string cwd, string workspaceRoot, string path, string[] stringImportPaths)
Undocumented in source. Be warned that the author may not have intended to support it.
lint
void lint(Document document)
Undocumented in source. Be warned that the author may not have intended to support it.
mapDubLintType
DiagnosticSeverity mapDubLintType(ErrorType type)
Undocumented in source. Be warned that the author may not have intended to support it.

Manifest constants

DiagnosticSlot
enum DiagnosticSlot;
Undocumented in source.
DubDiagnosticSource
enum DubDiagnosticSource;
Undocumented in source.

Variables

currentBuildToken
int currentBuildToken;
Undocumented in source.
dubLintRunning
bool dubLintRunning;
Undocumented in source.
lastDubDuration
Duration lastDubDuration;
retryDubAtEnd
bool retryDubAtEnd;
Undocumented in source.

Meta