Liking cljdoc? Tell your friends :D

dots.typescript.server.protocol.set-compiler-options-for-inferred-projects-request

Request to set compiler options for inferred projects. External projects are opened / closed explicitly. Configured projects are opened when user opens loose file that has 'tsconfig.json' or 'jsconfig.json' anywhere in one of containing folders. This configuration file will be used to obtain a list of files and configuration settings for the project. Inferred projects are created when user opens a loose file that is not the part of external project or configured project and will contain only open file and transitive closure of referenced files if 'useOneInferredProject' is false, or all open loose files and its transitive closure of referenced files if 'useOneInferredProject' is true.

Request to set compiler options for inferred projects.
External projects are opened / closed explicitly.
Configured projects are opened when user opens loose file that has 'tsconfig.json' or 'jsconfig.json' anywhere in one of containing folders.
This configuration file will be used to obtain a list of files and configuration settings for the project.
Inferred projects are created when user opens a loose file that is not the part of external project
or configured project and will contain only open file and transitive closure of referenced files if 'useOneInferredProject' is false,
or all open loose files and its transitive closure of referenced files if 'useOneInferredProject' is true.
raw docstring

argumentscljs

(arguments set-compiler-options-for-inferred-projects-request)

Returns: SetCompilerOptionsForInferredProjectsArgs

**Returns:** `SetCompilerOptionsForInferredProjectsArgs`
sourceraw docstring

commandcljs

(command set-compiler-options-for-inferred-projects-request)

Returns: CommandTypes.CompilerOptionsForInferredProjects

**Returns:** `CommandTypes.CompilerOptionsForInferredProjects`
sourceraw docstring

seqcljs

(seq set-compiler-options-for-inferred-projects-request)

Sequence number of the message

Returns: number

Sequence number of the message

**Returns:** `number`
sourceraw docstring

set-arguments!cljs

(set-arguments! set-compiler-options-for-inferred-projects-request value)
source

set-command!cljs

(set-command! set-compiler-options-for-inferred-projects-request value)
source

set-seq!cljs

(set-seq! set-compiler-options-for-inferred-projects-request value)

Sequence number of the message

Sequence number of the message
sourceraw docstring

set-type!cljs

(set-type! set-compiler-options-for-inferred-projects-request value)
source

typecljs

(type set-compiler-options-for-inferred-projects-request)

Returns: "request"

**Returns:** `"request"`
sourceraw docstring

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

× close