Liking cljdoc? Tell your friends :D

dots.typescript.server.protocol.compile-on-save-emit-file-request-args

Arguments for CompileOnSaveEmitFileRequest

Arguments for CompileOnSaveEmitFileRequest
raw docstring

filecljs

(file compile-on-save-emit-file-request-args)

The file for the request (absolute pathname required).

Returns: string

The file for the request (absolute pathname required).

**Returns:** `string`
sourceraw docstring

forced?cljs

(forced? compile-on-save-emit-file-request-args)

if true - then file should be recompiled even if it does not have any changes.

Returns: boolean | undefined

if true - then file should be recompiled even if it does not have any changes.

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

include-line-position?cljs

(include-line-position? compile-on-save-emit-file-request-args)

Returns: boolean | undefined

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

project-file-namecljs

(project-file-name compile-on-save-emit-file-request-args)

Returns: string | undefined

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

rich-response?cljs

(rich-response? compile-on-save-emit-file-request-args)

if true - return response as object with emitSkipped and diagnostics

Returns: boolean | undefined

if true - return response as object with emitSkipped and diagnostics

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

set-file!cljs

(set-file! compile-on-save-emit-file-request-args value)

The file for the request (absolute pathname required).

The file for the request (absolute pathname required).
sourceraw docstring

set-forced!cljs

(set-forced! compile-on-save-emit-file-request-args value)

if true - then file should be recompiled even if it does not have any changes.

if true - then file should be recompiled even if it does not have any changes.
sourceraw docstring

set-include-line-position!cljs

(set-include-line-position! compile-on-save-emit-file-request-args value)
source

set-project-file-name!cljs

(set-project-file-name! compile-on-save-emit-file-request-args value)
source

set-rich-response!cljs

(set-rich-response! compile-on-save-emit-file-request-args value)

if true - return response as object with emitSkipped and diagnostics

if true - return response as object with emitSkipped and diagnostics
sourceraw docstring

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

× close