Liking cljdoc? Tell your friends :D

dots.typescript.builder-program-host


create-hashcljs

(create-hash builder-program-host)

If provided this would be used this hash instead of actual file shape text for detecting changes

Returns: ((data: string) => string) | undefined

If provided this would be used this hash instead of actual file shape text for detecting changes

**Returns:** `((data: string) => string) | undefined`
sourceraw docstring

set-create-hash!cljs

(set-create-hash! builder-program-host value)

If provided this would be used this hash instead of actual file shape text for detecting changes

If provided this would be used this hash instead of actual file shape text for detecting changes
sourceraw docstring

set-write-file!cljs

(set-write-file! builder-program-host value)

When emit or emitNextAffectedFile are called without writeFile, this callback if present would be used to write files

When emit or emitNextAffectedFile are called without writeFile,
this callback if present would be used to write files
sourceraw docstring

write-filecljs

(write-file builder-program-host)

When emit or emitNextAffectedFile are called without writeFile, this callback if present would be used to write files

Returns: WriteFileCallback | undefined

When emit or emitNextAffectedFile are called without writeFile,
this callback if present would be used to write files

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

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

× close