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

Add sample for an incremental and watching program #260

Open
perbergland opened this issue Oct 19, 2020 · 2 comments
Open

Add sample for an incremental and watching program #260

perbergland opened this issue Oct 19, 2020 · 2 comments

Comments

@perbergland
Copy link

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.

@perbergland
Copy link
Author

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?

@weykon
Copy link

weykon commented Aug 3, 2023

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.

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

2 participants