mirror of
https://github.com/oven-sh/bun
synced 2026-02-09 10:28:47 +00:00
- Add XMLObject.zig API wrapper following YAML pattern - Add xml.zig parser using Expr AST like YAML - Add XML to BunObject hash table and exports - Add XML to interchange.zig and api.zig Currently debugging parsing issue where 'Expected <' error occurs even with simple XML like '<a>b</a>'. 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com>