Options
All
  • Public
  • Public/Protected
  • All
Menu

Hierarchy

Index

Constructors

constructor

Properties

_bookStructure

_bookStructure: BookStructure

_builders

_builders: Builder[]

_listener

_listener: ConfigListener

options

options: Options

original

original: ConfigRaw

Accessors

analyzer

book

builders

exists

  • get exists(): function

listener

read

  • get read(): function

validators

write

  • get write(): function
  • Returns function

      • (path: string, data: string): Promise<void>
      • Parameters

        • path: string
        • data: string

        Returns Promise<void>

Methods

_existsFileScheme

  • _existsFileScheme(path: string): Promise<object>

_existsHttpScheme

  • _existsHttpScheme(path: string): Promise<object>

Private endWith

  • endWith(str: string, target: string): boolean

onCompileFailed

  • onCompileFailed(book?: Book): void

onCompileSuccess

  • onCompileSuccess(book: Book): void

onReports

resolvePath

  • resolvePath(path: string): string

Private startWith

  • startWith(str: string, target: string): boolean

Generated using TypeDoc