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

    The emitted file in memory.

    interface MemoryEmitResultFile {
        filePath: StandardizedFilePath;
        text: string;
        writeByteOrderMark: boolean;
    }
    Index

    Properties

    filePath: StandardizedFilePath

    File path that was emitted to.

    text: string

    The text that was emitted.

    writeByteOrderMark: boolean

    Whether the byte order mark should be written.