(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`
(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
(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
(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`
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close