-
Notifications
You must be signed in to change notification settings - Fork 12
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
What's the point? #15
Comments
I agree w/ @anilanar; our team will probably move to simply using See microsoft/TypeScript#4864 for TypeScript team's rationale on why Probably overkill, but I made a simple TS to repro this and collect links to some issues: |
It's a bug, this was a regression because of #14. We're still looking for a solution. |
Going to revert that for now. |
I guess jest runner is not a good solution for project-wide lints/compiles/analysis. We should create an alternative runner that can also run jest, that supports watch mode and prints in a nice visual way with parallelism. |
This runner uses
transpileModule
function from Typescript compiler API which does not type check. If so, what's the point ofjest-runner-tsc
?The text was updated successfully, but these errors were encountered: