Skip to content
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

[Fix/New] Node resolver: Try to use require.resolve when suitable #2957

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

akx
Copy link

@akx akx commented Jan 22, 2024

This PR proposes to have the Node resolver use require.resolve when possible; among other things, this enables support for packages that only have exports.main (when the underlying Node.js version supports them) (see #2132).

I don't know if there are subtleties to this, but I feel like this could work.

@akx
Copy link
Author

akx commented Apr 11, 2024

Rebased to fix conflicts from 2d38b33.

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

Successfully merging this pull request may close these issues.

None yet

1 participant