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
This is part of the larger task of auditing all the grammars for incorrect or exponential backtracking regex. To make those PRs simpler and easier to review we first clean them up with eslint --fix.
I've been against these type of sweeping changes in the past without good reason, but if we have to touch every single file anyways to clean up the regex (so it can be properly audited) then we may as well lint them first to make that job easier.
This is part of the larger task of auditing all the grammars for incorrect or exponential backtracking regex. To make those PRs simpler and easier to review we first clean them up with
eslint --fix
.I've been against these type of sweeping changes in the past without good reason, but if we have to touch every single file anyways to clean up the regex (so it can be properly audited) then we may as well lint them first to make that job easier.
The text was updated successfully, but these errors were encountered: