Liking cljdoc? Tell your friends :D

dots.typescript.server.protocol.project-changes

Represents a set of changes that happen in project

Represents a set of changes that happen in project
raw docstring

addedcljs

(added project-changes)

List of added files

Returns: string[] | FileWithProjectReferenceRedirectInfo[]

List of added files

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

removedcljs

(removed project-changes)

List of removed files

Returns: string[] | FileWithProjectReferenceRedirectInfo[]

List of removed files

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

set-added!cljs

(set-added! project-changes value)

List of added files

List of added files
sourceraw docstring

set-removed!cljs

(set-removed! project-changes value)

List of removed files

List of removed files
sourceraw docstring

set-updated!cljs

(set-updated! project-changes value)

List of updated files

List of updated files
sourceraw docstring

set-updated-redirects!cljs

(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
sourceraw docstring

updatedcljs

(updated project-changes)

List of updated files

Returns: string[] | FileWithProjectReferenceRedirectInfo[]

List of updated files

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

updated-redirectscljs

(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`
sourceraw docstring

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

× close