Timo Stamm
Timo Stamm
Ideas
This is a collection of ideas for further development: - Generate clients for @grpc/grpc-js (see #57) - Provide a "backend" for grpc-web, similar to the grpc-backend - Support Enum /...
Ideas
This is a collection of ideas for further development: - Generate clients for @grpc/grpc-js (see #57) - Provide a "backend" for grpc-web, similar to the grpc-backend - Support Enum /...
https://github.com/timostamm/protobuf-ts/commit/ea11acf5d75d0faba72ac16899768b1a354069e9 added the plugin option `ts_nocheck` so that users can use more strict compiler settings (see https://github.com/timostamm/protobuf-ts/issues/139 and https://github.com/timostamm/protobuf-ts/issues/152). > - "ts_nocheck" > Generate a @ts-nocheck annotation at the top...
https://github.com/timostamm/protobuf-ts/commit/ea11acf5d75d0faba72ac16899768b1a354069e9 added the plugin option `ts_nocheck` so that users can use more strict compiler settings (see https://github.com/timostamm/protobuf-ts/issues/139 and https://github.com/timostamm/protobuf-ts/issues/152). > - "ts_nocheck" > Generate a @ts-nocheck annotation at the top...
https://github.com/timostamm/protobuf-ts/commit/ea11acf5d75d0faba72ac16899768b1a354069e9 added the plugin option `ts_nocheck` so that users can use more strict compiler settings (see https://github.com/timostamm/protobuf-ts/issues/139 and https://github.com/timostamm/protobuf-ts/issues/152). > - "ts_nocheck" > Generate a @ts-nocheck annotation at the top...
https://github.com/timostamm/protobuf-ts/commit/5e0792557a5614cb0394a9c895c39d6edca509f7 added the plugin option: > - "add_pb_suffix" Adds the suffix _pb to the names of all generated files. This will become the default behaviour in the next major release....
https://github.com/timostamm/protobuf-ts/commit/5e0792557a5614cb0394a9c895c39d6edca509f7 added the plugin option: > - "add_pb_suffix" Adds the suffix _pb to the names of all generated files. This will become the default behaviour in the next major release....
gRPC clients via `@grpc/grpc-js` bring their own interceptors. Letting the user choose from multiple interceptor mechanisms available seems overcomplicated. This could be solved by moving interceptors to the transport layer.
gRPC clients via `@grpc/grpc-js` bring their own interceptors. Letting the user choose from multiple interceptor mechanisms available seems overcomplicated. This could be solved by moving interceptors to the transport layer.
https://github.com/timostamm/protobuf-ts/commit/5e0792557a5614cb0394a9c895c39d6edca509f7 added the plugin option: > - "add_pb_suffix" Adds the suffix _pb to the names of all generated files. This will become the default behaviour in the next major release....