github.com/stackb/rules_proto@v0.0.0-20240221195024-5428336c51f1/rules/nodejs/proto_nodejs_library.bzl (about) 1 "proto_nodejs_library.bzl provides a js_library for proto files." 2 3 load("@build_bazel_rules_nodejs//:index.bzl", "js_library") 4 5 def proto_nodejs_library(**kwargs): 6 js_library(**kwargs)