@carlwr/textmate-validate
    Preparing search index...

    Interface Reporter

    A reporter for validation results.

    Each field specifies a string sink. out is for messages, err is for errors; the number indicates the verbosity level.

    interface Reporter {
        out1: (s: string) => void;
        out2: (s: string) => void;
        err1: (s: string) => void;
    }
    Index

    Properties

    Properties

    out1: (s: string) => void
    out2: (s: string) => void
    err1: (s: string) => void