Contains a list of files that should be regenerated in a project
Contains a list of files that should be regenerated in a project
(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[]`
(project-file-name compile-on-save-affected-file-list-single-project)
Project name
Returns: string
Project name **Returns:** `string`
(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`
(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
(set-project-file-name! compile-on-save-affected-file-list-single-project value)
Project name
Project name
(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
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close