Conversation
This updates to resolve@next, which for this package's uses is a nonbreaking update. What this allows in the future, however, is `exports`-aware resolution.
|
@ljharb Could you rebase and run |
|
hm, this package no longer seems to include |
Previously |
|
do you need to resolve anything based on a range of user-supported node versions? (even if the tool requires node >= 20) |
I don't recall we have such an API to resolve something in a way that Node.js 6 would resolve. @nicolo-ribaudo Do you think there is a use case for that? |
|
If so, you'll want resolve@next, if not, this PR should be closed :-) |
This updates to resolve@next, which for this package's uses is a nonbreaking update.
What this allows in the future, however, is
exports-aware resolution.