-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore(platform): gencode should generate js and d.ts files (#292)
* chore(platform): gencode should generate js and d.ts files * update buf.gen.yaml and proto generation script to clean gencode on run * dummy to fix hanging CI * remove unneeded dep
- Loading branch information
1 parent
30fb685
commit cc32059
Showing
67 changed files
with
7,570 additions
and
15,135 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
# collapses proto gencode in PR diffs by default | ||
lib/src/platform/** linguist-generated=true |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,12 +1,13 @@ | ||
# Learn more: https://docs.buf.build/configuration/v1/buf-gen-yaml | ||
version: v1 | ||
plugins: | ||
- name: es | ||
opt: target=ts | ||
out: lib/src/platform | ||
- name: connect-es | ||
out: lib/src/platform | ||
opt: target=ts | ||
- plugin: buf.build/grpc/web | ||
out: lib/src/platform | ||
opt: import_style=typescript,mode=grpcwebtext | ||
- plugin: es | ||
out: lib/src/platform | ||
opt: | ||
- target=js+dts | ||
- import_extension=none | ||
- plugin: connect-es | ||
out: lib/src/platform | ||
opt: | ||
- target=js+dts | ||
- import_extension=none |
140 changes: 0 additions & 140 deletions
140
lib/src/platform/authorization/AuthorizationServiceClientPb.ts
This file was deleted.
Oops, something went wrong.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
31 changes: 18 additions & 13 deletions
31
...rm/authorization/authorization_connect.ts → ...rm/authorization/authorization_connect.js
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Oops, something went wrong.