You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Generates appropriate Protocol Buffer sources from Proto files directly through _TypeScript Compiler API_.
@@ -64,8 +64,6 @@ You can also support me directly by buying me one or two coffee,
64
64
<imgheight="40px"src="https://img.buymeacoffee.com/button-api/?text=Buy me a coffee&emoji=🙌&slug=thesayyn&button_colour=FFDD00&font_colour=000000&font_family=Cookie&outline_colour=000000&coffee_colour=ffffff">
65
65
</a>
66
66
67
-
68
-
69
67
## Key Differences
70
68
71
69
This protoc plugin does generate;
@@ -102,6 +100,10 @@ ts_proto_library(
102
100
```
103
101
104
102
103
+
## Usage with @grpc/grpc-js or grpc
104
+
105
+
There is a seperate documentation for the usage of protoc-gen-ts along with either `@grpc/grpc-js` or `grpc`
0 commit comments