Represent an external project
Represent an external project
(options external-project)
Compiler options for the project
Returns: ExternalProjectCompilerOptions
Compiler options for the project **Returns:** `ExternalProjectCompilerOptions`
(project-file-name external-project)
Project name
Returns: string
Project name **Returns:** `string`
(root-files external-project)
List of root files in project
Returns: ExternalFile[]
List of root files in project **Returns:** `ExternalFile[]`
(set-options! external-project value)
Compiler options for the project
Compiler options for the project
(set-project-file-name! external-project value)
Project name
Project name
(set-root-files! external-project value)
List of root files in project
List of root files in project
(set-type-acquisition! external-project value)
Explicitly specified type acquisition for the project
Explicitly specified type acquisition for the project
(type-acquisition external-project)
Explicitly specified type acquisition for the project
Returns: TypeAcquisition | undefined
Explicitly specified type acquisition for the project **Returns:** `TypeAcquisition | undefined`
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close