-
Notifications
You must be signed in to change notification settings - Fork 12
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: generate behavior comments for fields
`google.api.field_behavior` is used for describing field behaviors for fields programmatically, instead of in comments. Because they are not in comments, they wont be reflected in the generated Typescript code. This change includes an appended behavior comment for all fields that are annotated with field_behavior. Proto3 `optional` do not have this comment appended, because the generated types already sufficiently signals this.
- Loading branch information
Showing
2 changed files
with
96 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters