Skip to content

Commit a1b3061

Browse files
authored
Merge branch 'main' into chore/sdk-params-progress
2 parents 47451f7 + 482bdb4 commit a1b3061

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.changeset/silent-donkeys-itch.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22
'@hey-api/openapi-ts': minor
33
---
44

5+
fix(typescript): removed `typescript+namespace` enums mode
6+
57
### Removed `typescript+namespace` enums mode
68

79
Due to a simpler TypeScript plugin implementation, the `typescript+namespace` enums mode is no longer necessary. This mode was used in the past to group inline enums under the same namespace. With the latest changes, this behavior is no longer supported. You can either choose to ignore inline enums (default), or use the `enums` transform (added in v0.78.0) to convert them into reusable components which will get exported as usual.

0 commit comments

Comments
 (0)