@servicenow/sdk - v4.7.0
    Preparing search index...
    interface DiagnosticEventBody {
        diagnostics: tsc.server.protocol.Diagnostic[];
        file: string;
        spans?: tsc.server.protocol.TextSpan[];
    }
    Index

    Properties

    diagnostics: tsc.server.protocol.Diagnostic[]

    An array of diagnostic information items.

    file: string

    The file for which diagnostic information is reported.

    Spans where the region diagnostic was requested, if this is a region semantic diagnostic event.