bufbuild/protocompile

`--include_imports` option from `protoc` with protocompile

Arnovsky opened this issue · 1 comments

Is it possible to include all of the imports in the output of the compiler? I didn't manage to find this behaviour in the code. the use-case is generation a FileDescriptorSet that will be later parsed by protodesc.NewFiles

Just noticed this might be a duplicate of #180