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

Support --build compiler option for typescript projects #1334

Closed
nicojs opened this issue Jan 25, 2019 · 6 comments
Closed

Support --build compiler option for typescript projects #1334

nicojs opened this issue Jan 25, 2019 · 6 comments
Assignees
Labels
🛠 In progress ☠ stale Marked as stale by the stale bot, will be removed after a certain time.

Comments

@nicojs
Copy link
Member

nicojs commented Jan 25, 2019

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
@nicojs
Copy link
Member Author

nicojs commented Jan 26, 2019

Apparently, the TS team didn't open the compiler API for the --build option yet:

https://github.com/Microsoft/TypeScript/blob/fa74cef81e488c8e5bf790020620f0226118cb58/src/compiler/tsbuild.ts#L2

@sheetalkamat Is it OK to ask a question? Since you were the one to add the @internal flag. Is there a timeline for this? We would love to support projects being build with --build.

@ghost ghost assigned nicojs Jan 26, 2019
@ghost ghost added the 🛠 In progress label Jan 26, 2019
@nicojs
Copy link
Member Author

nicojs commented Feb 28, 2019

@Djaler
Copy link
Contributor

Djaler commented Jun 25, 2019

Hey, @nicojs. Looks like this was implemented - microsoft/TypeScript#31432

@nicojs
Copy link
Member Author

nicojs commented Jun 25, 2019

Yep, looks like it. Not sure if it is already released though, I don't think so.

@nicojs
Copy link
Member Author

nicojs commented Dec 11, 2019

@stale
Copy link

stale bot commented Dec 10, 2020

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.

@stale stale bot added the ☠ stale Marked as stale by the stale bot, will be removed after a certain time. label Dec 10, 2020
@stale stale bot closed this as completed Jan 9, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
🛠 In progress ☠ stale Marked as stale by the stale bot, will be removed after a certain time.
Projects
None yet
Development

No branches or pull requests

2 participants