Liking cljdoc? Tell your friends :D

dots.typescript.string-literal


child-atcljs

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

Parameters:

  • source-file: SourceFile | undefined

Returns: number

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

**Returns:** `number`
sourceraw docstring

childrencljs

(children string-literal)
(children string-literal source-file)

Parameters:

  • source-file: SourceFile | undefined

Returns: Node[]

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

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

endcljs

(end string-literal)

Returns: number

**Returns:** `number`
sourceraw docstring

first-tokencljs

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

Parameters:

  • source-file: SourceFile | undefined

Returns: Node | undefined

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

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

flagscljs

(flags string-literal)

Returns: NodeFlags

**Returns:** `NodeFlags`
sourceraw docstring

for-each-childcljs

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

Returns: number

**Returns:** `number`
sourceraw docstring

full-textcljs

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

Parameters:

  • source-file: SourceFile | undefined

Returns: string

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

**Returns:** `string`
sourceraw docstring

full-widthcljs

(full-width string-literal)

Returns: number

**Returns:** `number`
sourceraw docstring

get-endcljs

(get-end string-literal)

Returns: number

**Returns:** `number`
sourceraw docstring

get-textcljs

(get-text string-literal)
(get-text string-literal source-file)

Parameters:

  • source-file: SourceFile | undefined

Returns: string

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

**Returns:** `string`
sourceraw docstring

has-extended-unicode-escape?cljs

(has-extended-unicode-escape? string-literal)

Returns: boolean | undefined

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

kindcljs

(kind string-literal)

Returns: SyntaxKind.StringLiteral

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

last-tokencljs

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

Parameters:

  • source-file: SourceFile | undefined

Returns: number

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

**Returns:** `number`
sourceraw docstring

parentcljs

(parent string-literal)

Returns: Node

**Returns:** `Node`
sourceraw docstring

poscljs

(pos string-literal)

Returns: number

**Returns:** `number`
sourceraw docstring

set-has-extended-unicode-escape!cljs

(set-has-extended-unicode-escape! string-literal value)
source

set-is-unterminated!cljs

(set-is-unterminated! string-literal value)
source

set-text!cljs

(set-text! string-literal value)
source

source-filecljs

(source-file string-literal)

Returns: SourceFile

**Returns:** `SourceFile`
sourceraw docstring

startcljs

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

Returns: string

**Returns:** `string`
sourceraw docstring

unterminated?cljs

(unterminated? string-literal)

Returns: boolean | undefined

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

widthcljs

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