Apply all registered plugins to the given frames, in registration order.
The initial StackFrame[] to transform.
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); Copy
const out = applyPlugins(frames);
Apply all registered plugins to the given frames, in registration order.