Sign in
pigweed
/
third_party
/
github
/
rules-proto-grpc
/
rules_proto_grpc
/
dc6ab2f86df58e3fa6ad83d0132a084fef488700
/
.
/
node
/
node_grpc_compile.bzl
blob: e8baf038cd6bf76865ab790b37545ce9af367048 [
file
]
load
(
"//:compile.bzl"
,
"proto_compile"
)
def
node_grpc_compile
(**
kwargs
):
# Append the node plugins and call generic compile
kwargs
[
"plugins"
]
=
kwargs
.
get
(
"plugins"
,
[])
+
[
Label
(
"//node:js"
),
Label
(
"//node:grpc_js"
),
]
proto_compile
(**
kwargs
)