Skip to content

Commit

Permalink
fix: module stub for type aliases
Browse files Browse the repository at this point in the history
  • Loading branch information
worstell committed Jul 29, 2024
1 parent d0f1370 commit 7380da0
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ func ({{.Name|title}}) {{$enumInterfaceFuncName}}() {}
{{- end}}
{{- else if is "TypeAlias" .}}
//ftl:typealias
type {{.Name|title}} {{typeAliasType $.Module .}}
type {{.Name|title}} = {{typeAliasType $.Module .}}
{{- else if is "Data" .}}
type {{.Name|title}}
{{- if .TypeParameters}}[
Expand Down

0 comments on commit 7380da0

Please sign in to comment.