-
Notifications
You must be signed in to change notification settings - Fork 51
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add support for
--build --verbose
invocations
This is super handy for debugging when a `--build` is failing for some reason. The default reporting from `tsc` or `glint` itself isn't always helpful: it tends to bottom out with a *symptom* like "some type is not defined" without any way to get to the root cause of *why* that type is not defined. Having `--verbose` available for a `--build` invocation surfaces additional information, including which `references` are being built or not, and why.
- Loading branch information
1 parent
84f23ef
commit 2a3c0e5
Showing
2 changed files
with
184 additions
and
0 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