johanbrandhorst / protobuf

GopherJS Bindings for ProtobufJS and gRPC-Web
MIT License
81 stars 16 forks source link

protoc-gen-gopherjs: Consider migrating to https://github.com/lyft/protoc-gen-star #27

Open johanbrandhorst opened 6 years ago

johanbrandhorst commented 6 years ago

https://github.com/lyft/protoc-gen-star is an attempt at making it easier to write protoc plugins, building on protoc-gen-go, much like this repo does.

However, because the current protoc-gen-gopherjs is a fork of protoc-gen-go, there is some amount of work involved in maintaining it and merging fixes from protoc-gen-go. Migrating to https://github.com/lyft/protoc-gen-star might make this maintenance much easier as that work is left to the upstream repo.

johanbrandhorst commented 6 years ago

Or perhaps something like https://github.com/emicklei/proto/