Liking cljdoc? Tell your friends :D

dots.typescript.bundle


child-atcljs

(child-at bundle index)
(child-at bundle index source-file)

Parameters:

  • index: number
  • source-file: SourceFile | undefined

Returns: Node

**Parameters:**
- `index`: `number`
- `source-file`: `SourceFile | undefined`

**Returns:** `Node`
sourceraw docstring

child-countcljs

(child-count bundle)
(child-count bundle source-file)

Parameters:

  • source-file: SourceFile | undefined

Returns: number

**Parameters:**
- `source-file`: `SourceFile | undefined`

**Returns:** `number`
sourceraw docstring

childrencljs

(children bundle)
(children bundle source-file)

Parameters:

  • source-file: SourceFile | undefined

Returns: Node[]

**Parameters:**
- `source-file`: `SourceFile | undefined`

**Returns:** `Node[]`
sourceraw docstring

endcljs

(end bundle)

Returns: number

**Returns:** `number`
sourceraw docstring

first-tokencljs

(first-token bundle)
(first-token bundle source-file)

Parameters:

  • source-file: SourceFile | undefined

Returns: Node | undefined

**Parameters:**
- `source-file`: `SourceFile | undefined`

**Returns:** `Node | undefined`
sourceraw docstring

flagscljs

(flags bundle)

Returns: NodeFlags

**Returns:** `NodeFlags`
sourceraw docstring

for-each-childcljs

(for-each-child bundle cb-node)
(for-each-child bundle cb-node cb-node-array)

Parameters:

  • cb-node: (node: Node) => T | undefined
  • cb-node-array: ((nodes: NodeArray<Node>) => T | undefined) | undefined

Returns: T | undefined

**Parameters:**
- `cb-node`: `(node: Node) => T | undefined`
- `cb-node-array`: `((nodes: NodeArray<Node>) => T | undefined) | undefined`

**Returns:** `T | undefined`
sourceraw docstring

full-startcljs

(full-start bundle)

Returns: number

**Returns:** `number`
sourceraw docstring

full-textcljs

(full-text bundle)
(full-text bundle source-file)

Parameters:

  • source-file: SourceFile | undefined

Returns: string

**Parameters:**
- `source-file`: `SourceFile | undefined`

**Returns:** `string`
sourceraw docstring

full-widthcljs

(full-width bundle)

Returns: number

**Returns:** `number`
sourceraw docstring

get-endcljs

(get-end bundle)

Returns: number

**Returns:** `number`
sourceraw docstring

kindcljs

(kind bundle)

Returns: SyntaxKind.Bundle

**Returns:** `SyntaxKind.Bundle`
sourceraw docstring

last-tokencljs

(last-token bundle)
(last-token bundle source-file)

Parameters:

  • source-file: SourceFile | undefined

Returns: Node | undefined

**Parameters:**
- `source-file`: `SourceFile | undefined`

**Returns:** `Node | undefined`
sourceraw docstring

leading-trivia-widthcljs

(leading-trivia-width bundle)
(leading-trivia-width bundle source-file)

Parameters:

  • source-file: SourceFile | undefined

Returns: number

**Parameters:**
- `source-file`: `SourceFile | undefined`

**Returns:** `number`
sourceraw docstring

parentcljs

(parent bundle)

Returns: Node

**Returns:** `Node`
sourceraw docstring

poscljs

(pos bundle)

Returns: number

**Returns:** `number`
sourceraw docstring

prependscljs

(prepends bundle)

Returns: readonly (UnparsedSource | InputFiles)[]

**Returns:** `readonly (UnparsedSource | InputFiles)[]`
sourceraw docstring

source-filecljs

(source-file bundle)

Returns: SourceFile

**Returns:** `SourceFile`
sourceraw docstring

source-filescljs

(source-files bundle)

Returns: readonly SourceFile[]

**Returns:** `readonly SourceFile[]`
sourceraw docstring

startcljs

(start bundle)
(start bundle source-file)
(start bundle source-file include-js-doc-comment?)

Parameters:

  • source-file: SourceFile | undefined
  • include-js-doc-comment?: boolean | undefined

Returns: number

**Parameters:**
- `source-file`: `SourceFile | undefined`
- `include-js-doc-comment?`: `boolean | undefined`

**Returns:** `number`
sourceraw docstring

textcljs

(text bundle)
(text bundle source-file)

Parameters:

  • source-file: SourceFile | undefined

Returns: string

**Parameters:**
- `source-file`: `SourceFile | undefined`

**Returns:** `string`
sourceraw docstring

widthcljs

(width bundle)
(width bundle source-file)

Parameters:

  • source-file: SourceFileLike | undefined

Returns: number

**Parameters:**
- `source-file`: `SourceFileLike | undefined`

**Returns:** `number`
sourceraw docstring

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

× close