Liking cljdoc? Tell your friends :D

dots.typescript.import-attributes


child-atcljs

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

Parameters:

  • source-file: SourceFile | undefined

Returns: number

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

**Returns:** `number`
sourceraw docstring

childrencljs

(children import-attributes)
(children import-attributes source-file)

Parameters:

  • source-file: SourceFile | undefined

Returns: Node[]

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

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

elementscljs

(elements import-attributes)

Returns: NodeArray<ImportAttribute>

**Returns:** `NodeArray<ImportAttribute>`
sourceraw docstring

endcljs

(end import-attributes)

Returns: number

**Returns:** `number`
sourceraw docstring

first-tokencljs

(first-token import-attributes)
(first-token import-attributes source-file)

Parameters:

  • source-file: SourceFile | undefined

Returns: Node | undefined

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

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

flagscljs

(flags import-attributes)

Returns: NodeFlags

**Returns:** `NodeFlags`
sourceraw docstring

for-each-childcljs

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

Returns: number

**Returns:** `number`
sourceraw docstring

full-textcljs

(full-text import-attributes)
(full-text import-attributes source-file)

Parameters:

  • source-file: SourceFile | undefined

Returns: string

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

**Returns:** `string`
sourceraw docstring

full-widthcljs

(full-width import-attributes)

Returns: number

**Returns:** `number`
sourceraw docstring

get-endcljs

(get-end import-attributes)

Returns: number

**Returns:** `number`
sourceraw docstring

kindcljs

(kind import-attributes)

Returns: SyntaxKind.ImportAttributes

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

last-tokencljs

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

Parameters:

  • source-file: SourceFile | undefined

Returns: number

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

**Returns:** `number`
sourceraw docstring

multi-line?cljs

(multi-line? import-attributes)

Returns: boolean | undefined

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

parentcljs

(parent import-attributes)

Returns: ExportDeclaration | ImportDeclaration

**Returns:** `ExportDeclaration | ImportDeclaration`
sourceraw docstring

poscljs

(pos import-attributes)

Returns: number

**Returns:** `number`
sourceraw docstring

source-filecljs

(source-file import-attributes)

Returns: SourceFile

**Returns:** `SourceFile`
sourceraw docstring

startcljs

(start import-attributes)
(start import-attributes source-file)
(start import-attributes 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 import-attributes)
(text import-attributes source-file)

Parameters:

  • source-file: SourceFile | undefined

Returns: string

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

**Returns:** `string`
sourceraw docstring

tokencljs

(token import-attributes)

Returns: SyntaxKind.WithKeyword | SyntaxKind.AssertKeyword

**Returns:** `SyntaxKind.WithKeyword | SyntaxKind.AssertKeyword`
sourceraw docstring

widthcljs

(width import-attributes)
(width import-attributes 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