-
Notifications
You must be signed in to change notification settings - Fork 12.8k
createIncrementalProgram: trigger recompilation with new files #35159
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
Comments
@sheetalkamat do you know of any examples that @ivogabe can look at? |
|
Thanks for the info! I'll take a look, it'll probably require some more changes than I hoped. I'll let you know if I can get it working. Do you mind keeping this open in case we have further questions? |
I think the bot will close it only after some period of inactivity, but if it gets closed and you come back with more questions, feel free to comment and I’ll reopen. |
This issue has been marked as 'Question' and has seen no recent activity. It has been automatically closed for house-keeping purposes. If you're still waiting on a response, questions are usually better suited to stackoverflow. |
I am facing a problem. createIncrementalProgram emits and update output files, even though source remain unchanged.
|
Search Terms
createIncrementalProgram API changes
Suggestion
I'm currently trying to use
createIncrementalProgram
in gulp-typescript to make use of the new incremental compilation functionalities. I have not yet found how to signal the compiler that some files have changed. Theversion
field of all the files is still at the old version, whereas theHost
does have files with the new version. So how can I signal theBuilderProgram
that some file has changed?Use Cases
I'm implementing this in gulp-typescript, the gulp plugin for TypeScript. See ivogabe/gulp-typescript#635
The text was updated successfully, but these errors were encountered: