-
-
Notifications
You must be signed in to change notification settings - Fork 6.6k
Closed
Description
🚀 Feature Proposal
https://github.com/unrs/unrs-resolver#readme
Motivation
resolve
doesn't support exports
field, so resolve.exports
is used as fallback, unrs-resolver
is based on https://github.com/oxc-project/oxc-resolver, which is much faster
Example
No response
Pitch
jest/packages/jest-resolve/package.json
Lines 28 to 29 in d866589
"resolve": "^1.20.0", | |
"resolve.exports": "^2.0.0", |
Also a kind of related to #15599, so that unrs-resolver
will be shared.
Actually we've already been using unrs-resolver
by using
Line 35 in d866589
"eslint-import-resolver-typescript": "^4.0.0", |