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

Improve accessibility on terminal output #3852

Closed
tinganho opened this issue Jul 14, 2015 · 6 comments
Closed

Improve accessibility on terminal output #3852

tinganho opened this issue Jul 14, 2015 · 6 comments
Assignees
Labels
Fixed A PR has been merged for this issue Needs Proposal This issue needs a plan that clarifies the finer details of how it could be implemented. Suggestion An idea for TypeScript

Comments

@tinganho
Copy link
Contributor

The output on tsc is not so accessible. I find it hard to read because everything is white and no newlines between lines.

Also when running tsc -w it is very hard to distinguish latest build from the second latest.

These problem can be solved if the output where a little bit more colorized.

@danquirk
Copy link
Member

I think @DanielRosenwasser might actually already be working on exactly some things to help out with this.

@danquirk danquirk added Suggestion An idea for TypeScript Needs Proposal This issue needs a plan that clarifies the finer details of how it could be implemented. labels Jul 14, 2015
@tinganho
Copy link
Contributor Author

ok nice!

@Gaelan
Copy link

Gaelan commented Oct 6, 2015

👍

@myitcv
Copy link

myitcv commented Oct 6, 2015

Can I ask that if colourisation of terminal output is considered that it be off by default? Covers the case where tools consume the output of tsc.

@DanielRosenwasser
Copy link
Member

I've put out #5140 if you guys'd like to try it out and give some feedback. 😃

@DanielRosenwasser DanielRosenwasser added the Fixed A PR has been merged for this issue label Nov 3, 2015
@DanielRosenwasser
Copy link
Member

Give it a try, it should be out in tonight's nightly, and uses the --pretty flag.

@mhegazy mhegazy closed this as completed Nov 3, 2015
@DanielRosenwasser DanielRosenwasser added this to the TypeScript 1.8 milestone Nov 3, 2015
@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
Fixed A PR has been merged for this issue Needs Proposal This issue needs a plan that clarifies the finer details of how it could be implemented. Suggestion An idea for TypeScript
Projects
None yet
Development

No branches or pull requests

6 participants