googleapis / googleapis/google-cloud-node
Do not duplicate protos
Open
library: google-cloud-node-core
priority: p2
type: cleanup
- Dominant language
- TypeScript
- Stars
- 3.2k
- Forks
- 712
- Avg merge
- 2d 3h
- Merged PRs (30d)
- 99
Description
At this moment, the gax package contains two duplicate of protos: in `protos/` and in `build/protos/`, which is caused by some legacy and does not make any sense. We need to remove the `protos/` folder and leave only `build/protos` from the `files` section in `package.json`. This will be a breaking change, the generated libraries we must make sure they only use protos from the `build/protos/` folder.
Contributor guide
Assessment
This issue has not been assessed yet.