(child-at no-substitution-template-literal index)
(child-at no-substitution-template-literal index source-file)
Parameters:
index
: number
source-file
: SourceFile | undefined
Returns: Node
**Parameters:** - `index`: `number` - `source-file`: `SourceFile | undefined` **Returns:** `Node`
(child-count no-substitution-template-literal)
(child-count no-substitution-template-literal source-file)
Parameters:
source-file
: SourceFile | undefined
Returns: number
**Parameters:** - `source-file`: `SourceFile | undefined` **Returns:** `number`
(children no-substitution-template-literal)
(children no-substitution-template-literal source-file)
Parameters:
source-file
: SourceFile | undefined
Returns: Node[]
**Parameters:** - `source-file`: `SourceFile | undefined` **Returns:** `Node[]`
(end no-substitution-template-literal)
Returns: number
**Returns:** `number`
(first-token no-substitution-template-literal)
(first-token no-substitution-template-literal source-file)
Parameters:
source-file
: SourceFile | undefined
Returns: Node | undefined
**Parameters:** - `source-file`: `SourceFile | undefined` **Returns:** `Node | undefined`
(flags no-substitution-template-literal)
Returns: NodeFlags
**Returns:** `NodeFlags`
(for-each-child no-substitution-template-literal cb-node)
(for-each-child no-substitution-template-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`
(full-start no-substitution-template-literal)
Returns: number
**Returns:** `number`
(full-text no-substitution-template-literal)
(full-text no-substitution-template-literal source-file)
Parameters:
source-file
: SourceFile | undefined
Returns: string
**Parameters:** - `source-file`: `SourceFile | undefined` **Returns:** `string`
(full-width no-substitution-template-literal)
Returns: number
**Returns:** `number`
(get-end no-substitution-template-literal)
Returns: number
**Returns:** `number`
(get-text no-substitution-template-literal)
(get-text no-substitution-template-literal source-file)
Parameters:
source-file
: SourceFile | undefined
Returns: string
**Parameters:** - `source-file`: `SourceFile | undefined` **Returns:** `string`
(has-extended-unicode-escape? no-substitution-template-literal)
Returns: boolean | undefined
**Returns:** `boolean | undefined`
(kind no-substitution-template-literal)
Returns: SyntaxKind.NoSubstitutionTemplateLiteral
**Returns:** `SyntaxKind.NoSubstitutionTemplateLiteral`
(last-token no-substitution-template-literal)
(last-token no-substitution-template-literal source-file)
Parameters:
source-file
: SourceFile | undefined
Returns: Node | undefined
**Parameters:** - `source-file`: `SourceFile | undefined` **Returns:** `Node | undefined`
(leading-trivia-width no-substitution-template-literal)
(leading-trivia-width no-substitution-template-literal source-file)
Parameters:
source-file
: SourceFile | undefined
Returns: number
**Parameters:** - `source-file`: `SourceFile | undefined` **Returns:** `number`
(parent no-substitution-template-literal)
Returns: Node
**Returns:** `Node`
(pos no-substitution-template-literal)
Returns: number
**Returns:** `number`
(raw-text no-substitution-template-literal)
Returns: string | undefined
**Returns:** `string | undefined`
(set-has-extended-unicode-escape! no-substitution-template-literal value)
(source-file no-substitution-template-literal)
Returns: SourceFile
**Returns:** `SourceFile`
(start no-substitution-template-literal)
(start no-substitution-template-literal source-file)
(start no-substitution-template-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`
(text no-substitution-template-literal)
Returns: string
**Returns:** `string`
(unterminated? no-substitution-template-literal)
Returns: boolean | undefined
**Returns:** `boolean | undefined`
(width no-substitution-template-literal)
(width no-substitution-template-literal source-file)
Parameters:
source-file
: SourceFileLike | undefined
Returns: number
**Parameters:** - `source-file`: `SourceFileLike | undefined` **Returns:** `number`
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close