Liking cljdoc? Tell your friends :D

dots.typescript.server.protocol.diagnostic-with-file-name


categorycljs

(category diagnostic-with-file-name)

The category of the diagnostic message, e.g. "error", "warning", or "suggestion".

Returns: string

The category of the diagnostic message, e.g. "error", "warning", or "suggestion".

**Returns:** `string`
sourceraw docstring

codecljs

(code diagnostic-with-file-name)

The error code of the diagnostic message.

Returns: number | undefined

The error code of the diagnostic message.

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

endcljs

(end diagnostic-with-file-name)

The last file location at which the text applies.

Returns: Location

The last file location at which the text applies.

**Returns:** `Location`
sourceraw docstring

file-namecljs

(file-name diagnostic-with-file-name)

Name of the file the diagnostic is in

Returns: string

Name of the file the diagnostic is in

**Returns:** `string`
sourceraw docstring

(related-information diagnostic-with-file-name)

Any related spans the diagnostic may have, such as other locations relevant to an error, such as declarartion sites

Returns: DiagnosticRelatedInformation[] | undefined

Any related spans the diagnostic may have, such as other locations relevant to an error, such as declarartion sites

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

reports-deprecatedcljs

(reports-deprecated diagnostic-with-file-name)

Returns: {} | undefined

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

reports-unnecessarycljs

(reports-unnecessary diagnostic-with-file-name)

Returns: {} | undefined

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

set-category!cljs

(set-category! diagnostic-with-file-name value)

The category of the diagnostic message, e.g. "error", "warning", or "suggestion".

The category of the diagnostic message, e.g. "error", "warning", or "suggestion".
sourceraw docstring

set-code!cljs

(set-code! diagnostic-with-file-name value)

The error code of the diagnostic message.

The error code of the diagnostic message.
sourceraw docstring

set-end!cljs

(set-end! diagnostic-with-file-name value)

The last file location at which the text applies.

The last file location at which the text applies.
sourceraw docstring

set-file-name!cljs

(set-file-name! diagnostic-with-file-name value)

Name of the file the diagnostic is in

Name of the file the diagnostic is in
sourceraw docstring

(set-related-information! diagnostic-with-file-name value)

Any related spans the diagnostic may have, such as other locations relevant to an error, such as declarartion sites

Any related spans the diagnostic may have, such as other locations relevant to an error, such as declarartion sites
sourceraw docstring

set-reports-deprecated!cljs

(set-reports-deprecated! diagnostic-with-file-name value)
source

set-reports-unnecessary!cljs

(set-reports-unnecessary! diagnostic-with-file-name value)
source

set-source!cljs

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

The name of the plugin reporting the message.

The name of the plugin reporting the message.
sourceraw docstring

set-start!cljs

(set-start! diagnostic-with-file-name value)

Starting file location at which text applies.

Starting file location at which text applies.
sourceraw docstring

set-text!cljs

(set-text! diagnostic-with-file-name value)

Text of diagnostic message.

Text of diagnostic message.
sourceraw docstring

sourcecljs

(source diagnostic-with-file-name)

The name of the plugin reporting the message.

Returns: string | undefined

The name of the plugin reporting the message.

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

startcljs

(start diagnostic-with-file-name)

Starting file location at which text applies.

Returns: Location

Starting file location at which text applies.

**Returns:** `Location`
sourceraw docstring

textcljs

(text diagnostic-with-file-name)

Text of diagnostic message.

Returns: string

Text of diagnostic message.

**Returns:** `string`
sourceraw docstring

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

× close