-
-
Notifications
You must be signed in to change notification settings - Fork 62
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
[Bug]: copy_files = True for ts_proto_library doesn't copy d.ts files to source tree #545
Comments
Read again code of As I understand, generating and copy files on And I need to run
Maybe there is a way to make it easier in Bazel? |
When the When running Is there a way to prevent |
Using bzlmod, bazel 7 and aspect_rules_ts 3.0.0-rc1 According this document there should be an attribute for |
Downgrading to aspect_rules_ts 2.4.2 (also ubuntu 22.04) I get this error
|
What happened?
Read that
ts_proto_library
copy generated files automaticly to source tree: https://github.com/aspect-build/rules_ts/blob/main/ts/proto.bzl#L59But that behaviour doesn't work in
rule_ts
examplesVersion
Development (host) and target OS/architectures: MacOS, darwin_arm64
Output of
bazel --version
: aspect 5.8.19Version of the Aspect rules, or other relevant rules from your
WORKSPACE
orMODULE.bazel
file:Reproducing in source code of https://github.com/aspect-build/rules_ts/
Language(s) and/or frameworks involved:
Reproducing in source code of https://github.com/aspect-build/rules_ts/
How to reproduce
The text was updated successfully, but these errors were encountered: