8000 Add -ifChanged option to tsc · Issue #14453 · microsoft/TypeScript · GitHub
[go: up one dir, main page]

Skip to content
Add -ifChanged option to tsc #14453
Closed
Closed
@mihailik

Description

@mihailik

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    DuplicateAn existing issue was already created

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions

      0