@powerlines/deepkit 0.8.9 → 0.8.11
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/{capnp-DvVu20N_.cjs → capnp-DHCScQUl.cjs} +4 -0
- package/dist/{capnp-D0NNeu5y.mjs → capnp-DyqIIT-T.mjs} +5 -1
- package/dist/capnp.cjs +1 -1
- package/dist/capnp.mjs +1 -1
- package/dist/index.cjs +1 -1
- package/dist/index.mjs +1 -1
- package/dist/vendor/{compiler-C5XOXwNr.cjs → compiler-BqGn3eWW.cjs} +4 -1
- package/dist/vendor/{compiler-BI31AEWG.mjs → compiler-D66djakc.mjs} +5 -2
- package/dist/vendor/{config-DDvRkRT3.cjs → config-BgdyB8pY.cjs} +6 -0
- package/dist/vendor/{config-Ch8eGZcS.mjs → config-EOqBpaUT.mjs} +7 -1
- package/dist/vendor/type-compiler/compiler.cjs +1 -1
- package/dist/vendor/type-compiler/compiler.mjs +1 -1
- package/dist/vendor/type-compiler/config.cjs +1 -1
- package/dist/vendor/type-compiler/config.mjs +1 -1
- package/dist/vendor/type-compiler/index.cjs +2 -2
- package/dist/vendor/type-compiler/index.mjs +2 -2
- package/package.json +5 -5
- package/schemas/reflection.cjs +4 -0
- package/schemas/reflection.mjs +4 -0
|
@@ -3281,6 +3281,10 @@ const SerializedType_Type_Which = {
|
|
|
3281
3281
|
TUPLE: 19,
|
|
3282
3282
|
TUPLE_MEMBER: 20,
|
|
3283
3283
|
REST: 21,
|
|
3284
|
+
/**
|
|
3285
|
+
* For any other type that is not explicitly defined
|
|
3286
|
+
*
|
|
3287
|
+
*/
|
|
3284
3288
|
OTHER: 22
|
|
3285
3289
|
};
|
|
3286
3290
|
var SerializedType_Type = class extends _stryke_capnp.Struct {
|
|
@@ -3279,6 +3279,10 @@ const SerializedType_Type_Which = {
|
|
|
3279
3279
|
TUPLE: 19,
|
|
3280
3280
|
TUPLE_MEMBER: 20,
|
|
3281
3281
|
REST: 21,
|
|
3282
|
+
/**
|
|
3283
|
+
* For any other type that is not explicitly defined
|
|
3284
|
+
*
|
|
3285
|
+
*/
|
|
3282
3286
|
OTHER: 22
|
|
3283
3287
|
};
|
|
3284
3288
|
var SerializedType_Type = class extends $.Struct {
|
|
@@ -4910,4 +4914,4 @@ function convertFromCapnpParameter(serializedType) {
|
|
|
4910
4914
|
|
|
4911
4915
|
//#endregion
|
|
4912
4916
|
export { convertToCapnpIndexAccessOrigin as A, convertToCapnpPropertySignature as B, convertToCapnp as C, convertToCapnpDefault as D, convertToCapnpClassType as E, convertToCapnpMethodSignature as F, convertToCapnpUnion as G, convertToCapnpTagsReflection as H, convertToCapnpObjectLiteral as I, convertToCapnpOther as L, convertToCapnpIntersection as M, convertToCapnpLiteral as N, convertToCapnpEnum as O, convertToCapnpMethod as P, convertToCapnpParameter as R, convertFromCapnpUnion as S, convertToCapnpBase as T, convertToCapnpTuple as U, convertToCapnpSimple as V, convertToCapnpTupleMember as W, convertFromCapnpPropertySignature as _, convertFromCapnpDefault as a, convertFromCapnpTuple as b, convertFromCapnpIndexAccessOrigin as c, convertFromCapnpLiteral as d, convertFromCapnpMethodSignature as f, convertFromCapnpProperty as g, convertFromCapnpParameter as h, convertFromCapnpClassType as i, convertToCapnpInfer as j, convertToCapnpFunction as k, convertFromCapnpInfer as l, convertFromCapnpOther as m, convertFromCapnpArray as n, convertFromCapnpEnum as o, convertFromCapnpObjectLiteral as p, convertFromCapnpBase as r, convertFromCapnpFunction as s, convertFromCapnp as t, convertFromCapnpIntersection as u, convertFromCapnpSimple as v, convertToCapnpArray as w, convertFromCapnpTupleMember as x, convertFromCapnpTagsReflection as y, convertToCapnpProperty as z };
|
|
4913
|
-
//# sourceMappingURL=capnp-
|
|
4917
|
+
//# sourceMappingURL=capnp-DyqIIT-T.mjs.map
|
package/dist/capnp.cjs
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
Object.defineProperty(exports, Symbol.toStringTag, { value: 'Module' });
|
|
2
|
-
const require_capnp = require('./capnp-
|
|
2
|
+
const require_capnp = require('./capnp-DHCScQUl.cjs');
|
|
3
3
|
|
|
4
4
|
exports.convertFromCapnp = require_capnp.convertFromCapnp;
|
|
5
5
|
exports.convertFromCapnpArray = require_capnp.convertFromCapnpArray;
|
package/dist/capnp.mjs
CHANGED
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
import { A as convertToCapnpIndexAccessOrigin, B as convertToCapnpPropertySignature, C as convertToCapnp, D as convertToCapnpDefault, E as convertToCapnpClassType, F as convertToCapnpMethodSignature, G as convertToCapnpUnion, H as convertToCapnpTagsReflection, I as convertToCapnpObjectLiteral, L as convertToCapnpOther, M as convertToCapnpIntersection, N as convertToCapnpLiteral, O as convertToCapnpEnum, P as convertToCapnpMethod, R as convertToCapnpParameter, S as convertFromCapnpUnion, T as convertToCapnpBase, U as convertToCapnpTuple, V as convertToCapnpSimple, W as convertToCapnpTupleMember, _ as convertFromCapnpPropertySignature, a as convertFromCapnpDefault, b as convertFromCapnpTuple, c as convertFromCapnpIndexAccessOrigin, d as convertFromCapnpLiteral, f as convertFromCapnpMethodSignature, g as convertFromCapnpProperty, h as convertFromCapnpParameter, i as convertFromCapnpClassType, j as convertToCapnpInfer, k as convertToCapnpFunction, l as convertFromCapnpInfer, m as convertFromCapnpOther, n as convertFromCapnpArray, o as convertFromCapnpEnum, p as convertFromCapnpObjectLiteral, r as convertFromCapnpBase, s as convertFromCapnpFunction, t as convertFromCapnp, u as convertFromCapnpIntersection, v as convertFromCapnpSimple, w as convertToCapnpArray, x as convertFromCapnpTupleMember, y as convertFromCapnpTagsReflection, z as convertToCapnpProperty } from "./capnp-
|
|
1
|
+
import { A as convertToCapnpIndexAccessOrigin, B as convertToCapnpPropertySignature, C as convertToCapnp, D as convertToCapnpDefault, E as convertToCapnpClassType, F as convertToCapnpMethodSignature, G as convertToCapnpUnion, H as convertToCapnpTagsReflection, I as convertToCapnpObjectLiteral, L as convertToCapnpOther, M as convertToCapnpIntersection, N as convertToCapnpLiteral, O as convertToCapnpEnum, P as convertToCapnpMethod, R as convertToCapnpParameter, S as convertFromCapnpUnion, T as convertToCapnpBase, U as convertToCapnpTuple, V as convertToCapnpSimple, W as convertToCapnpTupleMember, _ as convertFromCapnpPropertySignature, a as convertFromCapnpDefault, b as convertFromCapnpTuple, c as convertFromCapnpIndexAccessOrigin, d as convertFromCapnpLiteral, f as convertFromCapnpMethodSignature, g as convertFromCapnpProperty, h as convertFromCapnpParameter, i as convertFromCapnpClassType, j as convertToCapnpInfer, k as convertToCapnpFunction, l as convertFromCapnpInfer, m as convertFromCapnpOther, n as convertFromCapnpArray, o as convertFromCapnpEnum, p as convertFromCapnpObjectLiteral, r as convertFromCapnpBase, s as convertFromCapnpFunction, t as convertFromCapnp, u as convertFromCapnpIntersection, v as convertFromCapnpSimple, w as convertToCapnpArray, x as convertFromCapnpTupleMember, y as convertFromCapnpTagsReflection, z as convertToCapnpProperty } from "./capnp-DyqIIT-T.mjs";
|
|
2
2
|
|
|
3
3
|
export { convertFromCapnp, convertFromCapnpArray, convertFromCapnpBase, convertFromCapnpClassType, convertFromCapnpDefault, convertFromCapnpEnum, convertFromCapnpFunction, convertFromCapnpIndexAccessOrigin, convertFromCapnpInfer, convertFromCapnpIntersection, convertFromCapnpLiteral, convertFromCapnpMethodSignature, convertFromCapnpObjectLiteral, convertFromCapnpOther, convertFromCapnpParameter, convertFromCapnpProperty, convertFromCapnpPropertySignature, convertFromCapnpSimple, convertFromCapnpTagsReflection, convertFromCapnpTuple, convertFromCapnpTupleMember, convertFromCapnpUnion, convertToCapnp, convertToCapnpArray, convertToCapnpBase, convertToCapnpClassType, convertToCapnpDefault, convertToCapnpEnum, convertToCapnpFunction, convertToCapnpIndexAccessOrigin, convertToCapnpInfer, convertToCapnpIntersection, convertToCapnpLiteral, convertToCapnpMethod, convertToCapnpMethodSignature, convertToCapnpObjectLiteral, convertToCapnpOther, convertToCapnpParameter, convertToCapnpProperty, convertToCapnpPropertySignature, convertToCapnpSimple, convertToCapnpTagsReflection, convertToCapnpTuple, convertToCapnpTupleMember, convertToCapnpUnion };
|
package/dist/index.cjs
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
Object.defineProperty(exports, Symbol.toStringTag, { value: 'Module' });
|
|
2
|
-
const require_capnp = require('./capnp-
|
|
2
|
+
const require_capnp = require('./capnp-DHCScQUl.cjs');
|
|
3
3
|
const require_transformer = require('./transformer-BWWhhody.cjs');
|
|
4
4
|
const require_transpile = require('./transpile.cjs');
|
|
5
5
|
const require_esbuild_plugin = require('./esbuild-plugin.cjs');
|
package/dist/index.mjs
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { n as createTransformer, t as createDeclarationTransformer } from "./transformer-DltGoyB2.mjs";
|
|
2
|
-
import { A as convertToCapnpIndexAccessOrigin, B as convertToCapnpPropertySignature, C as convertToCapnp, D as convertToCapnpDefault, E as convertToCapnpClassType, F as convertToCapnpMethodSignature, G as convertToCapnpUnion, H as convertToCapnpTagsReflection, I as convertToCapnpObjectLiteral, L as convertToCapnpOther, M as convertToCapnpIntersection, N as convertToCapnpLiteral, O as convertToCapnpEnum, P as convertToCapnpMethod, R as convertToCapnpParameter, S as convertFromCapnpUnion, T as convertToCapnpBase, U as convertToCapnpTuple, V as convertToCapnpSimple, W as convertToCapnpTupleMember, _ as convertFromCapnpPropertySignature, a as convertFromCapnpDefault, b as convertFromCapnpTuple, c as convertFromCapnpIndexAccessOrigin, d as convertFromCapnpLiteral, f as convertFromCapnpMethodSignature, g as convertFromCapnpProperty, h as convertFromCapnpParameter, i as convertFromCapnpClassType, j as convertToCapnpInfer, k as convertToCapnpFunction, l as convertFromCapnpInfer, m as convertFromCapnpOther, n as convertFromCapnpArray, o as convertFromCapnpEnum, p as convertFromCapnpObjectLiteral, r as convertFromCapnpBase, s as convertFromCapnpFunction, t as convertFromCapnp, u as convertFromCapnpIntersection, v as convertFromCapnpSimple, w as convertToCapnpArray, x as convertFromCapnpTupleMember, y as convertFromCapnpTagsReflection, z as convertToCapnpProperty } from "./capnp-
|
|
2
|
+
import { A as convertToCapnpIndexAccessOrigin, B as convertToCapnpPropertySignature, C as convertToCapnp, D as convertToCapnpDefault, E as convertToCapnpClassType, F as convertToCapnpMethodSignature, G as convertToCapnpUnion, H as convertToCapnpTagsReflection, I as convertToCapnpObjectLiteral, L as convertToCapnpOther, M as convertToCapnpIntersection, N as convertToCapnpLiteral, O as convertToCapnpEnum, P as convertToCapnpMethod, R as convertToCapnpParameter, S as convertFromCapnpUnion, T as convertToCapnpBase, U as convertToCapnpTuple, V as convertToCapnpSimple, W as convertToCapnpTupleMember, _ as convertFromCapnpPropertySignature, a as convertFromCapnpDefault, b as convertFromCapnpTuple, c as convertFromCapnpIndexAccessOrigin, d as convertFromCapnpLiteral, f as convertFromCapnpMethodSignature, g as convertFromCapnpProperty, h as convertFromCapnpParameter, i as convertFromCapnpClassType, j as convertToCapnpInfer, k as convertToCapnpFunction, l as convertFromCapnpInfer, m as convertFromCapnpOther, n as convertFromCapnpArray, o as convertFromCapnpEnum, p as convertFromCapnpObjectLiteral, r as convertFromCapnpBase, s as convertFromCapnpFunction, t as convertFromCapnp, u as convertFromCapnpIntersection, v as convertFromCapnpSimple, w as convertToCapnpArray, x as convertFromCapnpTupleMember, y as convertFromCapnpTagsReflection, z as convertToCapnpProperty } from "./capnp-DyqIIT-T.mjs";
|
|
3
3
|
import { transpile } from "./transpile.mjs";
|
|
4
4
|
import { esbuildPlugin } from "./esbuild-plugin.mjs";
|
|
5
5
|
import { reflectType } from "./reflect-type.mjs";
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
const require_chunk = require('./chunk-tvSNC7pH.cjs');
|
|
2
2
|
const require_type = require('./type-fEQrgtBF.cjs');
|
|
3
|
-
const require_config = require('./config-
|
|
3
|
+
const require_config = require('./config-BgdyB8pY.cjs');
|
|
4
4
|
let typescript = require("typescript");
|
|
5
5
|
let typescript$1 = require_chunk.__toESM(typescript, 1);
|
|
6
6
|
typescript = require_chunk.__toESM(typescript);
|
|
@@ -3149,6 +3149,9 @@ function createNodeFactory(typescript) {
|
|
|
3149
3149
|
},
|
|
3150
3150
|
createExportDeclaration,
|
|
3151
3151
|
updateConstructorDeclaration,
|
|
3152
|
+
/**
|
|
3153
|
+
* Some TypeScript versions require that the value is a string argument
|
|
3154
|
+
*/
|
|
3152
3155
|
createNumericLiteral(value, numericLiteralFlags) {
|
|
3153
3156
|
return typescript.createNumericLiteral(String(value), numericLiteralFlags);
|
|
3154
3157
|
}
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { n as __require, t as __commonJSMin } from "./chunk-CbXMncuq.mjs";
|
|
2
2
|
import { n as TypeNumberBrand, t as ReflectionOp } from "./type-wscUl8NW.mjs";
|
|
3
|
-
import { c as Resolver, l as debug, n as getConfigResolver, o as reflectionModeMatcher, u as debug2 } from "./config-
|
|
3
|
+
import { c as Resolver, l as debug, n as getConfigResolver, o as reflectionModeMatcher, u as debug2 } from "./config-EOqBpaUT.mjs";
|
|
4
4
|
import ts, { isBigIntLiteral } from "typescript";
|
|
5
5
|
|
|
6
6
|
//#region ../../node_modules/.pnpm/@typescript+vfs@1.6.4_typescript@6.0.3/node_modules/@typescript/vfs/dist/vfs.cjs.production.min.js
|
|
@@ -3147,6 +3147,9 @@ function createNodeFactory(typescript) {
|
|
|
3147
3147
|
},
|
|
3148
3148
|
createExportDeclaration,
|
|
3149
3149
|
updateConstructorDeclaration,
|
|
3150
|
+
/**
|
|
3151
|
+
* Some TypeScript versions require that the value is a string argument
|
|
3152
|
+
*/
|
|
3150
3153
|
createNumericLiteral(value, numericLiteralFlags) {
|
|
3151
3154
|
return typescript.createNumericLiteral(String(value), numericLiteralFlags);
|
|
3152
3155
|
}
|
|
@@ -6551,4 +6554,4 @@ const declarationTransformer = function deepkitDeclarationTransformer(context) {
|
|
|
6551
6554
|
|
|
6552
6555
|
//#endregion
|
|
6553
6556
|
export { declarationTransformer as a, packSizeByte as c, debugPackStruct as i, transformer as l, DeclarationTransformer as n, encodeOps as o, ReflectionTransformer as r, packSize as s, Cache as t };
|
|
6554
|
-
//# sourceMappingURL=compiler-
|
|
6557
|
+
//# sourceMappingURL=compiler-D66djakc.mjs.map
|
|
@@ -1242,6 +1242,9 @@ var require_constants = /* @__PURE__ */ require_chunk.__commonJSMin(((exports, m
|
|
|
1242
1242
|
CHAR_VERTICAL_LINE: 124,
|
|
1243
1243
|
CHAR_ZERO_WIDTH_NOBREAK_SPACE: 65279,
|
|
1244
1244
|
SEP: path$2.sep,
|
|
1245
|
+
/**
|
|
1246
|
+
* Create EXTGLOB_CHARS
|
|
1247
|
+
*/
|
|
1245
1248
|
extglobChars(chars) {
|
|
1246
1249
|
return {
|
|
1247
1250
|
"!": {
|
|
@@ -1271,6 +1274,9 @@ var require_constants = /* @__PURE__ */ require_chunk.__commonJSMin(((exports, m
|
|
|
1271
1274
|
}
|
|
1272
1275
|
};
|
|
1273
1276
|
},
|
|
1277
|
+
/**
|
|
1278
|
+
* Create GLOB_CHARS
|
|
1279
|
+
*/
|
|
1274
1280
|
globChars(win32) {
|
|
1275
1281
|
return win32 === true ? WINDOWS_CHARS : POSIX_CHARS;
|
|
1276
1282
|
}
|
|
@@ -1240,6 +1240,9 @@ var require_constants = /* @__PURE__ */ __commonJSMin(((exports, module) => {
|
|
|
1240
1240
|
CHAR_VERTICAL_LINE: 124,
|
|
1241
1241
|
CHAR_ZERO_WIDTH_NOBREAK_SPACE: 65279,
|
|
1242
1242
|
SEP: path$2.sep,
|
|
1243
|
+
/**
|
|
1244
|
+
* Create EXTGLOB_CHARS
|
|
1245
|
+
*/
|
|
1243
1246
|
extglobChars(chars) {
|
|
1244
1247
|
return {
|
|
1245
1248
|
"!": {
|
|
@@ -1269,6 +1272,9 @@ var require_constants = /* @__PURE__ */ __commonJSMin(((exports, module) => {
|
|
|
1269
1272
|
}
|
|
1270
1273
|
};
|
|
1271
1274
|
},
|
|
1275
|
+
/**
|
|
1276
|
+
* Create GLOB_CHARS
|
|
1277
|
+
*/
|
|
1272
1278
|
globChars(win32) {
|
|
1273
1279
|
return win32 === true ? WINDOWS_CHARS : POSIX_CHARS;
|
|
1274
1280
|
}
|
|
@@ -3609,4 +3615,4 @@ function getConfigResolver(cache, host, compilerOptions, sourceFile, tsConfigPat
|
|
|
3609
3615
|
|
|
3610
3616
|
//#endregion
|
|
3611
3617
|
export { parseRawMode as a, Resolver as c, level as i, debug as l, getConfigResolver as n, reflectionModeMatcher as o, isObject as r, reflectionModes as s, defaultExcluded as t, debug2 as u };
|
|
3612
|
-
//# sourceMappingURL=config-
|
|
3618
|
+
//# sourceMappingURL=config-EOqBpaUT.mjs.map
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
Object.defineProperty(exports, Symbol.toStringTag, { value: 'Module' });
|
|
2
|
-
const require_compiler = require('../compiler-
|
|
2
|
+
const require_compiler = require('../compiler-BqGn3eWW.cjs');
|
|
3
3
|
|
|
4
4
|
exports.Cache = require_compiler.Cache;
|
|
5
5
|
exports.DeclarationTransformer = require_compiler.DeclarationTransformer;
|
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
import { a as declarationTransformer, c as packSizeByte, i as debugPackStruct, l as transformer, n as DeclarationTransformer, o as encodeOps, r as ReflectionTransformer, s as packSize, t as Cache } from "../compiler-
|
|
1
|
+
import { a as declarationTransformer, c as packSizeByte, i as debugPackStruct, l as transformer, n as DeclarationTransformer, o as encodeOps, r as ReflectionTransformer, s as packSize, t as Cache } from "../compiler-D66djakc.mjs";
|
|
2
2
|
|
|
3
3
|
export { Cache, DeclarationTransformer, ReflectionTransformer, debugPackStruct, declarationTransformer, encodeOps, packSize, packSizeByte, transformer };
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
Object.defineProperty(exports, Symbol.toStringTag, { value: 'Module' });
|
|
2
|
-
const require_config = require('../config-
|
|
2
|
+
const require_config = require('../config-BgdyB8pY.cjs');
|
|
3
3
|
|
|
4
4
|
exports.defaultExcluded = require_config.defaultExcluded;
|
|
5
5
|
exports.getConfigResolver = require_config.getConfigResolver;
|
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
import { a as parseRawMode, i as level, n as getConfigResolver, o as reflectionModeMatcher, r as isObject, s as reflectionModes, t as defaultExcluded } from "../config-
|
|
1
|
+
import { a as parseRawMode, i as level, n as getConfigResolver, o as reflectionModeMatcher, r as isObject, s as reflectionModes, t as defaultExcluded } from "../config-EOqBpaUT.mjs";
|
|
2
2
|
|
|
3
3
|
export { defaultExcluded, getConfigResolver, isObject, level, parseRawMode, reflectionModeMatcher, reflectionModes };
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
Object.defineProperty(exports, Symbol.toStringTag, { value: 'Module' });
|
|
2
2
|
const require_chunk = require('../chunk-tvSNC7pH.cjs');
|
|
3
|
-
const require_compiler = require('../compiler-
|
|
4
|
-
const require_config = require('../config-
|
|
3
|
+
const require_compiler = require('../compiler-BqGn3eWW.cjs');
|
|
4
|
+
const require_config = require('../config-BgdyB8pY.cjs');
|
|
5
5
|
let typescript = require("typescript");
|
|
6
6
|
typescript = require_chunk.__toESM(typescript, 1);
|
|
7
7
|
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { a as declarationTransformer, c as packSizeByte, i as debugPackStruct, l as transformer, n as DeclarationTransformer, o as encodeOps, r as ReflectionTransformer, s as packSize, t as Cache } from "../compiler-
|
|
2
|
-
import { a as parseRawMode, i as level, n as getConfigResolver, o as reflectionModeMatcher, r as isObject, s as reflectionModes, t as defaultExcluded } from "../config-
|
|
1
|
+
import { a as declarationTransformer, c as packSizeByte, i as debugPackStruct, l as transformer, n as DeclarationTransformer, o as encodeOps, r as ReflectionTransformer, s as packSize, t as Cache } from "../compiler-D66djakc.mjs";
|
|
2
|
+
import { a as parseRawMode, i as level, n as getConfigResolver, o as reflectionModeMatcher, r as isObject, s as reflectionModes, t as defaultExcluded } from "../config-EOqBpaUT.mjs";
|
|
3
3
|
import ts from "typescript";
|
|
4
4
|
|
|
5
5
|
//#region ../../node_modules/.pnpm/@deepkit+type-compiler@1.0.5_patch_hash=91a56c95b398f90e6f5e654820112642044b9b1e47990b7_6e9f96f2334f0dda1b84d1dd9480035d/node_modules/@deepkit/type-compiler/dist/esm/src/loader.js
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@powerlines/deepkit",
|
|
3
|
-
"version": "0.8.
|
|
3
|
+
"version": "0.8.11",
|
|
4
4
|
"private": false,
|
|
5
5
|
"description": "A package containing a Powerlines plugin to assist in developing other Powerlines plugins.",
|
|
6
6
|
"keywords": ["deepkit", "powerlines", "storm-software"],
|
|
@@ -114,8 +114,8 @@
|
|
|
114
114
|
"bin": { "deepkit-install": "bin/deepkit-install.cjs" },
|
|
115
115
|
"files": ["bin/*", "dist/**/*", "schemas/*"],
|
|
116
116
|
"dependencies": {
|
|
117
|
-
"@powerlines/core": "^0.13.
|
|
118
|
-
"@powerlines/plugin-esbuild": "^0.13.
|
|
117
|
+
"@powerlines/core": "^0.13.17",
|
|
118
|
+
"@powerlines/plugin-esbuild": "^0.13.407",
|
|
119
119
|
"@storm-software/config-tools": "^1.189.77",
|
|
120
120
|
"@stryke/capnp": "^0.12.92",
|
|
121
121
|
"@stryke/fs": "^0.33.66",
|
|
@@ -136,7 +136,7 @@
|
|
|
136
136
|
"@deepkit/type-spec": "1.0.1",
|
|
137
137
|
"@types/node": "^25.6.0",
|
|
138
138
|
"rolldown": "1.0.0-rc.16",
|
|
139
|
-
"tsdown": "^0.21.
|
|
139
|
+
"tsdown": "^0.21.10",
|
|
140
140
|
"esbuild": "^0.27.7"
|
|
141
141
|
},
|
|
142
142
|
"peerDependencies": { "esbuild": "*", "rolldown": "*" },
|
|
@@ -145,5 +145,5 @@
|
|
|
145
145
|
"rolldown": { "optional": true }
|
|
146
146
|
},
|
|
147
147
|
"publishConfig": { "access": "public" },
|
|
148
|
-
"gitHead": "
|
|
148
|
+
"gitHead": "d1efec5f9dce59e05c091b222a91b6b8ba5885d7"
|
|
149
149
|
}
|
package/schemas/reflection.cjs
CHANGED
|
@@ -3345,6 +3345,10 @@ const SerializedType_Type_Which = {
|
|
|
3345
3345
|
TUPLE: 19,
|
|
3346
3346
|
TUPLE_MEMBER: 20,
|
|
3347
3347
|
REST: 21,
|
|
3348
|
+
/**
|
|
3349
|
+
* For any other type that is not explicitly defined
|
|
3350
|
+
*
|
|
3351
|
+
*/
|
|
3348
3352
|
OTHER: 22
|
|
3349
3353
|
};
|
|
3350
3354
|
var SerializedType_Type = class extends _stryke_capnp.Struct {
|
package/schemas/reflection.mjs
CHANGED
|
@@ -3316,6 +3316,10 @@ const SerializedType_Type_Which = {
|
|
|
3316
3316
|
TUPLE: 19,
|
|
3317
3317
|
TUPLE_MEMBER: 20,
|
|
3318
3318
|
REST: 21,
|
|
3319
|
+
/**
|
|
3320
|
+
* For any other type that is not explicitly defined
|
|
3321
|
+
*
|
|
3322
|
+
*/
|
|
3319
3323
|
OTHER: 22
|
|
3320
3324
|
};
|
|
3321
3325
|
var SerializedType_Type = class extends $.Struct {
|