-
-
Notifications
You must be signed in to change notification settings - Fork 638
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
feat(rspack_core): improve resolver error messages #5201
Conversation
f1ba224
to
be711d8
Compare
Previously some ESM error messages did not report enough context (e.g. package.json location), causing confusion to the user. The specific error messages are in https://github.com/oxc-project/oxc_resolver/blob/main/src/error.rs
be711d8
to
cf32aab
Compare
88d1dc2
to
6b4fb5c
Compare
Test Compatibility Diff
Unpassed tests1 ⚪️ ConfigTestCases additional-pass simple simple: TODO |
Done in #5245 |
Note
The target branch is 0.5.0
Summary
Previously some ESM error messages did not report enough context (e.g. package.json location), causing confusion to the user.
The specific error messages are in https://github.com/oxc-project/oxc_resolver/blob/main/src/error.rs
Test Plan
Require Documentation?