-
Notifications
You must be signed in to change notification settings - Fork 1.7k
JS: handle case-insensitive lodash imports #640
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
Conversation
Test failure. |
Adding Evaluation on big-apps looks ok. PTAL |
The test failure seems to be from Jenkins having trouble, but there's no rush to land this so I'll just retry the tests after 1.19 is out. |
Time for a retry? |
5714a3c
to
45a5d0e
Compare
Should be ready to land - the test failures are for C++ so I assume they're unrelated. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Approved, but I have a minor meta-documentation concern.
javascript/ql/src/semmle/javascript/frameworks/LodashUnderscore.qll
Outdated
Show resolved
Hide resolved
Release preparation for version 2.7.4
NPM package names are always lower-case, so the package
lodash.mergewith
does not match the member_.mergeWith
. This PR makesLodashUnderscore::member
case insensitive.