(category diagnostic)
Returns: DiagnosticCategory
**Returns:** `DiagnosticCategory`
(file diagnostic)
Returns: SourceFile | undefined
**Returns:** `SourceFile | undefined`
(length diagnostic)
Returns: number | undefined
**Returns:** `number | undefined`
(message-text diagnostic)
Returns: string | DiagnosticMessageChain
**Returns:** `string | DiagnosticMessageChain`
(related-information diagnostic)
Returns: DiagnosticRelatedInformation[] | undefined
**Returns:** `DiagnosticRelatedInformation[] | undefined`
(reports-deprecated diagnostic)
Returns: {} | undefined
**Returns:** `{} | undefined`
(reports-unnecessary diagnostic)
May store more in future. For now, this will simply be true
to indicate when a diagnostic is an unused-identifier diagnostic.
Returns: {} | undefined
May store more in future. For now, this will simply be `true` to indicate when a diagnostic is an unused-identifier diagnostic. **Returns:** `{} | undefined`
(set-reports-unnecessary! diagnostic value)
May store more in future. For now, this will simply be true
to indicate when a diagnostic is an unused-identifier diagnostic.
May store more in future. For now, this will simply be `true` to indicate when a diagnostic is an unused-identifier diagnostic.
(source diagnostic)
Returns: string | undefined
**Returns:** `string | undefined`
(start diagnostic)
Returns: number | undefined
**Returns:** `number | undefined`
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close