Liking cljdoc? Tell your friends :D

dots.typescript.watch-of-files-and-compiler-options

Creates the watch that generates program using the root files and compiler options

Creates the watch that generates program using the root files and compiler options
raw docstring

closecljs

(close watch-of-files-and-compiler-options)

Closes the watch

Returns: void

Closes the watch

**Returns:** `void`
sourceraw docstring

programcljs

(program watch-of-files-and-compiler-options)

Synchronize with host and get updated program

Returns: T

Synchronize with host and get updated program

**Returns:** `T`
sourceraw docstring

update-root-file-namescljs

(update-root-file-names watch-of-files-and-compiler-options file-names)

Updates the root files in the program, only if this is not config file compilation

Parameters:

  • file-names: string[]

Returns: void

Updates the root files in the program, only if this is not config file compilation

**Parameters:**
- `file-names`: `string[]`

**Returns:** `void`
sourceraw docstring

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

× close