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
This commit was created on GitHub.com and signed with GitHub’s verified signature.
Bug Fixes
Code generation: Escape Swift reserved words (e.g. default, in, type) when they appear as lexicon-derived identifiers, so generated code compiles. (#77)
Improvements
Code generation: Generated files now follow consistent formatting — 2-space indentation, blank lines between declarations, alphabetically sorted imports, a single trailing newline, and the case .foo(let value) binding style. (#76)