Member Junction
    Preparing search index...
    interface PluginLoadResult {
        failed: { error: string; specifier: string }[];
        loaded: string[];
    }
    Index

    Properties

    Properties

    failed: { error: string; specifier: string }[]

    Specifiers that failed to import, with the error, so callers can log them.

    loaded: string[]

    Specifiers that imported successfully.