@openapi-codegen/typescript
Advanced tools
Comparing version 5.2.0 to 5.2.1
@@ -404,3 +404,4 @@ "use strict"; | ||
.replace("*/", ""); // Remove closing comment notation | ||
typescript_1.default.addSyntheticLeadingComment(node, typescript_1.default.SyntaxKind.MultiLineCommentTrivia, jsDocString, true); | ||
typescript_1.default.addSyntheticLeadingComment(node, typescript_1.default.SyntaxKind.MultiLineCommentTrivia, "*" + jsDocString, // https://github.com/microsoft/TypeScript/issues/17146 | ||
true); | ||
}; | ||
@@ -407,0 +408,0 @@ /** |
{ | ||
"name": "@openapi-codegen/typescript", | ||
"version": "5.2.0", | ||
"version": "5.2.1", | ||
"description": "OpenAPI Codegen typescript generators", | ||
@@ -44,3 +44,3 @@ "main": "lib/index.js", | ||
}, | ||
"gitHead": "086519e89f414a414e27d4947eaec2898107478e" | ||
"gitHead": "75e7c8ae6087867bac4df446c3ec5e6a72424b6a" | ||
} |
Sorry, the diff of this file is not supported yet
189125
2368