nestia 3.0.4 → 3.0.5

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, index5262189482095962) { 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, index8130189230991745) { 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[" + index8130189230991745 + "]", 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, index35476279830229984) { 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[" + index35476279830229984 + "]", 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, index7671920427042804) { 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[" + index7671920427042804 + "]", 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 && Number.isFinite(input.maxNodeModuleJsDepth) && !Number.isNaN(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, index6213649304236819) { 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, index5449737623551241) { 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[" + index5449737623551241 + "]",
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, index35274473525319516) { 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[" + index35274473525319516 + "]",
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, index6221690186961972) { 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[" + index6221690186961972 + "]", 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, index37655397582355143) { 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[" + index37655397582355143 + "]",
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, index3099216769909823) { 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[" + index3099216769909823 + "]",
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, index41847338527797207) { 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[" + index41847338527797207 + "]", 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, index9198562820846912) { 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[" + index9198562820846912 + "]",
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, index9443576362218398) { 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[" + index9443576362218398 + "]", 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, index16481406153916334) { 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[" + index16481406153916334 + "]",
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, index2972702446049107) { 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[" + index2972702446049107 + "]",
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"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "nestia",
3
- "version": "3.0.4",
3
+ "version": "3.0.5",
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": "^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-json": "^3.0.6",
49
- "typescript-transform-paths": "^3.3.1"
47
+ "typescript": "4.7.x",
48
+ "typescript-json": "^3.0.7",
49
+ "typescript-transform-paths": "3.3.x"
50
50
  },
51
51
  "devDependencies": {
52
52
  "@types/cli": "^0.11.19",