Skip to content

Commit ce3e871

Browse files
committed
fix: core files jsdoc generator, add more comments
1 parent ddaa0af commit ce3e871

File tree

9 files changed

+396
-120
lines changed

9 files changed

+396
-120
lines changed

package-lock.json

Lines changed: 69 additions & 85 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,8 @@
7878
"dependencies": {
7979
"@babel/generator": "^7.24.4",
8080
"@babel/parser": "^7.24.4",
81-
"@babel/types": "^7.15.4",
81+
"@babel/types": "^7.24.4",
82+
"@babel/traverse": "^7.24.4",
8283
"js-yaml": "^4.1.0",
8384
"ramda": "^0.27.1",
8485
"ts-node": "^10.9.2",

src/openapi-client.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ export type {
1313
GenerateServiceJsDoc,
1414
GenerateClientJsDoc,
1515
GenerateClientErrorJsDoc,
16+
GenerateCoreJsDoc,
1617
OpenApiClientBuiltinBinaryType,
1718
OpenApiClientCustomizableBinaryType,
1819
OpenApiClientExternalType,

0 commit comments

Comments
 (0)