Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use proto_lang_toolchain introduce typescript support to Bazel #105

Closed
thesayyn opened this issue Dec 6, 2021 · 1 comment
Closed

Use proto_lang_toolchain introduce typescript support to Bazel #105

thesayyn opened this issue Dec 6, 2021 · 1 comment
Assignees
Labels

Comments

@thesayyn
Copy link
Owner

thesayyn commented Dec 6, 2021

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 thesayyn self-assigned this Dec 6, 2021
@thesayyn
Copy link
Owner Author

At the moment, it doesn’t seem to be possible to use this;
See: bazelbuild/rules_proto#40

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant