Files
bun.sh/packages
Claude Bot ba5de42631 Simplify TOML.stringify to single-parameter API
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>
2025-08-29 09:15:38 +00:00
..
2025-07-10 00:10:43 -07:00
2025-07-10 00:10:43 -07:00