Liking cljdoc? Tell your friends :D

dots.typescript.synthetic-expression


child-atcljs

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

Parameters:

  • source-file: SourceFile | undefined

Returns: number

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

**Returns:** `number`
sourceraw docstring

childrencljs

(children synthetic-expression)
(children synthetic-expression source-file)

Parameters:

  • source-file: SourceFile | undefined

Returns: Node[]

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

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

endcljs

(end synthetic-expression)

Returns: number

**Returns:** `number`
sourceraw docstring

first-tokencljs

(first-token synthetic-expression)
(first-token synthetic-expression source-file)

Parameters:

  • source-file: SourceFile | undefined

Returns: Node | undefined

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

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

flagscljs

(flags synthetic-expression)

Returns: NodeFlags

**Returns:** `NodeFlags`
sourceraw docstring

for-each-childcljs

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

Returns: number

**Returns:** `number`
sourceraw docstring

full-textcljs

(full-text synthetic-expression)
(full-text synthetic-expression source-file)

Parameters:

  • source-file: SourceFile | undefined

Returns: string

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

**Returns:** `string`
sourceraw docstring

full-widthcljs

(full-width synthetic-expression)

Returns: number

**Returns:** `number`
sourceraw docstring

get-endcljs

(get-end synthetic-expression)

Returns: number

**Returns:** `number`
sourceraw docstring

kindcljs

(kind synthetic-expression)

Returns: SyntaxKind.SyntheticExpression

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

last-tokencljs

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

Parameters:

  • source-file: SourceFile | undefined

Returns: number

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

**Returns:** `number`
sourceraw docstring

parentcljs

(parent synthetic-expression)

Returns: Node

**Returns:** `Node`
sourceraw docstring

poscljs

(pos synthetic-expression)

Returns: number

**Returns:** `number`
sourceraw docstring

source-filecljs

(source-file synthetic-expression)

Returns: SourceFile

**Returns:** `SourceFile`
sourceraw docstring

spread?cljs

(spread? synthetic-expression)

Returns: boolean

**Returns:** `boolean`
sourceraw docstring

startcljs

(start synthetic-expression)
(start synthetic-expression source-file)
(start synthetic-expression 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 synthetic-expression)
(text synthetic-expression source-file)

Parameters:

  • source-file: SourceFile | undefined

Returns: string

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

**Returns:** `string`
sourceraw docstring

tuple-name-sourcecljs

(tuple-name-source synthetic-expression)

Returns: ParameterDeclaration | NamedTupleMember | undefined

**Returns:** `ParameterDeclaration | NamedTupleMember | undefined`
sourceraw docstring

typecljs

(type synthetic-expression)

Returns: Type

**Returns:** `Type`
sourceraw docstring

widthcljs

(width synthetic-expression)
(width synthetic-expression 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