File tree 4 files changed +9
-4
lines changed
4 files changed +9
-4
lines changed Original file line number Diff line number Diff line change @@ -96,7 +96,7 @@ require (
96
96
github.com/chromedp/chromedp v0.13.3
97
97
github.com/cli/safeexec v1.0.1
98
98
github.com/coder/flog v1.1.0
99
- github.com/coder/guts v1.1.0
99
+ github.com/coder/guts v1.3.1-0.20250428170043-ad369017e95b
100
100
github.com/coder/pretty v0.0.0-20230908205945-e89ba86370e0
101
101
github.com/coder/quartz v0.1.2
102
102
github.com/coder/retry v1.5.1
Original file line number Diff line number Diff line change @@ -901,8 +901,8 @@ github.com/coder/go-httpstat v0.0.0-20230801153223-321c88088322 h1:m0lPZjlQ7vdVp
901
901
github.com/coder/go-httpstat v0.0.0-20230801153223-321c88088322 /go.mod h1:rOLFDDVKVFiDqZFXoteXc97YXx7kFi9kYqR+2ETPkLQ =
902
902
github.com/coder/go-scim/pkg/v2 v2.0.0-20230221055123-1d63c1222136 h1:0RgB61LcNs24WOxc3PBvygSNTQurm0PYPujJjLLOzs0 =
903
903
github.com/coder/go-scim/pkg/v2 v2.0.0-20230221055123-1d63c1222136 /go.mod h1:VkD1P761nykiq75dz+4iFqIQIZka189tx1BQLOp0Skc =
904
- github.com/coder/guts v1.1.0 h1:EACEds9o4nwFjynDWsw1mvls0Xg91e74vBrqwz8BcGY =
905
- github.com/coder/guts v1.1.0 /go.mod h1:31NO4z6MVTOD4WaCLqE/hUAHGgNok9sRbuMc/LZFopI =
904
+ github.com/coder/guts v1.3.1-0.20250428170043-ad369017e95b h1:tfLKcE2s6D7YpFk7MUUCDE0Xbbmac+k2GqO8KMjv/Ug =
905
+ github.com/coder/guts v1.3.1-0.20250428170043-ad369017e95b /go.mod h1:31NO4z6MVTOD4WaCLqE/hUAHGgNok9sRbuMc/LZFopI =
906
906
github.com/coder/pq v1.10.5-0.20240813183442-0c420cb5a048 h1:3jzYUlGH7ZELIH4XggXhnTnP05FCYiAFeQpoN+gNR5I =
907
907
github.com/coder/pq v1.10.5-0.20240813183442-0c420cb5a048 /go.mod h1:AlVN5x4E4T544tWzH6hKfbfQvm3HdbOxrmggDNAPY9o =
908
908
github.com/coder/pretty v0.0.0-20230908205945-e89ba86370e0 h1:3A0ES21Ke+FxEM8CXx9n47SZOKOpgSE1bbJzlE4qPVs =
Original file line number Diff line number Diff line change @@ -67,7 +67,12 @@ func main() {
67
67
68
68
func TsMutations (ts * guts.Typescript ) {
69
69
ts .ApplyMutations (
70
+ // TODO: Remove 'NotNullMaps'. This is hiding potential bugs
71
+ // of referencing maps that are actually null.
72
+ config .NotNullMaps ,
70
73
FixSerpentStruct ,
74
+ // Prefer enums as types
75
+ config .EnumAsTypes ,
71
76
// Enum list generator
72
77
config .EnumLists ,
73
78
// Export all top level types
You can’t perform that action at this time.
0 commit comments