Closed
Description
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.