"Optimize repeated alias loading in dependency scanner"#1111
Conversation
|
@namrarafique93-del is attempting to deploy a commit to the PRIYANSHU DOSHI's projects Team on Vercel. A member of the Team first needs to authorize it. |
GSSoC Label Checklist 🏷️@Priyanshu-byte-coder — please apply the appropriate labels before merging: Difficulty (pick one):
Quality (optional):
Validation (required to score):
|
|
Playwright smoke tests are failing on this PR. Check the CI logs, fix failing tests, then push an update. Cannot merge while tests are red. |
|
@Priyanshu-byte-coder Done please review |
31858a1
into
Priyanshu-byte-coder:main
|
🎉 Merged! Thanks for contributing to DevTrack. If the project has been useful to you, a ⭐ star on the repo is the easiest way to support it — it helps DevTrack get discovered by more developers. Keep an eye on open issues for your next contribution! |
Summary
Improves dependency scan performance by caching internal aliases instead of repeatedly loading them during every import check.
Closes #1108
Type of Change
Changes Made
How to Test
Steps for the reviewer to verify this works:
node scripts/check-missing-deps.js
Verify the script executes successfully without changing existing behavior
Confirm aliases are loaded once instead of repeatedly during import scanning
Screenshots (if UI change)
N/A
Checklist