Liking cljdoc? Tell your friends :D

dots.typescript.identifier


child-atcljs

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

Parameters:

  • source-file: SourceFile | undefined

Returns: number

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

**Returns:** `number`
sourceraw docstring

childrencljs

(children identifier)
(children identifier source-file)

Parameters:

  • source-file: SourceFile | undefined

Returns: Node[]

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

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

endcljs

(end identifier)

Returns: number

**Returns:** `number`
sourceraw docstring

escaped-textcljs

(escaped-text identifier)

Prefer to use id.unescapedText. (Note: This is available only in services, not internally to the TypeScript compiler.) Text of identifier, but if the identifier begins with two underscores, this will begin with three.

Returns: __String

Prefer to use `id.unescapedText`. (Note: This is available only in services, not internally to the TypeScript compiler.)
Text of identifier, but if the identifier begins with two underscores, this will begin with three.

**Returns:** `__String`
sourceraw docstring

first-tokencljs

(first-token identifier)
(first-token identifier source-file)

Parameters:

  • source-file: SourceFile | undefined

Returns: Node | undefined

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

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

flagscljs

(flags identifier)

Returns: NodeFlags

**Returns:** `NodeFlags`
sourceraw docstring

for-each-childcljs

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

Returns: number

**Returns:** `number`
sourceraw docstring

full-textcljs

(full-text identifier)
(full-text identifier source-file)

Parameters:

  • source-file: SourceFile | undefined

Returns: string

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

**Returns:** `string`
sourceraw docstring

full-widthcljs

(full-width identifier)

Returns: number

**Returns:** `number`
sourceraw docstring

get-endcljs

(get-end identifier)

Returns: number

**Returns:** `number`
sourceraw docstring

get-textcljs

(get-text identifier)
(get-text identifier source-file)

Parameters:

  • source-file: SourceFile | undefined

Returns: string

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

**Returns:** `string`
sourceraw docstring

in-js-doc-namespace?cljs

(in-js-doc-namespace? identifier)

Returns: boolean | undefined

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

kindcljs

(kind identifier)

Returns: SyntaxKind.Identifier

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

last-tokencljs

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

Parameters:

  • source-file: SourceFile | undefined

Returns: number

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

**Returns:** `number`
sourceraw docstring

original-keyword-kindcljs

(original-keyword-kind identifier)

Returns: SyntaxKind | undefined

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

parentcljs

(parent identifier)

Returns: Node

**Returns:** `Node`
sourceraw docstring

poscljs

(pos identifier)

Returns: number

**Returns:** `number`
sourceraw docstring

source-filecljs

(source-file identifier)

Returns: SourceFile

**Returns:** `SourceFile`
sourceraw docstring

startcljs

(start identifier)
(start identifier source-file)
(start identifier 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 identifier)

Returns: string

**Returns:** `string`
sourceraw docstring

widthcljs

(width identifier)
(width identifier 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