Skip to content

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