[tcgc] switch to block list for generic decorator list
Open
lib:tcgc
- Dominant language
- TypeScript
- Stars
- 27
- Forks
- 90
- Avg merge
- 1d 22h
- Merged PRs (30d)
- 156
Description
in the initial design of generic decorator list exposed by tcgc, we decided to let emitter to choose which decorators it needs with allow list.
we receive some feedback which think emitter would expect that all decorators are in the list by default.
so, we decided to change allow list to block list. by default, all typespec decorators will be in the generic decorator list.
Contributor guide
Assessment
This issue has not been assessed yet.