-
-
Notifications
You must be signed in to change notification settings - Fork 721
perf(linter): refactor no-unsafe-finally to have a diverging match as first statement
#14689
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
perf(linter): refactor no-unsafe-finally to have a diverging match as first statement
#14689
Conversation
CodSpeed Performance ReportMerging #14689 will not alter performanceComparing Summary
Footnotes
|
Merge activity
|
…as first statement (#14689) Removes `let` statement blocking node type analysis. This does duplicate the `node.kind()` check, but this is negligible in effect.
d002f3a to
801bb10
Compare
e1b25e3 to
71cfeaa
Compare

Removes
letstatement blocking node type analysis. This does duplicate thenode.kind()check, but this is negligible in effect.