Feature request - marking types as deprecated.
Open
feature request
- Dominant language
- Rust
- Stars
- 22.3k
- Forks
- 1.9k
- PR merge metrics
- No merged PRs in 30d
Description
Greetings,
I'd like ask you for a possibility to mark type as deprecated, so the flow will throw warning on places where given type is used.
eg.
```
// $FlowDeprecated
type SomeDeprecatedType = {
}
```
Contributor guide
Assessment
This issue has not been assessed yet.