Liking cljdoc? Tell your friends :D

dots.typescript.parse-config-file-host

Interface extending ParseConfigHost to support ParseConfigFile that reads config file and reports errors

Interface extending ParseConfigHost to support ParseConfigFile that reads config file and reports errors
raw docstring

current-directorycljs

(current-directory parse-config-file-host)

Returns: string

**Returns:** `string`
sourceraw docstring

directoriescljs

(directories parse-config-file-host path)

Parameters:

  • path: string

Returns: string[]

**Parameters:**
- `path`: `string`

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

directory-exists?cljs

(directory-exists? parse-config-file-host directory-name)

Parameters:

  • directory-name: string

Returns: boolean

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

**Returns:** `boolean`
sourceraw docstring

file-exists?cljs

(file-exists? parse-config-file-host path)

Gets a value indicating whether the specified path exists and is a file.

Parameters:

  • path: string - The path to test.

Returns: boolean

Gets a value indicating whether the specified path exists and is a file.

**Parameters:**
- `path`: `string` - The path to test.

**Returns:** `boolean`
sourceraw docstring

on-un-recoverable-config-file-diagnosticcljs

(on-un-recoverable-config-file-diagnostic parse-config-file-host)

Reports unrecoverable error when parsing config file

Returns: DiagnosticReporter

Reports unrecoverable error when parsing config file

**Returns:** `DiagnosticReporter`
sourceraw docstring

read-directorycljs

(read-directory parse-config-file-host root-dir extensions)
(read-directory parse-config-file-host root-dir extensions excludes)
(read-directory parse-config-file-host root-dir extensions excludes includes)
(read-directory parse-config-file-host
                root-dir
                extensions
                excludes
                includes
                depth)

Parameters:

  • root-dir: string
  • extensions: readonly string[]
  • excludes: readonly string[] | undefined
  • includes: readonly string[]
  • depth: number | undefined

Returns: readonly string[]

**Parameters:**
- `root-dir`: `string`
- `extensions`: `readonly string[]`
- `excludes`: `readonly string[] | undefined`
- `includes`: `readonly string[]`
- `depth`: `number | undefined`

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

read-filecljs

(read-file parse-config-file-host path)

Parameters:

  • path: string

Returns: string | undefined

**Parameters:**
- `path`: `string`

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

realpathcljs

(realpath parse-config-file-host path)

Resolve a symbolic link.

Parameters:

  • path: string

Returns: string

Resolve a symbolic link.

**Parameters:**
- `path`: `string`

**Returns:** `string`
sourceraw docstring

set-on-un-recoverable-config-file-diagnostic!cljs

(set-on-un-recoverable-config-file-diagnostic! parse-config-file-host value)

Reports unrecoverable error when parsing config file

Reports unrecoverable error when parsing config file
sourceraw docstring

set-use-case-sensitive-file-names!cljs

(set-use-case-sensitive-file-names! parse-config-file-host value)
source

tracecljs

(trace parse-config-file-host s)

Parameters:

  • s: string

Returns: void

**Parameters:**
- `s`: `string`

**Returns:** `void`
sourceraw docstring

use-case-sensitive-file-names?cljs

(use-case-sensitive-file-names? parse-config-file-host)

Returns: boolean

**Returns:** `boolean`
sourceraw docstring

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

× close