-
Notifications
You must be signed in to change notification settings - Fork 1.4k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Pretty-print TypeScript build errors
- Loading branch information
1 parent
199cc70
commit 5cce79a
Showing
11 changed files
with
70 additions
and
10 deletions.
There are no files selected for viewing
This file contains 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
This file contains 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
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
trigger.a.build.error(); | ||
lets.do.another(); |
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
{} |
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
{ | ||
"compilerOptions": { | ||
"strict": true | ||
} | ||
} |
This file contains 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
This file contains 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
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
[?25l---tty-stream-chunk-separator | ||
|
||
---tty-stream-chunk-separator | ||
* ---tty-stream-chunk-separator | ||
[2K[1G---tty-stream-chunk-separator | ||
[?25h | ||
[31m1 uncaught exception[39m | ||
|
||
[1m[37mUncaught exception in test/fixture/report/typescript/build-error.ts[39m[22m | ||
|
||
[90mbuild-error.ts(1,1): error TS2304: Cannot find name 'trigger'.[39m | ||
[90mbuild-error.ts(2,1): error TS2304: Cannot find name 'lets'.[39m | ||
|
||
---tty-stream-chunk-separator |
This file contains 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
This file contains 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
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
|
||
---tty-stream-chunk-separator | ||
[1m[37mUncaught exception in test/fixture/report/typescript/build-error.ts[39m[22m | ||
|
||
[90mbuild-error.ts(1,1): error TS2304: Cannot find name 'trigger'.[39m | ||
[90mbuild-error.ts(2,1): error TS2304: Cannot find name 'lets'.[39m | ||
|
||
---tty-stream-chunk-separator | ||
[31m✖ test/fixture/report/typescript/build-error.ts exited with a non-zero exit code: 1[39m | ||
---tty-stream-chunk-separator | ||
|
||
[31m1 uncaught exception[39m | ||
|
||
---tty-stream-chunk-separator |