What this is — and isn't
This tool tokenises by tracking braces, parens, strings and comments. It adds newlines after { } ; and indents by depth. That's it.
Use it for: quickly reading a minified bundle, cleaning up a snippet you found, pre-formatting before pasting into your editor.
Don't use it for: production code formatting (use Prettier), serious minification (use esbuild / terser), TypeScript layout (use ts-format / Prettier), or anything safety-critical.