dxos / codec-protobuf

GNU Affero General Public License v3.0
2 stars 2 forks source link

Predictable build #68

Open dmaretskyi opened 3 years ago

dmaretskyi commented 3 years ago

Namespace ordering in protobuf.js is not stable. We should sort them when producing the generated code.

This should be done when generating cross-namespace import declarations and also the type registry.