swagger-api/swagger-codegen
Underscore prefix dropped from property names in generated Node Typescript classes
Aberta
#2.766 aberto em 3 de mai. de 2016
Client: TypeScriptIssue: Bughelp wanted
Métricas do repositório
- Stars
- (12.701 estrelas)
- Métricas de merge de PR
- (Métricas PR pendentes)
Description
From @saikatguha on April 29, 2016 22:9
"Foo": {
"type": "object",
"properties": {
"_links": { "$ref": "#/definitions/Bar" }
}
}
becomes
class Foo {
"links": Bar;
}
Copied from original issue: swagger-api/swagger-editor#905