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:
From grpc-ecosystem#39
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: