chore(deps): replace resolve-from package with native Node API#1478
chore(deps): replace resolve-from package with native Node API#1478Namchee wants to merge 2 commits into
Conversation
|
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## next #1478 +/- ##
=======================================
Coverage 81.02% 81.02%
=======================================
Files 54 54
Lines 2213 2213
Branches 654 658 +4
=======================================
Hits 1793 1793
Misses 416 416
Partials 4 4 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
|
Not sure if we need a changeset for this. Maybe good to have though so the changelogs have a list of dependencies that's being refactored out. |
|
I think it might be worth waiting for #1482 before landing this |
|
The next branch now uses |
|
I'll close this for now. Thanks for contributing! |
Overview
This pull request replaces
resolve-fromwith native Node implementation ofrequire.resolve.The main difference is only the error message as
resolve-fromprovides friendlier message compared to native.Note
resolve-fromitself doesn't require any dependencies, maybe we shouldn't remove it?