fix(ts_proto_library): don't path .js/.d.ts emit following _virtual_imports#874
fix(ts_proto_library): don't path .js/.d.ts emit following _virtual_imports#874
Conversation
#819 created a changed proto but it wasn't imported anywhere
|
| outs.append(ctx.actions.declare_file("{}-{}_connectquery{}".format(prefix, service, ext), sibling = src)) | ||
| outs.append(ctx.actions.declare_file( | ||
| "{}-{}_connectquery{}".format(prefix, service, ext), | ||
| # sibling = src |
|
Some tests are failing still? |
|
Okay I think this doesn't work, yet... A depends on B(strip_import_prefix="original/path/to") B now gets written to but the typings for A are generated from the descriptor so |
|
Alex Eagle seems not to be a GitHub user. You need a GitHub account to be able to sign the CLA. If you have already a GitHub account, please add the email address used for this commit to your account. You have signed the CLA already but the status is still pending? Let us recheck it. |




#819 created a changed proto but it wasn't imported anywhere. So it wasn't quite the right fix.
fixes #476