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
Split the single regex with overlapping quantifiers into two separate
patterns for mustache comments and mustache block comments. Each uses
a specific character class ([\w\s,/-]*) that cannot cause polynomial
backtracking. Also removes the -+$ cleanup regex since the block
comment pattern now captures only the rules content without trailing
dashes.
Co-Authored-By: Claude Opus 4.6 (1M context) <[email protected]>
0 commit comments