Liking cljdoc? Tell your friends :D
ClojureScript only.

dots.typescript.server.protocol.compiler-options


allow-js?cljs

(allow-js? compiler-options)

Returns: boolean | undefined

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

allow-synthetic-default-imports?cljs

(allow-synthetic-default-imports? compiler-options)

Returns: boolean | undefined

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

allow-unreachable-code?cljs

(allow-unreachable-code? compiler-options)

Returns: boolean | undefined

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

allow-unused-labels?cljs

(allow-unused-labels? compiler-options)

Returns: boolean | undefined

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

always-strict?cljs

(always-strict? compiler-options)

Returns: boolean | undefined

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

base-urlcljs

(base-url compiler-options)

Returns: string | undefined

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

charsetcljs

(charset compiler-options)

Returns: string | undefined

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

check-js?cljs

(check-js? compiler-options)

Returns: boolean | undefined

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

declaration-dircljs

(declaration-dir compiler-options)

Returns: string | undefined

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

declaration?cljs

(declaration? compiler-options)

Returns: boolean | undefined

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

disable-size-limit?cljs

(disable-size-limit? compiler-options)

Returns: boolean | undefined

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

downlevel-iteration?cljs

(downlevel-iteration? compiler-options)

Returns: boolean | undefined

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

emit-bom?cljs

(emit-bom? compiler-options)

Returns: boolean | undefined

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

emit-decorator-metadata?cljs

(emit-decorator-metadata? compiler-options)

Returns: boolean | undefined

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

experimental-decorators?cljs

(experimental-decorators? compiler-options)

Returns: boolean | undefined

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

force-consistent-casing-in-file-names?cljs

(force-consistent-casing-in-file-names? compiler-options)

Returns: boolean | undefined

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

import-helpers?cljs

(import-helpers? compiler-options)

Returns: boolean | undefined

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

inline-source-map?cljs

(inline-source-map? compiler-options)

Returns: boolean | undefined

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

inline-sources?cljs

(inline-sources? compiler-options)

Returns: boolean | undefined

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

isolated-modules?cljs

(isolated-modules? compiler-options)

Returns: boolean | undefined

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

jsxcljs

(jsx compiler-options)

Returns: ts.server.protocol.JsxEmit | ts.JsxEmit | undefined

**Returns:** `ts.server.protocol.JsxEmit | ts.JsxEmit | undefined`
sourceraw docstring

libcljs

(lib compiler-options)

Returns: string[] | undefined

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

localecljs

(locale compiler-options)

Returns: string | undefined

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

map-rootcljs

(map-root compiler-options)

Returns: string | undefined

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

max-node-module-js-depthcljs

(max-node-module-js-depth compiler-options)

Returns: number | undefined

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

modulecljs

(module compiler-options)

Returns: ts.ModuleKind | ts.server.protocol.ModuleKind | undefined

**Returns:** `ts.ModuleKind | ts.server.protocol.ModuleKind | undefined`
sourceraw docstring

module-resolutioncljs

(module-resolution compiler-options)

Returns: ts.server.protocol.ModuleResolutionKind | ts.ModuleResolutionKind | undefined

**Returns:** `ts.server.protocol.ModuleResolutionKind | ts.ModuleResolutionKind | undefined`
sourceraw docstring

new-linecljs

(new-line compiler-options)

Returns: ts.server.protocol.NewLineKind | ts.NewLineKind | undefined

**Returns:** `ts.server.protocol.NewLineKind | ts.NewLineKind | undefined`
sourceraw docstring

no-emit-helpers?cljs

(no-emit-helpers? compiler-options)

Returns: boolean | undefined

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

no-emit-on-error?cljs

(no-emit-on-error? compiler-options)

Returns: boolean | undefined

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

no-emit?cljs

(no-emit? compiler-options)

Returns: boolean | undefined

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

no-error-truncation?cljs

(no-error-truncation? compiler-options)

Returns: boolean | undefined

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

no-fallthrough-cases-in-switch?cljs

(no-fallthrough-cases-in-switch? compiler-options)

Returns: boolean | undefined

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

no-implicit-any?cljs

(no-implicit-any? compiler-options)

Returns: boolean | undefined

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

no-implicit-returns?cljs

(no-implicit-returns? compiler-options)

Returns: boolean | undefined

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

no-implicit-this?cljs

(no-implicit-this? compiler-options)

Returns: boolean | undefined

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

no-implicit-use-strict?cljs

(no-implicit-use-strict? compiler-options)

Returns: boolean | undefined

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

no-lib?cljs

(no-lib? compiler-options)

Returns: boolean | undefined

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

no-resolve?cljs

(no-resolve? compiler-options)

Returns: boolean | undefined

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

no-unused-locals?cljs

(no-unused-locals? compiler-options)

Returns: boolean | undefined

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

no-unused-parameters?cljs

(no-unused-parameters? compiler-options)

Returns: boolean | undefined

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

outcljs

(out compiler-options)

Returns: string | undefined

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

out-dircljs

(out-dir compiler-options)

Returns: string | undefined

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

out-filecljs

(out-file compiler-options)

Returns: string | undefined

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

pathscljs

(paths compiler-options)

Returns: MapLike<string[]> | undefined

**Returns:** `MapLike<string[]> | undefined`
sourceraw docstring

pluginscljs

(plugins compiler-options)

Returns: PluginImport[] | undefined

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

preserve-const-enums?cljs

(preserve-const-enums? compiler-options)

Returns: boolean | undefined

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

preserve-symlinks?cljs

(preserve-symlinks? compiler-options)

Returns: boolean | undefined

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

projectcljs

(project compiler-options)

Returns: string | undefined

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

react-namespacecljs

(react-namespace compiler-options)

Returns: string | undefined

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

referencescljs

(references compiler-options)

Returns: ProjectReference[] | undefined

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

remove-comments?cljs

(remove-comments? compiler-options)

Returns: boolean | undefined

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

resolve-json-module?cljs

(resolve-json-module? compiler-options)

Returns: boolean | undefined

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

root-dircljs

(root-dir compiler-options)

Returns: string | undefined

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

root-dirscljs

(root-dirs compiler-options)

Returns: string[] | undefined

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

set-allow-js!cljs

(set-allow-js! compiler-options value)
source

set-allow-synthetic-default-imports!cljs

(set-allow-synthetic-default-imports! compiler-options value)
source

set-allow-unreachable-code!cljs

(set-allow-unreachable-code! compiler-options value)
source

set-allow-unused-labels!cljs

(set-allow-unused-labels! compiler-options value)
source

set-always-strict!cljs

(set-always-strict! compiler-options value)
source

set-base-url!cljs

(set-base-url! compiler-options value)
source

set-charset!cljs

(set-charset! compiler-options value)
source

set-check-js!cljs

(set-check-js! compiler-options value)
source

set-declaration!cljs

(set-declaration! compiler-options value)
source

set-declaration-dir!cljs

(set-declaration-dir! compiler-options value)
source

set-disable-size-limit!cljs

(set-disable-size-limit! compiler-options value)
source

set-downlevel-iteration!cljs

(set-downlevel-iteration! compiler-options value)
source

set-emit-bom!cljs

(set-emit-bom! compiler-options value)
source

set-emit-decorator-metadata!cljs

(set-emit-decorator-metadata! compiler-options value)
source

set-experimental-decorators!cljs

(set-experimental-decorators! compiler-options value)
source

set-force-consistent-casing-in-file-names!cljs

(set-force-consistent-casing-in-file-names! compiler-options value)
source

set-import-helpers!cljs

(set-import-helpers! compiler-options value)
source

set-inline-source-map!cljs

(set-inline-source-map! compiler-options value)
source

set-inline-sources!cljs

(set-inline-sources! compiler-options value)
source

set-isolated-modules!cljs

(set-isolated-modules! compiler-options value)
source

set-jsx!cljs

(set-jsx! compiler-options value)
source

set-lib!cljs

(set-lib! compiler-options value)
source

set-locale!cljs

(set-locale! compiler-options value)
source

set-map-root!cljs

(set-map-root! compiler-options value)
source

set-max-node-module-js-depth!cljs

(set-max-node-module-js-depth! compiler-options value)
source

set-module!cljs

(set-module! compiler-options value)
source

set-module-resolution!cljs

(set-module-resolution! compiler-options value)
source

set-new-line!cljs

(set-new-line! compiler-options value)
source

set-no-emit!cljs

(set-no-emit! compiler-options value)
source

set-no-emit-helpers!cljs

(set-no-emit-helpers! compiler-options value)
source

set-no-emit-on-error!cljs

(set-no-emit-on-error! compiler-options value)
source

set-no-error-truncation!cljs

(set-no-error-truncation! compiler-options value)
source

set-no-fallthrough-cases-in-switch!cljs

(set-no-fallthrough-cases-in-switch! compiler-options value)
source

set-no-implicit-any!cljs

(set-no-implicit-any! compiler-options value)
source

set-no-implicit-returns!cljs

(set-no-implicit-returns! compiler-options value)
source

set-no-implicit-this!cljs

(set-no-implicit-this! compiler-options value)
source

set-no-implicit-use-strict!cljs

(set-no-implicit-use-strict! compiler-options value)
source

set-no-lib!cljs

(set-no-lib! compiler-options value)
source

set-no-resolve!cljs

(set-no-resolve! compiler-options value)
source

set-no-unused-locals!cljs

(set-no-unused-locals! compiler-options value)
source

set-no-unused-parameters!cljs

(set-no-unused-parameters! compiler-options value)
source

set-out!cljs

(set-out! compiler-options value)
source

set-out-dir!cljs

(set-out-dir! compiler-options value)
source

set-out-file!cljs

(set-out-file! compiler-options value)
source

set-paths!cljs

(set-paths! compiler-options value)
source

set-plugins!cljs

(set-plugins! compiler-options value)
source

set-preserve-const-enums!cljs

(set-preserve-const-enums! compiler-options value)
source

set-preserve-symlinks!cljs

(set-preserve-symlinks! compiler-options value)
source

set-project!cljs

(set-project! compiler-options value)
source

set-react-namespace!cljs

(set-react-namespace! compiler-options value)
source

set-references!cljs

(set-references! compiler-options value)
source

set-remove-comments!cljs

(set-remove-comments! compiler-options value)
source

set-resolve-json-module!cljs

(set-resolve-json-module! compiler-options value)
source

set-root-dir!cljs

(set-root-dir! compiler-options value)
source

set-root-dirs!cljs

(set-root-dirs! compiler-options value)
source

set-skip-default-lib-check!cljs

(set-skip-default-lib-check! compiler-options value)
source

set-skip-lib-check!cljs

(set-skip-lib-check! compiler-options value)
source

set-source-map!cljs

(set-source-map! compiler-options value)
source

set-source-root!cljs

(set-source-root! compiler-options value)
source

set-strict!cljs

(set-strict! compiler-options value)
source

set-strict-null-checks!cljs

(set-strict-null-checks! compiler-options value)
source

set-suppress-excess-property-errors!cljs

(set-suppress-excess-property-errors! compiler-options value)
source

set-suppress-implicit-any-index-errors!cljs

(set-suppress-implicit-any-index-errors! compiler-options value)
source

set-target!cljs

(set-target! compiler-options value)
source

set-trace-resolution!cljs

(set-trace-resolution! compiler-options value)
source

set-type-roots!cljs

(set-type-roots! compiler-options value)

Paths used to used to compute primary types search locations

Paths used to used to compute primary types search locations
sourceraw docstring

set-types!cljs

(set-types! compiler-options value)
source

set-use-define-for-class-fields!cljs

(set-use-define-for-class-fields! compiler-options value)
source

skip-default-lib-check?cljs

(skip-default-lib-check? compiler-options)

Returns: boolean | undefined

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

skip-lib-check?cljs

(skip-lib-check? compiler-options)

Returns: boolean | undefined

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

source-map?cljs

(source-map? compiler-options)

Returns: boolean | undefined

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

source-rootcljs

(source-root compiler-options)

Returns: string | undefined

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

strict-null-checks?cljs

(strict-null-checks? compiler-options)

Returns: boolean | undefined

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

strict?cljs

(strict? compiler-options)

Returns: boolean | undefined

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

suppress-excess-property-errors?cljs

(suppress-excess-property-errors? compiler-options)

Returns: boolean | undefined

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

suppress-implicit-any-index-errors?cljs

(suppress-implicit-any-index-errors? compiler-options)

Returns: boolean | undefined

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

targetcljs

(target compiler-options)

Returns: ts.server.protocol.ScriptTarget | ts.ScriptTarget | undefined

**Returns:** `ts.server.protocol.ScriptTarget | ts.ScriptTarget | undefined`
sourceraw docstring

trace-resolution?cljs

(trace-resolution? compiler-options)

Returns: boolean | undefined

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

type-rootscljs

(type-roots compiler-options)

Paths used to used to compute primary types search locations

Returns: string[] | undefined

Paths used to used to compute primary types search locations

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

typescljs

(types compiler-options)

Returns: string[] | undefined

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

use-define-for-class-fields?cljs

(use-define-for-class-fields? compiler-options)

Returns: boolean | undefined

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

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

× close