Skip to content

fix(no-undefined-types): allow any available identifier; fixes #178,#1342#1363

Merged
brettz9 merged 2 commits intogajus:mainfrom
sebastian-fredriksson-bernholtz:fix-allow-any-available-identifier-in-no-undefined-types
Mar 17, 2025
Merged

fix(no-undefined-types): allow any available identifier; fixes #178,#1342#1363
brettz9 merged 2 commits intogajus:mainfrom
sebastian-fredriksson-bernholtz:fix-allow-any-available-identifier-in-no-undefined-types

Conversation

@sebastian-fredriksson-bernholtz
Copy link
Copy Markdown
Contributor

Fixes #178 and #1342

@sebastian-fredriksson-bernholtz sebastian-fredriksson-bernholtz force-pushed the fix-allow-any-available-identifier-in-no-undefined-types branch from 44e5f6f to d24617e Compare March 16, 2025 11:22
realised that performance matter a lot for eslint, and functional map, recursive calls and converting forth and back between set and creating new arrays would not be very performant, so changed implementation to old style loops and working with a single SET
@brettz9
Copy link
Copy Markdown
Collaborator

brettz9 commented Mar 17, 2025

LGTM... Nice work!

@github-actions
Copy link
Copy Markdown

🎉 This issue has been resolved in version 50.6.7 🎉

The release is available on:

Your semantic-release bot 📦🚀

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

no-undefined-types doesn't read local variables

2 participants