Liking cljdoc? Tell your friends :D

dots.typescript.true-literal


child-atcljs

(child-at true-literal index)
(child-at true-literal 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 true-literal)
(child-count true-literal source-file)

Parameters:

  • source-file: SourceFile | undefined

Returns: number

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

**Returns:** `number`
sourceraw docstring

childrencljs

(children true-literal)
(children true-literal source-file)

Parameters:

  • source-file: SourceFile | undefined

Returns: Node[]

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

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

endcljs

(end true-literal)

Returns: number

**Returns:** `number`
sourceraw docstring

first-tokencljs

(first-token true-literal)
(first-token true-literal source-file)

Parameters:

  • source-file: SourceFile | undefined

Returns: Node | undefined

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

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

flagscljs

(flags true-literal)

Returns: NodeFlags

**Returns:** `NodeFlags`
sourceraw docstring

for-each-childcljs

(for-each-child true-literal cb-node)
(for-each-child true-literal 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 true-literal)

Returns: number

**Returns:** `number`
sourceraw docstring

full-textcljs

(full-text true-literal)
(full-text true-literal source-file)

Parameters:

  • source-file: SourceFile | undefined

Returns: string

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

**Returns:** `string`
sourceraw docstring

full-widthcljs

(full-width true-literal)

Returns: number

**Returns:** `number`
sourceraw docstring

get-endcljs

(get-end true-literal)

Returns: number

**Returns:** `number`
sourceraw docstring

kindcljs

(kind true-literal)

Returns: SyntaxKind.TrueKeyword

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

last-tokencljs

(last-token true-literal)
(last-token true-literal 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 true-literal)
(leading-trivia-width true-literal source-file)

Parameters:

  • source-file: SourceFile | undefined

Returns: number

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

**Returns:** `number`
sourceraw docstring

parentcljs

(parent true-literal)

Returns: Node

**Returns:** `Node`
sourceraw docstring

poscljs

(pos true-literal)

Returns: number

**Returns:** `number`
sourceraw docstring

source-filecljs

(source-file true-literal)

Returns: SourceFile

**Returns:** `SourceFile`
sourceraw docstring

startcljs

(start true-literal)
(start true-literal source-file)
(start true-literal 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 true-literal)
(text true-literal source-file)

Parameters:

  • source-file: SourceFile | undefined

Returns: string

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

**Returns:** `string`
sourceraw docstring

widthcljs

(width true-literal)
(width true-literal 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