Liking cljdoc? Tell your friends :D

dots.typescript.server.protocol.diagnostic-with-line-position

Represents diagnostic info that includes location of diagnostic in two forms

  • start position and length of the error span
  • startLocation and endLocation - a pair of Location objects that store start/end line and offset of the error span.
Represents diagnostic info that includes location of diagnostic in two forms
- start position and length of the error span
- startLocation and endLocation - a pair of Location objects that store start/end line and offset of the error span.
raw docstring

categorycljs

(category diagnostic-with-line-position)

Returns: string

**Returns:** `string`
sourceraw docstring

codecljs

(code diagnostic-with-line-position)

Returns: number

**Returns:** `number`
sourceraw docstring

end-locationcljs

(end-location diagnostic-with-line-position)

Returns: Location

**Returns:** `Location`
sourceraw docstring

lengthcljs

(length diagnostic-with-line-position)

Returns: number

**Returns:** `number`
sourceraw docstring

messagecljs

(message diagnostic-with-line-position)

Returns: string

**Returns:** `string`
sourceraw docstring

(related-information diagnostic-with-line-position)

Returns: DiagnosticRelatedInformation[] | undefined

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

reports-deprecatedcljs

(reports-deprecated diagnostic-with-line-position)

Returns: {} | undefined

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

reports-unnecessarycljs

(reports-unnecessary diagnostic-with-line-position)

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-line-position value)
source

set-code!cljs

(set-code! diagnostic-with-line-position value)
source

set-end-location!cljs

(set-end-location! diagnostic-with-line-position value)
source

set-length!cljs

(set-length! diagnostic-with-line-position value)
source

set-message!cljs

(set-message! diagnostic-with-line-position value)
source

(set-related-information! diagnostic-with-line-position value)
source

set-reports-deprecated!cljs

(set-reports-deprecated! diagnostic-with-line-position value)
source

set-reports-unnecessary!cljs

(set-reports-unnecessary! diagnostic-with-line-position 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-start!cljs

(set-start! diagnostic-with-line-position value)
source

set-start-location!cljs

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

startcljs

(start diagnostic-with-line-position)

Returns: number

**Returns:** `number`
sourceraw docstring

start-locationcljs

(start-location diagnostic-with-line-position)

Returns: Location

**Returns:** `Location`
sourceraw docstring

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

× close