Liking cljdoc? Tell your friends :D

dots.typescript.module-resolution-host


current-directorycljs

(current-directory module-resolution-host)

Returns: string

**Returns:** `string`
sourceraw docstring

directoriescljs

(directories module-resolution-host path)

Parameters:

  • path: string

Returns: string[]

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

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

directory-exists?cljs

(directory-exists? module-resolution-host directory-name)

Parameters:

  • directory-name: string

Returns: boolean

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

**Returns:** `boolean`
sourceraw docstring

file-exists?cljs

(file-exists? module-resolution-host file-name)

Parameters:

  • file-name: string

Returns: boolean

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

**Returns:** `boolean`
sourceraw docstring

read-filecljs

(read-file module-resolution-host file-name)

Parameters:

  • file-name: string

Returns: string | undefined

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

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

realpathcljs

(realpath module-resolution-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! module-resolution-host value)
source

tracecljs

(trace module-resolution-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? module-resolution-host)

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

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

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

× close