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

The path rewriter is missing paths #93

Open
KnisterPeter opened this issue Apr 8, 2020 · 1 comment
Open

The path rewriter is missing paths #93

KnisterPeter opened this issue Apr 8, 2020 · 1 comment

Comments

@KnisterPeter
Copy link

We use wsrun in our monorepo to run the typescript compiler in watch mode.
While setting up the vscode default build task and the problem matcher, I've tried to let wsrun rewrite tsc output paths. That fails currently.

package
 | src/index.tsx(33,5): error TS2304: Cannot find name 'adsf'.

Would it be an option to give wsrun a pattern which should be checked?

@KnisterPeter
Copy link
Author

Just for the reference: I've found out that with pretty output enabled in tsconfig.json the path rewriting does work.
So I've managed to create a problem matcher which listens to all errors in all tsc processes in the whole monorepo.

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

No branches or pull requests

1 participant