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
`required` is a field in proto2 but not in proto3 so throw if it
is encountered while generating `.ts` from `.proto`.
It would be better to detect `proto2` from the `syntax` directive
but it's not in the output of the `pbjs -t json` command.
Fixes#34
0 commit comments