Liking cljdoc? Tell your friends :D

dots.typescript.create-source-file-options


implied-node-formatcljs

(implied-node-format create-source-file-options)

Controls the format the file is detected as - this can be derived from only the path and files on disk, but needs to be done with a module resolution cache in scope to be performant. This is usually undefined for compilations that do not have moduleResolution values of node16 or nodenext.

Returns: ResolutionMode

Controls the format the file is detected as - this can be derived from only the path
and files on disk, but needs to be done with a module resolution cache in scope to be performant.
This is usually `undefined` for compilations that do not have `moduleResolution` values of `node16` or `nodenext`.

**Returns:** `ResolutionMode`
sourceraw docstring

js-doc-parsing-modecljs

(js-doc-parsing-mode create-source-file-options)

Returns: JSDocParsingMode | undefined

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

language-versioncljs

(language-version create-source-file-options)

Returns: ScriptTarget

**Returns:** `ScriptTarget`
sourceraw docstring

set-external-module-indicatorcljs

(set-external-module-indicator create-source-file-options)

Controls how module-y-ness is set for the given file. Usually the result of calling getSetExternalModuleIndicator on a valid CompilerOptions object. If not present, the default check specified by isFileProbablyExternalModule will be used to set the field.

Returns: ((file: SourceFile) => void) | undefined

Controls how module-y-ness is set for the given file. Usually the result of calling
`getSetExternalModuleIndicator` on a valid `CompilerOptions` object. If not present, the default
check specified by `isFileProbablyExternalModule` will be used to set the field.

**Returns:** `((file: SourceFile) => void) | undefined`
sourceraw docstring

set-implied-node-format!cljs

(set-implied-node-format! create-source-file-options value)

Controls the format the file is detected as - this can be derived from only the path and files on disk, but needs to be done with a module resolution cache in scope to be performant. This is usually undefined for compilations that do not have moduleResolution values of node16 or nodenext.

Controls the format the file is detected as - this can be derived from only the path
and files on disk, but needs to be done with a module resolution cache in scope to be performant.
This is usually `undefined` for compilations that do not have `moduleResolution` values of `node16` or `nodenext`.
sourceraw docstring

set-js-doc-parsing-mode!cljs

(set-js-doc-parsing-mode! create-source-file-options value)
source

set-language-version!cljs

(set-language-version! create-source-file-options value)
source

set-set-external-module-indicator!cljs

(set-set-external-module-indicator! create-source-file-options value)

Controls how module-y-ness is set for the given file. Usually the result of calling getSetExternalModuleIndicator on a valid CompilerOptions object. If not present, the default check specified by isFileProbablyExternalModule will be used to set the field.

Controls how module-y-ness is set for the given file. Usually the result of calling
`getSetExternalModuleIndicator` on a valid `CompilerOptions` object. If not present, the default
check specified by `isFileProbablyExternalModule` will be used to set the field.
sourceraw docstring

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

× close