@oazmi/esbuild-types - v0.25.0
    Preparing search index...

    Interface Message

    interface Message {
        id: string;
        pluginName: string;
        text: string;
        location: null | Location;
        notes: Note[];
        detail: any;
    }
    Index

    Properties

    id: string
    pluginName: string
    text: string
    location: null | Location
    notes: Note[]
    detail: any

    Optional user-specified data that is passed through unmodified. You can use this to stash the original error, for example.