Skip to content

Commit

Permalink
Add client/server generation options
Browse files Browse the repository at this point in the history
This patch splits the client and server generated code to two
files which should better support use of the client generated code in
the browser. Generation of the client/server code can also be
controlled via two plugin options:

```
--twirp_ts_opt=disable_client_generation # disables Twirp client code generation
--twirp_ts_opt=disable_server_generation # disables Twirp server code generation
```
  • Loading branch information
jeffreylo committed Jul 23, 2021
1 parent ba8e026 commit bbac7b8
Show file tree
Hide file tree
Showing 5 changed files with 6,075 additions and 89 deletions.
Loading

0 comments on commit bbac7b8

Please # to comment.