@blockchaincommons/envelope-pattern - v1.0.0-beta.2
    Preparing search index...

    Interface ParseOptions

    An optional limit on how deep a pattern may nest.

    interface ParseOptions {
        maxDepth?: number;
    }
    Index
    maxDepth?: number

    The deepest nesting of groups, captures, search, ! and the structure forms accepted (a positive integer). No limit by default: text nested a few thousand levels deep then exhausts the engine's stack with a RangeError. The limit also applies to the dCBOR patterns embedded in cbor(/…/), […] and tagged(…).