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
ECMAScript does not have namespaces, and while it's possible to emulate them, doing so has various drawbacks and does not work well with tree-shakeable ECMAScript imports.
Because of this, nested types are all generated on the same level, and it is not possible to change this.
When I switched to
protobuf-es
, some codes broke:The proto file is:
then I use it like
But now it is:
I need to change it to:
There are many codes in my codebase, Is this possible to keep this behavior same with
google-protobuf
?The text was updated successfully, but these errors were encountered: