Files
bun.sh/packages
Claude Bot 830b7ae66f Add JSON.stringify API compatibility to Bun.TOML.stringify
Support both JSON.stringify-style and object-style parameters:

JSON.stringify-style:
- Bun.TOML.stringify(obj, null, 2)        // number for spaces
- Bun.TOML.stringify(obj, null, '\t')     // string for indentation

Object-style (advanced options):
- Bun.TOML.stringify(obj, null, { inlineTables: true })

Updated TypeScript definitions to reflect the enhanced API with
proper union types and comprehensive examples.

🤖 Generated with [Claude Code](https://claude.ai/code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-08-28 11:01:21 +00:00
..
2025-07-10 00:10:43 -07:00
2025-07-10 00:10:43 -07:00