-
Notifications
You must be signed in to change notification settings - Fork 251
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
Support --build
compiler option for typescript projects
#1334
Comments
Apparently, the TS team didn't open the compiler API for the @sheetalkamat Is it OK to ask a question? Since you were the one to add the |
Hey, @nicojs. Looks like this was implemented - microsoft/TypeScript#31432 |
Yep, looks like it. Not sure if it is already released though, I don't think so. |
It is released in 3.6: https://devblogs.microsoft.com/typescript/announcing-typescript-3-6/#apis-to-support-build-and-incremental We can base our implementation on ts-loader: TypeStrong/ts-loader#935 |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. |
We're currently not support the
--build
compiler option for typescript projects.Reproduction steps:
git clone https://github.com/nicojs/typed-inject/ cd typed-inject npm i npx stryker run
The text was updated successfully, but these errors were encountered: