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

    Arguments for CompileOnSaveEmitFileRequest

    interface CompileOnSaveEmitFileRequestArgs {
        file: string;
        forced?: boolean;
        includeLinePosition?: boolean;
        projectFileName?: string;
        richResponse?: boolean;
    }

    Hierarchy (View Summary)

    Index

    Properties

    file: string

    The file for the request (absolute pathname required).

    forced?: boolean

    if true - then file should be recompiled even if it does not have any changes.

    includeLinePosition?: boolean
    projectFileName?: string
    richResponse?: boolean

    if true - return response as object with emitSkipped and diagnostics