Skip to content

Commit

Permalink
Remove todo
Browse files Browse the repository at this point in the history
  • Loading branch information
K-Phoen committed Sep 27, 2024
1 parent f8f059c commit 27bfc02
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/jennies/golang/jennies.go
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ func (language *Language) Jennies(globalConfig languages.Config) *codejen.JennyL
func (language *Language) CompilerPasses() compiler.Passes {
return compiler.Passes{
&compiler.AnonymousEnumToExplicitType{},
&compiler.AnonymousStructsToNamed{}, // TODO: the converter should be able to correctly generate code for anonymous structs
&compiler.AnonymousStructsToNamed{},
&compiler.PrefixEnumValues{},
&compiler.NotRequiredFieldAsNullableType{},
&compiler.FlattenDisjunctions{},
Expand Down

0 comments on commit 27bfc02

Please sign in to comment.