github.com/stackb/rules_proto@v0.0.0-20240221195024-5428336c51f1/rules/nodejs/grpc_web_js_library.bzl (about)

     1  "grpc_web_js_library.bzl provides a js_library for grpc files."
     2  
     3  load("@build_bazel_rules_nodejs//:index.bzl", "js_library")
     4  
     5  def grpc_web_js_library(**kwargs):
     6      js_library(**kwargs)