This repository has been archived by the owner on Sep 16, 2021. It is now read-only.
Fix path to worker_protocol.proto in ts_library for @npm/typescript package... #455
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
…downstream in rules_nodejs
This was broken after rules_nodejs was updated set
--preserve-symlinks-main
for 0.30.2 and rules_typescript was updated to rules_nodejs 0.30.2 here c6fdfef which made the following change necessary to fix the local build c6fdfef#diff-118aceecde6f4c3cc18c0811d4bb3f48.That change fixed the local build but broke the downstream usage of ts_library since the path to the proto file in the
@bazel/typescript
npm package needs to be relative.