Skip to content

Commit

Permalink
Remove grpc-tools-node-protoc-gen. (#38715)
Browse files Browse the repository at this point in the history
We're no longer using grpc-tools-node-protoc-gen in master/v15, so it's been
removed.
  • Loading branch information
mdwn committed Feb 28, 2024
1 parent 85f90e4 commit 329c542
Show file tree
Hide file tree
Showing 91 changed files with 0 additions and 80,273 deletions.
28 changes: 0 additions & 28 deletions buf-js.gen.yaml

This file was deleted.

10 changes: 0 additions & 10 deletions build.assets/genproto.sh
Original file line number Diff line number Diff line change
Expand Up @@ -72,16 +72,6 @@ main() {
echoed buf generate --template=buf-connect-go.gen.yaml \
--path=proto/prehog/

# Generate JS protos.
# TODO(ryan): remove once Connect has migrated to the TS protobufs.
[[ $skip_js -eq 0 ]] && echoed buf generate --template=buf-js.gen.yaml \
--path=proto/prehog/ \
--path=proto/teleport/lib/teleterm/ \
--path=api/proto/teleport/userpreferences/ \
--path=api/proto/teleport/accesslist/ \
--path=api/proto/teleport/trait/ \
--path=api/proto/teleport/header/

# Generate TS protos.
[[ $skip_js -eq 0 ]] && echoed buf generate --template=buf-ts.gen.yaml \
--path=proto/prehog/ \
Expand Down
42 changes: 0 additions & 42 deletions gen/proto/js/prehog/v1/teleport_grpc_pb.d.ts

This file was deleted.

72 changes: 0 additions & 72 deletions gen/proto/js/prehog/v1/teleport_grpc_pb.js

This file was deleted.

0 comments on commit 329c542

Please sign in to comment.