mirror of
https://github.com/OpenAPITools/openapi-generator.git
synced 2025-12-11 02:02:45 +00:00
fix: es6 style of Array inheritance to fix transpiler error (#5977)
* fix: es6 style of Array inheritance to fix transpiler error * fix: rebuild of promise-es6 petstore samples with fixed mustache style: added space between classname and bracket * style: rebuild javascript-all to reflect style changes in mustache
This commit is contained in:
@@ -258,7 +258,7 @@ var _double = 1.2; // Number | None
|
||||
|
||||
var patternWithoutDelimiter = "patternWithoutDelimiter_example"; // String | None
|
||||
|
||||
var _byte = B; // Blob | None
|
||||
var _byte = _byte_example; // Blob | None
|
||||
|
||||
var opts = {
|
||||
'integer': 56, // Number | None
|
||||
|
||||
Reference in New Issue
Block a user