protobuf icon indicating copy to clipboard operation
protobuf copied to clipboard

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

Open johanbrandhorst opened this issue 6 years ago • 1 comments

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 avatar Dec 23 '17 18:12 johanbrandhorst

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

johanbrandhorst avatar Mar 21 '18 11:03 johanbrandhorst