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

Prettified timestamps and error reports in --pretty #20416

Merged
merged 4 commits into from
Dec 19, 2017

Commits on Dec 3, 2017

  1. Prettified timestamps and error reports in --pretty

    Timestamps look like Gulp's, with grey times inside white brackets.
    Files have cyan filenames, yellow line and column numbers, and grey TS{####} errors. I wonder if those are actually useful for folks using the --pretty CLI: are they used for anything outside Visual Studio... Can we just get rid of them?
    
    Re-uses compiler/program's color logic in compiler/watch. The relevant variables are now exported and marked `@internal`. Is there a preferred way of re-using this code in both those files?
    Josh Goldberg committed Dec 3, 2017
    Configuration menu
    Copy the full SHA
    eb5d8d0 View commit details
    Browse the repository at this point in the history
  2. Fixed prettyContextNotDebugAssertion.errors baseline

    Josh Goldberg committed Dec 3, 2017
    Configuration menu
    Copy the full SHA
    ff7510d View commit details
    Browse the repository at this point in the history

Commits on Dec 5, 2017

  1. Re-added blue color, with corrected 94m code

    Josh Goldberg committed Dec 5, 2017
    Configuration menu
    Copy the full SHA
    98b64db View commit details
    Browse the repository at this point in the history

Commits on Dec 19, 2017

  1. Converted to enum; marked internal

    Josh Goldberg committed Dec 19, 2017
    Configuration menu
    Copy the full SHA
    b315170 View commit details
    Browse the repository at this point in the history