protoc-gen-ts icon indicating copy to clipboard operation
protoc-gen-ts copied to clipboard

Use proto_lang_toolchain introduce typescript support to Bazel

Open thesayyn opened this issue 3 years ago • 1 comments

Right now we built in our custom starlark rule to use protoc-gen-ts under bazel. However, this is a maintenance burden on us and we want to rely on existing rules and only introduce the minimal changes that are required to make protoc-gen-ts work with rules_proto and typescript.

See: https://docs.bazel.build/versions/main/be/protocol-buffer.html#proto_lang_toolchain

thesayyn avatar Dec 06 '21 13:12 thesayyn

At the moment, it doesn’t seem to be possible to use this; See: https://github.com/bazelbuild/rules_proto/issues/40

thesayyn avatar Dec 14 '21 16:12 thesayyn