mirror of
https://github.com/oven-sh/bun
synced 2026-02-02 15:08:46 +00:00
## Summary - Add comprehensive documentation for `Bun.stripANSI()` utility function in `docs/api/utils.md` - Highlight significant performance advantages over npm `strip-ansi` package (6-57x faster) - Include usage examples and detailed benchmark comparisons - Document performance improvements across different string sizes ## Test plan - [x] Documentation follows existing format and style - [x] Performance claims are backed by benchmark data from `bench/snippets/strip-ansi.mjs` - [x] Code examples are accurate and functional 🤖 Generated with [Claude Code](https://claude.ai/code) --------- Co-authored-by: Claude Bot <claude-bot@bun.sh> Co-authored-by: Claude <noreply@anthropic.com> Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com> Co-authored-by: Jarred Sumner <jarred@jarredsumner.com>