googleapis / googleapis/google-cloud-swift
sidekick: swift collect per-message / per-client imports
Open
- Dominant language
- Swift
- Stars
- 26
- Forks
- 10
- Avg merge
- 12h 56m
- Merged PRs (30d)
- 211
Description
Currently we collect all the imports needed by the library, and add said imports to all the generated files for messages and clients.
It would be neater to collect the imports needed by each message (and its children) and by each client (may include external requests and responses for mixins) and then only import what is needed.
Contributor guide
Assessment
This issue has not been assessed yet.