Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Simplify typealias translator (#2126)
Motivation: The typealias used to generte an enum per package name and nested enums for each service within that namespace. In order for that to work, the services had to be grouped by namespace. This is no longer the case, each service is generated within a combined package-service enum. It's simpler to just generate the services in the order they are created. Modifications: - Remove the sorting - Remove tests which test the unwanted behaviour Result: Less code
- Loading branch information