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

Watch files is too slow #308

Open
andreanaya opened this issue Jan 21, 2025 · 0 comments
Open

Watch files is too slow #308

andreanaya opened this issue Jan 21, 2025 · 0 comments

Comments

@andreanaya
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant