pb-to-typescript
pb-to-typescript copied to clipboard
A converter from pb to typescript
Is it possible to auto detect `optional` and `oneof` keywords and add `?` to the export `type` ? eg: ```protobuf message Person { string name = 1; optional uint32 age...
**protobuf.js** version: _6.8.6_ and latest one (_7.2.6_). I have a shell script I use to generate the type definitions from my proto files. It generates properly the **types.js**, but when...
Bumps [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite) from 5.0.10 to 5.0.12. Changelog Sourced from vite's changelog. 5.0.12 (2024-01-19) fix: await configResolved hooks of worker plugins (#15597) (#15605) (ef89f80), closes #15597 #15605 fix: fs deny for...
Bumps [postcss](https://github.com/postcss/postcss) from 8.4.23 to 8.4.31. Release notes Sourced from postcss's releases. 8.4.31 Fixed \r parsing to fix CVE-2023-44270. 8.4.30 Improved source map performance (by @romainmenke). 8.4.29 Fixed Node#source.offset (by...
Bumps [mixme](https://github.com/adaltas/node-mixme) from 0.5.0 to 0.5.9. Changelog Sourced from mixme's changelog. 0.5.9 (2023-03-16) Bug Fixes cjs package paths (dc90193) 0.5.8 (2023-03-16) Bug Fixes publish lib folder to npm (0fa53e2) 0.5.7...
Bumps [protobufjs](https://github.com/protobufjs/protobuf.js) from 7.2.3 to 7.2.4. Release notes Sourced from protobufjs's releases. protobufjs: v7.2.4 7.2.4 (2023-06-23) Bug Fixes do not let setProperty change the prototype (#1899) (e66379f) Changelog Sourced from...
message Message1 { message Data { int32 id = 1; } Data data = 3; } message Message2 { message Data { int32 id = 1; } Data data =...