Represents a set of changes that happen in project
Represents a set of changes that happen in project
(added project-changes)
List of added files
Returns: string[] | FileWithProjectReferenceRedirectInfo[]
List of added files **Returns:** `string[] | FileWithProjectReferenceRedirectInfo[]`
(removed project-changes)
List of removed files
Returns: string[] | FileWithProjectReferenceRedirectInfo[]
List of removed files **Returns:** `string[] | FileWithProjectReferenceRedirectInfo[]`
(set-added! project-changes value)
List of added files
List of added files
(set-removed! project-changes value)
List of removed files
List of removed files
(set-updated! project-changes value)
List of updated files
List of updated files
(set-updated-redirects! project-changes value)
List of files that have had their project reference redirect status updated Only provided when the synchronizeProjectList request has includeProjectReferenceRedirectInfo set to true
List of files that have had their project reference redirect status updated Only provided when the synchronizeProjectList request has includeProjectReferenceRedirectInfo set to true
(updated project-changes)
List of updated files
Returns: string[] | FileWithProjectReferenceRedirectInfo[]
List of updated files **Returns:** `string[] | FileWithProjectReferenceRedirectInfo[]`
(updated-redirects project-changes)
List of files that have had their project reference redirect status updated Only provided when the synchronizeProjectList request has includeProjectReferenceRedirectInfo set to true
Returns: FileWithProjectReferenceRedirectInfo[] | undefined
List of files that have had their project reference redirect status updated Only provided when the synchronizeProjectList request has includeProjectReferenceRedirectInfo set to true **Returns:** `FileWithProjectReferenceRedirectInfo[] | undefined`
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close