microsoft / microsoft/typespec

Add typekit to allow listsing all types under a container (namespace/interface)

Open
#7,367 0 comments 2 reactions 1 assignee Assigned to @Copilot View on GitHub
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

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.