Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: add certain raw imports to RESERVED_NAMES (#824)
The current example is 'auth', which is imported directly by both transports and unit tests. This name conflicts with any calculated dependency import whose name happens to be 'auth'. Fix involves adding 'auth' and other direct, raw imports in templates to RESERVED_NAMES.
- Loading branch information