You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix: surface regex match errors instead of swallowing them
matchRules discarded errors from regexp2, notably the 250ms
MatchTimeout, treating the rule as a plain non-match and silently
degrading output. Errors now abort tokenisation via panic, which
Formatters recover into a returned error per the Formatter
contract.
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
0 commit comments