(emitted-column source-map-span)Column number in the .js file.
Returns: number
Column number in the .js file. **Returns:** `number`
(emitted-line source-map-span)Line number in the .js file.
Returns: number
Line number in the .js file. **Returns:** `number`
(name-index source-map-span)Optional name (index into names array) associated with this span.
Returns: number | undefined
Optional name (index into names array) associated with this span. **Returns:** `number | undefined`
(set-emitted-column! source-map-span value)Column number in the .js file.
Column number in the .js file.
(set-emitted-line! source-map-span value)Line number in the .js file.
Line number in the .js file.
(set-name-index! source-map-span value)Optional name (index into names array) associated with this span.
Optional name (index into names array) associated with this span.
(set-source-column! source-map-span value)Column number in the .ts file.
Column number in the .ts file.
(set-source-index! source-map-span value).ts file (index into sources array) associated with this span
.ts file (index into sources array) associated with this span
(set-source-line! source-map-span value)Line number in the .ts file.
Line number in the .ts file.
(source-column source-map-span)Column number in the .ts file.
Returns: number
Column number in the .ts file. **Returns:** `number`
(source-index source-map-span).ts file (index into sources array) associated with this span
Returns: number
.ts file (index into sources array) associated with this span **Returns:** `number`
(source-line source-map-span)Line number in the .ts file.
Returns: number
Line number in the .ts file. **Returns:** `number`
cljdoc builds & hosts documentation for Clojure/Script libraries
| Ctrl+k | Jump to recent docs |
| ← | Move to previous article |
| → | Move to next article |
| Ctrl+/ | Jump to the search field |