Unicode MessageFormat for JavaScript
    Preparing search index...

    Interface ComplexMessage

    interface ComplexMessage {
        declarations: CST.Declaration[];
        errors: MessageSyntaxError[];
        pattern: CST.Pattern;
        type: "complex";
    }
    Index

    Properties

    declarations: CST.Declaration[]
    pattern: CST.Pattern
    type: "complex"