Created
December 3, 2015 22:02
-
-
Save chadaustin/495064765e6a94e9f58c to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| node_modules/typescript/bin/tsc --jsx 'react' -t 'ES6' -w | awk " | |
| /message TS6032/ { print \"$YELLOW\" \$0 \"$NORMAL\"; next } | |
| /message TS6042/ { print \"$GREEN\" \$0 \"$NORMAL\"; next } | |
| /error TS[0-9]+/ { print \"${BRIGHT}${RED}\" \$0 \"$NORMAL\"; next } | |
| { print \$0 } | |
| " |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment