Liking cljdoc? Tell your friends :D

dots.typescript.diagnostic


categorycljs

(category diagnostic)

Returns: DiagnosticCategory

**Returns:** `DiagnosticCategory`
sourceraw docstring

codecljs

(code diagnostic)

Returns: number

**Returns:** `number`
sourceraw docstring

filecljs

(file diagnostic)

Returns: SourceFile | undefined

**Returns:** `SourceFile | undefined`
sourceraw docstring

lengthcljs

(length diagnostic)

Returns: number | undefined

**Returns:** `number | undefined`
sourceraw docstring

message-textcljs

(message-text diagnostic)

Returns: string | DiagnosticMessageChain

**Returns:** `string | DiagnosticMessageChain`
sourceraw docstring

(related-information diagnostic)

Returns: DiagnosticRelatedInformation[] | undefined

**Returns:** `DiagnosticRelatedInformation[] | undefined`
sourceraw docstring

reports-deprecatedcljs

(reports-deprecated diagnostic)

Returns: {} | undefined

**Returns:** `{} | undefined`
sourceraw docstring

reports-unnecessarycljs

(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`
sourceraw docstring

set-category!cljs

(set-category! diagnostic value)
source

set-code!cljs

(set-code! diagnostic value)
source

set-file!cljs

(set-file! diagnostic value)
source

set-length!cljs

(set-length! diagnostic value)
source

set-message-text!cljs

(set-message-text! diagnostic value)
source

(set-related-information! diagnostic value)
source

set-reports-deprecated!cljs

(set-reports-deprecated! diagnostic value)
source

set-reports-unnecessary!cljs

(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.
sourceraw docstring

set-source!cljs

(set-source! diagnostic value)
source

set-start!cljs

(set-start! diagnostic value)
source

sourcecljs

(source diagnostic)

Returns: string | undefined

**Returns:** `string | undefined`
sourceraw docstring

startcljs

(start diagnostic)

Returns: number | undefined

**Returns:** `number | undefined`
sourceraw docstring

cljdoc is a website building & hosting documentation for Clojure/Script libraries

× close