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
Good day, really enjoying your generator, thanks for the ease of use of this project. My colleagues found a small thing that could be improved:
This map
val explanations: Map<String, String>
is generated into this:
explanations: { [index: string]: string }
It would be really nice if this index name was actually 'key' to show the key/value relation.
I suspect this code has something to do with it, but am not familiar enough to offer you a pull reqest.
Good day, really enjoying your generator, thanks for the ease of use of this project. My colleagues found a small thing that could be improved:
This map
is generated into this:
It would be really nice if this index name was actually 'key' to show the key/value relation.
I suspect this code has something to do with it, but am not familiar enough to offer you a pull reqest.
typescript-generator/typescript-generator-core/src/main/resources/helpers/jsonDeserialization.ts
Line 10 in 1d533d9
Hope you find the space to do this name adjustment. Thanks in advance
The text was updated successfully, but these errors were encountered: