nestia 3.0.5-dev.20220702 → 3.0.6
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.
|
@@ -98,7 +98,7 @@ var NestiaConfig;
|
|
|
98
98
|
return [2 /*return*/, (function (input) { (function (input, path) {
|
|
99
99
|
if (path === void 0) { path = "$input"; }
|
|
100
100
|
var $ao = [
|
|
101
|
-
function (input, path, exceptionable) { return null !== input.input && undefined !== input.input && ("string" === typeof input.input || Array.isArray(input.input) && input.input.every(function (elem,
|
|
101
|
+
function (input, path, exceptionable) { return null !== input.input && undefined !== input.input && ("string" === typeof input.input || Array.isArray(input.input) && input.input.every(function (elem, index6213649304236819) { return "string" === typeof elem; }) || "object" === typeof input.input && $ao[1](input.input, path + ".input", false && exceptionable)) && (function () {
|
|
102
102
|
var success = undefined === input.output || "string" === typeof input.output;
|
|
103
103
|
if (success === false && exceptionable === true)
|
|
104
104
|
throw new typescript_json_1.assertType.TypeGuardError({
|
|
@@ -130,12 +130,12 @@ var NestiaConfig;
|
|
|
130
130
|
return success;
|
|
131
131
|
})(); },
|
|
132
132
|
function (input, path, exceptionable) { return (function () {
|
|
133
|
-
var success = Array.isArray(input.include) && input.include.every(function (elem,
|
|
133
|
+
var success = Array.isArray(input.include) && input.include.every(function (elem, index5449737623551241) { return (function () {
|
|
134
134
|
var success = "string" === typeof elem;
|
|
135
135
|
if (success === false && exceptionable === true)
|
|
136
136
|
throw new typescript_json_1.assertType.TypeGuardError({
|
|
137
137
|
method: "assertType",
|
|
138
|
-
path: path + ".include[" +
|
|
138
|
+
path: path + ".include[" + index5449737623551241 + "]",
|
|
139
139
|
expected: "string",
|
|
140
140
|
value: elem
|
|
141
141
|
});
|
|
@@ -150,12 +150,12 @@ var NestiaConfig;
|
|
|
150
150
|
});
|
|
151
151
|
return success;
|
|
152
152
|
})() && (function () {
|
|
153
|
-
var success = undefined === input.exclude || Array.isArray(input.exclude) && input.exclude.every(function (elem,
|
|
153
|
+
var success = undefined === input.exclude || Array.isArray(input.exclude) && input.exclude.every(function (elem, index35274473525319516) { return (function () {
|
|
154
154
|
var success = "string" === typeof elem;
|
|
155
155
|
if (success === false && exceptionable === true)
|
|
156
156
|
throw new typescript_json_1.assertType.TypeGuardError({
|
|
157
157
|
method: "assertType",
|
|
158
|
-
path: path + ".exclude[" +
|
|
158
|
+
path: path + ".exclude[" + index35274473525319516 + "]",
|
|
159
159
|
expected: "string",
|
|
160
160
|
value: elem
|
|
161
161
|
});
|
|
@@ -201,12 +201,12 @@ var NestiaConfig;
|
|
|
201
201
|
});
|
|
202
202
|
return success;
|
|
203
203
|
})() && (undefined === input.disableSizeLimit || false === input.disableSizeLimit || true === input.disableSizeLimit) && (undefined === input.disableSourceOfProjectReferenceRedirect || false === input.disableSourceOfProjectReferenceRedirect || true === input.disableSourceOfProjectReferenceRedirect) && (undefined === input.disableSolutionSearching || false === input.disableSolutionSearching || true === input.disableSolutionSearching) && (undefined === input.disableReferencedProjectLoad || false === input.disableReferencedProjectLoad || true === input.disableReferencedProjectLoad) && (undefined === input.downlevelIteration || false === input.downlevelIteration || true === input.downlevelIteration) && (undefined === input.emitBOM || false === input.emitBOM || true === input.emitBOM) && (undefined === input.emitDecoratorMetadata || false === input.emitDecoratorMetadata || true === input.emitDecoratorMetadata) && (undefined === input.exactOptionalPropertyTypes || false === input.exactOptionalPropertyTypes || true === input.exactOptionalPropertyTypes) && (undefined === input.experimentalDecorators || false === input.experimentalDecorators || true === input.experimentalDecorators) && (undefined === input.forceConsistentCasingInFileNames || false === input.forceConsistentCasingInFileNames || true === input.forceConsistentCasingInFileNames) && (undefined === input.importHelpers || false === input.importHelpers || true === input.importHelpers) && (undefined === input.importsNotUsedAsValues || 0 === input.importsNotUsedAsValues || 1 === input.importsNotUsedAsValues || 2 === input.importsNotUsedAsValues) && (undefined === input.inlineSourceMap || false === input.inlineSourceMap || true === input.inlineSourceMap) && (undefined === input.inlineSources || false === input.inlineSources || true === input.inlineSources) && (undefined === input.isolatedModules || false === input.isolatedModules || true === input.isolatedModules) && (undefined === input.jsx || 0 === input.jsx || 1 === input.jsx || 2 === input.jsx || 3 === input.jsx || 4 === input.jsx || 5 === input.jsx) && (undefined === input.keyofStringsOnly || false === input.keyofStringsOnly || true === input.keyofStringsOnly) && (function () {
|
|
204
|
-
var success = undefined === input.lib || Array.isArray(input.lib) && input.lib.every(function (elem,
|
|
204
|
+
var success = undefined === input.lib || Array.isArray(input.lib) && input.lib.every(function (elem, index37655397582355143) { return (function () {
|
|
205
205
|
var success = "string" === typeof elem;
|
|
206
206
|
if (success === false && exceptionable === true)
|
|
207
207
|
throw new typescript_json_1.assertType.TypeGuardError({
|
|
208
208
|
method: "assertType",
|
|
209
|
-
path: path + ".lib[" +
|
|
209
|
+
path: path + ".lib[" + index37655397582355143 + "]",
|
|
210
210
|
expected: "string",
|
|
211
211
|
value: elem
|
|
212
212
|
});
|
|
@@ -251,12 +251,12 @@ var NestiaConfig;
|
|
|
251
251
|
});
|
|
252
252
|
return success;
|
|
253
253
|
})() && (undefined === input.module || 0 === input.module || 1 === input.module || 2 === input.module || 3 === input.module || 4 === input.module || 5 === input.module || 6 === input.module || 7 === input.module || 99 === input.module || 100 === input.module || 199 === input.module) && (undefined === input.moduleResolution || 1 === input.moduleResolution || 2 === input.moduleResolution || 3 === input.moduleResolution || 99 === input.moduleResolution) && (function () {
|
|
254
|
-
var success = undefined === input.moduleSuffixes || Array.isArray(input.moduleSuffixes) && input.moduleSuffixes.every(function (elem,
|
|
254
|
+
var success = undefined === input.moduleSuffixes || Array.isArray(input.moduleSuffixes) && input.moduleSuffixes.every(function (elem, index3099216769909823) { return (function () {
|
|
255
255
|
var success = "string" === typeof elem;
|
|
256
256
|
if (success === false && exceptionable === true)
|
|
257
257
|
throw new typescript_json_1.assertType.TypeGuardError({
|
|
258
258
|
method: "assertType",
|
|
259
|
-
path: path + ".moduleSuffixes[" +
|
|
259
|
+
path: path + ".moduleSuffixes[" + index3099216769909823 + "]",
|
|
260
260
|
expected: "string",
|
|
261
261
|
value: elem
|
|
262
262
|
});
|
|
@@ -381,12 +381,12 @@ var NestiaConfig;
|
|
|
381
381
|
});
|
|
382
382
|
return success;
|
|
383
383
|
})() && (function () {
|
|
384
|
-
var success = undefined === input.rootDirs || Array.isArray(input.rootDirs) && input.rootDirs.every(function (elem,
|
|
384
|
+
var success = undefined === input.rootDirs || Array.isArray(input.rootDirs) && input.rootDirs.every(function (elem, index9198562820846912) { return (function () {
|
|
385
385
|
var success = "string" === typeof elem;
|
|
386
386
|
if (success === false && exceptionable === true)
|
|
387
387
|
throw new typescript_json_1.assertType.TypeGuardError({
|
|
388
388
|
method: "assertType",
|
|
389
|
-
path: path + ".rootDirs[" +
|
|
389
|
+
path: path + ".rootDirs[" + index9198562820846912 + "]",
|
|
390
390
|
expected: "string",
|
|
391
391
|
value: elem
|
|
392
392
|
});
|
|
@@ -411,12 +411,12 @@ var NestiaConfig;
|
|
|
411
411
|
});
|
|
412
412
|
return success;
|
|
413
413
|
})() && (undefined === input.strict || false === input.strict || true === input.strict) && (undefined === input.strictFunctionTypes || false === input.strictFunctionTypes || true === input.strictFunctionTypes) && (undefined === input.strictBindCallApply || false === input.strictBindCallApply || true === input.strictBindCallApply) && (undefined === input.strictNullChecks || false === input.strictNullChecks || true === input.strictNullChecks) && (undefined === input.strictPropertyInitialization || false === input.strictPropertyInitialization || true === input.strictPropertyInitialization) && (undefined === input.stripInternal || false === input.stripInternal || true === input.stripInternal) && (undefined === input.suppressExcessPropertyErrors || false === input.suppressExcessPropertyErrors || true === input.suppressExcessPropertyErrors) && (undefined === input.suppressImplicitAnyIndexErrors || false === input.suppressImplicitAnyIndexErrors || true === input.suppressImplicitAnyIndexErrors) && (undefined === input.target || 0 === input.target || 1 === input.target || 2 === input.target || 3 === input.target || 4 === input.target || 5 === input.target || 6 === input.target || 7 === input.target || 8 === input.target || 9 === input.target || 99 === input.target || 100 === input.target) && (undefined === input.traceResolution || false === input.traceResolution || true === input.traceResolution) && (undefined === input.useUnknownInCatchVariables || false === input.useUnknownInCatchVariables || true === input.useUnknownInCatchVariables) && (undefined === input.resolveJsonModule || false === input.resolveJsonModule || true === input.resolveJsonModule) && (function () {
|
|
414
|
-
var success = undefined === input.types || Array.isArray(input.types) && input.types.every(function (elem,
|
|
414
|
+
var success = undefined === input.types || Array.isArray(input.types) && input.types.every(function (elem, index16481406153916334) { return (function () {
|
|
415
415
|
var success = "string" === typeof elem;
|
|
416
416
|
if (success === false && exceptionable === true)
|
|
417
417
|
throw new typescript_json_1.assertType.TypeGuardError({
|
|
418
418
|
method: "assertType",
|
|
419
|
-
path: path + ".types[" +
|
|
419
|
+
path: path + ".types[" + index16481406153916334 + "]",
|
|
420
420
|
expected: "string",
|
|
421
421
|
value: elem
|
|
422
422
|
});
|
|
@@ -431,12 +431,12 @@ var NestiaConfig;
|
|
|
431
431
|
});
|
|
432
432
|
return success;
|
|
433
433
|
})() && (function () {
|
|
434
|
-
var success = undefined === input.typeRoots || Array.isArray(input.typeRoots) && input.typeRoots.every(function (elem,
|
|
434
|
+
var success = undefined === input.typeRoots || Array.isArray(input.typeRoots) && input.typeRoots.every(function (elem, index2972702446049107) { return (function () {
|
|
435
435
|
var success = "string" === typeof elem;
|
|
436
436
|
if (success === false && exceptionable === true)
|
|
437
437
|
throw new typescript_json_1.assertType.TypeGuardError({
|
|
438
438
|
method: "assertType",
|
|
439
|
-
path: path + ".typeRoots[" +
|
|
439
|
+
path: path + ".typeRoots[" + index2972702446049107 + "]",
|
|
440
440
|
expected: "string",
|
|
441
441
|
value: elem
|
|
442
442
|
});
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "nestia",
|
|
3
|
-
"version": "3.0.
|
|
3
|
+
"version": "3.0.6",
|
|
4
4
|
"description": "Automatic SDK and Document generator for the NestJS",
|
|
5
5
|
"main": "lib/index.js",
|
|
6
6
|
"typings": "lib/index.d.ts",
|
|
@@ -40,13 +40,13 @@
|
|
|
40
40
|
"jsonc-simple-parser": "^2.2.1",
|
|
41
41
|
"nestia-fetcher": "^2.0.1",
|
|
42
42
|
"tgrid": "^0.8.6",
|
|
43
|
-
"ts-node": "
|
|
43
|
+
"ts-node": "10.8.x",
|
|
44
44
|
"tsconfig-paths": "^4.0.0",
|
|
45
45
|
"tstl": "^2.5.6",
|
|
46
|
-
"ttypescript": "
|
|
47
|
-
"typescript": "
|
|
46
|
+
"ttypescript": "1.5.x",
|
|
47
|
+
"typescript": "4.7.x",
|
|
48
48
|
"typescript-json": "^3.0.7",
|
|
49
|
-
"typescript-transform-paths": "
|
|
49
|
+
"typescript-transform-paths": "3.3.x"
|
|
50
50
|
},
|
|
51
51
|
"devDependencies": {
|
|
52
52
|
"@types/cli": "^0.11.19",
|