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

Add support for --build --verbose invocations #590

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

chriskrycho
Copy link
Member

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.

@chriskrycho chriskrycho added the enhancement New feature or request label Jun 16, 2023
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.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant