Skip to content

Running --build mode with a less-verbose --verbose mode #25286

Closed
@DanielRosenwasser

Description

@DanielRosenwasser

When using tsc -b (#22997) on our src directory, we have no gauge for how far in the build process we are. I can use --verbose, but that ends up being a bit much. Really what I want is a list of each project as it's being built.

Activity

RyanCavanaugh

RyanCavanaugh commented on Jun 28, 2018

@RyanCavanaugh
Member

Feedback from @ahejlsberg was that tsc should print nothing by default, but I agree in principle it'd be nice to know that something is happening. tsc -b --succinct ?

RyanCavanaugh

RyanCavanaugh commented on Jul 10, 2018

@RyanCavanaugh
Member

Forward-duping to #25562

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    In DiscussionNot yet reached consensusSuggestionAn idea for TypeScript

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

      Development

      No branches or pull requests

        Participants

        @DanielRosenwasser@RyanCavanaugh

        Issue actions

          Running --build mode with a less-verbose --verbose mode · Issue #25286 · microsoft/TypeScript