Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface BuilderProgramHost

Hierarchy

  • BuilderProgramHost

Index

Properties

Optional writeFile

When emit or emitNextAffectedFile are called without writeFile, this callback if present would be used to write files

Methods

Optional createHash

  • createHash(data: string): string
  • If provided this would be used this hash instead of actual file shape text for detecting changes

    Parameters

    • data: string

    Returns string

useCaseSensitiveFileNames

  • useCaseSensitiveFileNames(): boolean
  • return true if file names are treated with case sensitivity

    Returns boolean

Generated using TypeDoc