Liking cljdoc? Tell your friends :D

dots.typescript.server.typings-installer.typings-installer


close-projectcljs

(close-project typings-installer req)

Parameters:

  • req: CloseProject

Returns: void

**Parameters:**
- `req`: `CloseProject`

**Returns:** `void`
sourceraw docstring

close-watcherscljs

(close-watchers typings-installer)

Returns: any

**Returns:** `any`
sourceraw docstring

create-set-typingscljs

(create-set-typings typings-installer)

Returns: any

**Returns:** `any`
sourceraw docstring

ensure-directory-existscljs

(ensure-directory-exists typings-installer)

Returns: any

**Returns:** `any`
sourceraw docstring

ensure-package-directory-existscljs

(ensure-package-directory-exists typings-installer directory)

Parameters:

  • directory: string

Returns: void

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

**Returns:** `void`
sourceraw docstring

execute-with-throttlingcljs

(execute-with-throttling typings-installer)

Returns: any

**Returns:** `any`
sourceraw docstring

filter-typingscljs

(filter-typings typings-installer)

Returns: any

**Returns:** `any`
sourceraw docstring

global-cache-pathcljs

(global-cache-path typings-installer)

Returns: any

**Returns:** `any`
sourceraw docstring

in-flight-request-countcljs

(in-flight-request-count typings-installer)

Returns: any

**Returns:** `any`
sourceraw docstring

initialize-safe-listcljs

(initialize-safe-list typings-installer)

Returns: any

**Returns:** `any`
sourceraw docstring

installcljs

(install typings-installer req)

Parameters:

  • req: DiscoverTypings

Returns: void

**Parameters:**
- `req`: `DiscoverTypings`

**Returns:** `void`
sourceraw docstring

install-run-countcljs

(install-run-count typings-installer)

Returns: any

**Returns:** `any`
sourceraw docstring

install-typing-hostcljs

(install-typing-host typings-installer)

Returns: InstallTypingHost

**Returns:** `InstallTypingHost`
sourceraw docstring

install-typingscljs

(install-typings typings-installer)

Returns: any

**Returns:** `any`
sourceraw docstring

install-typings-asynccljs

(install-typings-async typings-installer)

Returns: any

**Returns:** `any`
sourceraw docstring

install-workercljs

(install-worker typings-installer
                request-id
                package-names
                cwd
                on-request-completed)

Parameters:

  • request-id: number
  • package-names: string[]
  • cwd: string
  • on-request-completed: RequestCompletedAction

Returns: void

**Parameters:**
- `request-id`: `number`
- `package-names`: `string[]`
- `cwd`: `string`
- `on-request-completed`: `RequestCompletedAction`

**Returns:** `void`
sourceraw docstring

known-caches-setcljs

(known-caches-set typings-installer)

Returns: any

**Returns:** `any`
sourceraw docstring

latest-dist-tagcljs

(latest-dist-tag typings-installer)

Returns: "latest"

**Returns:** `"latest"`
sourceraw docstring

logcljs

(log typings-installer)

Returns: Log

**Returns:** `Log`
sourceraw docstring

missing-typings-setcljs

(missing-typings-set typings-installer)

Returns: any

**Returns:** `any`
sourceraw docstring

package-name-to-typing-locationcljs

(package-name-to-typing-location typings-installer)

Returns: any

**Returns:** `any`
sourceraw docstring

process-cache-locationcljs

(process-cache-location typings-installer)

Returns: any

**Returns:** `any`
sourceraw docstring

project-watcherscljs

(project-watchers typings-installer)

Returns: any

**Returns:** `any`
sourceraw docstring

safe-listcljs

(safe-list typings-installer)

Returns: any

**Returns:** `any`
sourceraw docstring

safe-list-pathcljs

(safe-list-path typings-installer)

Returns: any

**Returns:** `any`
sourceraw docstring

send-responsecljs

(send-response typings-installer response)

Parameters:

  • response: InvalidateCachedTypings | BeginInstallTypes | EndInstallTypes | SetTypings | WatchTypingLocations

Returns: void

**Parameters:**
- `response`: `InvalidateCachedTypings | BeginInstallTypes | EndInstallTypes | SetTypings | WatchTypingLocations`

**Returns:** `void`
sourceraw docstring

set-close-watchers!cljs

(set-close-watchers! typings-installer value)
source

set-create-set-typings!cljs

(set-create-set-typings! typings-installer value)
source

set-ensure-directory-exists!cljs

(set-ensure-directory-exists! typings-installer value)
source

set-execute-with-throttling!cljs

(set-execute-with-throttling! typings-installer value)
source

set-filter-typings!cljs

(set-filter-typings! typings-installer value)
source

set-in-flight-request-count!cljs

(set-in-flight-request-count! typings-installer value)
source

set-initialize-safe-list!cljs

(set-initialize-safe-list! typings-installer value)
source

set-install-run-count!cljs

(set-install-run-count! typings-installer value)
source

set-install-typings!cljs

(set-install-typings! typings-installer value)
source

set-install-typings-async!cljs

(set-install-typings-async! typings-installer value)
source

set-process-cache-location!cljs

(set-process-cache-location! typings-installer value)
source

set-safe-list!cljs

(set-safe-list! typings-installer value)
source

set-watch-files!cljs

(set-watch-files! typings-installer value)
source

throttle-limitcljs

(throttle-limit typings-installer)

Returns: any

**Returns:** `any`
sourceraw docstring

types-map-locationcljs

(types-map-location typings-installer)

Returns: any

**Returns:** `any`
sourceraw docstring

types-registrycljs

(types-registry typings-installer)

Returns: Map<string, MapLike<string>>

**Returns:** `Map<string, MapLike<string>>`
sourceraw docstring

watch-filescljs

(watch-files typings-installer)

Returns: any

**Returns:** `any`
sourceraw docstring

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

× close