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
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. The version field of all the files is still at the old version, whereas the Host does have files with the new version. So how can I signal the BuilderProgram that some file has changed?