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
However I found that running const newWatchFiles = typescript.getSourceFiles(rootFileNames, tsConfig) on every file change takes too long depending on the codebase.
I understand this is to watch/unwatch files to be compiled, however in the majority of cases the files to be watched don't change. If the watch/unwatch process can run in parallel, it would improve productivity significantly.
Thank you
The text was updated successfully, but these errors were encountered:
This is probably related to this issue
#220
However I found that running
const newWatchFiles = typescript.getSourceFiles(rootFileNames, tsConfig)
on every file change takes too long depending on the codebase.I understand this is to watch/unwatch files to be compiled, however in the majority of cases the files to be watched don't change. If the watch/unwatch process can run in parallel, it would improve productivity significantly.
Thank you
The text was updated successfully, but these errors were encountered: