Response message body for "projectInfo" request
Response message body for "projectInfo" request
(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`
(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`
(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`
(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
(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'
(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
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close