blob: 9f8ccdc6ebf697d542969b2bb6b8827986cca9f2 [file]
load("//:compile.bzl", "proto_compile")
def closure_grpc_compile(**kwargs):
proto_compile(
plugins = [str(Label("//github.com/stackb/grpc.js:grpc.js"))],
**kwargs
)