Liking cljdoc? Tell your friends :D

dots.typescript.source-map-span


emitted-columncljs

(emitted-column source-map-span)

Column number in the .js file.

Returns: number

Column number in the .js file.

**Returns:** `number`
sourceraw docstring

emitted-linecljs

(emitted-line source-map-span)

Line number in the .js file.

Returns: number

Line number in the .js file.

**Returns:** `number`
sourceraw docstring

name-indexcljs

(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`
sourceraw docstring

set-emitted-column!cljs

(set-emitted-column! source-map-span value)

Column number in the .js file.

Column number in the .js file.
sourceraw docstring

set-emitted-line!cljs

(set-emitted-line! source-map-span value)

Line number in the .js file.

Line number in the .js file.
sourceraw docstring

set-name-index!cljs

(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.
sourceraw docstring

set-source-column!cljs

(set-source-column! source-map-span value)

Column number in the .ts file.

Column number in the .ts file.
sourceraw docstring

set-source-index!cljs

(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
sourceraw docstring

set-source-line!cljs

(set-source-line! source-map-span value)

Line number in the .ts file.

Line number in the .ts file.
sourceraw docstring

source-columncljs

(source-column source-map-span)

Column number in the .ts file.

Returns: number

Column number in the .ts file.

**Returns:** `number`
sourceraw docstring

source-indexcljs

(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`
sourceraw docstring

source-linecljs

(source-line source-map-span)

Line number in the .ts file.

Returns: number

Line number in the .ts file.

**Returns:** `number`
sourceraw docstring

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

× close