kubb 5.0.0-beta.82 → 5.0.0-beta.84
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/package.json +11 -15
- package/dist/ast.cjs +0 -374
- package/dist/ast.d.ts +0 -3
- package/dist/ast.js +0 -2
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "kubb",
|
|
3
|
-
"version": "5.0.0-beta.
|
|
3
|
+
"version": "5.0.0-beta.84",
|
|
4
4
|
"description": "The meta framework for code generation. Point Kubb at a schema and it generates types, clients, hooks, validators, mocks, and more.",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"api-client",
|
|
@@ -42,10 +42,6 @@
|
|
|
42
42
|
"import": "./dist/index.js",
|
|
43
43
|
"require": "./dist/index.cjs"
|
|
44
44
|
},
|
|
45
|
-
"./ast": {
|
|
46
|
-
"import": "./dist/ast.js",
|
|
47
|
-
"require": "./dist/ast.cjs"
|
|
48
|
-
},
|
|
49
45
|
"./config": {
|
|
50
46
|
"import": "./dist/config.js",
|
|
51
47
|
"require": "./dist/config.cjs"
|
|
@@ -77,16 +73,16 @@
|
|
|
77
73
|
"registry": "https://registry.npmjs.org/"
|
|
78
74
|
},
|
|
79
75
|
"dependencies": {
|
|
80
|
-
"@kubb/adapter-oas": "5.0.0-beta.
|
|
81
|
-
"@kubb/cli": "5.0.0-beta.
|
|
82
|
-
"@kubb/core": "5.0.0-beta.
|
|
83
|
-
"@kubb/
|
|
84
|
-
"@kubb/
|
|
85
|
-
"@kubb/
|
|
86
|
-
"@kubb/
|
|
87
|
-
"@kubb/
|
|
88
|
-
"@kubb/plugin-barrel": "5.0.0-beta.
|
|
89
|
-
"@kubb/renderer-jsx": "5.0.0-beta.
|
|
76
|
+
"@kubb/adapter-oas": "5.0.0-beta.84",
|
|
77
|
+
"@kubb/cli": "5.0.0-beta.84",
|
|
78
|
+
"@kubb/core": "5.0.0-beta.84",
|
|
79
|
+
"@kubb/mcp": "5.0.0-beta.84",
|
|
80
|
+
"@kubb/parser-md": "5.0.0-beta.84",
|
|
81
|
+
"@kubb/parser-ts": "5.0.0-beta.84",
|
|
82
|
+
"@kubb/kit": "5.0.0-beta.84",
|
|
83
|
+
"@kubb/ast": "5.0.0-beta.84",
|
|
84
|
+
"@kubb/plugin-barrel": "5.0.0-beta.84",
|
|
85
|
+
"@kubb/renderer-jsx": "5.0.0-beta.84"
|
|
90
86
|
},
|
|
91
87
|
"devDependencies": {
|
|
92
88
|
"typescript": "^6.0.3",
|
package/dist/ast.cjs
DELETED
|
@@ -1,374 +0,0 @@
|
|
|
1
|
-
Object.defineProperty(exports, Symbol.toStringTag, { value: "Module" });
|
|
2
|
-
let _kubb_ast = require("@kubb/ast");
|
|
3
|
-
Object.defineProperty(exports, "applyMacros", {
|
|
4
|
-
enumerable: true,
|
|
5
|
-
get: function() {
|
|
6
|
-
return _kubb_ast.applyMacros;
|
|
7
|
-
}
|
|
8
|
-
});
|
|
9
|
-
Object.defineProperty(exports, "arrowFunctionDef", {
|
|
10
|
-
enumerable: true,
|
|
11
|
-
get: function() {
|
|
12
|
-
return _kubb_ast.arrowFunctionDef;
|
|
13
|
-
}
|
|
14
|
-
});
|
|
15
|
-
Object.defineProperty(exports, "breakDef", {
|
|
16
|
-
enumerable: true,
|
|
17
|
-
get: function() {
|
|
18
|
-
return _kubb_ast.breakDef;
|
|
19
|
-
}
|
|
20
|
-
});
|
|
21
|
-
Object.defineProperty(exports, "buildJSDoc", {
|
|
22
|
-
enumerable: true,
|
|
23
|
-
get: function() {
|
|
24
|
-
return _kubb_ast.buildJSDoc;
|
|
25
|
-
}
|
|
26
|
-
});
|
|
27
|
-
Object.defineProperty(exports, "buildList", {
|
|
28
|
-
enumerable: true,
|
|
29
|
-
get: function() {
|
|
30
|
-
return _kubb_ast.buildList;
|
|
31
|
-
}
|
|
32
|
-
});
|
|
33
|
-
Object.defineProperty(exports, "buildObject", {
|
|
34
|
-
enumerable: true,
|
|
35
|
-
get: function() {
|
|
36
|
-
return _kubb_ast.buildObject;
|
|
37
|
-
}
|
|
38
|
-
});
|
|
39
|
-
Object.defineProperty(exports, "childName", {
|
|
40
|
-
enumerable: true,
|
|
41
|
-
get: function() {
|
|
42
|
-
return _kubb_ast.childName;
|
|
43
|
-
}
|
|
44
|
-
});
|
|
45
|
-
Object.defineProperty(exports, "collect", {
|
|
46
|
-
enumerable: true,
|
|
47
|
-
get: function() {
|
|
48
|
-
return _kubb_ast.collect;
|
|
49
|
-
}
|
|
50
|
-
});
|
|
51
|
-
Object.defineProperty(exports, "collectUsedSchemaNames", {
|
|
52
|
-
enumerable: true,
|
|
53
|
-
get: function() {
|
|
54
|
-
return _kubb_ast.collectUsedSchemaNames;
|
|
55
|
-
}
|
|
56
|
-
});
|
|
57
|
-
Object.defineProperty(exports, "composeMacros", {
|
|
58
|
-
enumerable: true,
|
|
59
|
-
get: function() {
|
|
60
|
-
return _kubb_ast.composeMacros;
|
|
61
|
-
}
|
|
62
|
-
});
|
|
63
|
-
Object.defineProperty(exports, "constDef", {
|
|
64
|
-
enumerable: true,
|
|
65
|
-
get: function() {
|
|
66
|
-
return _kubb_ast.constDef;
|
|
67
|
-
}
|
|
68
|
-
});
|
|
69
|
-
Object.defineProperty(exports, "containsCircularRef", {
|
|
70
|
-
enumerable: true,
|
|
71
|
-
get: function() {
|
|
72
|
-
return _kubb_ast.containsCircularRef;
|
|
73
|
-
}
|
|
74
|
-
});
|
|
75
|
-
Object.defineProperty(exports, "contentDef", {
|
|
76
|
-
enumerable: true,
|
|
77
|
-
get: function() {
|
|
78
|
-
return _kubb_ast.contentDef;
|
|
79
|
-
}
|
|
80
|
-
});
|
|
81
|
-
Object.defineProperty(exports, "createPrinter", {
|
|
82
|
-
enumerable: true,
|
|
83
|
-
get: function() {
|
|
84
|
-
return _kubb_ast.createPrinter;
|
|
85
|
-
}
|
|
86
|
-
});
|
|
87
|
-
Object.defineProperty(exports, "defineDialect", {
|
|
88
|
-
enumerable: true,
|
|
89
|
-
get: function() {
|
|
90
|
-
return _kubb_ast.defineDialect;
|
|
91
|
-
}
|
|
92
|
-
});
|
|
93
|
-
Object.defineProperty(exports, "defineMacro", {
|
|
94
|
-
enumerable: true,
|
|
95
|
-
get: function() {
|
|
96
|
-
return _kubb_ast.defineMacro;
|
|
97
|
-
}
|
|
98
|
-
});
|
|
99
|
-
Object.defineProperty(exports, "defineNode", {
|
|
100
|
-
enumerable: true,
|
|
101
|
-
get: function() {
|
|
102
|
-
return _kubb_ast.defineNode;
|
|
103
|
-
}
|
|
104
|
-
});
|
|
105
|
-
Object.defineProperty(exports, "enumPropName", {
|
|
106
|
-
enumerable: true,
|
|
107
|
-
get: function() {
|
|
108
|
-
return _kubb_ast.enumPropName;
|
|
109
|
-
}
|
|
110
|
-
});
|
|
111
|
-
Object.defineProperty(exports, "exportDef", {
|
|
112
|
-
enumerable: true,
|
|
113
|
-
get: function() {
|
|
114
|
-
return _kubb_ast.exportDef;
|
|
115
|
-
}
|
|
116
|
-
});
|
|
117
|
-
Object.defineProperty(exports, "extractRefName", {
|
|
118
|
-
enumerable: true,
|
|
119
|
-
get: function() {
|
|
120
|
-
return _kubb_ast.extractRefName;
|
|
121
|
-
}
|
|
122
|
-
});
|
|
123
|
-
Object.defineProperty(exports, "extractStringsFromNodes", {
|
|
124
|
-
enumerable: true,
|
|
125
|
-
get: function() {
|
|
126
|
-
return _kubb_ast.extractStringsFromNodes;
|
|
127
|
-
}
|
|
128
|
-
});
|
|
129
|
-
Object.defineProperty(exports, "fileDef", {
|
|
130
|
-
enumerable: true,
|
|
131
|
-
get: function() {
|
|
132
|
-
return _kubb_ast.fileDef;
|
|
133
|
-
}
|
|
134
|
-
});
|
|
135
|
-
Object.defineProperty(exports, "findCircularSchemas", {
|
|
136
|
-
enumerable: true,
|
|
137
|
-
get: function() {
|
|
138
|
-
return _kubb_ast.findCircularSchemas;
|
|
139
|
-
}
|
|
140
|
-
});
|
|
141
|
-
Object.defineProperty(exports, "functionDef", {
|
|
142
|
-
enumerable: true,
|
|
143
|
-
get: function() {
|
|
144
|
-
return _kubb_ast.functionDef;
|
|
145
|
-
}
|
|
146
|
-
});
|
|
147
|
-
Object.defineProperty(exports, "getNestedAccessor", {
|
|
148
|
-
enumerable: true,
|
|
149
|
-
get: function() {
|
|
150
|
-
return _kubb_ast.getNestedAccessor;
|
|
151
|
-
}
|
|
152
|
-
});
|
|
153
|
-
Object.defineProperty(exports, "importDef", {
|
|
154
|
-
enumerable: true,
|
|
155
|
-
get: function() {
|
|
156
|
-
return _kubb_ast.importDef;
|
|
157
|
-
}
|
|
158
|
-
});
|
|
159
|
-
Object.defineProperty(exports, "inputDef", {
|
|
160
|
-
enumerable: true,
|
|
161
|
-
get: function() {
|
|
162
|
-
return _kubb_ast.inputDef;
|
|
163
|
-
}
|
|
164
|
-
});
|
|
165
|
-
Object.defineProperty(exports, "isHttpOperationNode", {
|
|
166
|
-
enumerable: true,
|
|
167
|
-
get: function() {
|
|
168
|
-
return _kubb_ast.isHttpOperationNode;
|
|
169
|
-
}
|
|
170
|
-
});
|
|
171
|
-
Object.defineProperty(exports, "isStringType", {
|
|
172
|
-
enumerable: true,
|
|
173
|
-
get: function() {
|
|
174
|
-
return _kubb_ast.isStringType;
|
|
175
|
-
}
|
|
176
|
-
});
|
|
177
|
-
Object.defineProperty(exports, "isValidVarName", {
|
|
178
|
-
enumerable: true,
|
|
179
|
-
get: function() {
|
|
180
|
-
return _kubb_ast.isValidVarName;
|
|
181
|
-
}
|
|
182
|
-
});
|
|
183
|
-
Object.defineProperty(exports, "jsStringEscape", {
|
|
184
|
-
enumerable: true,
|
|
185
|
-
get: function() {
|
|
186
|
-
return _kubb_ast.jsStringEscape;
|
|
187
|
-
}
|
|
188
|
-
});
|
|
189
|
-
Object.defineProperty(exports, "jsxDef", {
|
|
190
|
-
enumerable: true,
|
|
191
|
-
get: function() {
|
|
192
|
-
return _kubb_ast.jsxDef;
|
|
193
|
-
}
|
|
194
|
-
});
|
|
195
|
-
Object.defineProperty(exports, "lazyGetter", {
|
|
196
|
-
enumerable: true,
|
|
197
|
-
get: function() {
|
|
198
|
-
return _kubb_ast.lazyGetter;
|
|
199
|
-
}
|
|
200
|
-
});
|
|
201
|
-
Object.defineProperty(exports, "macroDiscriminatorEnum", {
|
|
202
|
-
enumerable: true,
|
|
203
|
-
get: function() {
|
|
204
|
-
return _kubb_ast.macroDiscriminatorEnum;
|
|
205
|
-
}
|
|
206
|
-
});
|
|
207
|
-
Object.defineProperty(exports, "macroEnumName", {
|
|
208
|
-
enumerable: true,
|
|
209
|
-
get: function() {
|
|
210
|
-
return _kubb_ast.macroEnumName;
|
|
211
|
-
}
|
|
212
|
-
});
|
|
213
|
-
Object.defineProperty(exports, "macroSimplifyUnion", {
|
|
214
|
-
enumerable: true,
|
|
215
|
-
get: function() {
|
|
216
|
-
return _kubb_ast.macroSimplifyUnion;
|
|
217
|
-
}
|
|
218
|
-
});
|
|
219
|
-
Object.defineProperty(exports, "mapSchemaItems", {
|
|
220
|
-
enumerable: true,
|
|
221
|
-
get: function() {
|
|
222
|
-
return _kubb_ast.mapSchemaItems;
|
|
223
|
-
}
|
|
224
|
-
});
|
|
225
|
-
Object.defineProperty(exports, "mapSchemaMembers", {
|
|
226
|
-
enumerable: true,
|
|
227
|
-
get: function() {
|
|
228
|
-
return _kubb_ast.mapSchemaMembers;
|
|
229
|
-
}
|
|
230
|
-
});
|
|
231
|
-
Object.defineProperty(exports, "mapSchemaProperties", {
|
|
232
|
-
enumerable: true,
|
|
233
|
-
get: function() {
|
|
234
|
-
return _kubb_ast.mapSchemaProperties;
|
|
235
|
-
}
|
|
236
|
-
});
|
|
237
|
-
Object.defineProperty(exports, "mergeAdjacentObjectsLazy", {
|
|
238
|
-
enumerable: true,
|
|
239
|
-
get: function() {
|
|
240
|
-
return _kubb_ast.mergeAdjacentObjectsLazy;
|
|
241
|
-
}
|
|
242
|
-
});
|
|
243
|
-
Object.defineProperty(exports, "narrowSchema", {
|
|
244
|
-
enumerable: true,
|
|
245
|
-
get: function() {
|
|
246
|
-
return _kubb_ast.narrowSchema;
|
|
247
|
-
}
|
|
248
|
-
});
|
|
249
|
-
Object.defineProperty(exports, "nodeDefs", {
|
|
250
|
-
enumerable: true,
|
|
251
|
-
get: function() {
|
|
252
|
-
return _kubb_ast.nodeDefs;
|
|
253
|
-
}
|
|
254
|
-
});
|
|
255
|
-
Object.defineProperty(exports, "objectKey", {
|
|
256
|
-
enumerable: true,
|
|
257
|
-
get: function() {
|
|
258
|
-
return _kubb_ast.objectKey;
|
|
259
|
-
}
|
|
260
|
-
});
|
|
261
|
-
Object.defineProperty(exports, "operationDef", {
|
|
262
|
-
enumerable: true,
|
|
263
|
-
get: function() {
|
|
264
|
-
return _kubb_ast.operationDef;
|
|
265
|
-
}
|
|
266
|
-
});
|
|
267
|
-
Object.defineProperty(exports, "optionality", {
|
|
268
|
-
enumerable: true,
|
|
269
|
-
get: function() {
|
|
270
|
-
return _kubb_ast.optionality;
|
|
271
|
-
}
|
|
272
|
-
});
|
|
273
|
-
Object.defineProperty(exports, "outputDef", {
|
|
274
|
-
enumerable: true,
|
|
275
|
-
get: function() {
|
|
276
|
-
return _kubb_ast.outputDef;
|
|
277
|
-
}
|
|
278
|
-
});
|
|
279
|
-
Object.defineProperty(exports, "parameterDef", {
|
|
280
|
-
enumerable: true,
|
|
281
|
-
get: function() {
|
|
282
|
-
return _kubb_ast.parameterDef;
|
|
283
|
-
}
|
|
284
|
-
});
|
|
285
|
-
Object.defineProperty(exports, "propertyDef", {
|
|
286
|
-
enumerable: true,
|
|
287
|
-
get: function() {
|
|
288
|
-
return _kubb_ast.propertyDef;
|
|
289
|
-
}
|
|
290
|
-
});
|
|
291
|
-
Object.defineProperty(exports, "requestBodyDef", {
|
|
292
|
-
enumerable: true,
|
|
293
|
-
get: function() {
|
|
294
|
-
return _kubb_ast.requestBodyDef;
|
|
295
|
-
}
|
|
296
|
-
});
|
|
297
|
-
Object.defineProperty(exports, "responseDef", {
|
|
298
|
-
enumerable: true,
|
|
299
|
-
get: function() {
|
|
300
|
-
return _kubb_ast.responseDef;
|
|
301
|
-
}
|
|
302
|
-
});
|
|
303
|
-
Object.defineProperty(exports, "schemaDef", {
|
|
304
|
-
enumerable: true,
|
|
305
|
-
get: function() {
|
|
306
|
-
return _kubb_ast.schemaDef;
|
|
307
|
-
}
|
|
308
|
-
});
|
|
309
|
-
Object.defineProperty(exports, "schemaTypes", {
|
|
310
|
-
enumerable: true,
|
|
311
|
-
get: function() {
|
|
312
|
-
return _kubb_ast.schemaTypes;
|
|
313
|
-
}
|
|
314
|
-
});
|
|
315
|
-
Object.defineProperty(exports, "sourceDef", {
|
|
316
|
-
enumerable: true,
|
|
317
|
-
get: function() {
|
|
318
|
-
return _kubb_ast.sourceDef;
|
|
319
|
-
}
|
|
320
|
-
});
|
|
321
|
-
Object.defineProperty(exports, "stringify", {
|
|
322
|
-
enumerable: true,
|
|
323
|
-
get: function() {
|
|
324
|
-
return _kubb_ast.stringify;
|
|
325
|
-
}
|
|
326
|
-
});
|
|
327
|
-
Object.defineProperty(exports, "stringifyObject", {
|
|
328
|
-
enumerable: true,
|
|
329
|
-
get: function() {
|
|
330
|
-
return _kubb_ast.stringifyObject;
|
|
331
|
-
}
|
|
332
|
-
});
|
|
333
|
-
Object.defineProperty(exports, "syncSchemaRef", {
|
|
334
|
-
enumerable: true,
|
|
335
|
-
get: function() {
|
|
336
|
-
return _kubb_ast.syncSchemaRef;
|
|
337
|
-
}
|
|
338
|
-
});
|
|
339
|
-
Object.defineProperty(exports, "textDef", {
|
|
340
|
-
enumerable: true,
|
|
341
|
-
get: function() {
|
|
342
|
-
return _kubb_ast.textDef;
|
|
343
|
-
}
|
|
344
|
-
});
|
|
345
|
-
Object.defineProperty(exports, "toRegExpString", {
|
|
346
|
-
enumerable: true,
|
|
347
|
-
get: function() {
|
|
348
|
-
return _kubb_ast.toRegExpString;
|
|
349
|
-
}
|
|
350
|
-
});
|
|
351
|
-
Object.defineProperty(exports, "transform", {
|
|
352
|
-
enumerable: true,
|
|
353
|
-
get: function() {
|
|
354
|
-
return _kubb_ast.transform;
|
|
355
|
-
}
|
|
356
|
-
});
|
|
357
|
-
Object.defineProperty(exports, "trimQuotes", {
|
|
358
|
-
enumerable: true,
|
|
359
|
-
get: function() {
|
|
360
|
-
return _kubb_ast.trimQuotes;
|
|
361
|
-
}
|
|
362
|
-
});
|
|
363
|
-
Object.defineProperty(exports, "typeDef", {
|
|
364
|
-
enumerable: true,
|
|
365
|
-
get: function() {
|
|
366
|
-
return _kubb_ast.typeDef;
|
|
367
|
-
}
|
|
368
|
-
});
|
|
369
|
-
Object.defineProperty(exports, "walk", {
|
|
370
|
-
enumerable: true,
|
|
371
|
-
get: function() {
|
|
372
|
-
return _kubb_ast.walk;
|
|
373
|
-
}
|
|
374
|
-
});
|
package/dist/ast.d.ts
DELETED
|
@@ -1,3 +0,0 @@
|
|
|
1
|
-
import { applyMacros, arrowFunctionDef, breakDef, buildJSDoc, buildList, buildObject, childName, collect, collectUsedSchemaNames, composeMacros, constDef, containsCircularRef, contentDef, createPrinter, defineDialect, defineMacro, defineNode, enumPropName, exportDef, extractRefName, extractStringsFromNodes, fileDef, findCircularSchemas, functionDef, getNestedAccessor, importDef, inputDef, isHttpOperationNode, isStringType, isValidVarName, jsStringEscape, jsxDef, lazyGetter, macroDiscriminatorEnum, macroEnumName, macroSimplifyUnion, mapSchemaItems, mapSchemaMembers, mapSchemaProperties, mergeAdjacentObjectsLazy, narrowSchema, nodeDefs, objectKey, operationDef, optionality, outputDef, parameterDef, propertyDef, requestBodyDef, responseDef, schemaDef, schemaTypes, sourceDef, stringify, stringifyObject, syncSchemaRef, textDef, toRegExpString, transform, trimQuotes, typeDef, walk } from "@kubb/ast";
|
|
2
|
-
export type * from "@kubb/ast";
|
|
3
|
-
export { applyMacros, arrowFunctionDef, breakDef, buildJSDoc, buildList, buildObject, childName, collect, collectUsedSchemaNames, composeMacros, constDef, containsCircularRef, contentDef, createPrinter, defineDialect, defineMacro, defineNode, enumPropName, exportDef, extractRefName, extractStringsFromNodes, fileDef, findCircularSchemas, functionDef, getNestedAccessor, importDef, inputDef, isHttpOperationNode, isStringType, isValidVarName, jsStringEscape, jsxDef, lazyGetter, macroDiscriminatorEnum, macroEnumName, macroSimplifyUnion, mapSchemaItems, mapSchemaMembers, mapSchemaProperties, mergeAdjacentObjectsLazy, narrowSchema, nodeDefs, objectKey, operationDef, optionality, outputDef, parameterDef, propertyDef, requestBodyDef, responseDef, schemaDef, schemaTypes, sourceDef, stringify, stringifyObject, syncSchemaRef, textDef, toRegExpString, transform, trimQuotes, typeDef, walk };
|
package/dist/ast.js
DELETED
|
@@ -1,2 +0,0 @@
|
|
|
1
|
-
import { applyMacros, arrowFunctionDef, breakDef, buildJSDoc, buildList, buildObject, childName, collect, collectUsedSchemaNames, composeMacros, constDef, containsCircularRef, contentDef, createPrinter, defineDialect, defineMacro, defineNode, enumPropName, exportDef, extractRefName, extractStringsFromNodes, fileDef, findCircularSchemas, functionDef, getNestedAccessor, importDef, inputDef, isHttpOperationNode, isStringType, isValidVarName, jsStringEscape, jsxDef, lazyGetter, macroDiscriminatorEnum, macroEnumName, macroSimplifyUnion, mapSchemaItems, mapSchemaMembers, mapSchemaProperties, mergeAdjacentObjectsLazy, narrowSchema, nodeDefs, objectKey, operationDef, optionality, outputDef, parameterDef, propertyDef, requestBodyDef, responseDef, schemaDef, schemaTypes, sourceDef, stringify, stringifyObject, syncSchemaRef, textDef, toRegExpString, transform, trimQuotes, typeDef, walk } from "@kubb/ast";
|
|
2
|
-
export { applyMacros, arrowFunctionDef, breakDef, buildJSDoc, buildList, buildObject, childName, collect, collectUsedSchemaNames, composeMacros, constDef, containsCircularRef, contentDef, createPrinter, defineDialect, defineMacro, defineNode, enumPropName, exportDef, extractRefName, extractStringsFromNodes, fileDef, findCircularSchemas, functionDef, getNestedAccessor, importDef, inputDef, isHttpOperationNode, isStringType, isValidVarName, jsStringEscape, jsxDef, lazyGetter, macroDiscriminatorEnum, macroEnumName, macroSimplifyUnion, mapSchemaItems, mapSchemaMembers, mapSchemaProperties, mergeAdjacentObjectsLazy, narrowSchema, nodeDefs, objectKey, operationDef, optionality, outputDef, parameterDef, propertyDef, requestBodyDef, responseDef, schemaDef, schemaTypes, sourceDef, stringify, stringifyObject, syncSchemaRef, textDef, toRegExpString, transform, trimQuotes, typeDef, walk };
|