Hide the TemplateResult type branding field
Open
@AndrewJakubowicz is already working on this.
Since Jun 17, 2022.
- Dominant language
- TypeScript
- Stars
- 142
- Forks
- 230
- PR merge metrics
- No merged PRs in 30d
Description
In the generated documentation, the [TemplateResult type](https://lit.dev/docs/api/templates/#TemplateResult:~:text=%27lit%27%3B-,Type,-%7B_%24litType%24%3A) shows up as `{_$litType$: T, strings: TemplateStringsArray, values: Array}`.
This is an internal detail that we don't need to show in documentation.
See https://github.com/lit/lit.dev/pull/864#issuecomment-1159238347
### Proposals
- For `TemplateResult`, hide the Type section?
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.