(category diagnostic-with-location)
Returns: DiagnosticCategory
**Returns:** `DiagnosticCategory`
(file diagnostic-with-location)
Returns: SourceFile
**Returns:** `SourceFile`
(length diagnostic-with-location)
Returns: number
**Returns:** `number`
(message-text diagnostic-with-location)
Returns: string | DiagnosticMessageChain
**Returns:** `string | DiagnosticMessageChain`
(related-information diagnostic-with-location)
Returns: DiagnosticRelatedInformation[] | undefined
**Returns:** `DiagnosticRelatedInformation[] | undefined`
(reports-deprecated diagnostic-with-location)
Returns: {} | undefined
**Returns:** `{} | undefined`
(reports-unnecessary diagnostic-with-location)
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-with-location 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-with-location)
Returns: string | undefined
**Returns:** `string | undefined`
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close