KC's Workspace
    Preparing search index...

    Type Alias DecodedSourceMapOrMissing

    DecodedSourceMapOrMissing:
        | { missing: true; plugin: string }
        | ExistingDecodedSourceMap & { missing?: false }