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)