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
I acknowledge that issues using this template may be closed without further explanation at the maintainer's discretion.
Comment
I was running npx oxlint src -A all -D const-comparisons to test oxlint and unintentionally discovered some unwanted constant comparisons potentially causing bugs:
Acknowledgement
Comment
I was running
npx oxlint src -A all -D const-comparisons
to test oxlint and unintentionally discovered some unwanted constant comparisons potentially causing bugs:TypeScript/src/compiler/resolutionCache.ts
Line 327 in d88d3a4
TypeScript/src/harness/fourslashImpl.ts
Line 2603 in d88d3a4
Both conditions will always be false.
The text was updated successfully, but these errors were encountered: