Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface BuilderProgramHost

Hierarchy

  • BuilderProgramHost

Index

Properties

Optional createHash

createHash: (data: string) => string

If provided this would be used this hash instead of actual file shape text for detecting changes

Type declaration

    • (data: string): string
    • Parameters

      • data: string

      Returns string

Optional writeFile

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

Methods

useCaseSensitiveFileNames

  • useCaseSensitiveFileNames(): boolean

Generated using TypeDoc