@stacktrace-lite/core
    Preparing search index...

    Function applyPlugins

    • Apply all registered plugins to the given frames, in registration order.

      Parameters

      • frames: StackFrame[]

        The initial StackFrame[] to transform.

      Returns StackFrame[]

      The transformed frames after all plugins run.

      Internally uses a left‑to‑right reduction where each plugin receives the output of the previous one.

      const out = applyPlugins(frames);