@powerlines/deepkit 0.4.16 → 0.4.18
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/package.json +4 -4
- package/dist/vendor/chunk-6DAJSZFB.cjs +0 -3533
- package/dist/vendor/chunk-6DAJSZFB.cjs.map +0 -1
- package/dist/vendor/chunk-6PEHRAEP.js +0 -30
- package/dist/vendor/chunk-6PEHRAEP.js.map +0 -1
- package/dist/vendor/chunk-AXYJRGEC.js +0 -3706
- package/dist/vendor/chunk-AXYJRGEC.js.map +0 -1
- package/dist/vendor/chunk-CE4SW3UJ.cjs +0 -3861
- package/dist/vendor/chunk-CE4SW3UJ.cjs.map +0 -1
- package/dist/vendor/chunk-E2I4XWHN.js +0 -3515
- package/dist/vendor/chunk-E2I4XWHN.js.map +0 -1
- package/dist/vendor/chunk-HNMZ2LA5.cjs +0 -117
- package/dist/vendor/chunk-HNMZ2LA5.cjs.map +0 -1
- package/dist/vendor/chunk-OPTGKAEA.cjs +0 -7080
- package/dist/vendor/chunk-OPTGKAEA.cjs.map +0 -1
- package/dist/vendor/chunk-ORGCWC7F.js +0 -111
- package/dist/vendor/chunk-ORGCWC7F.js.map +0 -1
- package/dist/vendor/chunk-RFTITBWS.js +0 -7066
- package/dist/vendor/chunk-RFTITBWS.js.map +0 -1
- package/dist/vendor/chunk-V3YSJFND.cjs +0 -44
- package/dist/vendor/chunk-V3YSJFND.cjs.map +0 -1
- package/dist/vendor/compiler.cjs +0 -46
- package/dist/vendor/compiler.cjs.map +0 -1
- package/dist/vendor/compiler.d.cts +0 -3
- package/dist/vendor/compiler.d.ts +0 -3
- package/dist/vendor/compiler.js +0 -7
- package/dist/vendor/compiler.js.map +0 -1
- package/dist/vendor/config.cjs +0 -37
- package/dist/vendor/config.cjs.map +0 -1
- package/dist/vendor/config.d.cts +0 -1
- package/dist/vendor/config.d.ts +0 -1
- package/dist/vendor/config.js +0 -7
- package/dist/vendor/config.js.map +0 -1
- package/dist/vendor/core.cjs +0 -518
- package/dist/vendor/core.cjs.map +0 -1
- package/dist/vendor/core.d.cts +0 -3
- package/dist/vendor/core.d.ts +0 -3
- package/dist/vendor/core.js +0 -4
- package/dist/vendor/core.js.map +0 -1
- package/dist/vendor/index.cjs +0 -108
- package/dist/vendor/index.cjs.map +0 -1
- package/dist/vendor/index.d.cts +0 -1
- package/dist/vendor/index.d.ts +0 -1
- package/dist/vendor/index.js +0 -67
- package/dist/vendor/index.js.map +0 -1
- package/dist/vendor/type-spec.cjs +0 -18
- package/dist/vendor/type-spec.cjs.map +0 -1
- package/dist/vendor/type-spec.d.cts +0 -1
- package/dist/vendor/type-spec.d.ts +0 -1
- package/dist/vendor/type-spec.js +0 -4
- package/dist/vendor/type-spec.js.map +0 -1
- package/dist/vendor/type.cjs +0 -18887
- package/dist/vendor/type.cjs.map +0 -1
- package/dist/vendor/type.d.cts +0 -1
- package/dist/vendor/type.d.ts +0 -1
- package/dist/vendor/type.js +0 -18361
- package/dist/vendor/type.js.map +0 -1
|
@@ -1,44 +0,0 @@
|
|
|
1
|
-
'use strict';
|
|
2
|
-
|
|
3
|
-
var __create = Object.create;
|
|
4
|
-
var __defProp = Object.defineProperty;
|
|
5
|
-
var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
|
|
6
|
-
var __getOwnPropNames = Object.getOwnPropertyNames;
|
|
7
|
-
var __getProtoOf = Object.getPrototypeOf;
|
|
8
|
-
var __hasOwnProp = Object.prototype.hasOwnProperty;
|
|
9
|
-
var __name = (target, value) => __defProp(target, "name", { value, configurable: true });
|
|
10
|
-
var __esm = (fn, res) => function __init() {
|
|
11
|
-
return fn && (res = (0, fn[__getOwnPropNames(fn)[0]])(fn = 0)), res;
|
|
12
|
-
};
|
|
13
|
-
var __commonJS = (cb, mod) => function __require() {
|
|
14
|
-
return mod || (0, cb[__getOwnPropNames(cb)[0]])((mod = { exports: {} }).exports, mod), mod.exports;
|
|
15
|
-
};
|
|
16
|
-
var __copyProps = (to, from, except, desc) => {
|
|
17
|
-
if (from && typeof from === "object" || typeof from === "function") {
|
|
18
|
-
for (let key of __getOwnPropNames(from))
|
|
19
|
-
if (!__hasOwnProp.call(to, key) && key !== except)
|
|
20
|
-
__defProp(to, key, { get: () => from[key], enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable });
|
|
21
|
-
}
|
|
22
|
-
return to;
|
|
23
|
-
};
|
|
24
|
-
var __toESM = (mod, isNodeMode, target) => (target = mod != null ? __create(__getProtoOf(mod)) : {}, __copyProps(
|
|
25
|
-
// If the importer is in node compatibility mode or this is not an ESM
|
|
26
|
-
// file that has been converted to a CommonJS file using a Babel-
|
|
27
|
-
// compatible transform (i.e. "__esModule" has not been set), then set
|
|
28
|
-
// "default" to the CommonJS "module.exports" for node compatibility.
|
|
29
|
-
isNodeMode || !mod || !mod.__esModule ? __defProp(target, "default", { value: mod, enumerable: true }) : target,
|
|
30
|
-
mod
|
|
31
|
-
));
|
|
32
|
-
|
|
33
|
-
// ../../node_modules/.pnpm/tsup@8.4.0_@microsoft+api-extractor@7.55.0_@types+node@22.19.1__@swc+core@1.15.2_@swc+h_50fbd4b7e7f8bfcf3c7465122734c17a/node_modules/tsup/assets/cjs_shims.js
|
|
34
|
-
var init_cjs_shims = __esm({
|
|
35
|
-
"../../node_modules/.pnpm/tsup@8.4.0_@microsoft+api-extractor@7.55.0_@types+node@22.19.1__@swc+core@1.15.2_@swc+h_50fbd4b7e7f8bfcf3c7465122734c17a/node_modules/tsup/assets/cjs_shims.js"() {
|
|
36
|
-
}
|
|
37
|
-
});
|
|
38
|
-
|
|
39
|
-
exports.__commonJS = __commonJS;
|
|
40
|
-
exports.__name = __name;
|
|
41
|
-
exports.__toESM = __toESM;
|
|
42
|
-
exports.init_cjs_shims = init_cjs_shims;
|
|
43
|
-
//# sourceMappingURL=chunk-V3YSJFND.cjs.map
|
|
44
|
-
//# sourceMappingURL=chunk-V3YSJFND.cjs.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"sources":["../../../../node_modules/.pnpm/tsup@8.4.0_@microsoft+api-extractor@7.55.0_@types+node@22.19.1__@swc+core@1.15.2_@swc+h_50fbd4b7e7f8bfcf3c7465122734c17a/node_modules/tsup/assets/cjs_shims.js"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,IAAA,cAAA,GAAA,KAAA,CAAA","file":"chunk-V3YSJFND.cjs","sourcesContent":["// Shim globals in cjs bundle\n// There's a weird bug that esbuild will always inject importMetaUrl\n// if we export it as `const importMetaUrl = ... __filename ...`\n// But using a function will not cause this issue\n\nconst getImportMetaUrl = () =>\n typeof document === 'undefined'\n ? new URL(`file:${__filename}`).href\n : (document.currentScript && document.currentScript.src) ||\n new URL('main.js', document.baseURI).href\n\nexport const importMetaUrl = /* @__PURE__ */ getImportMetaUrl()\n"]}
|
package/dist/vendor/compiler.cjs
DELETED
|
@@ -1,46 +0,0 @@
|
|
|
1
|
-
'use strict';
|
|
2
|
-
|
|
3
|
-
var chunkOPTGKAEA_cjs = require('./chunk-OPTGKAEA.cjs');
|
|
4
|
-
var chunk6DAJSZFB_cjs = require('./chunk-6DAJSZFB.cjs');
|
|
5
|
-
|
|
6
|
-
// src/vendor/type-compiler/compiler.ts
|
|
7
|
-
chunk6DAJSZFB_cjs.init_cjs_shims();
|
|
8
|
-
|
|
9
|
-
Object.defineProperty(exports, "Cache", {
|
|
10
|
-
enumerable: true,
|
|
11
|
-
get: function () { return chunkOPTGKAEA_cjs.Cache; }
|
|
12
|
-
});
|
|
13
|
-
Object.defineProperty(exports, "DeclarationTransformer", {
|
|
14
|
-
enumerable: true,
|
|
15
|
-
get: function () { return chunkOPTGKAEA_cjs.DeclarationTransformer; }
|
|
16
|
-
});
|
|
17
|
-
Object.defineProperty(exports, "ReflectionTransformer", {
|
|
18
|
-
enumerable: true,
|
|
19
|
-
get: function () { return chunkOPTGKAEA_cjs.ReflectionTransformer; }
|
|
20
|
-
});
|
|
21
|
-
Object.defineProperty(exports, "debugPackStruct", {
|
|
22
|
-
enumerable: true,
|
|
23
|
-
get: function () { return chunkOPTGKAEA_cjs.debugPackStruct; }
|
|
24
|
-
});
|
|
25
|
-
Object.defineProperty(exports, "declarationTransformer", {
|
|
26
|
-
enumerable: true,
|
|
27
|
-
get: function () { return chunkOPTGKAEA_cjs.declarationTransformer; }
|
|
28
|
-
});
|
|
29
|
-
Object.defineProperty(exports, "encodeOps", {
|
|
30
|
-
enumerable: true,
|
|
31
|
-
get: function () { return chunkOPTGKAEA_cjs.encodeOps; }
|
|
32
|
-
});
|
|
33
|
-
Object.defineProperty(exports, "packSize", {
|
|
34
|
-
enumerable: true,
|
|
35
|
-
get: function () { return chunkOPTGKAEA_cjs.packSize; }
|
|
36
|
-
});
|
|
37
|
-
Object.defineProperty(exports, "packSizeByte", {
|
|
38
|
-
enumerable: true,
|
|
39
|
-
get: function () { return chunkOPTGKAEA_cjs.packSizeByte; }
|
|
40
|
-
});
|
|
41
|
-
Object.defineProperty(exports, "transformer", {
|
|
42
|
-
enumerable: true,
|
|
43
|
-
get: function () { return chunkOPTGKAEA_cjs.transformer; }
|
|
44
|
-
});
|
|
45
|
-
//# sourceMappingURL=compiler.cjs.map
|
|
46
|
-
//# sourceMappingURL=compiler.cjs.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"sources":["../../src/vendor/type-compiler/compiler.ts"],"names":["init_cjs_shims"],"mappings":";;;;;;AAAAA,gCAAA,EAAA","file":"compiler.cjs","sourcesContent":["/* -------------------------------------------------------------------\n\n ⚡ Storm Software - Powerlines\n\n This code was released as part of the Powerlines project. Powerlines\n is maintained by Storm Software under the Apache-2.0 license, and is\n free for commercial and private use. For more information, please visit\n our licensing page at https://stormsoftware.com/licenses/projects/powerlines.\n\n Website: https://stormsoftware.com\n Repository: https://github.com/storm-software/powerlines\n Documentation: https://docs.stormsoftware.com/projects/powerlines\n Contact: https://stormsoftware.com/contact\n\n SPDX-License-Identifier: Apache-2.0\n\n ------------------------------------------------------------------- */\n\n// Re-exported Deepkit - Type Compiler module\n\nexport * from \"@deepkit/type-compiler/compiler\";\n"]}
|
package/dist/vendor/compiler.js
DELETED
|
@@ -1,7 +0,0 @@
|
|
|
1
|
-
export { Cache, DeclarationTransformer, ReflectionTransformer, debugPackStruct, declarationTransformer, encodeOps, packSize, packSizeByte, transformer } from './chunk-RFTITBWS.js';
|
|
2
|
-
import { init_esm_shims } from './chunk-E2I4XWHN.js';
|
|
3
|
-
|
|
4
|
-
// src/vendor/type-compiler/compiler.ts
|
|
5
|
-
init_esm_shims();
|
|
6
|
-
//# sourceMappingURL=compiler.js.map
|
|
7
|
-
//# sourceMappingURL=compiler.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"sources":["../../src/vendor/type-compiler/compiler.ts"],"names":[],"mappings":";;;;AAAA,cAAA,EAAA","file":"compiler.js","sourcesContent":["/* -------------------------------------------------------------------\n\n ⚡ Storm Software - Powerlines\n\n This code was released as part of the Powerlines project. Powerlines\n is maintained by Storm Software under the Apache-2.0 license, and is\n free for commercial and private use. For more information, please visit\n our licensing page at https://stormsoftware.com/licenses/projects/powerlines.\n\n Website: https://stormsoftware.com\n Repository: https://github.com/storm-software/powerlines\n Documentation: https://docs.stormsoftware.com/projects/powerlines\n Contact: https://stormsoftware.com/contact\n\n SPDX-License-Identifier: Apache-2.0\n\n ------------------------------------------------------------------- */\n\n// Re-exported Deepkit - Type Compiler module\n\nexport * from \"@deepkit/type-compiler/compiler\";\n"]}
|
package/dist/vendor/config.cjs
DELETED
|
@@ -1,37 +0,0 @@
|
|
|
1
|
-
'use strict';
|
|
2
|
-
|
|
3
|
-
var chunk6DAJSZFB_cjs = require('./chunk-6DAJSZFB.cjs');
|
|
4
|
-
|
|
5
|
-
// src/vendor/type-compiler/config.ts
|
|
6
|
-
chunk6DAJSZFB_cjs.init_cjs_shims();
|
|
7
|
-
|
|
8
|
-
Object.defineProperty(exports, "defaultExcluded", {
|
|
9
|
-
enumerable: true,
|
|
10
|
-
get: function () { return chunk6DAJSZFB_cjs.defaultExcluded; }
|
|
11
|
-
});
|
|
12
|
-
Object.defineProperty(exports, "getConfigResolver", {
|
|
13
|
-
enumerable: true,
|
|
14
|
-
get: function () { return chunk6DAJSZFB_cjs.getConfigResolver; }
|
|
15
|
-
});
|
|
16
|
-
Object.defineProperty(exports, "isObject", {
|
|
17
|
-
enumerable: true,
|
|
18
|
-
get: function () { return chunk6DAJSZFB_cjs.isObject; }
|
|
19
|
-
});
|
|
20
|
-
Object.defineProperty(exports, "parseRawMode", {
|
|
21
|
-
enumerable: true,
|
|
22
|
-
get: function () { return chunk6DAJSZFB_cjs.parseRawMode; }
|
|
23
|
-
});
|
|
24
|
-
Object.defineProperty(exports, "reflectionLevel", {
|
|
25
|
-
enumerable: true,
|
|
26
|
-
get: function () { return chunk6DAJSZFB_cjs.reflectionLevel; }
|
|
27
|
-
});
|
|
28
|
-
Object.defineProperty(exports, "reflectionModeMatcher", {
|
|
29
|
-
enumerable: true,
|
|
30
|
-
get: function () { return chunk6DAJSZFB_cjs.reflectionModeMatcher; }
|
|
31
|
-
});
|
|
32
|
-
Object.defineProperty(exports, "reflectionModes", {
|
|
33
|
-
enumerable: true,
|
|
34
|
-
get: function () { return chunk6DAJSZFB_cjs.reflectionModes; }
|
|
35
|
-
});
|
|
36
|
-
//# sourceMappingURL=config.cjs.map
|
|
37
|
-
//# sourceMappingURL=config.cjs.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"sources":["../../src/vendor/type-compiler/config.ts"],"names":["init_cjs_shims"],"mappings":";;;;;AAAAA,gCAAA,EAAA","file":"config.cjs","sourcesContent":["/* -------------------------------------------------------------------\n\n ⚡ Storm Software - Powerlines\n\n This code was released as part of the Powerlines project. Powerlines\n is maintained by Storm Software under the Apache-2.0 license, and is\n free for commercial and private use. For more information, please visit\n our licensing page at https://stormsoftware.com/licenses/projects/powerlines.\n\n Website: https://stormsoftware.com\n Repository: https://github.com/storm-software/powerlines\n Documentation: https://docs.stormsoftware.com/projects/powerlines\n Contact: https://stormsoftware.com/contact\n\n SPDX-License-Identifier: Apache-2.0\n\n ------------------------------------------------------------------- */\n\n// Re-exported Deepkit - Type Compiler module\n\nexport * from \"@deepkit/type-compiler/config\";\n"]}
|
package/dist/vendor/config.d.cts
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export * from '@deepkit/type-compiler/config';
|
package/dist/vendor/config.d.ts
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export * from '@deepkit/type-compiler/config';
|
package/dist/vendor/config.js
DELETED
|
@@ -1,7 +0,0 @@
|
|
|
1
|
-
import { init_esm_shims } from './chunk-E2I4XWHN.js';
|
|
2
|
-
export { defaultExcluded, getConfigResolver, isObject, parseRawMode, reflectionLevel, reflectionModeMatcher, reflectionModes } from './chunk-E2I4XWHN.js';
|
|
3
|
-
|
|
4
|
-
// src/vendor/type-compiler/config.ts
|
|
5
|
-
init_esm_shims();
|
|
6
|
-
//# sourceMappingURL=config.js.map
|
|
7
|
-
//# sourceMappingURL=config.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"sources":["../../src/vendor/type-compiler/config.ts"],"names":[],"mappings":";;;;AAAA,cAAA,EAAA","file":"config.js","sourcesContent":["/* -------------------------------------------------------------------\n\n ⚡ Storm Software - Powerlines\n\n This code was released as part of the Powerlines project. Powerlines\n is maintained by Storm Software under the Apache-2.0 license, and is\n free for commercial and private use. For more information, please visit\n our licensing page at https://stormsoftware.com/licenses/projects/powerlines.\n\n Website: https://stormsoftware.com\n Repository: https://github.com/storm-software/powerlines\n Documentation: https://docs.stormsoftware.com/projects/powerlines\n Contact: https://stormsoftware.com/contact\n\n SPDX-License-Identifier: Apache-2.0\n\n ------------------------------------------------------------------- */\n\n// Re-exported Deepkit - Type Compiler module\n\nexport * from \"@deepkit/type-compiler/config\";\n"]}
|