AlexDaSoul / nestjs-proto-gen-ts

Generate TypeScript interfaces for Nest.js gRPC from Protobuf files
MIT License
74 stars 28 forks source link

Deprecated grpc, changed to @grpc/grpc-js. Making default template shows error. #15

Closed haqqi closed 3 years ago

haqqi commented 3 years ago

Feature Request

grpc library is deprecated. It is recommended to use @grpc/grpc-js instead. So it think this library needs an update to comply with the latest version.

Also, as per current version of NestJS, the linter does not allow namespace for interface. This makes the default template shows error in the namespace keywords.

Thank you.

AlexDaSoul commented 3 years ago

Done