khi195
Results
2
issues of
khi195
hi, any enum which is equal to 1 is not being picked up. For example export enum AccountType { CURRENT = 1, SAVING = 2, JOINT = 3, UNRECOGNIZED =...
this is a PR for the following issue https://github.com/stephenh/ts-proto/issues/643 for the upstream encoder, this PR has the ability to disable the check for default enums, because for proto2 we may...