How to tell if typescript compilation was successful or if there are compilation errors?
I have typescript ‘Recompile on changes’ setting on in rider. It does the compilation when a file is saved and I can also compile manually using the typescript status bar widget as described in https://www.jetbrains.com/help/rider/Compiling_TypeScript_to_JavaScript.html.
My issue is that I can't tell if the compilation is on going or if it has completed, and once it has completed I can't tell if it was successful or if there were compile errors.
If I open the 'Problems' panel and a file with a compile error in it is the current open file in the editor then yes I can see any errors for that file, but the panel does not display automatically if there were errors on compile and it doesn't tell you if there are any errors in other files. The 'All Solution Files' tab in the ‘Problems’ panel stays blank.
Is there any way to be notified if the compilation has completed and if there are any errors?
Thanks.
Please sign in to leave a comment.
Unfortunately, at present, the IDE does not provide any convenient way to track where the compilation was successful in case when the 'Recompile on changes' option is enabled. I found the following threads where the same issue was discussed: WEB-52971 (https://youtrack.jetbrains.com/issue/WEB-52971). Please feel free to vote for it to raise its priority and get notifications of updates.