Liking cljdoc? Tell your friends :D

dots.typescript.script-reference-host


compiler-optionscljs

(compiler-options script-reference-host)

Returns: CompilerOptions

**Returns:** `CompilerOptions`
sourceraw docstring

current-directorycljs

(current-directory script-reference-host)

Returns: string

**Returns:** `string`
sourceraw docstring

source-filecljs

(source-file script-reference-host file-name)

Parameters:

  • file-name: string

Returns: SourceFile | undefined

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

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

source-file-by-pathcljs

(source-file-by-path script-reference-host path)

Parameters:

  • path: Path

Returns: SourceFile | undefined

**Parameters:**
- `path`: `Path`

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

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

× close