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
Extract warning/error regexes to constants and simplify detection
Each regex was duplicated: once for the whole-string check and once for
findIndex. Now we just do findIndex directly — if it finds a match,
we know both the result and the line number in one pass.
https://claude.ai/code/session_01Eph17CQCfdnKaJhA2nSr9W
0 commit comments