Closed D4nte closed 1 year ago
@achingbrain Do you have any opinion on the matter? I am happy to submit a PR but would like to know what direction is preferred first :) same for #43.
:tada: This issue has been resolved in version protons-v7.0.0 :tada:
The release is available on:
Your semantic-release bot :package::rocket:
Expected
As per
proto3
's language guide:Hence, I would expect the TypeScript code to allow singular fields to be undefined
should generate
Actual
generates
Note
When using the
optional
keyword, I can get the desired effect:However,
optional
is not part of theproto3
syntax.