-
Notifications
You must be signed in to change notification settings - Fork 15.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Remove the JavaScript implementation #9874
Conversation
This implementation is about to be split out into a separate Git repo.
Improve documentation of javascript npm package now that we're in a new repository grpc/grpc-web#1241 protocolbuffers/protobuf#9874
I assume the new repo is https://github.com/protocolbuffers/protobuf-javascript? Or where did this go? How can I use it now? |
Hm ok after two hours of research it seems this was just removed and after 3.20.1 there is no way to generate js. How is this not a breaking change?? |
@acozzette why was it removed from this repo? |
This comment was marked as abuse.
This comment was marked as abuse.
@zepatrik yes, https://github.com/protocolbuffers/protobuf-javascript is the new repo. |
A possible solution for the missing Javascript generator can be found here : protocolbuffers/protobuf-javascript#127 (comment) |
There is an official first-party solution: if you This way I managed to do without protoc-gen-js. |
This implementation is about to be split out into a separate Git repo.