@kubb/parser-ts
Advanced tools
Comparing version 2.27.1 to 2.27.2
@@ -31,3 +31,3 @@ import { | ||
modifiers | ||
} from "./chunk-QS3OYEJK.js"; | ||
} from "./chunk-UKREFUXY.js"; | ||
export { | ||
@@ -34,0 +34,0 @@ appendJSDocToNode, |
import { | ||
factory_exports | ||
} from "./chunk-QS3OYEJK.js"; | ||
} from "./chunk-UKREFUXY.js"; | ||
@@ -5,0 +5,0 @@ // src/api.ts |
{ | ||
"name": "@kubb/parser-ts", | ||
"version": "2.27.1", | ||
"version": "2.27.2", | ||
"description": "TypeScript parser", | ||
@@ -58,5 +58,5 @@ "keywords": [ | ||
"tsup": "^8.3.0", | ||
"@kubb/config-biome": "2.27.1", | ||
"@kubb/config-ts": "2.27.1", | ||
"@kubb/config-tsup": "2.27.1" | ||
"@kubb/config-biome": "2.27.2", | ||
"@kubb/config-ts": "2.27.2", | ||
"@kubb/config-tsup": "2.27.2" | ||
}, | ||
@@ -63,0 +63,0 @@ "engines": { |
@@ -214,3 +214,3 @@ import { isNumber } from 'remeda' | ||
const text = filteredComments.reduce((acc = '', comment = '') => { | ||
return `${acc}\n * ${comment}` | ||
return `${acc}\n * ${comment.replaceAll('*/', '*\\/')}` | ||
}, '*') | ||
@@ -217,0 +217,0 @@ |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
150342