v3.59.0 — uiforge-debundle (readable reference, Tier C)
The fallback tier for sites with no source maps: unpack the largest minified JS bundles into a readable reference via webcrack (fetched through npx). Splits webpack modules where the bundle allows and turns modern _jsx/jsxs runtime calls back into JSX.
Honest scope — this is a study aid for logic/handlers, not faithful source: original names, prop names, and types are gone, and modern scope-hoisted bundles (Turbopack/Vite) come out as one deobfuscated file rather than a module tree. For real source use Tier A (sourcemap); for pixel-faithful editable output use Tier B (restore); behavior itself is the Archive's job.