Instances of this interface specify a location in a source file: (file, line, character offset), where line and character offset are 1-based.
Instances of this interface specify a location in a source file: (file, line, character offset), where line and character offset are 1-based.
(file file-location-request-args)
The file for the request (absolute pathname required).
Returns: string
The file for the request (absolute pathname required). **Returns:** `string`
(line file-location-request-args)
The line number for the request (1-based).
Returns: number
The line number for the request (1-based). **Returns:** `number`
(offset file-location-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`
(project-file-name file-location-request-args)
Returns: string | undefined
**Returns:** `string | undefined`
(set-file! file-location-request-args value)
The file for the request (absolute pathname required).
The file for the request (absolute pathname required).
(set-line! file-location-request-args value)
The line number for the request (1-based).
The line number for the request (1-based).
(set-offset! file-location-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).
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close