microsoft / microsoft/typespec
Add typekit to allow listsing all types under a container (namespace/interface)
Open
compiler:core
feature
triaged:core
- Dominant language
- Java
- Stars
- 5.9k
- Forks
- 394
- Avg merge
- 1d 23h
- Merged PRs (30d)
- 104
Description
We often need to list items under a namespace/interface that have certain decorators attached to them.
Right now need to keep rewriting this conversion.
```ts
$.type.listUnder(container, (m) => filter));
$.model.listUnder(container, (m) => filter));
```
Contributor guide
Assessment
This issue has not been assessed yet.