Commits
Click on a commit to change the comparison rangerefactor(client): remove makeEnum from generated client
`makeEnum` is just an identity function and doesn't do anything in
generated JavaScript code. What the comment refers to is only relevant
to TypeScript on type level, and we have types generated separately in
a `.d.ts` file.