(circular? project-reference)
True if it is intended that this reference form a circularity
Returns: boolean | undefined
True if it is intended that this reference form a circularity **Returns:** `boolean | undefined`
(original-path project-reference)
The path as the user originally wrote it
Returns: string | undefined
The path as the user originally wrote it **Returns:** `string | undefined`
(path project-reference)
A normalized path on disk
Returns: string
A normalized path on disk **Returns:** `string`
(prepend? project-reference)
True if the output of this reference should be prepended to the output of this project. Only valid for --outFile compilations
Returns: boolean | undefined
True if the output of this reference should be prepended to the output of this project. Only valid for --outFile compilations **Returns:** `boolean | undefined`
(set-circular! project-reference value)
True if it is intended that this reference form a circularity
True if it is intended that this reference form a circularity
(set-original-path! project-reference value)
The path as the user originally wrote it
The path as the user originally wrote it
(set-path! project-reference value)
A normalized path on disk
A normalized path on disk
(set-prepend! project-reference value)
True if the output of this reference should be prepended to the output of this project. Only valid for --outFile compilations
True if the output of this reference should be prepended to the output of this project. Only valid for --outFile compilations
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close