@rbxts/a-plant-generator - v0.2.0
    Preparing search index...

    Interface DiagnosticLocation

    Location attached to a diagnostic where known.

    interface DiagnosticLocation {
        path?: string;
        productionId?: string;
        symbolIndex?: number;
    }
    Index
    path?: string
    productionId?: string
    symbolIndex?: number