-
-
Notifications
You must be signed in to change notification settings - Fork 576
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
[Tracking]: Diagnostics #3459
Comments
Context: This the current design of error-handling in Rspack: #548. |
We should first design good error data structures both for the rust and js sides, then we could start to improve the error handling on top of those data structures. |
need to add hint support for better error suggestions like webpack/webpack#17122, cc @ScriptedAlchemy |
another thing drive me nuts is that when rspack panic all diagnostics is lost |
What subject does this issue tracking?
As time goes by, we have met some problems related to error handling. We want to improve the DX for both ourselves and our users.
Therefore, we plan to refactor the error-handling parts of Rspack in every aspect, these include, for example:
Tasks
context.compiler.watch
'serrorHandler
#5619resolve.extensions
#5627~
as a alias #5986The text was updated successfully, but these errors were encountered: