-
-
Notifications
You must be signed in to change notification settings - Fork 6
Description
The README currently contains this note:
Note
This is a fork of oxc-resolver and rspack-resolver, cause 100% compatible with enhanced-resolve is the non-goal of oxc-resolver itself, we may add enhanced-resolve specific features like pnp support and alternative support in the future.
Which is almost exactly the same as in rspack-resolver:
Note
This is a fork of oxc-resolver, and will be used in Rspack cause 100% compatible with enhanced-resolve is the non-goal of oxc-resolver itself, we may add enhanced-resolve specific features like pnp support and alternative support in the future.
So rspack-resolver also claims to aim at targeting 100% compatibility with enhanced-resolve, but the current note in this README suggests that it isn't.
Can you fix this in the README + update the README with an explanation about what differs this from rspack-resolver?