MFML - v0.0.5
    Preparing search index...

    Interface DebugInfo

    Debug info exported from @mfml/messages/metadata or similar package.

    interface DebugInfo {
        fallbackLocales: undefined | Record<string, string>;
        messages: Record<string, MessageDebugInfo>;
        packageName: string;
        supportedLocales: string[];
    }
    Index

    Properties

    fallbackLocales: undefined | Record<string, string>

    Mapping from a locale to a corresponding fallback locale, or undefined if no fallback locales were provided.

    messages: Record<string, MessageDebugInfo>

    Map from a hash code to a message metadata.

    packageName: string

    The name of the compiled package.

    supportedLocales: string[]

    The array of supported locales.