Liking cljdoc? Tell your friends :D

dots.typescript.server.protocol.format-request

Format request; value of command field is "format". Return response giving zero or more edit instructions. The edit instructions will be sorted in file order. Applying the edit instructions in reverse to file will result in correctly reformatted text.

Format request; value of command field is "format".  Return
response giving zero or more edit instructions.  The edit
instructions will be sorted in file order.  Applying the edit
instructions in reverse to file will result in correctly
reformatted text.
raw docstring

argumentscljs

(arguments format-request)

Returns: FormatRequestArgs

**Returns:** `FormatRequestArgs`
sourceraw docstring

commandcljs

(command format-request)

Returns: CommandTypes.Format

**Returns:** `CommandTypes.Format`
sourceraw docstring

seqcljs

(seq format-request)

Sequence number of the message

Returns: number

Sequence number of the message

**Returns:** `number`
sourceraw docstring

set-arguments!cljs

(set-arguments! format-request value)
source

set-command!cljs

(set-command! format-request value)
source

set-seq!cljs

(set-seq! format-request value)

Sequence number of the message

Sequence number of the message
sourceraw docstring

set-type!cljs

(set-type! format-request value)
source

typecljs

(type format-request)

Returns: "request"

**Returns:** `"request"`
sourceraw docstring

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

× close