cross-stitch - v2.0.0
    Preparing search index...

    Type Alias EncodeResult

    EncodeResult:
        | { data: string; success: true }
        | { issues: PatternIssue[]; success: false }

    The result of encoding a pattern: the JSON string on success, or the collected issues on failure.