-
-
Notifications
You must be signed in to change notification settings - Fork 2.8k
Enhancement: Display tsconfig errors in playground #8580
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
Labels
accepting prs
Go ahead, send a pull request that resolves this issue
enhancement
New feature or request
website: playground
Comments
Hi @bradzacher :) |
this issue should be relatively easy to solve those logs are emitted here:
|
@armano2 Thanks a lot for answering! Could you please tell me with a bit more detail how can this be done correctly? ErrorsViewer is responsible for displaying the messages (correct?), so how can I display the error message from createLinter? |
3 tasks
2 tasks
3 tasks
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
accepting prs
Go ahead, send a pull request that resolves this issue
enhancement
New feature or request
website: playground
Before You File a Proposal Please Confirm You Have Done The Following...
Relevant Package
website
My proposal is suitable for this project
Description
It would be nice if playground displays tsconfig error messages in the "Errors" tab.
Currently, the "Errors" tab shows a "All is ok!" message, but the browser console shows an error.
This makes it difficult to accurately reproduce the issue. (#7693 (comment))
Additional Info
No response
The text was updated successfully, but these errors were encountered: