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 -ifChanged option to tsc #14453

Closed
mihailik opened this issue Mar 4, 2017 · 1 comment
Closed

Add -ifChanged option to tsc #14453

mihailik opened this issue Mar 4, 2017 · 1 comment
Labels
Duplicate An existing issue was already created

Comments

@mihailik
Copy link
Contributor

mihailik commented Mar 4, 2017

As TSC resolves the graph of inputs, it can collect timestamps on file and compare with output[s] timestamp[s].

Currently this check needs to be done in external tooling, and cannot be very precise (indeed there were bugs in TS build dependency calculation itself!)

TSC is in the best position to know the full dependencies/outputs graph -- and can skip emit if outputs are younger than inputs.

@mhegazy
Copy link
Contributor

mhegazy commented Mar 9, 2017

covered by #10879

@mhegazy mhegazy added the Duplicate An existing issue was already created label Mar 9, 2017
@mhegazy mhegazy closed this as completed Mar 9, 2017
@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
Duplicate An existing issue was already created
Projects
None yet
Development

No branches or pull requests

2 participants