@tim-smart/openapi-gen 0.4.8 → 0.4.9
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/main.js +1 -1
- package/package.json +1 -1
package/main.js
CHANGED
|
@@ -34812,7 +34812,7 @@ var nonEmptyString3 = flow(
|
|
|
34812
34812
|
var toComment = match2({
|
|
34813
34813
|
onNone: () => "",
|
|
34814
34814
|
onSome: (description) => `/**
|
|
34815
|
-
* ${description.split("\n").join("\n* ")}
|
|
34815
|
+
* ${description.replace(/\*\//g, " * /").split("\n").join("\n* ")}
|
|
34816
34816
|
*/
|
|
34817
34817
|
`
|
|
34818
34818
|
});
|