mirror of
https://github.com/oven-sh/bun
synced 2026-02-09 18:38:55 +00:00
- Replace union type with TypeScript function overloads for cleaner IntelliSense - Simplify TOML options to only include `inlineTables` (most essential option) - Remove `arraysMultiline` and `indent` options for consistent formatting - Update memory management to use ArenaAllocator for better cleanup - Update test snapshots to match new array formatting (no multiline for <4 elements) 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com>