Skip to content

Fix keywords in generated namespaces

Pre-release
Pre-release

Choose a tag to compare

@mattpolzin mattpolzin released this 24 Oct 16:22
· 44 commits to main since this release
42363d6

For example, the route go/do/accept would previously have resulted in a Swift code generated namespace of go.do.accept and the do component is a reserved word so it will fail to compile.

This is fixed by escaping do with backticks in generated code.