Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface WatchOfFilesAndCompilerOptions<T>

Creates the watch that generates program using the root files and compiler options

Type parameters

  • T

Hierarchy

  • Watch<T>
    • WatchOfFilesAndCompilerOptions

Index

Methods

close

  • close(): void
  • Closes the watch

    Returns void

getProgram

  • getProgram(): T
  • Synchronize with host and get updated program

    Returns T

updateRootFileNames

  • updateRootFileNames(fileNames: string[]): void
  • Updates the root files in the program, only if this is not config file compilation

    Parameters

    • fileNames: string[]

    Returns void

Generated using TypeDoc