swagger-typescript-api
Advanced tools
Comparing version
# next release | ||
# 4.0.2 | ||
Fixes: | ||
- `Unexpected token '.'` on v4 (Thanks @savingprivatebryan for issue #111) | ||
Replaced all new syntax sugar like `?.` or `??` to prev. alternatives for support nodejs 12 | ||
# 4.0.1 | ||
@@ -4,0 +10,0 @@ |
{ | ||
"name": "swagger-typescript-api", | ||
"version": "4.0.1", | ||
"version": "4.0.2", | ||
"description": "Create typescript api module from swagger schema", | ||
@@ -5,0 +5,0 @@ "scripts": { |
@@ -415,3 +415,3 @@ const _ = require("lodash"); | ||
const jsDocLines = _.compact([ | ||
tags?.length && ` * @tags ${tags.join(", ")}`, | ||
_.size(tags) && ` * @tags ${tags.join(", ")}`, | ||
` * @name ${routeId}`, | ||
@@ -418,0 +418,0 @@ summary && ` * @summary ${summary}`, |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
113614
0.25%