Instances of this interface specify errorcodes on a specific location in a sourcefile.
Instances of this interface specify errorcodes on a specific location in a sourcefile.
(end-line code-fix-request-args)
The line number for the request (1-based).
Returns: number
The line number for the request (1-based). **Returns:** `number`
(end-offset code-fix-request-args)
The character offset (on the line) for the request (1-based).
Returns: number
The character offset (on the line) for the request (1-based). **Returns:** `number`
(error-codes code-fix-request-args)
Errorcodes we want to get the fixes for.
Returns: readonly number[]
Errorcodes we want to get the fixes for. **Returns:** `readonly number[]`
(file code-fix-request-args)
The file for the request (absolute pathname required).
Returns: string
The file for the request (absolute pathname required). **Returns:** `string`
(project-file-name code-fix-request-args)
Returns: string | undefined
**Returns:** `string | undefined`
(set-end-line! code-fix-request-args value)
The line number for the request (1-based).
The line number for the request (1-based).
(set-end-offset! code-fix-request-args value)
The character offset (on the line) for the request (1-based).
The character offset (on the line) for the request (1-based).
(set-error-codes! code-fix-request-args value)
Errorcodes we want to get the fixes for.
Errorcodes we want to get the fixes for.
(set-file! code-fix-request-args value)
The file for the request (absolute pathname required).
The file for the request (absolute pathname required).
(set-start-line! code-fix-request-args value)
The line number for the request (1-based).
The line number for the request (1-based).
(set-start-offset! code-fix-request-args value)
The character offset (on the line) for the request (1-based).
The character offset (on the line) for the request (1-based).
(start-line code-fix-request-args)
The line number for the request (1-based).
Returns: number
The line number for the request (1-based). **Returns:** `number`
(start-offset code-fix-request-args)
The character offset (on the line) for the request (1-based).
Returns: number
The character offset (on the line) for the request (1-based). **Returns:** `number`
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close