You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- generate into separate files
- fix unit tests
- rename enum values of protobuf-ts.proto / ClientStyle + ServerStyle to prevent collision
- move ClientStyle + ServerStyle from runtime-rpc into plugin, don't export
At the moment, service clients are generated into a single file.
For example, the following .proto:
Generates a typescript file
service-style-all.ts
:This has the following disadvantages:
Possible solution:
TODO:
The text was updated successfully, but these errors were encountered: