Files
bun.sh/test/js/node
Claude Bot 1195fa0ee6 Add 'none' option to util.styleText
Add support for the special format value 'none' in util.styleText() which applies no additional styling to the text. This matches Node.js behavior where 'none' can be used both as a single format and within arrays of formats.

Changes:
- Add 'none' format handling in single format case (returns text unchanged)
- Add 'none' format skipping in array format case (continues to next format)
- Add comprehensive tests for both single and array usage
- Maintain backward compatibility with existing functionality

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

Co-Authored-By: Claude <noreply@anthropic.com>
2025-10-07 05:23:59 +00:00
..
2025-08-27 06:39:11 -07:00
2025-09-27 00:27:23 -07:00
2025-10-07 05:23:59 +00:00
2025-09-11 17:53:06 -07:00