You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The now very old still unmerged PR #225 has been very useful in creating an incrementally building program but now I want to set up an incrementally building program that also watches for changes so I can avoid the long file system scan that happens when I create the incremental program.
Unfortunately I don't understand how to combine the different host, program and configuration objects to achieve this.
The text was updated successfully, but these errors were encountered:
Any chance someone could help out here by stating if it’s even possible and if so give a few lines of code on how to wire together incremental compilation and watch mode?
Wow, although this is an issue 3 years ago, I am currently learning about typescript compilers. I am happy to follow up the research on this issue. I will leave a comment here and develop it if I can.
The now very old still unmerged PR #225 has been very useful in creating an incrementally building program but now I want to set up an incrementally building program that also watches for changes so I can avoid the long file system scan that happens when I create the incremental program.
Unfortunately I don't understand how to combine the different host, program and configuration objects to achieve this.
The text was updated successfully, but these errors were encountered: