Liking cljdoc? Tell your friends :D

dots.typescript.server.protocol.project-info

Response message body for "projectInfo" request

Response message body for "projectInfo" request
raw docstring

config-file-namecljs

(config-file-name project-info)

For configured project, this is the normalized path of the 'tsconfig.json' file For inferred project, this is undefined

Returns: string

For configured project, this is the normalized path of the 'tsconfig.json' file
For inferred project, this is undefined

**Returns:** `string`
sourceraw docstring

file-namescljs

(file-names project-info)

The list of normalized file name in the project, including 'lib.d.ts'

Returns: string[] | undefined

The list of normalized file name in the project, including 'lib.d.ts'

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

language-service-disabled?cljs

(language-service-disabled? project-info)

Indicates if the project has a active language service instance

Returns: boolean | undefined

Indicates if the project has a active language service instance

**Returns:** `boolean | undefined`
sourceraw docstring

set-config-file-name!cljs

(set-config-file-name! project-info value)

For configured project, this is the normalized path of the 'tsconfig.json' file For inferred project, this is undefined

For configured project, this is the normalized path of the 'tsconfig.json' file
For inferred project, this is undefined
sourceraw docstring

set-file-names!cljs

(set-file-names! project-info value)

The list of normalized file name in the project, including 'lib.d.ts'

The list of normalized file name in the project, including 'lib.d.ts'
sourceraw docstring

set-language-service-disabled!cljs

(set-language-service-disabled! project-info value)

Indicates if the project has a active language service instance

Indicates if the project has a active language service instance
sourceraw docstring

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

× close