You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If it did, the typescript compiler picks this up giving a warning:
This is useful when deprecating an old field (and often moving to a new one) in a large codebase as it gives a visual indication where the old one is used.
The text was updated successfully, but these errors were encountered:
samstradling
changed the title
Support for deprecated fields
Support for annotating deprecated fields
Jul 8, 2022
If a field is deprecated in the proto definitions, such as
Would it be possible to add a deprecated annotation to the generated types:
If it did, the typescript compiler picks this up giving a warning:
This is useful when deprecating an old field (and often moving to a new one) in a large codebase as it gives a visual indication where the old one is used.
The text was updated successfully, but these errors were encountered: