Liking cljdoc? Tell your friends :D

dots.typescript.server.protocol.compile-on-save-affected-file-list-single-project

Contains a list of files that should be regenerated in a project

Contains a list of files that should be regenerated in a project
raw docstring

file-namescljs

(file-names compile-on-save-affected-file-list-single-project)

List of files names that should be recompiled

Returns: string[]

List of files names that should be recompiled

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

project-file-namecljs

(project-file-name compile-on-save-affected-file-list-single-project)

Project name

Returns: string

Project name

**Returns:** `string`
sourceraw docstring

project-uses-out-file?cljs

(project-uses-out-file? compile-on-save-affected-file-list-single-project)

true if project uses outFile or out compiler option

Returns: boolean

true if project uses outFile or out compiler option

**Returns:** `boolean`
sourceraw docstring

set-file-names!cljs

(set-file-names! compile-on-save-affected-file-list-single-project value)

List of files names that should be recompiled

List of files names that should be recompiled
sourceraw docstring

set-project-file-name!cljs

(set-project-file-name! compile-on-save-affected-file-list-single-project value)

Project name

Project name
sourceraw docstring

set-project-uses-out-file!cljs

(set-project-uses-out-file! compile-on-save-affected-file-list-single-project
                            value)

true if project uses outFile or out compiler option

true if project uses outFile or out compiler option
sourceraw docstring

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

× close