nestia 3.0.4-dev.20220629 → 3.0.5-dev.20220702-2

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.
@@ -97,195 +97,392 @@ var NestiaConfig;
97
97
  config = typeof loaded.default === "object" ? loaded.default : loaded;
98
98
  return [2 /*return*/, (function (input) { (function (input, path) {
99
99
  if (path === void 0) { path = "$input"; }
100
- var assertType = {
101
- objects: [
102
- function (input, path, exceptionable) { return null !== input.input && undefined !== input.input && ("string" === typeof input.input || Array.isArray(input.input) && input.input.every(function (elem, index29280754319668634) { return "string" === typeof elem; }) || "object" === typeof input.input && assertType.objects[1](input.input, path + ".input", false && exceptionable)) && (function () {
103
- var success = undefined === input.output || "string" === typeof input.output;
104
- if (success === false && exceptionable === true)
105
- throw new typescript_json_1.assertType.TypeGuardError("assertType", path + ".output", input.output);
106
- return success;
107
- })() && (function () {
108
- var success = null !== input.compilerOptions && (undefined === input.compilerOptions || "object" === typeof input.compilerOptions && assertType.objects[2](input.compilerOptions, path + ".compilerOptions", true && exceptionable));
109
- if (success === false && exceptionable === true)
110
- throw new typescript_json_1.assertType.TypeGuardError("assertType", path + ".compilerOptions", input.compilerOptions);
111
- return success;
112
- })() && (undefined === input.assert || false === input.assert || true === input.assert) && (undefined === input.json || false === input.json || true === input.json) && (function () {
113
- var success = null !== input.swagger && (undefined === input.swagger || "object" === typeof input.swagger && assertType.objects[4](input.swagger, path + ".swagger", true && exceptionable));
114
- if (success === false && exceptionable === true)
115
- throw new typescript_json_1.assertType.TypeGuardError("assertType", path + ".swagger", input.swagger);
116
- return success;
117
- })(); },
118
- function (input, path, exceptionable) { return (function () {
119
- var success = Array.isArray(input.include) && input.include.every(function (elem, index7300472462967227) { return (function () {
120
- var success = "string" === typeof elem;
121
- if (success === false && exceptionable === true)
122
- throw new typescript_json_1.assertType.TypeGuardError("assertType", path + ".include[" + index7300472462967227 + "]", elem);
123
- return success;
124
- })(); });
125
- if (success === false && exceptionable === true)
126
- throw new typescript_json_1.assertType.TypeGuardError("assertType", path + ".include", input.include);
127
- return success;
128
- })() && (function () {
129
- var success = undefined === input.exclude || Array.isArray(input.exclude) && input.exclude.every(function (elem, index35060604373602366) { return (function () {
130
- var success = "string" === typeof elem;
131
- if (success === false && exceptionable === true)
132
- throw new typescript_json_1.assertType.TypeGuardError("assertType", path + ".exclude[" + index35060604373602366 + "]", elem);
133
- return success;
134
- })(); });
135
- if (success === false && exceptionable === true)
136
- throw new typescript_json_1.assertType.TypeGuardError("assertType", path + ".exclude", input.exclude);
137
- return success;
138
- })(); },
139
- function (input, path, exceptionable) { return (undefined === input.allowJs || false === input.allowJs || true === input.allowJs) && (undefined === input.allowSyntheticDefaultImports || false === input.allowSyntheticDefaultImports || true === input.allowSyntheticDefaultImports) && (undefined === input.allowUmdGlobalAccess || false === input.allowUmdGlobalAccess || true === input.allowUmdGlobalAccess) && (undefined === input.allowUnreachableCode || false === input.allowUnreachableCode || true === input.allowUnreachableCode) && (undefined === input.allowUnusedLabels || false === input.allowUnusedLabels || true === input.allowUnusedLabels) && (undefined === input.alwaysStrict || false === input.alwaysStrict || true === input.alwaysStrict) && (function () {
140
- var success = undefined === input.baseUrl || "string" === typeof input.baseUrl;
141
- if (success === false && exceptionable === true)
142
- throw new typescript_json_1.assertType.TypeGuardError("assertType", path + ".baseUrl", input.baseUrl);
143
- return success;
144
- })() && (function () {
145
- var success = undefined === input.charset || "string" === typeof input.charset;
146
- if (success === false && exceptionable === true)
147
- throw new typescript_json_1.assertType.TypeGuardError("assertType", path + ".charset", input.charset);
148
- return success;
149
- })() && (undefined === input.checkJs || false === input.checkJs || true === input.checkJs) && (undefined === input.declaration || false === input.declaration || true === input.declaration) && (undefined === input.declarationMap || false === input.declarationMap || true === input.declarationMap) && (undefined === input.emitDeclarationOnly || false === input.emitDeclarationOnly || true === input.emitDeclarationOnly) && (function () {
150
- var success = undefined === input.declarationDir || "string" === typeof input.declarationDir;
151
- if (success === false && exceptionable === true)
152
- throw new typescript_json_1.assertType.TypeGuardError("assertType", path + ".declarationDir", input.declarationDir);
153
- return success;
154
- })() && (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 () {
155
- var success = undefined === input.lib || Array.isArray(input.lib) && input.lib.every(function (elem, index6952267079016119) { return (function () {
156
- var success = "string" === typeof elem;
157
- if (success === false && exceptionable === true)
158
- throw new typescript_json_1.assertType.TypeGuardError("assertType", path + ".lib[" + index6952267079016119 + "]", elem);
159
- return success;
160
- })(); });
161
- if (success === false && exceptionable === true)
162
- throw new typescript_json_1.assertType.TypeGuardError("assertType", path + ".lib", input.lib);
163
- return success;
164
- })() && (function () {
165
- var success = undefined === input.locale || "string" === typeof input.locale;
166
- if (success === false && exceptionable === true)
167
- throw new typescript_json_1.assertType.TypeGuardError("assertType", path + ".locale", input.locale);
168
- return success;
169
- })() && (function () {
170
- var success = undefined === input.mapRoot || "string" === typeof input.mapRoot;
171
- if (success === false && exceptionable === true)
172
- throw new typescript_json_1.assertType.TypeGuardError("assertType", path + ".mapRoot", input.mapRoot);
173
- return success;
174
- })() && (function () {
175
- var success = undefined === input.maxNodeModuleJsDepth || "number" === typeof input.maxNodeModuleJsDepth;
176
- if (success === false && exceptionable === true)
177
- throw new typescript_json_1.assertType.TypeGuardError("assertType", path + ".maxNodeModuleJsDepth", input.maxNodeModuleJsDepth);
178
- return success;
179
- })() && (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) && (undefined === input.newLine || 0 === input.newLine || 1 === input.newLine) && (undefined === input.noEmit || false === input.noEmit || true === input.noEmit) && (undefined === input.noEmitHelpers || false === input.noEmitHelpers || true === input.noEmitHelpers) && (undefined === input.noEmitOnError || false === input.noEmitOnError || true === input.noEmitOnError) && (undefined === input.noErrorTruncation || false === input.noErrorTruncation || true === input.noErrorTruncation) && (undefined === input.noFallthroughCasesInSwitch || false === input.noFallthroughCasesInSwitch || true === input.noFallthroughCasesInSwitch) && (undefined === input.noImplicitAny || false === input.noImplicitAny || true === input.noImplicitAny) && (undefined === input.noImplicitReturns || false === input.noImplicitReturns || true === input.noImplicitReturns) && (undefined === input.noImplicitThis || false === input.noImplicitThis || true === input.noImplicitThis) && (undefined === input.noStrictGenericChecks || false === input.noStrictGenericChecks || true === input.noStrictGenericChecks) && (undefined === input.noUnusedLocals || false === input.noUnusedLocals || true === input.noUnusedLocals) && (undefined === input.noUnusedParameters || false === input.noUnusedParameters || true === input.noUnusedParameters) && (undefined === input.noImplicitUseStrict || false === input.noImplicitUseStrict || true === input.noImplicitUseStrict) && (undefined === input.noPropertyAccessFromIndexSignature || false === input.noPropertyAccessFromIndexSignature || true === input.noPropertyAccessFromIndexSignature) && (undefined === input.assumeChangesOnlyAffectDirectDependencies || false === input.assumeChangesOnlyAffectDirectDependencies || true === input.assumeChangesOnlyAffectDirectDependencies) && (undefined === input.noLib || false === input.noLib || true === input.noLib) && (undefined === input.noResolve || false === input.noResolve || true === input.noResolve) && (undefined === input.noUncheckedIndexedAccess || false === input.noUncheckedIndexedAccess || true === input.noUncheckedIndexedAccess) && (function () {
180
- var success = undefined === input.out || "string" === typeof input.out;
181
- if (success === false && exceptionable === true)
182
- throw new typescript_json_1.assertType.TypeGuardError("assertType", path + ".out", input.out);
183
- return success;
184
- })() && (function () {
185
- var success = undefined === input.outDir || "string" === typeof input.outDir;
186
- if (success === false && exceptionable === true)
187
- throw new typescript_json_1.assertType.TypeGuardError("assertType", path + ".outDir", input.outDir);
188
- return success;
189
- })() && (function () {
190
- var success = undefined === input.outFile || "string" === typeof input.outFile;
191
- if (success === false && exceptionable === true)
192
- throw new typescript_json_1.assertType.TypeGuardError("assertType", path + ".outFile", input.outFile);
193
- return success;
194
- })() && (function () {
195
- var success = null !== input.paths && (undefined === input.paths || "object" === typeof input.paths && assertType.objects[3](input.paths, path + ".paths", true && exceptionable));
196
- if (success === false && exceptionable === true)
197
- throw new typescript_json_1.assertType.TypeGuardError("assertType", path + ".paths", input.paths);
198
- return success;
199
- })() && (undefined === input.preserveConstEnums || false === input.preserveConstEnums || true === input.preserveConstEnums) && (undefined === input.noImplicitOverride || false === input.noImplicitOverride || true === input.noImplicitOverride) && (undefined === input.preserveSymlinks || false === input.preserveSymlinks || true === input.preserveSymlinks) && (undefined === input.preserveValueImports || false === input.preserveValueImports || true === input.preserveValueImports) && (function () {
200
- var success = undefined === input.project || "string" === typeof input.project;
201
- if (success === false && exceptionable === true)
202
- throw new typescript_json_1.assertType.TypeGuardError("assertType", path + ".project", input.project);
203
- return success;
204
- })() && (function () {
205
- var success = undefined === input.reactNamespace || "string" === typeof input.reactNamespace;
206
- if (success === false && exceptionable === true)
207
- throw new typescript_json_1.assertType.TypeGuardError("assertType", path + ".reactNamespace", input.reactNamespace);
208
- return success;
209
- })() && (function () {
210
- var success = undefined === input.jsxFactory || "string" === typeof input.jsxFactory;
211
- if (success === false && exceptionable === true)
212
- throw new typescript_json_1.assertType.TypeGuardError("assertType", path + ".jsxFactory", input.jsxFactory);
213
- return success;
214
- })() && (function () {
215
- var success = undefined === input.jsxFragmentFactory || "string" === typeof input.jsxFragmentFactory;
216
- if (success === false && exceptionable === true)
217
- throw new typescript_json_1.assertType.TypeGuardError("assertType", path + ".jsxFragmentFactory", input.jsxFragmentFactory);
218
- return success;
219
- })() && (function () {
220
- var success = undefined === input.jsxImportSource || "string" === typeof input.jsxImportSource;
221
- if (success === false && exceptionable === true)
222
- throw new typescript_json_1.assertType.TypeGuardError("assertType", path + ".jsxImportSource", input.jsxImportSource);
223
- return success;
224
- })() && (undefined === input.composite || false === input.composite || true === input.composite) && (undefined === input.incremental || false === input.incremental || true === input.incremental) && (function () {
225
- var success = undefined === input.tsBuildInfoFile || "string" === typeof input.tsBuildInfoFile;
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, index38749756464747165) { return "string" === typeof elem; }) || "object" === typeof input.input && $ao[1](input.input, path + ".input", false && exceptionable)) && (function () {
102
+ var success = undefined === input.output || "string" === typeof input.output;
103
+ if (success === false && exceptionable === true)
104
+ throw new typescript_json_1.assertType.TypeGuardError({
105
+ method: "assertType",
106
+ path: path + ".output",
107
+ expected: "(string | undefined)",
108
+ value: input.output
109
+ });
110
+ return success;
111
+ })() && (function () {
112
+ var success = null !== input.compilerOptions && (undefined === input.compilerOptions || "object" === typeof input.compilerOptions && $ao[2](input.compilerOptions, path + ".compilerOptions", true && exceptionable));
113
+ if (success === false && exceptionable === true)
114
+ throw new typescript_json_1.assertType.TypeGuardError({
115
+ method: "assertType",
116
+ path: path + ".compilerOptions",
117
+ expected: "(Resolve<ts.CompilerOptions> | undefined)",
118
+ value: input.compilerOptions
119
+ });
120
+ return success;
121
+ })() && (undefined === input.assert || false === input.assert || true === input.assert) && (undefined === input.json || false === input.json || true === input.json) && (function () {
122
+ var success = null !== input.swagger && (undefined === input.swagger || "object" === typeof input.swagger && $ao[4](input.swagger, path + ".swagger", true && exceptionable));
123
+ if (success === false && exceptionable === true)
124
+ throw new typescript_json_1.assertType.TypeGuardError({
125
+ method: "assertType",
126
+ path: path + ".swagger",
127
+ expected: "(Resolve<IConfiguration.ISwagger> | undefined)",
128
+ value: input.swagger
129
+ });
130
+ return success;
131
+ })(); },
132
+ function (input, path, exceptionable) { return (function () {
133
+ var success = Array.isArray(input.include) && input.include.every(function (elem, index4079658998275526) { return (function () {
134
+ var success = "string" === typeof elem;
226
135
  if (success === false && exceptionable === true)
227
- throw new typescript_json_1.assertType.TypeGuardError("assertType", path + ".tsBuildInfoFile", input.tsBuildInfoFile);
136
+ throw new typescript_json_1.assertType.TypeGuardError({
137
+ method: "assertType",
138
+ path: path + ".include[" + index4079658998275526 + "]",
139
+ expected: "string",
140
+ value: elem
141
+ });
228
142
  return success;
229
- })() && (undefined === input.removeComments || false === input.removeComments || true === input.removeComments) && (function () {
230
- var success = undefined === input.rootDir || "string" === typeof input.rootDir;
143
+ })(); });
144
+ if (success === false && exceptionable === true)
145
+ throw new typescript_json_1.assertType.TypeGuardError({
146
+ method: "assertType",
147
+ path: path + ".include",
148
+ expected: "Array<string}>",
149
+ value: input.include
150
+ });
151
+ return success;
152
+ })() && (function () {
153
+ var success = undefined === input.exclude || Array.isArray(input.exclude) && input.exclude.every(function (elem, index8645145697876746) { return (function () {
154
+ var success = "string" === typeof elem;
231
155
  if (success === false && exceptionable === true)
232
- throw new typescript_json_1.assertType.TypeGuardError("assertType", path + ".rootDir", input.rootDir);
156
+ throw new typescript_json_1.assertType.TypeGuardError({
157
+ method: "assertType",
158
+ path: path + ".exclude[" + index8645145697876746 + "]",
159
+ expected: "string",
160
+ value: elem
161
+ });
233
162
  return success;
234
- })() && (function () {
235
- var success = undefined === input.rootDirs || Array.isArray(input.rootDirs) && input.rootDirs.every(function (elem, index7871054565857456) { return (function () {
236
- var success = "string" === typeof elem;
237
- if (success === false && exceptionable === true)
238
- throw new typescript_json_1.assertType.TypeGuardError("assertType", path + ".rootDirs[" + index7871054565857456 + "]", elem);
239
- return success;
240
- })(); });
163
+ })(); });
164
+ if (success === false && exceptionable === true)
165
+ throw new typescript_json_1.assertType.TypeGuardError({
166
+ method: "assertType",
167
+ path: path + ".exclude",
168
+ expected: "(Array<string}> | undefined)",
169
+ value: input.exclude
170
+ });
171
+ return success;
172
+ })(); },
173
+ function (input, path, exceptionable) { return (undefined === input.allowJs || false === input.allowJs || true === input.allowJs) && (undefined === input.allowSyntheticDefaultImports || false === input.allowSyntheticDefaultImports || true === input.allowSyntheticDefaultImports) && (undefined === input.allowUmdGlobalAccess || false === input.allowUmdGlobalAccess || true === input.allowUmdGlobalAccess) && (undefined === input.allowUnreachableCode || false === input.allowUnreachableCode || true === input.allowUnreachableCode) && (undefined === input.allowUnusedLabels || false === input.allowUnusedLabels || true === input.allowUnusedLabels) && (undefined === input.alwaysStrict || false === input.alwaysStrict || true === input.alwaysStrict) && (function () {
174
+ var success = undefined === input.baseUrl || "string" === typeof input.baseUrl;
175
+ if (success === false && exceptionable === true)
176
+ throw new typescript_json_1.assertType.TypeGuardError({
177
+ method: "assertType",
178
+ path: path + ".baseUrl",
179
+ expected: "(string | undefined)",
180
+ value: input.baseUrl
181
+ });
182
+ return success;
183
+ })() && (function () {
184
+ var success = undefined === input.charset || "string" === typeof input.charset;
185
+ if (success === false && exceptionable === true)
186
+ throw new typescript_json_1.assertType.TypeGuardError({
187
+ method: "assertType",
188
+ path: path + ".charset",
189
+ expected: "(string | undefined)",
190
+ value: input.charset
191
+ });
192
+ return success;
193
+ })() && (undefined === input.checkJs || false === input.checkJs || true === input.checkJs) && (undefined === input.declaration || false === input.declaration || true === input.declaration) && (undefined === input.declarationMap || false === input.declarationMap || true === input.declarationMap) && (undefined === input.emitDeclarationOnly || false === input.emitDeclarationOnly || true === input.emitDeclarationOnly) && (function () {
194
+ var success = undefined === input.declarationDir || "string" === typeof input.declarationDir;
195
+ if (success === false && exceptionable === true)
196
+ throw new typescript_json_1.assertType.TypeGuardError({
197
+ method: "assertType",
198
+ path: path + ".declarationDir",
199
+ expected: "(string | undefined)",
200
+ value: input.declarationDir
201
+ });
202
+ return success;
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, index44359895805120075) { return (function () {
205
+ var success = "string" === typeof elem;
241
206
  if (success === false && exceptionable === true)
242
- throw new typescript_json_1.assertType.TypeGuardError("assertType", path + ".rootDirs", input.rootDirs);
207
+ throw new typescript_json_1.assertType.TypeGuardError({
208
+ method: "assertType",
209
+ path: path + ".lib[" + index44359895805120075 + "]",
210
+ expected: "string",
211
+ value: elem
212
+ });
243
213
  return success;
244
- })() && (undefined === input.skipLibCheck || false === input.skipLibCheck || true === input.skipLibCheck) && (undefined === input.skipDefaultLibCheck || false === input.skipDefaultLibCheck || true === input.skipDefaultLibCheck) && (undefined === input.sourceMap || false === input.sourceMap || true === input.sourceMap) && (function () {
245
- var success = undefined === input.sourceRoot || "string" === typeof input.sourceRoot;
214
+ })(); });
215
+ if (success === false && exceptionable === true)
216
+ throw new typescript_json_1.assertType.TypeGuardError({
217
+ method: "assertType",
218
+ path: path + ".lib",
219
+ expected: "(Array<string}> | undefined)",
220
+ value: input.lib
221
+ });
222
+ return success;
223
+ })() && (function () {
224
+ var success = undefined === input.locale || "string" === typeof input.locale;
225
+ if (success === false && exceptionable === true)
226
+ throw new typescript_json_1.assertType.TypeGuardError({
227
+ method: "assertType",
228
+ path: path + ".locale",
229
+ expected: "(string | undefined)",
230
+ value: input.locale
231
+ });
232
+ return success;
233
+ })() && (function () {
234
+ var success = undefined === input.mapRoot || "string" === typeof input.mapRoot;
235
+ if (success === false && exceptionable === true)
236
+ throw new typescript_json_1.assertType.TypeGuardError({
237
+ method: "assertType",
238
+ path: path + ".mapRoot",
239
+ expected: "(string | undefined)",
240
+ value: input.mapRoot
241
+ });
242
+ return success;
243
+ })() && (function () {
244
+ var success = undefined === input.maxNodeModuleJsDepth || "number" === typeof input.maxNodeModuleJsDepth && Number.isFinite(input.maxNodeModuleJsDepth) && !Number.isNaN(input.maxNodeModuleJsDepth);
245
+ if (success === false && exceptionable === true)
246
+ throw new typescript_json_1.assertType.TypeGuardError({
247
+ method: "assertType",
248
+ path: path + ".maxNodeModuleJsDepth",
249
+ expected: "(number | undefined)",
250
+ value: input.maxNodeModuleJsDepth
251
+ });
252
+ return success;
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, index05654449884335877) { return (function () {
255
+ var success = "string" === typeof elem;
246
256
  if (success === false && exceptionable === true)
247
- throw new typescript_json_1.assertType.TypeGuardError("assertType", path + ".sourceRoot", input.sourceRoot);
257
+ throw new typescript_json_1.assertType.TypeGuardError({
258
+ method: "assertType",
259
+ path: path + ".moduleSuffixes[" + index05654449884335877 + "]",
260
+ expected: "string",
261
+ value: elem
262
+ });
248
263
  return success;
249
- })() && (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 () {
250
- var success = undefined === input.types || Array.isArray(input.types) && input.types.every(function (elem, index953886693671006) { return (function () {
251
- var success = "string" === typeof elem;
252
- if (success === false && exceptionable === true)
253
- throw new typescript_json_1.assertType.TypeGuardError("assertType", path + ".types[" + index953886693671006 + "]", elem);
254
- return success;
255
- })(); });
264
+ })(); });
265
+ if (success === false && exceptionable === true)
266
+ throw new typescript_json_1.assertType.TypeGuardError({
267
+ method: "assertType",
268
+ path: path + ".moduleSuffixes",
269
+ expected: "(Array<string}> | undefined)",
270
+ value: input.moduleSuffixes
271
+ });
272
+ return success;
273
+ })() && (undefined === input.moduleDetection || 1 === input.moduleDetection || 2 === input.moduleDetection || 3 === input.moduleDetection) && (undefined === input.newLine || 0 === input.newLine || 1 === input.newLine) && (undefined === input.noEmit || false === input.noEmit || true === input.noEmit) && (undefined === input.noEmitHelpers || false === input.noEmitHelpers || true === input.noEmitHelpers) && (undefined === input.noEmitOnError || false === input.noEmitOnError || true === input.noEmitOnError) && (undefined === input.noErrorTruncation || false === input.noErrorTruncation || true === input.noErrorTruncation) && (undefined === input.noFallthroughCasesInSwitch || false === input.noFallthroughCasesInSwitch || true === input.noFallthroughCasesInSwitch) && (undefined === input.noImplicitAny || false === input.noImplicitAny || true === input.noImplicitAny) && (undefined === input.noImplicitReturns || false === input.noImplicitReturns || true === input.noImplicitReturns) && (undefined === input.noImplicitThis || false === input.noImplicitThis || true === input.noImplicitThis) && (undefined === input.noStrictGenericChecks || false === input.noStrictGenericChecks || true === input.noStrictGenericChecks) && (undefined === input.noUnusedLocals || false === input.noUnusedLocals || true === input.noUnusedLocals) && (undefined === input.noUnusedParameters || false === input.noUnusedParameters || true === input.noUnusedParameters) && (undefined === input.noImplicitUseStrict || false === input.noImplicitUseStrict || true === input.noImplicitUseStrict) && (undefined === input.noPropertyAccessFromIndexSignature || false === input.noPropertyAccessFromIndexSignature || true === input.noPropertyAccessFromIndexSignature) && (undefined === input.assumeChangesOnlyAffectDirectDependencies || false === input.assumeChangesOnlyAffectDirectDependencies || true === input.assumeChangesOnlyAffectDirectDependencies) && (undefined === input.noLib || false === input.noLib || true === input.noLib) && (undefined === input.noResolve || false === input.noResolve || true === input.noResolve) && (undefined === input.noUncheckedIndexedAccess || false === input.noUncheckedIndexedAccess || true === input.noUncheckedIndexedAccess) && (function () {
274
+ var success = undefined === input.out || "string" === typeof input.out;
275
+ if (success === false && exceptionable === true)
276
+ throw new typescript_json_1.assertType.TypeGuardError({
277
+ method: "assertType",
278
+ path: path + ".out",
279
+ expected: "(string | undefined)",
280
+ value: input.out
281
+ });
282
+ return success;
283
+ })() && (function () {
284
+ var success = undefined === input.outDir || "string" === typeof input.outDir;
285
+ if (success === false && exceptionable === true)
286
+ throw new typescript_json_1.assertType.TypeGuardError({
287
+ method: "assertType",
288
+ path: path + ".outDir",
289
+ expected: "(string | undefined)",
290
+ value: input.outDir
291
+ });
292
+ return success;
293
+ })() && (function () {
294
+ var success = undefined === input.outFile || "string" === typeof input.outFile;
295
+ if (success === false && exceptionable === true)
296
+ throw new typescript_json_1.assertType.TypeGuardError({
297
+ method: "assertType",
298
+ path: path + ".outFile",
299
+ expected: "(string | undefined)",
300
+ value: input.outFile
301
+ });
302
+ return success;
303
+ })() && (function () {
304
+ var success = null !== input.paths && (undefined === input.paths || "object" === typeof input.paths && $ao[3](input.paths, path + ".paths", true && exceptionable));
305
+ if (success === false && exceptionable === true)
306
+ throw new typescript_json_1.assertType.TypeGuardError({
307
+ method: "assertType",
308
+ path: path + ".paths",
309
+ expected: "(Resolve<ts.MapLike<Array<string>>> | undefined)",
310
+ value: input.paths
311
+ });
312
+ return success;
313
+ })() && (undefined === input.preserveConstEnums || false === input.preserveConstEnums || true === input.preserveConstEnums) && (undefined === input.noImplicitOverride || false === input.noImplicitOverride || true === input.noImplicitOverride) && (undefined === input.preserveSymlinks || false === input.preserveSymlinks || true === input.preserveSymlinks) && (undefined === input.preserveValueImports || false === input.preserveValueImports || true === input.preserveValueImports) && (function () {
314
+ var success = undefined === input.project || "string" === typeof input.project;
315
+ if (success === false && exceptionable === true)
316
+ throw new typescript_json_1.assertType.TypeGuardError({
317
+ method: "assertType",
318
+ path: path + ".project",
319
+ expected: "(string | undefined)",
320
+ value: input.project
321
+ });
322
+ return success;
323
+ })() && (function () {
324
+ var success = undefined === input.reactNamespace || "string" === typeof input.reactNamespace;
325
+ if (success === false && exceptionable === true)
326
+ throw new typescript_json_1.assertType.TypeGuardError({
327
+ method: "assertType",
328
+ path: path + ".reactNamespace",
329
+ expected: "(string | undefined)",
330
+ value: input.reactNamespace
331
+ });
332
+ return success;
333
+ })() && (function () {
334
+ var success = undefined === input.jsxFactory || "string" === typeof input.jsxFactory;
335
+ if (success === false && exceptionable === true)
336
+ throw new typescript_json_1.assertType.TypeGuardError({
337
+ method: "assertType",
338
+ path: path + ".jsxFactory",
339
+ expected: "(string | undefined)",
340
+ value: input.jsxFactory
341
+ });
342
+ return success;
343
+ })() && (function () {
344
+ var success = undefined === input.jsxFragmentFactory || "string" === typeof input.jsxFragmentFactory;
345
+ if (success === false && exceptionable === true)
346
+ throw new typescript_json_1.assertType.TypeGuardError({
347
+ method: "assertType",
348
+ path: path + ".jsxFragmentFactory",
349
+ expected: "(string | undefined)",
350
+ value: input.jsxFragmentFactory
351
+ });
352
+ return success;
353
+ })() && (function () {
354
+ var success = undefined === input.jsxImportSource || "string" === typeof input.jsxImportSource;
355
+ if (success === false && exceptionable === true)
356
+ throw new typescript_json_1.assertType.TypeGuardError({
357
+ method: "assertType",
358
+ path: path + ".jsxImportSource",
359
+ expected: "(string | undefined)",
360
+ value: input.jsxImportSource
361
+ });
362
+ return success;
363
+ })() && (undefined === input.composite || false === input.composite || true === input.composite) && (undefined === input.incremental || false === input.incremental || true === input.incremental) && (function () {
364
+ var success = undefined === input.tsBuildInfoFile || "string" === typeof input.tsBuildInfoFile;
365
+ if (success === false && exceptionable === true)
366
+ throw new typescript_json_1.assertType.TypeGuardError({
367
+ method: "assertType",
368
+ path: path + ".tsBuildInfoFile",
369
+ expected: "(string | undefined)",
370
+ value: input.tsBuildInfoFile
371
+ });
372
+ return success;
373
+ })() && (undefined === input.removeComments || false === input.removeComments || true === input.removeComments) && (function () {
374
+ var success = undefined === input.rootDir || "string" === typeof input.rootDir;
375
+ if (success === false && exceptionable === true)
376
+ throw new typescript_json_1.assertType.TypeGuardError({
377
+ method: "assertType",
378
+ path: path + ".rootDir",
379
+ expected: "(string | undefined)",
380
+ value: input.rootDir
381
+ });
382
+ return success;
383
+ })() && (function () {
384
+ var success = undefined === input.rootDirs || Array.isArray(input.rootDirs) && input.rootDirs.every(function (elem, index5379991486196392) { return (function () {
385
+ var success = "string" === typeof elem;
256
386
  if (success === false && exceptionable === true)
257
- throw new typescript_json_1.assertType.TypeGuardError("assertType", path + ".types", input.types);
387
+ throw new typescript_json_1.assertType.TypeGuardError({
388
+ method: "assertType",
389
+ path: path + ".rootDirs[" + index5379991486196392 + "]",
390
+ expected: "string",
391
+ value: elem
392
+ });
258
393
  return success;
259
- })() && (function () {
260
- var success = undefined === input.typeRoots || Array.isArray(input.typeRoots) && input.typeRoots.every(function (elem, index3161385569842359) { return (function () {
261
- var success = "string" === typeof elem;
262
- if (success === false && exceptionable === true)
263
- throw new typescript_json_1.assertType.TypeGuardError("assertType", path + ".typeRoots[" + index3161385569842359 + "]", elem);
264
- return success;
265
- })(); });
394
+ })(); });
395
+ if (success === false && exceptionable === true)
396
+ throw new typescript_json_1.assertType.TypeGuardError({
397
+ method: "assertType",
398
+ path: path + ".rootDirs",
399
+ expected: "(Array<string}> | undefined)",
400
+ value: input.rootDirs
401
+ });
402
+ return success;
403
+ })() && (undefined === input.skipLibCheck || false === input.skipLibCheck || true === input.skipLibCheck) && (undefined === input.skipDefaultLibCheck || false === input.skipDefaultLibCheck || true === input.skipDefaultLibCheck) && (undefined === input.sourceMap || false === input.sourceMap || true === input.sourceMap) && (function () {
404
+ var success = undefined === input.sourceRoot || "string" === typeof input.sourceRoot;
405
+ if (success === false && exceptionable === true)
406
+ throw new typescript_json_1.assertType.TypeGuardError({
407
+ method: "assertType",
408
+ path: path + ".sourceRoot",
409
+ expected: "(string | undefined)",
410
+ value: input.sourceRoot
411
+ });
412
+ return success;
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, index3955474954585061) { return (function () {
415
+ var success = "string" === typeof elem;
266
416
  if (success === false && exceptionable === true)
267
- throw new typescript_json_1.assertType.TypeGuardError("assertType", path + ".typeRoots", input.typeRoots);
417
+ throw new typescript_json_1.assertType.TypeGuardError({
418
+ method: "assertType",
419
+ path: path + ".types[" + index3955474954585061 + "]",
420
+ expected: "string",
421
+ value: elem
422
+ });
268
423
  return success;
269
- })() && (undefined === input.esModuleInterop || false === input.esModuleInterop || true === input.esModuleInterop) && (undefined === input.useDefineForClassFields || false === input.useDefineForClassFields || true === input.useDefineForClassFields); },
270
- function (input, path, exceptionable) { return true; },
271
- function (input, path, exceptionable) { return (function () {
272
- var success = "string" === typeof input.output;
424
+ })(); });
425
+ if (success === false && exceptionable === true)
426
+ throw new typescript_json_1.assertType.TypeGuardError({
427
+ method: "assertType",
428
+ path: path + ".types",
429
+ expected: "(Array<string}> | undefined)",
430
+ value: input.types
431
+ });
432
+ return success;
433
+ })() && (function () {
434
+ var success = undefined === input.typeRoots || Array.isArray(input.typeRoots) && input.typeRoots.every(function (elem, index9925264208260842) { return (function () {
435
+ var success = "string" === typeof elem;
273
436
  if (success === false && exceptionable === true)
274
- throw new typescript_json_1.assertType.TypeGuardError("assertType", path + ".output", input.output);
437
+ throw new typescript_json_1.assertType.TypeGuardError({
438
+ method: "assertType",
439
+ path: path + ".typeRoots[" + index9925264208260842 + "]",
440
+ expected: "string",
441
+ value: elem
442
+ });
275
443
  return success;
276
- })(); }
277
- ],
278
- unions: []
279
- };
444
+ })(); });
445
+ if (success === false && exceptionable === true)
446
+ throw new typescript_json_1.assertType.TypeGuardError({
447
+ method: "assertType",
448
+ path: path + ".typeRoots",
449
+ expected: "(Array<string}> | undefined)",
450
+ value: input.typeRoots
451
+ });
452
+ return success;
453
+ })() && (undefined === input.esModuleInterop || false === input.esModuleInterop || true === input.esModuleInterop) && (undefined === input.useDefineForClassFields || false === input.useDefineForClassFields || true === input.useDefineForClassFields); },
454
+ function (input, path, exceptionable) { return true; },
455
+ function (input, path, exceptionable) { return (function () {
456
+ var success = "string" === typeof input.output;
457
+ if (success === false && exceptionable === true)
458
+ throw new typescript_json_1.assertType.TypeGuardError({
459
+ method: "assertType",
460
+ path: path + ".output",
461
+ expected: "string",
462
+ value: input.output
463
+ });
464
+ return success;
465
+ })(); }
466
+ ];
280
467
  return (function () {
281
468
  var success = null !== input && (function () {
282
- var success = "object" === typeof input && assertType.objects[0](input, path + "", true);
469
+ var success = "object" === typeof input && $ao[0](input, path + "", true);
283
470
  if (success === false)
284
- throw new typescript_json_1.assertType.TypeGuardError("assertType", path + "", input);
471
+ throw new typescript_json_1.assertType.TypeGuardError({
472
+ method: "assertType",
473
+ path: path + "",
474
+ expected: "Resolve<__type>",
475
+ value: input
476
+ });
285
477
  return success;
286
478
  })();
287
479
  if (success === false)
288
- throw new typescript_json_1.assertType.TypeGuardError("assertType", path + "", input);
480
+ throw new typescript_json_1.assertType.TypeGuardError({
481
+ method: "assertType",
482
+ path: path + "",
483
+ expected: "Resolve<__type>",
484
+ value: input
485
+ });
289
486
  return success;
290
487
  })();
291
488
  })(input); return input; })(nestia_fetcher_1.Primitive.clone(config))];
@@ -1 +1 @@
1
- {"version":3,"file":"NestiaConfig.js","sourceRoot":"","sources":["../../../src/executable/internal/NestiaConfig.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,0CAAoB;AACpB,8CAAwB;AACxB,8CAAkC;AAClC,iDAA2C;AAC3C,mDAAkD;AAClD,mDAA6C;AAI7C,IAAiB,YAAY,CAyB5B;AAzBD,WAAiB,YAAY;;IACzB,SAAgB,GAAG;QACf,OAAO,SAAS,CAAC,GAAG,EAAE,CAAC;IAC3B,CAAC;IAFe,gBAAG,MAElB,CAAA;IAED,IAAM,SAAS,GAAG,IAAI,qBAAS,CAAC;;;;;oBAC5B,IAAI,YAAE,CAAC,UAAU,CAAC,kBAAkB,CAAC,KAAK,KAAK;wBAAE,sBAAO,IAAI,EAAC;oBAE7D,MAAM,CAAC,QAAQ,CAAC;wBACZ,IAAI,EAAE,KAAK;wBACX,eAAe,EAAE;4BACb,MAAM,EAAE,IAAI;yBACf;qBACJ,CAAC,CAAC;oBAGC,sFAAa,cAAI,CAAC,OAAO,CAAC,kBAAkB,CAAC,QAAC;;oBAD5C,MAAM,GACR,SAA8C;oBAClD,IAAI,OAAO,MAAM,KAAK,QAAQ;wBAC1B,MAAM,IAAI,KAAK,CAAC,kDAAkD,CAAC,CAAC;oBAElE,MAAM,GACR,OAAO,MAAM,CAAC,OAAO,KAAK,QAAQ,CAAC,CAAC,CAAC,MAAM,CAAC,OAAO,CAAC,CAAC,CAAC,MAAM,CAAC;oBAEjE;;;;;;;sDAAO,4BAAU;;;;;sDAAV,4BAAU;;;;;sDAAV,4BAAU;;;;;;;0DAAV,4BAAU;;;;sDAAV,4BAAU;;;;;;0DAAV,4BAAU;;;;sDAAV,4BAAU;;;;;;sDAAV,4BAAU;;;;;sDAAV,4BAAU;;;;;sDAAV,4BAAU;;;;;;0DAAV,4BAAU;;;;sDAAV,4BAAU;;;;;sDAAV,4BAAU;;;;;sDAAV,4BAAU;;;;;sDAAV,4BAAU;;;;;sDAAV,4BAAU;;;;;sDAAV,4BAAU;;;;;sDAAV,4BAAU;;;;;sDAAV,4BAAU;;;;;sDAAV,4BAAU;;;;;sDAAV,4BAAU;;;;;sDAAV,4BAAU;;;;;sDAAV,4BAAU;;;;;sDAAV,4BAAU;;;;;sDAAV,4BAAU;;;;;sDAAV,4BAAU;;;;;;0DAAV,4BAAU;;;;sDAAV,4BAAU;;;;;sDAAV,4BAAU;;;;;;0DAAV,4BAAU;;;;sDAAV,4BAAU;;;;;;0DAAV,4BAAU;;;;sDAAV,4BAAU;;;;;;;sDAAV,4BAAU;;;;;;;;;;kDAAV,4BAAU;;;;8CAAV,4BAAU;;;oDAAC,0BAAS,CAAC,KAAK,CAAC,MAAM,CAAC,GAAE;;;SAC9C,CAAC,CAAC;AACP,CAAC,EAzBgB,YAAY,GAAZ,oBAAY,KAAZ,oBAAY,QAyB5B"}
1
+ {"version":3,"file":"NestiaConfig.js","sourceRoot":"","sources":["../../../src/executable/internal/NestiaConfig.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,0CAAoB;AACpB,8CAAwB;AACxB,8CAAkC;AAClC,iDAA2C;AAC3C,mDAAkD;AAClD,mDAA6C;AAI7C,IAAiB,YAAY,CAyB5B;AAzBD,WAAiB,YAAY;;IACzB,SAAgB,GAAG;QACf,OAAO,SAAS,CAAC,GAAG,EAAE,CAAC;IAC3B,CAAC;IAFe,gBAAG,MAElB,CAAA;IAED,IAAM,SAAS,GAAG,IAAI,qBAAS,CAAC;;;;;oBAC5B,IAAI,YAAE,CAAC,UAAU,CAAC,kBAAkB,CAAC,KAAK,KAAK;wBAAE,sBAAO,IAAI,EAAC;oBAE7D,MAAM,CAAC,QAAQ,CAAC;wBACZ,IAAI,EAAE,KAAK;wBACX,eAAe,EAAE;4BACb,MAAM,EAAE,IAAI;yBACf;qBACJ,CAAC,CAAC;oBAGC,sFAAa,cAAI,CAAC,OAAO,CAAC,kBAAkB,CAAC,QAAC;;oBAD5C,MAAM,GACR,SAA8C;oBAClD,IAAI,OAAO,MAAM,KAAK,QAAQ;wBAC1B,MAAM,IAAI,KAAK,CAAC,kDAAkD,CAAC,CAAC;oBAElE,MAAM,GACR,OAAO,MAAM,CAAC,OAAO,KAAK,QAAQ,CAAC,CAAC,CAAC,MAAM,CAAC,OAAO,CAAC,CAAC,CAAC,MAAM,CAAC;oBAEjE;;;;;;kDAAO,4BAAU;;;;;;;;;;kDAAV,4BAAU;;;;;;;;;;kDAAV,4BAAU;;;;;;;;;;;;sDAAV,4BAAU;;;;;;;;;kDAAV,4BAAU;;;;;;;;;;;sDAAV,4BAAU;;;;;;;;;kDAAV,4BAAU;;;;;;;;;;;kDAAV,4BAAU;;;;;;;;;;kDAAV,4BAAU;;;;;;;;;;kDAAV,4BAAU;;;;;;;;;;;sDAAV,4BAAU;;;;;;;;;kDAAV,4BAAU;;;;;;;;;;kDAAV,4BAAU;;;;;;;;;;kDAAV,4BAAU;;;;;;;;;;kDAAV,4BAAU;;;;;;;;;;;sDAAV,4BAAU;;;;;;;;;kDAAV,4BAAU;;;;;;;;;;kDAAV,4BAAU;;;;;;;;;;kDAAV,4BAAU;;;;;;;;;;kDAAV,4BAAU;;;;;;;;;;kDAAV,4BAAU;;;;;;;;;;kDAAV,4BAAU;;;;;;;;;;kDAAV,4BAAU;;;;;;;;;;kDAAV,4BAAU;;;;;;;;;;kDAAV,4BAAU;;;;;;;;;;kDAAV,4BAAU;;;;;;;;;;kDAAV,4BAAU;;;;;;;;;;kDAAV,4BAAU;;;;;;;;;;;sDAAV,4BAAU;;;;;;;;;kDAAV,4BAAU;;;;;;;;;;kDAAV,4BAAU;;;;;;;;;;;sDAAV,4BAAU;;;;;;;;;kDAAV,4BAAU;;;;;;;;;;;sDAAV,4BAAU;;;;;;;;;kDAAV,4BAAU;;;;;;;;;;;;kDAAV,4BAAU;;;;;;;;;;;;;kDAAV,4BAAU;;;;;;;;;8CAAV,4BAAU;;;;;;;;oDAAC,0BAAS,CAAC,KAAK,CAAC,MAAM,CAAC,GAAE;;;SAC9C,CAAC,CAAC;AACP,CAAC,EAzBgB,YAAY,GAAZ,oBAAY,KAAZ,oBAAY,QAyB5B"}
File without changes
@@ -1 +1 @@
1
- {"version":3,"file":"SwaggerGenerator.js","sourceRoot":"","sources":["../../src/generates/SwaggerGenerator.ts"],"names":[],"mappings":"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"}
1
+ {"version":3,"file":"SwaggerGenerator.js","sourceRoot":"","sources":["../../src/generates/SwaggerGenerator.ts"],"names":[],"mappings":"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"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "nestia",
3
- "version": "3.0.4-dev.20220629",
3
+ "version": "3.0.5-dev.20220702-2",
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,12 +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": "^10.7.0",
44
- "tsconfig-paths": "^3.14.1",
43
+ "ts-node": "10.8.x",
44
+ "tsconfig-paths": "^4.0.0",
45
45
  "tstl": "^2.5.6",
46
46
  "ttypescript": "^1.5.13",
47
- "typescript": "4.6.x",
48
- "typescript-transform-paths": "^3.3.1"
47
+ "typescript": "4.7.x",
48
+ "typescript-json": "^3.0.7",
49
+ "typescript-transform-paths": "3.3.x"
49
50
  },
50
51
  "devDependencies": {
51
52
  "@types/cli": "^0.11.19",
@@ -57,7 +58,6 @@
57
58
  "eslint": "^8.16.0",
58
59
  "nestia-helper": "^3.0.3",
59
60
  "prettier": "^2.6.2",
60
- "rimraf": "^3.0.2",
61
- "typescript-json": "^3.0.6-dev.20220629"
61
+ "rimraf": "^3.0.2"
62
62
  }
63
63
  }