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
I expect to end up with a file that only contains references to anything that is needed to decode messages, however the file ends up having an unused reference to $protobuf.Writer:
// Common aliasesvar$Reader=$protobuf.Reader,$Writer=$protobuf.Writer,$util=$protobuf.util;
I searched a bit in the code and could not actually find the place where it calculates the needed dependencies. If you point me in the right direction I am happy to contribute a fix.
The text was updated successfully, but these errors were encountered:
protobuf.js version: 6.6.5
When using the CLI with these options:
I expect to end up with a file that only contains references to anything that is needed to decode messages, however the file ends up having an unused reference to
$protobuf.Writer
:I searched a bit in the code and could not actually find the place where it calculates the needed dependencies. If you point me in the right direction I am happy to contribute a fix.
The text was updated successfully, but these errors were encountered: