Liking cljdoc? Tell your friends :D

dots.typescript.server.protocol.geterr-request-args

Arguments for geterr messages.

Arguments for geterr messages.
raw docstring

delaycljs

(delay geterr-request-args)

Delay in milliseconds to wait before starting to compute errors for the files in the file list

Returns: number

Delay in milliseconds to wait before starting to compute
errors for the files in the file list

**Returns:** `number`
sourceraw docstring

filescljs

(files geterr-request-args)

List of file names for which to compute compiler errors. The files will be checked in list order.

Returns: string[]

List of file names for which to compute compiler errors.
The files will be checked in list order.

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

set-delay!cljs

(set-delay! geterr-request-args value)

Delay in milliseconds to wait before starting to compute errors for the files in the file list

Delay in milliseconds to wait before starting to compute
errors for the files in the file list
sourceraw docstring

set-files!cljs

(set-files! geterr-request-args value)

List of file names for which to compute compiler errors. The files will be checked in list order.

List of file names for which to compute compiler errors.
The files will be checked in list order.
sourceraw docstring

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

× close