@powerlines/deepkit 0.4.87 → 0.4.89
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-WC6RQSKU.js → chunk-6ARUMLA5.js} +6 -6
- package/dist/vendor/{chunk-WC6RQSKU.js.map → chunk-6ARUMLA5.js.map} +1 -1
- package/dist/vendor/{chunk-3QJOOLWF.js → chunk-M6ZTTT3A.js} +6 -6
- package/dist/vendor/{chunk-3QJOOLWF.js.map → chunk-M6ZTTT3A.js.map} +1 -1
- package/dist/vendor/{chunk-AWYTRD4Y.cjs → chunk-VUVWVXGY.cjs} +6 -6
- package/dist/vendor/{chunk-AWYTRD4Y.cjs.map → chunk-VUVWVXGY.cjs.map} +1 -1
- package/dist/vendor/{chunk-BSDR5HAD.cjs → chunk-WZXSRPYO.cjs} +510 -510
- package/dist/vendor/{chunk-BSDR5HAD.cjs.map → chunk-WZXSRPYO.cjs.map} +1 -1
- package/dist/vendor/compiler.cjs +12 -12
- package/dist/vendor/compiler.js +2 -2
- package/dist/vendor/config.cjs +9 -9
- package/dist/vendor/config.js +2 -2
- package/dist/vendor/index.cjs +19 -19
- package/dist/vendor/index.cjs.map +1 -1
- package/dist/vendor/index.js +5 -5
- package/dist/vendor/index.js.map +1 -1
- package/package.json +4 -4
|
@@ -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=88e8267ac73f46799c551ae3696181dc1f272895f490f8c_ef8b874d406bec4900e1fddc1ea375be/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=88e8267ac73f46799c551ae3696181dc1f272895f490f8c_ef8b874d406bec4900e1fddc1ea375be/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=88e8267ac73f46799c551ae3696181dc1f272895f490f8c_ef8b874d406bec4900e1fddc1ea375be/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=88e8267ac73f46799c551ae3696181dc1f272895f490f8c_ef8b874d406bec4900e1fddc1ea375be/node_modules/@deepkit/type-compiler/dist/esm/src/config.js
|
|
3252
3252
|
var reflectionModes = [
|
|
3253
3253
|
"default",
|
|
3254
3254
|
"explicit",
|
|
@@ -3529,5 +3529,5 @@ exports.parseRawMode = parseRawMode;
|
|
|
3529
3529
|
exports.reflectionLevel = reflectionLevel;
|
|
3530
3530
|
exports.reflectionModeMatcher = reflectionModeMatcher;
|
|
3531
3531
|
exports.reflectionModes = reflectionModes;
|
|
3532
|
-
//# sourceMappingURL=chunk-
|
|
3533
|
-
//# sourceMappingURL=chunk-
|
|
3532
|
+
//# sourceMappingURL=chunk-VUVWVXGY.cjs.map
|
|
3533
|
+
//# sourceMappingURL=chunk-VUVWVXGY.cjs.map
|