Sign in
pigweed
/
third_party
/
github
/
rules-proto-grpc
/
rules_proto_grpc
/
49d68b51197b4ad32108263bfdc3fe409d97ee4e
/
.
/
github.com
/
stackb
/
grpc.js
/
BUILD.bazel
blob: 248c3a49756e54ea164ecf9061dd6e5401067769 [
file
]
load
(
"//:plugin.bzl"
,
"proto_plugin"
)
proto_plugin
(
name
=
"grpc.js_plugin"
,
outputs
=
[
"{protopath}.grpc.js"
],
tool
=
"@com_github_stackb_grpc_js//protoc-gen-grpc-js"
,
exclusions
=
[
"google/protobuf"
,
],
visibility
=
[
"//visibility:public"
],
)