mirror of
https://github.com/oven-sh/bun
synced 2026-02-13 04:18:58 +00:00
Remove confusing multi-parameter signature that didn't actually do anything useful: - TOML has fixed formatting rules, so space parameter was pointless - Replacer parameter just threw an error anyway - Cleaner API: just TOML.stringify(value) like it should be Updated: - Function signature to accept only 1 parameter instead of 3 - TypeScript definitions to match the actual API - Tests to remove multi-parameter test cases This makes the API much more intuitive and less confusing for users. 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com>