@wdprlib/parser
    Preparing search index...
    • Compute the unmatched-[[ depth at each character offset of source. Mirrors the lexer's blockOpenerDepth. Returns Int32Array of length source.length + 1; depths[k] is the depth immediately before the character at offset k is consumed.

      Parameters

      • source: string

      Returns Int32Array