You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
0 commit comments