Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[feature-request] Interfaces should have the ability to require the presence of certain decorators on its members, and the classes it is applied to. #40473

Closed
Tanja-4732 opened this issue Sep 10, 2020 · 1 comment
Labels
Unactionable There isn't something we can do with this issue

Comments

@Tanja-4732
Copy link

Interfaces should have the ability to require the presence of certain decorators on its members, and the classes it is applied to.

This would allow the type checker to overcome the issues #4881 (and its duplicate #25119).

Notice: The above mentioned issues request the ability for decorators to modify the types of the stuff it's applied to, and to allow decorators to implement interfaces, while this issue aims to allow interfaces to require decorators to be applied to some of the properties of the interface.

@RyanCavanaugh RyanCavanaugh added the Unactionable There isn't something we can do with this issue label Sep 10, 2020
@RyanCavanaugh
Copy link
Member

The feature request template asks you to fill in a more complete picture of what you would like to see added to the language; off-the-cuff descriptions like this are hard for us to reason about. Please fill it in in a new issue.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Unactionable There isn't something we can do with this issue
Projects
None yet
Development

No branches or pull requests

2 participants