Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(typescript): add .proto files from npm deps to inputs of ts_libra…
…ry (#1991) If @bazel/typescript is a dep of ts_library then the linker needs to include 'third_party/github.com/bazelbuild/bazel/src/main/protobuf/worker_protocol.proto' as an input as worker.js will run out of node_modules. The failure was only observed on Angular repo RBE since running ts_library has workers on by default it is not sandboxed.
- Loading branch information