Liking cljdoc? Tell your friends :D

dots.typescript.unparsed-source


child-atcljs

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

Parameters:

  • source-file: SourceFile | undefined

Returns: number

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

**Returns:** `number`
sourceraw docstring

childrencljs

(children unparsed-source)
(children unparsed-source source-file)

Parameters:

  • source-file: SourceFile | undefined

Returns: Node[]

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

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

endcljs

(end unparsed-source)

Returns: number

**Returns:** `number`
sourceraw docstring

file-namecljs

(file-name unparsed-source)

Returns: string

**Returns:** `string`
sourceraw docstring

first-tokencljs

(first-token unparsed-source)
(first-token unparsed-source source-file)

Parameters:

  • source-file: SourceFile | undefined

Returns: Node | undefined

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

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

flagscljs

(flags unparsed-source)

Returns: NodeFlags

**Returns:** `NodeFlags`
sourceraw docstring

for-each-childcljs

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

Returns: number

**Returns:** `number`
sourceraw docstring

full-textcljs

(full-text unparsed-source)
(full-text unparsed-source source-file)

Parameters:

  • source-file: SourceFile | undefined

Returns: string

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

**Returns:** `string`
sourceraw docstring

full-widthcljs

(full-width unparsed-source)

Returns: number

**Returns:** `number`
sourceraw docstring

get-endcljs

(get-end unparsed-source)

Returns: number

**Returns:** `number`
sourceraw docstring

get-textcljs

(get-text unparsed-source)
(get-text unparsed-source source-file)

Parameters:

  • source-file: SourceFile | undefined

Returns: string

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

**Returns:** `string`
sourceraw docstring

has-no-default-lib?cljs

(has-no-default-lib? unparsed-source)

Returns: boolean | undefined

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

helperscljs

(helpers unparsed-source)

Returns: readonly UnscopedEmitHelper[] | undefined

**Returns:** `readonly UnscopedEmitHelper[] | undefined`
sourceraw docstring

kindcljs

(kind unparsed-source)

Returns: SyntaxKind.UnparsedSource

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

last-tokencljs

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

Parameters:

  • source-file: SourceFile | undefined

Returns: number

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

**Returns:** `number`
sourceraw docstring

lib-reference-directivescljs

(lib-reference-directives unparsed-source)

Returns: readonly FileReference[]

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

parentcljs

(parent unparsed-source)

Returns: Node

**Returns:** `Node`
sourceraw docstring

poscljs

(pos unparsed-source)

Returns: number

**Returns:** `number`
sourceraw docstring

prologuescljs

(prologues unparsed-source)

Returns: readonly UnparsedPrologue[]

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

referenced-filescljs

(referenced-files unparsed-source)

Returns: readonly FileReference[]

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

set-file-name!cljs

(set-file-name! unparsed-source value)
source

set-has-no-default-lib!cljs

(set-has-no-default-lib! unparsed-source value)
source

set-helpers!cljs

(set-helpers! unparsed-source value)
source

set-lib-reference-directives!cljs

(set-lib-reference-directives! unparsed-source value)
source

set-referenced-files!cljs

(set-referenced-files! unparsed-source value)
source

set-source-map-path!cljs

(set-source-map-path! unparsed-source value)
source

set-source-map-text!cljs

(set-source-map-text! unparsed-source value)
source

set-text!cljs

(set-text! unparsed-source value)
source

set-type-reference-directives!cljs

(set-type-reference-directives! unparsed-source value)
source

source-filecljs

(source-file unparsed-source)

Returns: SourceFile

**Returns:** `SourceFile`
sourceraw docstring

source-map-pathcljs

(source-map-path unparsed-source)

Returns: string | undefined

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

source-map-textcljs

(source-map-text unparsed-source)

Returns: string | undefined

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

startcljs

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

synthetic-referencescljs

(synthetic-references unparsed-source)

Returns: readonly UnparsedSyntheticReference[] | undefined

**Returns:** `readonly UnparsedSyntheticReference[] | undefined`
sourceraw docstring

textcljs

(text unparsed-source)

Returns: string

**Returns:** `string`
sourceraw docstring

textscljs

(texts unparsed-source)

Returns: readonly UnparsedSourceText[]

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

type-reference-directivescljs

(type-reference-directives unparsed-source)

Returns: readonly FileReference[] | undefined

**Returns:** `readonly FileReference[] | undefined`
sourceraw docstring

widthcljs

(width unparsed-source)
(width unparsed-source 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