@kubb/ts-codegen
Advanced tools
Comparing version 1.9.0-canary.20230913T152732 to 1.9.0-canary.20230913T205412
@@ -114,3 +114,3 @@ import { createRequire } from 'module'; | ||
return `${acc} | ||
* ${comment}`; | ||
* ${comment}`; | ||
}, "*"); | ||
@@ -283,3 +283,3 @@ return ts.addSyntheticLeadingComment({ ...node }, ts.SyntaxKind.MultiLineCommentTrivia, `${text || "*"} | ||
const sourceFile = ts.createSourceFile(fileName, "", ts.ScriptTarget.ESNext, true, ts.ScriptKind.TS); | ||
const printer = ts.createPrinter(); | ||
const printer = ts.createPrinter({ omitTrailingSemicolon: false, newLine: ts.NewLineKind.LineFeed }); | ||
const outputFile = printer.printList(ts.ListFormat.MultiLine, nodesArray, sourceFile); | ||
@@ -286,0 +286,0 @@ return outputFile; |
{ | ||
"name": "@kubb/ts-codegen", | ||
"version": "1.9.0-canary.20230913T152732", | ||
"version": "1.9.0-canary.20230913T205412", | ||
"description": "Generator ts-codegen", | ||
@@ -48,4 +48,4 @@ "keywords": [ | ||
"@kubb/eslint-config": "1.1.8", | ||
"@kubb/ts-config": "0.1.0", | ||
"@kubb/tsup-config": "1.1.8" | ||
"@kubb/tsup-config": "1.1.8", | ||
"@kubb/ts-config": "0.1.0" | ||
}, | ||
@@ -52,0 +52,0 @@ "packageManager": "pnpm@8.3.0", |
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
70365