cosmology-tech / telescope

A TypeScript Transpiler for Cosmos Protobufs ⚛️
https://cosmology.zone/products/telescope
Apache License 2.0
141 stars 41 forks source link

Enum default #598

Closed Zetazzz closed 3 months ago

Zetazzz commented 3 months ago

Fixed https://github.com/cosmology-tech/telescope/issues/586

Added flag: prototypes.typingsFormat.autoFixUndefinedEnumDefault the default value of an enum field would be: 1(proto2); 0(proto3); But in some rare cases, those default values are not existing. This'll result in build error. By enable this, default value will automatically fixed with the smallest value.