grpc / grpc-web

gRPC for Web Clients
https://grpc.io
Apache License 2.0
8.51k stars 766 forks source link

When supports GeneratorOptions::OutputMode::kEverythingInOneFile? #1228

Open nnnnoel opened 2 years ago

nnnnoel commented 2 years ago

I want to generate commonjs+dts file in just 2 file. but now, I add out option in grpc-web_out=, I cannot generate files with Tried to write the same file twice error.

when the commonjs+dts one file generate supports in one file and namespace, we can use this project usefully.