@servicenow/sdk - v4.4.1
    Preparing search index...

    Interface BuilderProgramHost

    interface BuilderProgramHost {
        createHash?: (data: string) => string;
        writeFile?: WriteFileCallback;
    }
    Index

    Properties

    createHash?: (data: string) => string

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

    writeFile?: WriteFileCallback

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