Skip to content

Feature request: Incremental compilation #7778

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

Closed
digeff opened this issue Apr 1, 2016 · 2 comments
Closed

Feature request: Incremental compilation #7778

digeff opened this issue Apr 1, 2016 · 2 comments
Labels
Question An issue which isn't directly actionable in code

Comments

@digeff
Copy link

digeff commented Apr 1, 2016

I'd be great if there was an easy way for the typescript to detect and only recompile and re-parse the files that were changed since the last run.

@mquandalle
Copy link

@DanielRosenwasser
Copy link
Member

We also have a --watch flag built into the compiler that does this. We also have some outstanding work on #6937 to shave off emit time and avoid updating timestamps when a file's emit isn't actually different.

@mhegazy mhegazy added the Question An issue which isn't directly actionable in code label Apr 20, 2016
@mhegazy mhegazy closed this as completed Apr 20, 2016
@microsoft microsoft locked and limited conversation to collaborators Jun 19, 2018
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Question An issue which isn't directly actionable in code
Projects
None yet
Development

No branches or pull requests

4 participants