mirror of
https://github.com/yamadashy/repomix.git
synced 2026-04-04 12:01:37 +02:00
Use a strict error handler for @xmldom/xmldom's DOMParser that throws on all severity levels (warning, error, fatalError). By default, xmldom silently continues parsing malformed XML, which could mask XMLBuilder regressions. This ensures tests fail immediately on any XML well-formedness issue. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>