Skip to content

tsc --watch should listen for stdin requests to transpile on demand #20258

Open

Description

nodemon will listen for "rs" streaming to process.stdin and this allows the user to manually restart a process.

In the same way, there are times where it would be nice to manually restart an incremental build with tsc --watch, although it might not be much faster since it will rebuild everything, it should be a little smoother.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Assignees

No one assigned

    Labels

    Needs ProposalThis issue needs a plan that clarifies the finer details of how it could be implemented.SuggestionAn idea for TypeScript

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions