@powerlines/deepkit 0.6.66 → 0.6.68
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/vendor/{chunk-AGWSFNL3.cjs → chunk-F6GNS3WX.cjs} +176 -176
- package/dist/vendor/{chunk-CTP432AL.cjs → chunk-RW6LC3GP.cjs} +3 -3
- package/dist/vendor/{chunk-BIRXQ7UG.cjs → chunk-Z6H4WQM6.cjs} +2 -2
- package/dist/vendor/core.cjs +130 -130
- package/dist/vendor/type-compiler/{chunk-QYWMFKN5.js → chunk-CQA6K3ZH.js} +6 -6
- package/dist/vendor/type-compiler/{chunk-WR7HEFGB.cjs → chunk-PIKFH2QU.cjs} +546 -510
- package/dist/vendor/type-compiler/{chunk-2BXSMOR3.js → chunk-PUK5HMUA.js} +42 -6
- package/dist/vendor/type-compiler/{chunk-3FJ5VTJW.cjs → chunk-ZEYJDCDK.cjs} +6 -6
- package/dist/vendor/type-compiler/compiler.cjs +12 -12
- package/dist/vendor/type-compiler/compiler.js +2 -2
- package/dist/vendor/type-compiler/config.cjs +9 -9
- package/dist/vendor/type-compiler/config.js +2 -2
- package/dist/vendor/type-compiler/index.cjs +26 -26
- package/dist/vendor/type-compiler/index.js +6 -6
- package/dist/vendor/type-spec.cjs +5 -5
- package/dist/vendor/type.cjs +813 -813
- package/dist/vendor/type.js +26 -26
- package/package.json +25 -25
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
import { init_esm_shims, __name, Resolver, getConfigResolver, debug, __require, reflectionModeMatcher, debug2 } from './chunk-
|
|
1
|
+
import { init_esm_shims, __name, Resolver, getConfigResolver, debug, __require, reflectionModeMatcher, debug2 } from './chunk-CQA6K3ZH.js';
|
|
2
2
|
import ts3, { isBigIntLiteral } from 'typescript';
|
|
3
3
|
|
|
4
|
-
// ../../node_modules/.pnpm/@deepkit+type-compiler@1.0.5_patch_hash=
|
|
4
|
+
// ../../node_modules/.pnpm/@deepkit+type-compiler@1.0.5_patch_hash=2011488ea7d6bd63266ba61c0f89d16f9db840d58a9ba80_143b8995c1cda11bde19e9c2bed13bd6/node_modules/@deepkit/type-compiler/dist/esm/src/compiler.js
|
|
5
5
|
init_esm_shims();
|
|
6
6
|
|
|
7
7
|
// ../../node_modules/.pnpm/@deepkit+type-spec@1.0.1_patch_hash=f3c3a4fd486751022d78f17d39a5a79f493bca20b185964ca1aba41fbfc93244/node_modules/@deepkit/type-spec/dist/esm/index.js
|
|
@@ -116,7 +116,7 @@ var ReflectionOp;
|
|
|
116
116
|
ReflectionOp2[ReflectionOp2["tags"] = 89] = "tags";
|
|
117
117
|
})(ReflectionOp || (ReflectionOp = {}));
|
|
118
118
|
|
|
119
|
-
// ../../node_modules/.pnpm/@typescript+vfs@1.5.
|
|
119
|
+
// ../../node_modules/.pnpm/@typescript+vfs@1.6.4_typescript@5.9.3/node_modules/@typescript/vfs/dist/vfs.esm.js
|
|
120
120
|
init_esm_shims();
|
|
121
121
|
var hasLocalStorage = false;
|
|
122
122
|
try {
|
|
@@ -124,22 +124,28 @@ try {
|
|
|
124
124
|
} catch (error) {
|
|
125
125
|
}
|
|
126
126
|
var hasProcess = typeof process !== "undefined";
|
|
127
|
-
hasLocalStorage && /* @__PURE__ */ localStorage.getItem("DEBUG") || hasProcess && process.env.DEBUG;
|
|
127
|
+
hasLocalStorage && typeof localStorage.getItem === "function" && /* @__PURE__ */ localStorage.getItem("DEBUG") || hasProcess && process.env.DEBUG;
|
|
128
128
|
var knownLibFilesForCompilerOptions = /* @__PURE__ */ __name(function knownLibFilesForCompilerOptions2(compilerOptions, ts4) {
|
|
129
129
|
var target = compilerOptions.target || ts4.ScriptTarget.ES5;
|
|
130
130
|
var lib = compilerOptions.lib || [];
|
|
131
131
|
var files = [
|
|
132
132
|
"lib.d.ts",
|
|
133
|
+
"lib.core.d.ts",
|
|
133
134
|
"lib.decorators.d.ts",
|
|
134
135
|
"lib.decorators.legacy.d.ts",
|
|
136
|
+
"lib.dom.asynciterable.d.ts",
|
|
135
137
|
"lib.dom.d.ts",
|
|
136
138
|
"lib.dom.iterable.d.ts",
|
|
139
|
+
"lib.webworker.asynciterable.d.ts",
|
|
137
140
|
"lib.webworker.d.ts",
|
|
138
141
|
"lib.webworker.importscripts.d.ts",
|
|
139
142
|
"lib.webworker.iterable.d.ts",
|
|
140
143
|
"lib.scripthost.d.ts",
|
|
141
144
|
"lib.es5.d.ts",
|
|
142
145
|
"lib.es6.d.ts",
|
|
146
|
+
"lib.es7.d.ts",
|
|
147
|
+
"lib.core.es6.d.ts",
|
|
148
|
+
"lib.core.es7.d.ts",
|
|
143
149
|
"lib.es2015.collection.d.ts",
|
|
144
150
|
"lib.es2015.core.d.ts",
|
|
145
151
|
"lib.es2015.d.ts",
|
|
@@ -153,6 +159,8 @@ var knownLibFilesForCompilerOptions = /* @__PURE__ */ __name(function knownLibFi
|
|
|
153
159
|
"lib.es2016.array.include.d.ts",
|
|
154
160
|
"lib.es2016.d.ts",
|
|
155
161
|
"lib.es2016.full.d.ts",
|
|
162
|
+
"lib.es2016.intl.d.ts",
|
|
163
|
+
"lib.es2017.arraybuffer.d.ts",
|
|
156
164
|
"lib.es2017.d.ts",
|
|
157
165
|
"lib.es2017.date.d.ts",
|
|
158
166
|
"lib.es2017.full.d.ts",
|
|
@@ -204,17 +212,45 @@ var knownLibFilesForCompilerOptions = /* @__PURE__ */ __name(function knownLibFi
|
|
|
204
212
|
"lib.es2023.collection.d.ts",
|
|
205
213
|
"lib.es2023.d.ts",
|
|
206
214
|
"lib.es2023.full.d.ts",
|
|
215
|
+
"lib.es2023.intl.d.ts",
|
|
216
|
+
"lib.es2024.arraybuffer.d.ts",
|
|
217
|
+
"lib.es2024.collection.d.ts",
|
|
218
|
+
"lib.es2024.d.ts",
|
|
219
|
+
"lib.es2024.full.d.ts",
|
|
220
|
+
"lib.es2024.object.d.ts",
|
|
221
|
+
"lib.es2024.promise.d.ts",
|
|
222
|
+
"lib.es2024.regexp.d.ts",
|
|
223
|
+
"lib.es2024.sharedmemory.d.ts",
|
|
224
|
+
"lib.es2024.string.d.ts",
|
|
225
|
+
"lib.es2025.collection.d.ts",
|
|
226
|
+
"lib.es2025.d.ts",
|
|
227
|
+
"lib.es2025.float16.d.ts",
|
|
228
|
+
"lib.es2025.full.d.ts",
|
|
229
|
+
"lib.es2025.intl.d.ts",
|
|
230
|
+
"lib.es2025.iterator.d.ts",
|
|
231
|
+
"lib.es2025.promise.d.ts",
|
|
232
|
+
"lib.es2025.regexp.d.ts",
|
|
207
233
|
"lib.esnext.array.d.ts",
|
|
208
234
|
"lib.esnext.asynciterable.d.ts",
|
|
209
235
|
"lib.esnext.bigint.d.ts",
|
|
236
|
+
"lib.esnext.collection.d.ts",
|
|
210
237
|
"lib.esnext.d.ts",
|
|
238
|
+
"lib.esnext.date.d.ts",
|
|
211
239
|
"lib.esnext.decorators.d.ts",
|
|
212
240
|
"lib.esnext.disposable.d.ts",
|
|
241
|
+
"lib.esnext.error.d.ts",
|
|
242
|
+
"lib.esnext.float16.d.ts",
|
|
213
243
|
"lib.esnext.full.d.ts",
|
|
214
244
|
"lib.esnext.intl.d.ts",
|
|
245
|
+
"lib.esnext.iterator.d.ts",
|
|
246
|
+
"lib.esnext.object.d.ts",
|
|
215
247
|
"lib.esnext.promise.d.ts",
|
|
248
|
+
"lib.esnext.regexp.d.ts",
|
|
249
|
+
"lib.esnext.sharedmemory.d.ts",
|
|
216
250
|
"lib.esnext.string.d.ts",
|
|
217
251
|
"lib.esnext.symbol.d.ts",
|
|
252
|
+
"lib.esnext.temporal.d.ts",
|
|
253
|
+
"lib.esnext.typedarrays.d.ts",
|
|
218
254
|
"lib.esnext.weakref.d.ts"
|
|
219
255
|
];
|
|
220
256
|
var targetToCut = ts4.ScriptTarget[target];
|
|
@@ -240,7 +276,7 @@ var knownLibFilesForCompilerOptions = /* @__PURE__ */ __name(function knownLibFi
|
|
|
240
276
|
return files.slice(0, finalCutIndex + 1);
|
|
241
277
|
}, "knownLibFilesForCompilerOptions");
|
|
242
278
|
|
|
243
|
-
// ../../node_modules/.pnpm/@deepkit+type-compiler@1.0.5_patch_hash=
|
|
279
|
+
// ../../node_modules/.pnpm/@deepkit+type-compiler@1.0.5_patch_hash=2011488ea7d6bd63266ba61c0f89d16f9db840d58a9ba80_143b8995c1cda11bde19e9c2bed13bd6/node_modules/@deepkit/type-compiler/dist/esm/src/reflection-ast.js
|
|
244
280
|
init_esm_shims();
|
|
245
281
|
|
|
246
282
|
// ../../node_modules/.pnpm/@marcj+ts-clone-node@2.2.0_typescript@5.9.3/node_modules/@marcj/ts-clone-node/dist/esm/index.js
|
|
@@ -4808,7 +4844,7 @@ function finish(oldNode, newNode) {
|
|
|
4808
4844
|
}
|
|
4809
4845
|
__name(finish, "finish");
|
|
4810
4846
|
|
|
4811
|
-
// ../../node_modules/.pnpm/@deepkit+type-compiler@1.0.5_patch_hash=
|
|
4847
|
+
// ../../node_modules/.pnpm/@deepkit+type-compiler@1.0.5_patch_hash=2011488ea7d6bd63266ba61c0f89d16f9db840d58a9ba80_143b8995c1cda11bde19e9c2bed13bd6/node_modules/@deepkit/type-compiler/dist/esm/src/compiler.js
|
|
4812
4848
|
var { visitEachChild, visitNode, isPropertyAssignment, isArrayTypeNode, isArrowFunction: isArrowFunction2, isBlock, isCallExpression, isCallSignatureDeclaration, isClassDeclaration, isClassExpression, isConstructorDeclaration, isConstructorTypeNode, isConstructSignatureDeclaration, isEnumDeclaration, isExportDeclaration, isExpression, isExpressionWithTypeArguments, isFunctionDeclaration, isFunctionExpression, isFunctionLike, isIdentifier: isIdentifier2, isImportClause, isImportDeclaration, isImportSpecifier, isInferTypeNode, isInterfaceDeclaration, isMethodDeclaration, isMethodSignature, isModuleDeclaration, isNamedExports, isNamedTupleMember: isNamedTupleMember2, isNewExpression, isObjectLiteralExpression, isOptionalTypeNode: isOptionalTypeNode2, isParameter, isParenthesizedExpression, isParenthesizedTypeNode, isPropertyAccessExpression, isQualifiedName, isSourceFile, isStringLiteral: isStringLiteral2, isTypeAliasDeclaration, isTypeLiteralNode, isTypeParameterDeclaration, isTypeQueryNode, isTypeReferenceNode, isUnionTypeNode, isExpressionStatement, isVariableDeclaration, getEffectiveConstraintOfTypeParameter, addSyntheticLeadingComment, createCompilerHost, createPrinter, escapeLeadingUnderscores, EmitHint, NodeFlags: NodeFlags2, SyntaxKind: SyntaxKind2, ScriptTarget, ModifierFlags, ScriptKind } = ts3;
|
|
4813
4849
|
function encodeOps(ops) {
|
|
4814
4850
|
return ops.map((v) => String.fromCharCode(v + 33)).join("");
|
|
@@ -44,9 +44,9 @@ var __toESM = (mod, isNodeMode, target) => (target = mod != null ? __create(__ge
|
|
|
44
44
|
mod
|
|
45
45
|
));
|
|
46
46
|
|
|
47
|
-
// ../../node_modules/.pnpm/tsup@8.4.0_@microsoft+api-extractor@7.57.
|
|
47
|
+
// ../../node_modules/.pnpm/tsup@8.4.0_@microsoft+api-extractor@7.57.3_@types+node@25.3.0__@swc+core@1.15.11_@swc+h_e4f47cf435c5311c69df4ac16d82f004/node_modules/tsup/assets/cjs_shims.js
|
|
48
48
|
var init_cjs_shims = __esm({
|
|
49
|
-
"../../node_modules/.pnpm/tsup@8.4.0_@microsoft+api-extractor@7.57.
|
|
49
|
+
"../../node_modules/.pnpm/tsup@8.4.0_@microsoft+api-extractor@7.57.3_@types+node@25.3.0__@swc+core@1.15.11_@swc+h_e4f47cf435c5311c69df4ac16d82f004/node_modules/tsup/assets/cjs_shims.js"() {
|
|
50
50
|
}
|
|
51
51
|
});
|
|
52
52
|
|
|
@@ -3138,10 +3138,10 @@ var require_micromatch = __commonJS({
|
|
|
3138
3138
|
}
|
|
3139
3139
|
});
|
|
3140
3140
|
|
|
3141
|
-
// ../../node_modules/.pnpm/@deepkit+type-compiler@1.0.5_patch_hash=
|
|
3141
|
+
// ../../node_modules/.pnpm/@deepkit+type-compiler@1.0.5_patch_hash=2011488ea7d6bd63266ba61c0f89d16f9db840d58a9ba80_143b8995c1cda11bde19e9c2bed13bd6/node_modules/@deepkit/type-compiler/dist/esm/src/config.js
|
|
3142
3142
|
init_cjs_shims();
|
|
3143
3143
|
|
|
3144
|
-
// ../../node_modules/.pnpm/@deepkit+type-compiler@1.0.5_patch_hash=
|
|
3144
|
+
// ../../node_modules/.pnpm/@deepkit+type-compiler@1.0.5_patch_hash=2011488ea7d6bd63266ba61c0f89d16f9db840d58a9ba80_143b8995c1cda11bde19e9c2bed13bd6/node_modules/@deepkit/type-compiler/dist/esm/src/debug.js
|
|
3145
3145
|
init_cjs_shims();
|
|
3146
3146
|
function isDebug(level = 1) {
|
|
3147
3147
|
const expected = "deepkit" + (level > 1 ? "+".repeat(level - 1) : "");
|
|
@@ -3161,7 +3161,7 @@ function debug2(...message) {
|
|
|
3161
3161
|
}
|
|
3162
3162
|
__name(debug2, "debug2");
|
|
3163
3163
|
|
|
3164
|
-
// ../../node_modules/.pnpm/@deepkit+type-compiler@1.0.5_patch_hash=
|
|
3164
|
+
// ../../node_modules/.pnpm/@deepkit+type-compiler@1.0.5_patch_hash=2011488ea7d6bd63266ba61c0f89d16f9db840d58a9ba80_143b8995c1cda11bde19e9c2bed13bd6/node_modules/@deepkit/type-compiler/dist/esm/src/resolver.js
|
|
3165
3165
|
init_cjs_shims();
|
|
3166
3166
|
var import_micromatch = __toESM(require_micromatch());
|
|
3167
3167
|
var { createSourceFile, resolveModuleName, isStringLiteral, JSDocParsingMode, ScriptTarget } = ts2__default.default;
|
|
@@ -3248,7 +3248,7 @@ var Resolver = class {
|
|
|
3248
3248
|
}
|
|
3249
3249
|
};
|
|
3250
3250
|
|
|
3251
|
-
// ../../node_modules/.pnpm/@deepkit+type-compiler@1.0.5_patch_hash=
|
|
3251
|
+
// ../../node_modules/.pnpm/@deepkit+type-compiler@1.0.5_patch_hash=2011488ea7d6bd63266ba61c0f89d16f9db840d58a9ba80_143b8995c1cda11bde19e9c2bed13bd6/node_modules/@deepkit/type-compiler/dist/esm/src/config.js
|
|
3252
3252
|
var reflectionModes = [
|
|
3253
3253
|
"default",
|
|
3254
3254
|
"explicit",
|
|
@@ -1,44 +1,44 @@
|
|
|
1
1
|
'use strict';
|
|
2
2
|
|
|
3
|
-
var
|
|
4
|
-
var
|
|
3
|
+
var chunkPIKFH2QU_cjs = require('./chunk-PIKFH2QU.cjs');
|
|
4
|
+
var chunkZEYJDCDK_cjs = require('./chunk-ZEYJDCDK.cjs');
|
|
5
5
|
|
|
6
6
|
// src/vendor/type-compiler/compiler.ts
|
|
7
|
-
|
|
7
|
+
chunkZEYJDCDK_cjs.init_cjs_shims();
|
|
8
8
|
|
|
9
9
|
Object.defineProperty(exports, "Cache", {
|
|
10
10
|
enumerable: true,
|
|
11
|
-
get: function () { return
|
|
11
|
+
get: function () { return chunkPIKFH2QU_cjs.Cache; }
|
|
12
12
|
});
|
|
13
13
|
Object.defineProperty(exports, "DeclarationTransformer", {
|
|
14
14
|
enumerable: true,
|
|
15
|
-
get: function () { return
|
|
15
|
+
get: function () { return chunkPIKFH2QU_cjs.DeclarationTransformer; }
|
|
16
16
|
});
|
|
17
17
|
Object.defineProperty(exports, "ReflectionTransformer", {
|
|
18
18
|
enumerable: true,
|
|
19
|
-
get: function () { return
|
|
19
|
+
get: function () { return chunkPIKFH2QU_cjs.ReflectionTransformer; }
|
|
20
20
|
});
|
|
21
21
|
Object.defineProperty(exports, "debugPackStruct", {
|
|
22
22
|
enumerable: true,
|
|
23
|
-
get: function () { return
|
|
23
|
+
get: function () { return chunkPIKFH2QU_cjs.debugPackStruct; }
|
|
24
24
|
});
|
|
25
25
|
Object.defineProperty(exports, "declarationTransformer", {
|
|
26
26
|
enumerable: true,
|
|
27
|
-
get: function () { return
|
|
27
|
+
get: function () { return chunkPIKFH2QU_cjs.declarationTransformer; }
|
|
28
28
|
});
|
|
29
29
|
Object.defineProperty(exports, "encodeOps", {
|
|
30
30
|
enumerable: true,
|
|
31
|
-
get: function () { return
|
|
31
|
+
get: function () { return chunkPIKFH2QU_cjs.encodeOps; }
|
|
32
32
|
});
|
|
33
33
|
Object.defineProperty(exports, "packSize", {
|
|
34
34
|
enumerable: true,
|
|
35
|
-
get: function () { return
|
|
35
|
+
get: function () { return chunkPIKFH2QU_cjs.packSize; }
|
|
36
36
|
});
|
|
37
37
|
Object.defineProperty(exports, "packSizeByte", {
|
|
38
38
|
enumerable: true,
|
|
39
|
-
get: function () { return
|
|
39
|
+
get: function () { return chunkPIKFH2QU_cjs.packSizeByte; }
|
|
40
40
|
});
|
|
41
41
|
Object.defineProperty(exports, "transformer", {
|
|
42
42
|
enumerable: true,
|
|
43
|
-
get: function () { return
|
|
43
|
+
get: function () { return chunkPIKFH2QU_cjs.transformer; }
|
|
44
44
|
});
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
export { Cache, DeclarationTransformer, ReflectionTransformer, debugPackStruct, declarationTransformer, encodeOps, packSize, packSizeByte, transformer } from './chunk-
|
|
2
|
-
import { init_esm_shims } from './chunk-
|
|
1
|
+
export { Cache, DeclarationTransformer, ReflectionTransformer, debugPackStruct, declarationTransformer, encodeOps, packSize, packSizeByte, transformer } from './chunk-PUK5HMUA.js';
|
|
2
|
+
import { init_esm_shims } from './chunk-CQA6K3ZH.js';
|
|
3
3
|
|
|
4
4
|
// src/vendor/type-compiler/compiler.ts
|
|
5
5
|
init_esm_shims();
|
|
@@ -1,35 +1,35 @@
|
|
|
1
1
|
'use strict';
|
|
2
2
|
|
|
3
|
-
var
|
|
3
|
+
var chunkZEYJDCDK_cjs = require('./chunk-ZEYJDCDK.cjs');
|
|
4
4
|
|
|
5
5
|
// src/vendor/type-compiler/config.ts
|
|
6
|
-
|
|
6
|
+
chunkZEYJDCDK_cjs.init_cjs_shims();
|
|
7
7
|
|
|
8
8
|
Object.defineProperty(exports, "defaultExcluded", {
|
|
9
9
|
enumerable: true,
|
|
10
|
-
get: function () { return
|
|
10
|
+
get: function () { return chunkZEYJDCDK_cjs.defaultExcluded; }
|
|
11
11
|
});
|
|
12
12
|
Object.defineProperty(exports, "getConfigResolver", {
|
|
13
13
|
enumerable: true,
|
|
14
|
-
get: function () { return
|
|
14
|
+
get: function () { return chunkZEYJDCDK_cjs.getConfigResolver; }
|
|
15
15
|
});
|
|
16
16
|
Object.defineProperty(exports, "isObject", {
|
|
17
17
|
enumerable: true,
|
|
18
|
-
get: function () { return
|
|
18
|
+
get: function () { return chunkZEYJDCDK_cjs.isObject; }
|
|
19
19
|
});
|
|
20
20
|
Object.defineProperty(exports, "parseRawMode", {
|
|
21
21
|
enumerable: true,
|
|
22
|
-
get: function () { return
|
|
22
|
+
get: function () { return chunkZEYJDCDK_cjs.parseRawMode; }
|
|
23
23
|
});
|
|
24
24
|
Object.defineProperty(exports, "reflectionLevel", {
|
|
25
25
|
enumerable: true,
|
|
26
|
-
get: function () { return
|
|
26
|
+
get: function () { return chunkZEYJDCDK_cjs.reflectionLevel; }
|
|
27
27
|
});
|
|
28
28
|
Object.defineProperty(exports, "reflectionModeMatcher", {
|
|
29
29
|
enumerable: true,
|
|
30
|
-
get: function () { return
|
|
30
|
+
get: function () { return chunkZEYJDCDK_cjs.reflectionModeMatcher; }
|
|
31
31
|
});
|
|
32
32
|
Object.defineProperty(exports, "reflectionModes", {
|
|
33
33
|
enumerable: true,
|
|
34
|
-
get: function () { return
|
|
34
|
+
get: function () { return chunkZEYJDCDK_cjs.reflectionModes; }
|
|
35
35
|
});
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { init_esm_shims } from './chunk-
|
|
2
|
-
export { defaultExcluded, getConfigResolver, isObject, parseRawMode, reflectionLevel, reflectionModeMatcher, reflectionModes } from './chunk-
|
|
1
|
+
import { init_esm_shims } from './chunk-CQA6K3ZH.js';
|
|
2
|
+
export { defaultExcluded, getConfigResolver, isObject, parseRawMode, reflectionLevel, reflectionModeMatcher, reflectionModes } from './chunk-CQA6K3ZH.js';
|
|
3
3
|
|
|
4
4
|
// src/vendor/type-compiler/config.ts
|
|
5
5
|
init_esm_shims();
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
'use strict';
|
|
2
2
|
|
|
3
|
-
var
|
|
4
|
-
var
|
|
3
|
+
var chunkPIKFH2QU_cjs = require('./chunk-PIKFH2QU.cjs');
|
|
4
|
+
var chunkZEYJDCDK_cjs = require('./chunk-ZEYJDCDK.cjs');
|
|
5
5
|
var ts = require('typescript');
|
|
6
6
|
|
|
7
7
|
function _interopDefault (e) { return e && e.__esModule ? e : { default: e }; }
|
|
@@ -9,16 +9,16 @@ function _interopDefault (e) { return e && e.__esModule ? e : { default: e }; }
|
|
|
9
9
|
var ts__default = /*#__PURE__*/_interopDefault(ts);
|
|
10
10
|
|
|
11
11
|
// src/vendor/type-compiler/index.ts
|
|
12
|
-
|
|
12
|
+
chunkZEYJDCDK_cjs.init_cjs_shims();
|
|
13
13
|
|
|
14
|
-
// ../../node_modules/.pnpm/@deepkit+type-compiler@1.0.5_patch_hash=
|
|
15
|
-
|
|
14
|
+
// ../../node_modules/.pnpm/@deepkit+type-compiler@1.0.5_patch_hash=2011488ea7d6bd63266ba61c0f89d16f9db840d58a9ba80_143b8995c1cda11bde19e9c2bed13bd6/node_modules/@deepkit/type-compiler/dist/esm/index.js
|
|
15
|
+
chunkZEYJDCDK_cjs.init_cjs_shims();
|
|
16
16
|
|
|
17
|
-
// ../../node_modules/.pnpm/@deepkit+type-compiler@1.0.5_patch_hash=
|
|
18
|
-
|
|
17
|
+
// ../../node_modules/.pnpm/@deepkit+type-compiler@1.0.5_patch_hash=2011488ea7d6bd63266ba61c0f89d16f9db840d58a9ba80_143b8995c1cda11bde19e9c2bed13bd6/node_modules/@deepkit/type-compiler/dist/esm/src/loader.js
|
|
18
|
+
chunkZEYJDCDK_cjs.init_cjs_shims();
|
|
19
19
|
var DeepkitLoader = class {
|
|
20
20
|
static {
|
|
21
|
-
|
|
21
|
+
chunkZEYJDCDK_cjs.__name(this, "DeepkitLoader");
|
|
22
22
|
}
|
|
23
23
|
constructor() {
|
|
24
24
|
this.options = {
|
|
@@ -30,7 +30,7 @@ var DeepkitLoader = class {
|
|
|
30
30
|
this.printer = ts__default.default.createPrinter({
|
|
31
31
|
newLine: ts__default.default.NewLineKind.LineFeed
|
|
32
32
|
});
|
|
33
|
-
this.cache = new
|
|
33
|
+
this.cache = new chunkPIKFH2QU_cjs.Cache();
|
|
34
34
|
this.knownFiles = {};
|
|
35
35
|
this.sourceFiles = {};
|
|
36
36
|
const originReadFile = this.host.readFile;
|
|
@@ -52,7 +52,7 @@ var DeepkitLoader = class {
|
|
|
52
52
|
let newSource = source;
|
|
53
53
|
ts__default.default.transform(sourceFile, [
|
|
54
54
|
(context) => {
|
|
55
|
-
const transformer2 = new
|
|
55
|
+
const transformer2 = new chunkPIKFH2QU_cjs.ReflectionTransformer(context, this.cache).forHost(this.host).withReflection({
|
|
56
56
|
reflection: "default",
|
|
57
57
|
reflectionLevel: "normal"
|
|
58
58
|
});
|
|
@@ -69,66 +69,66 @@ var DeepkitLoader = class {
|
|
|
69
69
|
|
|
70
70
|
Object.defineProperty(exports, "Cache", {
|
|
71
71
|
enumerable: true,
|
|
72
|
-
get: function () { return
|
|
72
|
+
get: function () { return chunkPIKFH2QU_cjs.Cache; }
|
|
73
73
|
});
|
|
74
74
|
Object.defineProperty(exports, "DeclarationTransformer", {
|
|
75
75
|
enumerable: true,
|
|
76
|
-
get: function () { return
|
|
76
|
+
get: function () { return chunkPIKFH2QU_cjs.DeclarationTransformer; }
|
|
77
77
|
});
|
|
78
78
|
Object.defineProperty(exports, "ReflectionTransformer", {
|
|
79
79
|
enumerable: true,
|
|
80
|
-
get: function () { return
|
|
80
|
+
get: function () { return chunkPIKFH2QU_cjs.ReflectionTransformer; }
|
|
81
81
|
});
|
|
82
82
|
Object.defineProperty(exports, "debugPackStruct", {
|
|
83
83
|
enumerable: true,
|
|
84
|
-
get: function () { return
|
|
84
|
+
get: function () { return chunkPIKFH2QU_cjs.debugPackStruct; }
|
|
85
85
|
});
|
|
86
86
|
Object.defineProperty(exports, "declarationTransformer", {
|
|
87
87
|
enumerable: true,
|
|
88
|
-
get: function () { return
|
|
88
|
+
get: function () { return chunkPIKFH2QU_cjs.declarationTransformer; }
|
|
89
89
|
});
|
|
90
90
|
Object.defineProperty(exports, "encodeOps", {
|
|
91
91
|
enumerable: true,
|
|
92
|
-
get: function () { return
|
|
92
|
+
get: function () { return chunkPIKFH2QU_cjs.encodeOps; }
|
|
93
93
|
});
|
|
94
94
|
Object.defineProperty(exports, "packSize", {
|
|
95
95
|
enumerable: true,
|
|
96
|
-
get: function () { return
|
|
96
|
+
get: function () { return chunkPIKFH2QU_cjs.packSize; }
|
|
97
97
|
});
|
|
98
98
|
Object.defineProperty(exports, "packSizeByte", {
|
|
99
99
|
enumerable: true,
|
|
100
|
-
get: function () { return
|
|
100
|
+
get: function () { return chunkPIKFH2QU_cjs.packSizeByte; }
|
|
101
101
|
});
|
|
102
102
|
Object.defineProperty(exports, "transformer", {
|
|
103
103
|
enumerable: true,
|
|
104
|
-
get: function () { return
|
|
104
|
+
get: function () { return chunkPIKFH2QU_cjs.transformer; }
|
|
105
105
|
});
|
|
106
106
|
Object.defineProperty(exports, "defaultExcluded", {
|
|
107
107
|
enumerable: true,
|
|
108
|
-
get: function () { return
|
|
108
|
+
get: function () { return chunkZEYJDCDK_cjs.defaultExcluded; }
|
|
109
109
|
});
|
|
110
110
|
Object.defineProperty(exports, "getConfigResolver", {
|
|
111
111
|
enumerable: true,
|
|
112
|
-
get: function () { return
|
|
112
|
+
get: function () { return chunkZEYJDCDK_cjs.getConfigResolver; }
|
|
113
113
|
});
|
|
114
114
|
Object.defineProperty(exports, "isObject", {
|
|
115
115
|
enumerable: true,
|
|
116
|
-
get: function () { return
|
|
116
|
+
get: function () { return chunkZEYJDCDK_cjs.isObject; }
|
|
117
117
|
});
|
|
118
118
|
Object.defineProperty(exports, "parseRawMode", {
|
|
119
119
|
enumerable: true,
|
|
120
|
-
get: function () { return
|
|
120
|
+
get: function () { return chunkZEYJDCDK_cjs.parseRawMode; }
|
|
121
121
|
});
|
|
122
122
|
Object.defineProperty(exports, "reflectionLevel", {
|
|
123
123
|
enumerable: true,
|
|
124
|
-
get: function () { return
|
|
124
|
+
get: function () { return chunkZEYJDCDK_cjs.reflectionLevel; }
|
|
125
125
|
});
|
|
126
126
|
Object.defineProperty(exports, "reflectionModeMatcher", {
|
|
127
127
|
enumerable: true,
|
|
128
|
-
get: function () { return
|
|
128
|
+
get: function () { return chunkZEYJDCDK_cjs.reflectionModeMatcher; }
|
|
129
129
|
});
|
|
130
130
|
Object.defineProperty(exports, "reflectionModes", {
|
|
131
131
|
enumerable: true,
|
|
132
|
-
get: function () { return
|
|
132
|
+
get: function () { return chunkZEYJDCDK_cjs.reflectionModes; }
|
|
133
133
|
});
|
|
134
134
|
exports.DeepkitLoader = DeepkitLoader;
|
|
@@ -1,16 +1,16 @@
|
|
|
1
|
-
import { Cache, ReflectionTransformer } from './chunk-
|
|
2
|
-
export { Cache, DeclarationTransformer, ReflectionTransformer, debugPackStruct, declarationTransformer, encodeOps, packSize, packSizeByte, transformer } from './chunk-
|
|
3
|
-
import { init_esm_shims, __name } from './chunk-
|
|
4
|
-
export { defaultExcluded, getConfigResolver, isObject, parseRawMode, reflectionLevel, reflectionModeMatcher, reflectionModes } from './chunk-
|
|
1
|
+
import { Cache, ReflectionTransformer } from './chunk-PUK5HMUA.js';
|
|
2
|
+
export { Cache, DeclarationTransformer, ReflectionTransformer, debugPackStruct, declarationTransformer, encodeOps, packSize, packSizeByte, transformer } from './chunk-PUK5HMUA.js';
|
|
3
|
+
import { init_esm_shims, __name } from './chunk-CQA6K3ZH.js';
|
|
4
|
+
export { defaultExcluded, getConfigResolver, isObject, parseRawMode, reflectionLevel, reflectionModeMatcher, reflectionModes } from './chunk-CQA6K3ZH.js';
|
|
5
5
|
import ts from 'typescript';
|
|
6
6
|
|
|
7
7
|
// src/vendor/type-compiler/index.ts
|
|
8
8
|
init_esm_shims();
|
|
9
9
|
|
|
10
|
-
// ../../node_modules/.pnpm/@deepkit+type-compiler@1.0.5_patch_hash=
|
|
10
|
+
// ../../node_modules/.pnpm/@deepkit+type-compiler@1.0.5_patch_hash=2011488ea7d6bd63266ba61c0f89d16f9db840d58a9ba80_143b8995c1cda11bde19e9c2bed13bd6/node_modules/@deepkit/type-compiler/dist/esm/index.js
|
|
11
11
|
init_esm_shims();
|
|
12
12
|
|
|
13
|
-
// ../../node_modules/.pnpm/@deepkit+type-compiler@1.0.5_patch_hash=
|
|
13
|
+
// ../../node_modules/.pnpm/@deepkit+type-compiler@1.0.5_patch_hash=2011488ea7d6bd63266ba61c0f89d16f9db840d58a9ba80_143b8995c1cda11bde19e9c2bed13bd6/node_modules/@deepkit/type-compiler/dist/esm/src/loader.js
|
|
14
14
|
init_esm_shims();
|
|
15
15
|
var DeepkitLoader = class {
|
|
16
16
|
static {
|
|
@@ -1,16 +1,16 @@
|
|
|
1
1
|
'use strict';
|
|
2
2
|
|
|
3
|
-
var
|
|
4
|
-
var
|
|
3
|
+
var chunkRW6LC3GP_cjs = require('./chunk-RW6LC3GP.cjs');
|
|
4
|
+
var chunkZ6H4WQM6_cjs = require('./chunk-Z6H4WQM6.cjs');
|
|
5
5
|
|
|
6
6
|
// src/vendor/type-spec.ts
|
|
7
|
-
|
|
7
|
+
chunkZ6H4WQM6_cjs.init_cjs_shims();
|
|
8
8
|
|
|
9
9
|
Object.defineProperty(exports, "ReflectionOp", {
|
|
10
10
|
enumerable: true,
|
|
11
|
-
get: function () { return
|
|
11
|
+
get: function () { return chunkRW6LC3GP_cjs.ReflectionOp; }
|
|
12
12
|
});
|
|
13
13
|
Object.defineProperty(exports, "TypeNumberBrand", {
|
|
14
14
|
enumerable: true,
|
|
15
|
-
get: function () { return
|
|
15
|
+
get: function () { return chunkRW6LC3GP_cjs.TypeNumberBrand; }
|
|
16
16
|
});
|