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
Hi! Could you push these canary releases to the "real" npm? I couldn't figure out how to install packages from the GitHub registry without authenticating. Or does anyone know how to do that?
I have a
.proto
File with just one enum inside.The output typescript file always imports the
google-protobuf
library, even if it's not necessary.With the typescript compiler option
noUnusedLocals
enabled, the following error occurred:TS6133: 'pb_1' is declared but its value is never read.
It would be nice to add a option to solve this problem
The text was updated successfully, but these errors were encountered: