github.com/stackb/rules_proto@v0.0.0-20240221195024-5428336c51f1/plugin/stephenh/ts-proto/BUILD.bazel (about)

     1  load("@build_stack_rules_proto//rules:proto_plugin.bzl", "proto_plugin")
     2  load("@npm_ts_proto//plugin/stephenh/ts-proto:ts-proto/package_json.bzl", ts_proto = "bin")
     3  
     4  ts_proto.protoc_gen_ts_proto_binary(
     5      name = "ts-proto",
     6  )
     7  
     8  proto_plugin(
     9      name = "protoc-gen-ts-proto",
    10      tool = ":ts-proto",
    11      visibility = ["//visibility:public"],
    12  )
    13  
    14  filegroup(
    15      name = "all_files",
    16      srcs = ["BUILD.bazel"],
    17      visibility = ["//plugin:__pkg__"],
    18  )