fix: resolve node_modules/package/dir/foo.js if node_modules/package/dir/foo/ exists#896
Conversation
How to use the Graphite Merge QueueAdd the label merge to this PR to add it to the merge queue. You must have a Graphite account in order to use the merge queue. Sign up using this link. An organization admin has enabled the Graphite Merge Queue in this repository. Please do not merge from GitHub as this will restart CI on PRs being processed by the merge queue. |
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #896 +/- ##
=======================================
Coverage 94.38% 94.39%
=======================================
Files 17 17
Lines 3243 3248 +5
=======================================
+ Hits 3061 3066 +5
Misses 182 182 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
CodSpeed Performance ReportMerging #896 will improve performances by 3.17%Comparing Summary
Benchmarks breakdown
Footnotes
|
fixes #893
closes #894
PR #839 incorrectly assumed the specifier is always a package name, but a specifier can be
package/dir/foowhere bothnode_modules/package/dir/foo.jsandnode_modules/package/dir/foo/exists.