-
Notifications
You must be signed in to change notification settings - Fork 3
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
Create a compiler replacement similar to tsc-silent for full ts compiler support #14
Comments
Thanks for another issue. The problem with using Using Let me know if you have other ideas how to get it to work with Personally, I'd prefer to only parse the output of Also, TIL about https://github.com/evolution-gaming/tsc-silent. I probably wouldn't have created |
Thanks for the reference to #4. I like the sound of that. I think I might try to implement it. I went down the path of tailoring A few reasons I went with
One thing I do like about I'll see if I can get something working based on #4. Thanks again for the suggestion. |
Thanks for listing the reasons you went with
I totally agree, it would be nice to be able to target some error codes just in particular files. That would be yet another issue we could work on
Awesome! Let me know if you need help |
I think I have #4 working with the ability to handle |
I seem to be running into a few use cases where a tsc.js replacement may be necessary. For example, I'd like to use the
--watch
option, which I can't seem to integrate withloose-ts-check
with a pipe operator. Thetsc-silent
project does this so I'm considering writing another tool base of offtsc-silent
but its able to read in outputs fromloose-ts-check
. Any thoughts on this?The text was updated successfully, but these errors were encountered: