Liking cljdoc? Tell your friends :D

dots.typescript.diagnostic-with-location


categorycljs

(category diagnostic-with-location)

Returns: DiagnosticCategory

**Returns:** `DiagnosticCategory`
sourceraw docstring

codecljs

(code diagnostic-with-location)

Returns: number

**Returns:** `number`
sourceraw docstring

filecljs

(file diagnostic-with-location)

Returns: SourceFile

**Returns:** `SourceFile`
sourceraw docstring

lengthcljs

(length diagnostic-with-location)

Returns: number

**Returns:** `number`
sourceraw docstring

message-textcljs

(message-text diagnostic-with-location)

Returns: string | DiagnosticMessageChain

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

(related-information diagnostic-with-location)

Returns: DiagnosticRelatedInformation[] | undefined

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

reports-deprecatedcljs

(reports-deprecated diagnostic-with-location)

Returns: {} | undefined

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

reports-unnecessarycljs

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

set-category!cljs

(set-category! diagnostic-with-location value)
source

set-code!cljs

(set-code! diagnostic-with-location value)
source

set-file!cljs

(set-file! diagnostic-with-location value)
source

set-length!cljs

(set-length! diagnostic-with-location value)
source

set-message-text!cljs

(set-message-text! diagnostic-with-location value)
source

(set-related-information! diagnostic-with-location value)
source

set-reports-deprecated!cljs

(set-reports-deprecated! diagnostic-with-location value)
source

set-reports-unnecessary!cljs

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

set-source!cljs

(set-source! diagnostic-with-location value)
source

set-start!cljs

(set-start! diagnostic-with-location value)
source

sourcecljs

(source diagnostic-with-location)

Returns: string | undefined

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

startcljs

(start diagnostic-with-location)

Returns: number

**Returns:** `number`
sourceraw docstring

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

× close