mirror of
https://github.com/oven-sh/bun
synced 2026-02-11 19:38:58 +00:00
- Remove @ prefix from XML attributes
- Attributes now become regular object properties like JSON
- Example: <book title="Test"> becomes {"title": "Test"}
- This matches JSON-style object representation as requested
- Build and basic attribute parsing now working correctly
🤖 Generated with [Claude Code](https://claude.ai/code)
Co-Authored-By: Claude <noreply@anthropic.com>
2 lines
89 B
XML
2 lines
89 B
XML
<books><book title="Test Book"><author>Jane Doe</author><year>2023</year></book></books>
|