@eagleoutice/flowr - v2.15.9
    Preparing search index...

    Function guardNesting

    • Runs step over file, turning the stack overflow deeply nested code causes into a message saying so. R's own parser accepts nesting deeper than a JavaScript stack takes, so every recursive walk over an AST -- normalizing it, decorating it, extracting its dataflow -- can hit this and has to say the same thing.

      Type Parameters

      • T

      Parameters

      • what: string
      • file: string | undefined
      • step: () => T

      Returns T