Liking cljdoc? Tell your friends :D

dots.typescript.qualified-name


child-atcljs

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

Parameters:

  • source-file: SourceFile | undefined

Returns: number

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

**Returns:** `number`
sourceraw docstring

childrencljs

(children qualified-name)
(children qualified-name source-file)

Parameters:

  • source-file: SourceFile | undefined

Returns: Node[]

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

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

endcljs

(end qualified-name)

Returns: number

**Returns:** `number`
sourceraw docstring

first-tokencljs

(first-token qualified-name)
(first-token qualified-name source-file)

Parameters:

  • source-file: SourceFile | undefined

Returns: Node | undefined

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

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

flagscljs

(flags qualified-name)

Returns: NodeFlags

**Returns:** `NodeFlags`
sourceraw docstring

for-each-childcljs

(for-each-child qualified-name cb-node)
(for-each-child qualified-name 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 qualified-name)

Returns: number

**Returns:** `number`
sourceraw docstring

full-textcljs

(full-text qualified-name)
(full-text qualified-name source-file)

Parameters:

  • source-file: SourceFile | undefined

Returns: string

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

**Returns:** `string`
sourceraw docstring

full-widthcljs

(full-width qualified-name)

Returns: number

**Returns:** `number`
sourceraw docstring

get-endcljs

(get-end qualified-name)

Returns: number

**Returns:** `number`
sourceraw docstring

kindcljs

(kind qualified-name)

Returns: SyntaxKind.QualifiedName

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

last-tokencljs

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

Parameters:

  • source-file: SourceFile | undefined

Returns: number

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

**Returns:** `number`
sourceraw docstring

leftcljs

(left qualified-name)

Returns: EntityName

**Returns:** `EntityName`
sourceraw docstring

parentcljs

(parent qualified-name)

Returns: Node

**Returns:** `Node`
sourceraw docstring

poscljs

(pos qualified-name)

Returns: number

**Returns:** `number`
sourceraw docstring

(right qualified-name)

Returns: Identifier

**Returns:** `Identifier`
sourceraw docstring

source-filecljs

(source-file qualified-name)

Returns: SourceFile

**Returns:** `SourceFile`
sourceraw docstring

startcljs

(start qualified-name)
(start qualified-name source-file)
(start qualified-name 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 qualified-name)
(text qualified-name source-file)

Parameters:

  • source-file: SourceFile | undefined

Returns: string

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

**Returns:** `string`
sourceraw docstring

widthcljs

(width qualified-name)
(width qualified-name 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