Liking cljdoc? Tell your friends :D

dots.typescript.update-bundle-project


compiler-optionscljs

(compiler-options update-bundle-project)

Returns: CompilerOptions

**Returns:** `CompilerOptions`
sourceraw docstring

current-directorycljs

(current-directory update-bundle-project)

Returns: string

**Returns:** `string`
sourceraw docstring

donecljs

(done update-bundle-project)
(done update-bundle-project cancellation-token)
(done update-bundle-project cancellation-token write-file)
(done update-bundle-project cancellation-token write-file custom-transformers)

To dispose this project and ensure that all the necessary actions are taken and state is updated accordingly

Parameters:

  • cancellation-token: CancellationToken | undefined
  • write-file: WriteFileCallback | undefined
  • custom-transformers: CustomTransformers | undefined

Returns: ExitStatus

To dispose this project and ensure that all the necessary actions are taken and state is updated accordingly

**Parameters:**
- `cancellation-token`: `CancellationToken | undefined`
- `write-file`: `WriteFileCallback | undefined`
- `custom-transformers`: `CustomTransformers | undefined`

**Returns:** `ExitStatus`
sourceraw docstring

emitcljs

(emit update-bundle-project)
(emit update-bundle-project write-file)
(emit update-bundle-project write-file custom-transformers)

Parameters:

  • write-file: WriteFileCallback | undefined
  • custom-transformers: CustomTransformers | undefined

Returns: EmitResult | BuildInvalidedProject<T> | undefined

**Parameters:**
- `write-file`: `WriteFileCallback | undefined`
- `custom-transformers`: `CustomTransformers | undefined`

**Returns:** `EmitResult | BuildInvalidedProject<T> | undefined`
sourceraw docstring

kindcljs

(kind update-bundle-project)

Returns: InvalidatedProjectKind.UpdateBundle

**Returns:** `InvalidatedProjectKind.UpdateBundle`
sourceraw docstring

projectcljs

(project update-bundle-project)

Returns: ResolvedConfigFileName

**Returns:** `ResolvedConfigFileName`
sourceraw docstring

cljdoc is a website building & hosting documentation for Clojure/Script libraries

× close