Liking cljdoc? Tell your friends :D

dots.typescript.minimal-resolution-cache-host

Used by services to specify the minimum host area required to set up source files under any compilation settings

Used by services to specify the minimum host area required to set up source files under any compilation settings
raw docstring

compilation-settingscljs

(compilation-settings minimal-resolution-cache-host)

Returns: CompilerOptions

**Returns:** `CompilerOptions`
sourceraw docstring

compiler-hostcljs

(compiler-host minimal-resolution-cache-host)

Returns: CompilerHost | undefined

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

current-directorycljs

(current-directory minimal-resolution-cache-host)

Returns: string

**Returns:** `string`
sourceraw docstring

directoriescljs

(directories minimal-resolution-cache-host path)

Parameters:

  • path: string

Returns: string[]

**Parameters:**
- `path`: `string`

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

directory-exists?cljs

(directory-exists? minimal-resolution-cache-host directory-name)

Parameters:

  • directory-name: string

Returns: boolean

**Parameters:**
- `directory-name`: `string`

**Returns:** `boolean`
sourceraw docstring

file-exists?cljs

(file-exists? minimal-resolution-cache-host file-name)

Parameters:

  • file-name: string

Returns: boolean

**Parameters:**
- `file-name`: `string`

**Returns:** `boolean`
sourceraw docstring

read-filecljs

(read-file minimal-resolution-cache-host file-name)

Parameters:

  • file-name: string

Returns: string | undefined

**Parameters:**
- `file-name`: `string`

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

realpathcljs

(realpath minimal-resolution-cache-host path)

Resolve a symbolic link.

Parameters:

  • path: string

Returns: string

Resolve a symbolic link.

**Parameters:**
- `path`: `string`

**Returns:** `string`
sourceraw docstring

set-use-case-sensitive-file-names!cljs

(set-use-case-sensitive-file-names! minimal-resolution-cache-host value)
source

tracecljs

(trace minimal-resolution-cache-host s)

Parameters:

  • s: string

Returns: void

**Parameters:**
- `s`: `string`

**Returns:** `void`
sourceraw docstring

use-case-sensitive-file-names?cljs

(use-case-sensitive-file-names? minimal-resolution-cache-host)

Returns: boolean | (() => boolean) | undefined

**Returns:** `boolean | (() => boolean) | undefined`
sourceraw docstring

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

× close