Skip to content
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

Make tsc --project ./tsconfig.json show fails without using "yarn tsc-strics" #31

Open
Evilweed opened this issue Feb 17, 2022 · 2 comments
Labels
awaiting reply Waiting for reply of OP

Comments

@Evilweed
Copy link

Make tsc --project ./tsconfig.json show fails (if your plugin is added) without the need to use "yarn tsc-strics".

Having separate CLI to show errors for strict files creates many problems.

  • Not easy parralelisation
  • Need to have separate watch the same files (which uses CPU and so on)
  • Need to have separate view to see those errors
@KostkaBrukowa
Copy link
Collaborator

I don't think it's really possible. Plugins are only for the language server to show errors inside the IDE's and we don't have really a way to make tsc to show fails on the files with strict errors. Do you have any idea how could we do this?

@KostkaBrukowa KostkaBrukowa added the awaiting reply Waiting for reply of OP label Feb 18, 2022
@Evilweed
Copy link
Author

That's sad :( Maybe a wrapper on top of tsc that runs tsc and tsc-strics in parallel and then at the end combine both reports into one? So that we run just one command, and have one output that we need to follow?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
awaiting reply Waiting for reply of OP
Projects
None yet
Development

No branches or pull requests

2 participants