-
Notifications
You must be signed in to change notification settings - Fork 503
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: print fancy messages for errors #329
Conversation
@@ -8,5 +8,12 @@ input_file: crates/rolldown/tests/fixtures/errors/unresolved_entry | |||
## UNRESOLVED_ENTRY | |||
|
|||
```text | |||
Cannot resolve entry module ./main.js. | |||
[UNRESOLVED_ENTRY] Error: Unresolved entry module | |||
╭─[Output:1:1] |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think the user maybe will be curious where is Output:1:1
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I feel the same. But I currently don't know how to config ariadne
to make it disappear. Probably need to create an issue with a help wanted
label :).
eb63778
to
cf2eb07
Compare
fd32dba
to
4ba6c75
Compare
4ba6c75
to
40d40c1
Compare
Description
Just found that we need
ariadne
for better flexbility to control how we display the messages, which is useful when we support warnings.Test Plan