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
Hello.
Thanks for your library!
Unfortunately I found out that es6 modules are compiled into TypeScript typings incorrectly.
I have multiple export statements in the ts file while js file has single default export.
protobuf.js version: <6.6.3>
Hello.
Thanks for your library!
Unfortunately I found out that es6 modules are compiled into TypeScript typings incorrectly.
I have multiple export statements in the ts file while js file has single default export.
Let's say I have following .proto:
And I have following generation code:
When I try to use the code above, es6 modules doesn't work. But if you try to use common js, the result works just perfect.
Thanks!
The text was updated successfully, but these errors were encountered: