this code uses an invalid id for fields thus resulting in an invalid .proto .schema https://github.com/konsumer/rawproto/blob/795b15f3cc16b708570a6f5667da209ba0aee94a/src/index.js#L492 it should be something like this ```js for (const [fn, f] of Object.entries(tree.sub || {})) ```
this code uses an invalid id for fields thus resulting in an invalid .proto .schema
rawproto/src/index.js
Line 492 in 795b15f
it should be something like this