@powerlines/deepkit 0.6.90 → 0.6.91
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/{chunk-7FQVHEUQ.cjs → chunk-5FCA3FUP.cjs} +11 -11
- package/dist/{chunk-2S6ZGH7W.js → chunk-DCCZEVPD.js} +11 -11
- package/dist/{chunk-7ZQJNPJK.js → chunk-H23PXUB4.js} +1 -1
- package/dist/{chunk-ZJXW76WK.js → chunk-H7FBHYTC.js} +1 -1
- package/dist/{chunk-ZORKBWGE.cjs → chunk-PKJKNFER.cjs} +2 -2
- package/dist/{chunk-ZOOSIZ5D.cjs → chunk-Z6RAU3EG.cjs} +1 -1
- package/dist/esbuild-plugin.cjs +2 -2
- package/dist/esbuild-plugin.js +1 -1
- package/dist/index.cjs +12 -12
- package/dist/index.js +3 -3
- package/dist/reflect-type.cjs +3 -3
- package/dist/reflect-type.js +2 -2
- package/dist/utilities.cjs +8 -8
- package/dist/utilities.js +1 -1
- package/package.json +10 -10
|
@@ -8,7 +8,7 @@ var isNull$1 = require('@stryke/type-checks/is-null');
|
|
|
8
8
|
var isString$1 = require('@stryke/type-checks/is-string');
|
|
9
9
|
var isUndefined$1 = require('@stryke/type-checks/is-undefined');
|
|
10
10
|
|
|
11
|
-
// ../../node_modules/.pnpm/@stryke+helpers@0.9.
|
|
11
|
+
// ../../node_modules/.pnpm/@stryke+helpers@0.9.48/node_modules/@stryke/helpers/dist/get-unique.mjs
|
|
12
12
|
function getUniqueBy(arr, mapper = (item) => item) {
|
|
13
13
|
const map = /* @__PURE__ */ new Map();
|
|
14
14
|
for (const item of arr) {
|
|
@@ -19,7 +19,7 @@ function getUniqueBy(arr, mapper = (item) => item) {
|
|
|
19
19
|
}
|
|
20
20
|
chunkUSNT2KNT_cjs.__name(getUniqueBy, "getUniqueBy");
|
|
21
21
|
|
|
22
|
-
// ../../node_modules/.pnpm/@stryke+json@0.
|
|
22
|
+
// ../../node_modules/.pnpm/@stryke+json@0.14.0/node_modules/@stryke/json/dist/code-frames-C8DEdLmV.mjs
|
|
23
23
|
var NEWLINE = /\r\n|[\n\r\u2028\u2029]/;
|
|
24
24
|
function getMarkerLines(loc, source, opts = {}) {
|
|
25
25
|
const startLoc = {
|
|
@@ -1078,7 +1078,7 @@ var LinesAndColumns = (
|
|
|
1078
1078
|
})()
|
|
1079
1079
|
);
|
|
1080
1080
|
|
|
1081
|
-
// ../../node_modules/.pnpm/@stryke+json@0.
|
|
1081
|
+
// ../../node_modules/.pnpm/@stryke+json@0.14.0/node_modules/@stryke/json/dist/parse-error-Cu6mjBS7.mjs
|
|
1082
1082
|
function formatParseError(input, parseError) {
|
|
1083
1083
|
const { error, offset, length } = parseError;
|
|
1084
1084
|
const result = new LinesAndColumns(input).locationForIndex(offset);
|
|
@@ -1101,7 +1101,7 @@ ${codeFrameColumns(input, {
|
|
|
1101
1101
|
}
|
|
1102
1102
|
chunkUSNT2KNT_cjs.__name(formatParseError, "formatParseError");
|
|
1103
1103
|
|
|
1104
|
-
// ../../node_modules/.pnpm/@stryke+json@0.
|
|
1104
|
+
// ../../node_modules/.pnpm/@stryke+json@0.14.0/node_modules/@stryke/json/dist/is-number-BMxmACAS.mjs
|
|
1105
1105
|
var getObjectTag = /* @__PURE__ */ chunkUSNT2KNT_cjs.__name((value) => {
|
|
1106
1106
|
if (value == null) return value === void 0 ? "[object Undefined]" : "[object Null]";
|
|
1107
1107
|
return Object.prototype.toString.call(value);
|
|
@@ -1114,7 +1114,7 @@ var isNumber = /* @__PURE__ */ chunkUSNT2KNT_cjs.__name((value) => {
|
|
|
1114
1114
|
}
|
|
1115
1115
|
}, "isNumber");
|
|
1116
1116
|
|
|
1117
|
-
// ../../node_modules/.pnpm/@stryke+json@0.
|
|
1117
|
+
// ../../node_modules/.pnpm/@stryke+json@0.14.0/node_modules/@stryke/json/dist/is-object-BYxzKTYU.mjs
|
|
1118
1118
|
var isObjectLike = /* @__PURE__ */ chunkUSNT2KNT_cjs.__name((obj) => {
|
|
1119
1119
|
return typeof obj === "object" && obj !== null;
|
|
1120
1120
|
}, "isObjectLike");
|
|
@@ -1133,7 +1133,7 @@ var isObject = /* @__PURE__ */ chunkUSNT2KNT_cjs.__name((value) => {
|
|
|
1133
1133
|
}
|
|
1134
1134
|
}, "isObject");
|
|
1135
1135
|
|
|
1136
|
-
// ../../node_modules/.pnpm/@stryke+json@0.
|
|
1136
|
+
// ../../node_modules/.pnpm/@stryke+json@0.14.0/node_modules/@stryke/json/dist/is-string--ny35huw.mjs
|
|
1137
1137
|
var isString = /* @__PURE__ */ chunkUSNT2KNT_cjs.__name((value) => {
|
|
1138
1138
|
try {
|
|
1139
1139
|
return typeof value === "string";
|
|
@@ -1142,7 +1142,7 @@ var isString = /* @__PURE__ */ chunkUSNT2KNT_cjs.__name((value) => {
|
|
|
1142
1142
|
}
|
|
1143
1143
|
}, "isString");
|
|
1144
1144
|
|
|
1145
|
-
// ../../node_modules/.pnpm/@stryke+json@0.
|
|
1145
|
+
// ../../node_modules/.pnpm/@stryke+json@0.14.0/node_modules/@stryke/json/dist/strip-comments-DNTu6CWM.mjs
|
|
1146
1146
|
var EMPTY_STRING = "";
|
|
1147
1147
|
var singleComment = Symbol("singleComment");
|
|
1148
1148
|
var multiComment = Symbol("multiComment");
|
|
@@ -1229,7 +1229,7 @@ function stripComments2(value, { whitespace = true, trailingCommas = false } = {
|
|
|
1229
1229
|
}
|
|
1230
1230
|
chunkUSNT2KNT_cjs.__name(stripComments2, "stripComments");
|
|
1231
1231
|
|
|
1232
|
-
// ../../node_modules/.pnpm/@stryke+json@0.
|
|
1232
|
+
// ../../node_modules/.pnpm/@stryke+json@0.14.0/node_modules/@stryke/json/dist/parse-BrChHTWb.mjs
|
|
1233
1233
|
var suspectProtoRx = /"(?:_|\\u0{2}5[Ff]){2}(?:p|\\u0{2}70)(?:r|\\u0{2}72)(?:o|\\u0{2}6[Ff])(?:t|\\u0{2}74)(?:o|\\u0{2}6[Ff])(?:_|\\u0{2}5[Ff]){2}"\s*:/;
|
|
1234
1234
|
var suspectConstructorRx = /"(?:c|\\u0063)(?:o|\\u006[Ff])(?:n|\\u006[Ee])(?:s|\\u0073)(?:t|\\u0074)(?:r|\\u0072)(?:u|\\u0075)(?:c|\\u0063)(?:t|\\u0074)(?:o|\\u006[Ff])(?:r|\\u0072)"\s*:/;
|
|
1235
1235
|
var JsonSigRx = /^\s*["[{]|^\s*-?\d{1,16}(?:\.\d{1,17})?(?:E[+-]?\d+)?\s*$/i;
|
|
@@ -1279,12 +1279,12 @@ function parse3(value, options = {}) {
|
|
|
1279
1279
|
}
|
|
1280
1280
|
chunkUSNT2KNT_cjs.__name(parse3, "parse");
|
|
1281
1281
|
|
|
1282
|
-
// ../../node_modules/.pnpm/@stryke+json@0.
|
|
1282
|
+
// ../../node_modules/.pnpm/@stryke+json@0.14.0/node_modules/@stryke/json/dist/is-undefined-CqNzBssC.mjs
|
|
1283
1283
|
var isUndefined = /* @__PURE__ */ chunkUSNT2KNT_cjs.__name((value) => {
|
|
1284
1284
|
return value === void 0;
|
|
1285
1285
|
}, "isUndefined");
|
|
1286
1286
|
|
|
1287
|
-
// ../../node_modules/.pnpm/@stryke+json@0.
|
|
1287
|
+
// ../../node_modules/.pnpm/@stryke+json@0.14.0/node_modules/@stryke/json/dist/stringify-CfeAVjh8.mjs
|
|
1288
1288
|
var invalidKeyChars = [
|
|
1289
1289
|
"@",
|
|
1290
1290
|
"/",
|
|
@@ -2215,7 +2215,7 @@ SuperJSON.registerCustom;
|
|
|
2215
2215
|
SuperJSON.registerSymbol;
|
|
2216
2216
|
SuperJSON.allowErrorProps;
|
|
2217
2217
|
|
|
2218
|
-
// ../../node_modules/.pnpm/@stryke+json@0.
|
|
2218
|
+
// ../../node_modules/.pnpm/@stryke+json@0.14.0/node_modules/@stryke/json/dist/storm-json-BmO91crX.mjs
|
|
2219
2219
|
var StormJSON = class StormJSON2 extends SuperJSON {
|
|
2220
2220
|
static {
|
|
2221
2221
|
chunkUSNT2KNT_cjs.__name(this, "StormJSON");
|
|
@@ -6,7 +6,7 @@ import { isNull as isNull$1 } from '@stryke/type-checks/is-null';
|
|
|
6
6
|
import { isString as isString$1 } from '@stryke/type-checks/is-string';
|
|
7
7
|
import { isUndefined as isUndefined$1 } from '@stryke/type-checks/is-undefined';
|
|
8
8
|
|
|
9
|
-
// ../../node_modules/.pnpm/@stryke+helpers@0.9.
|
|
9
|
+
// ../../node_modules/.pnpm/@stryke+helpers@0.9.48/node_modules/@stryke/helpers/dist/get-unique.mjs
|
|
10
10
|
function getUniqueBy(arr, mapper = (item) => item) {
|
|
11
11
|
const map = /* @__PURE__ */ new Map();
|
|
12
12
|
for (const item of arr) {
|
|
@@ -17,7 +17,7 @@ function getUniqueBy(arr, mapper = (item) => item) {
|
|
|
17
17
|
}
|
|
18
18
|
__name(getUniqueBy, "getUniqueBy");
|
|
19
19
|
|
|
20
|
-
// ../../node_modules/.pnpm/@stryke+json@0.
|
|
20
|
+
// ../../node_modules/.pnpm/@stryke+json@0.14.0/node_modules/@stryke/json/dist/code-frames-C8DEdLmV.mjs
|
|
21
21
|
var NEWLINE = /\r\n|[\n\r\u2028\u2029]/;
|
|
22
22
|
function getMarkerLines(loc, source, opts = {}) {
|
|
23
23
|
const startLoc = {
|
|
@@ -1076,7 +1076,7 @@ var LinesAndColumns = (
|
|
|
1076
1076
|
})()
|
|
1077
1077
|
);
|
|
1078
1078
|
|
|
1079
|
-
// ../../node_modules/.pnpm/@stryke+json@0.
|
|
1079
|
+
// ../../node_modules/.pnpm/@stryke+json@0.14.0/node_modules/@stryke/json/dist/parse-error-Cu6mjBS7.mjs
|
|
1080
1080
|
function formatParseError(input, parseError) {
|
|
1081
1081
|
const { error, offset, length } = parseError;
|
|
1082
1082
|
const result = new LinesAndColumns(input).locationForIndex(offset);
|
|
@@ -1099,7 +1099,7 @@ ${codeFrameColumns(input, {
|
|
|
1099
1099
|
}
|
|
1100
1100
|
__name(formatParseError, "formatParseError");
|
|
1101
1101
|
|
|
1102
|
-
// ../../node_modules/.pnpm/@stryke+json@0.
|
|
1102
|
+
// ../../node_modules/.pnpm/@stryke+json@0.14.0/node_modules/@stryke/json/dist/is-number-BMxmACAS.mjs
|
|
1103
1103
|
var getObjectTag = /* @__PURE__ */ __name((value) => {
|
|
1104
1104
|
if (value == null) return value === void 0 ? "[object Undefined]" : "[object Null]";
|
|
1105
1105
|
return Object.prototype.toString.call(value);
|
|
@@ -1112,7 +1112,7 @@ var isNumber = /* @__PURE__ */ __name((value) => {
|
|
|
1112
1112
|
}
|
|
1113
1113
|
}, "isNumber");
|
|
1114
1114
|
|
|
1115
|
-
// ../../node_modules/.pnpm/@stryke+json@0.
|
|
1115
|
+
// ../../node_modules/.pnpm/@stryke+json@0.14.0/node_modules/@stryke/json/dist/is-object-BYxzKTYU.mjs
|
|
1116
1116
|
var isObjectLike = /* @__PURE__ */ __name((obj) => {
|
|
1117
1117
|
return typeof obj === "object" && obj !== null;
|
|
1118
1118
|
}, "isObjectLike");
|
|
@@ -1131,7 +1131,7 @@ var isObject = /* @__PURE__ */ __name((value) => {
|
|
|
1131
1131
|
}
|
|
1132
1132
|
}, "isObject");
|
|
1133
1133
|
|
|
1134
|
-
// ../../node_modules/.pnpm/@stryke+json@0.
|
|
1134
|
+
// ../../node_modules/.pnpm/@stryke+json@0.14.0/node_modules/@stryke/json/dist/is-string--ny35huw.mjs
|
|
1135
1135
|
var isString = /* @__PURE__ */ __name((value) => {
|
|
1136
1136
|
try {
|
|
1137
1137
|
return typeof value === "string";
|
|
@@ -1140,7 +1140,7 @@ var isString = /* @__PURE__ */ __name((value) => {
|
|
|
1140
1140
|
}
|
|
1141
1141
|
}, "isString");
|
|
1142
1142
|
|
|
1143
|
-
// ../../node_modules/.pnpm/@stryke+json@0.
|
|
1143
|
+
// ../../node_modules/.pnpm/@stryke+json@0.14.0/node_modules/@stryke/json/dist/strip-comments-DNTu6CWM.mjs
|
|
1144
1144
|
var EMPTY_STRING = "";
|
|
1145
1145
|
var singleComment = Symbol("singleComment");
|
|
1146
1146
|
var multiComment = Symbol("multiComment");
|
|
@@ -1227,7 +1227,7 @@ function stripComments2(value, { whitespace = true, trailingCommas = false } = {
|
|
|
1227
1227
|
}
|
|
1228
1228
|
__name(stripComments2, "stripComments");
|
|
1229
1229
|
|
|
1230
|
-
// ../../node_modules/.pnpm/@stryke+json@0.
|
|
1230
|
+
// ../../node_modules/.pnpm/@stryke+json@0.14.0/node_modules/@stryke/json/dist/parse-BrChHTWb.mjs
|
|
1231
1231
|
var suspectProtoRx = /"(?:_|\\u0{2}5[Ff]){2}(?:p|\\u0{2}70)(?:r|\\u0{2}72)(?:o|\\u0{2}6[Ff])(?:t|\\u0{2}74)(?:o|\\u0{2}6[Ff])(?:_|\\u0{2}5[Ff]){2}"\s*:/;
|
|
1232
1232
|
var suspectConstructorRx = /"(?:c|\\u0063)(?:o|\\u006[Ff])(?:n|\\u006[Ee])(?:s|\\u0073)(?:t|\\u0074)(?:r|\\u0072)(?:u|\\u0075)(?:c|\\u0063)(?:t|\\u0074)(?:o|\\u006[Ff])(?:r|\\u0072)"\s*:/;
|
|
1233
1233
|
var JsonSigRx = /^\s*["[{]|^\s*-?\d{1,16}(?:\.\d{1,17})?(?:E[+-]?\d+)?\s*$/i;
|
|
@@ -1277,12 +1277,12 @@ function parse3(value, options = {}) {
|
|
|
1277
1277
|
}
|
|
1278
1278
|
__name(parse3, "parse");
|
|
1279
1279
|
|
|
1280
|
-
// ../../node_modules/.pnpm/@stryke+json@0.
|
|
1280
|
+
// ../../node_modules/.pnpm/@stryke+json@0.14.0/node_modules/@stryke/json/dist/is-undefined-CqNzBssC.mjs
|
|
1281
1281
|
var isUndefined = /* @__PURE__ */ __name((value) => {
|
|
1282
1282
|
return value === void 0;
|
|
1283
1283
|
}, "isUndefined");
|
|
1284
1284
|
|
|
1285
|
-
// ../../node_modules/.pnpm/@stryke+json@0.
|
|
1285
|
+
// ../../node_modules/.pnpm/@stryke+json@0.14.0/node_modules/@stryke/json/dist/stringify-CfeAVjh8.mjs
|
|
1286
1286
|
var invalidKeyChars = [
|
|
1287
1287
|
"@",
|
|
1288
1288
|
"/",
|
|
@@ -2213,7 +2213,7 @@ SuperJSON.registerCustom;
|
|
|
2213
2213
|
SuperJSON.registerSymbol;
|
|
2214
2214
|
SuperJSON.allowErrorProps;
|
|
2215
2215
|
|
|
2216
|
-
// ../../node_modules/.pnpm/@stryke+json@0.
|
|
2216
|
+
// ../../node_modules/.pnpm/@stryke+json@0.14.0/node_modules/@stryke/json/dist/storm-json-BmO91crX.mjs
|
|
2217
2217
|
var StormJSON = class StormJSON2 extends SuperJSON {
|
|
2218
2218
|
static {
|
|
2219
2219
|
__name(this, "StormJSON");
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { esbuildPlugin } from './chunk-
|
|
1
|
+
import { esbuildPlugin } from './chunk-H7FBHYTC.js';
|
|
2
2
|
import { __name } from './chunk-SHUYVCID.js';
|
|
3
3
|
import { reflect } from '@powerlines/deepkit/vendor/type';
|
|
4
4
|
import { resolve } from '@powerlines/plugin-esbuild/helpers/resolve';
|
|
@@ -3,7 +3,7 @@ import { __name } from './chunk-SHUYVCID.js';
|
|
|
3
3
|
import { isString } from '@stryke/type-checks';
|
|
4
4
|
import { DiagnosticCategory } from 'typescript';
|
|
5
5
|
|
|
6
|
-
// ../../node_modules/.pnpm/@stryke+helpers@0.9.
|
|
6
|
+
// ../../node_modules/.pnpm/@stryke+helpers@0.9.48/node_modules/@stryke/helpers/dist/omit.mjs
|
|
7
7
|
function omit(obj, keys) {
|
|
8
8
|
const result = { ...obj };
|
|
9
9
|
for (let i = 0; i < keys.length; i++) {
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
'use strict';
|
|
2
2
|
|
|
3
|
-
var
|
|
3
|
+
var chunkZ6RAU3EG_cjs = require('./chunk-Z6RAU3EG.cjs');
|
|
4
4
|
var chunkUSNT2KNT_cjs = require('./chunk-USNT2KNT.cjs');
|
|
5
5
|
var type = require('@powerlines/deepkit/vendor/type');
|
|
6
6
|
var resolve = require('@powerlines/plugin-esbuild/helpers/resolve');
|
|
@@ -13,7 +13,7 @@ var defu__default = /*#__PURE__*/_interopDefault(defu);
|
|
|
13
13
|
async function reflectType(context, type$1, overrides = {}) {
|
|
14
14
|
return type.reflect(await resolve.resolve(context, type$1, defu__default.default(overrides, {
|
|
15
15
|
plugins: [
|
|
16
|
-
|
|
16
|
+
chunkZ6RAU3EG_cjs.esbuildPlugin(context, {
|
|
17
17
|
reflection: "default",
|
|
18
18
|
reflectionLevel: "verbose"
|
|
19
19
|
})
|
|
@@ -5,7 +5,7 @@ var chunkUSNT2KNT_cjs = require('./chunk-USNT2KNT.cjs');
|
|
|
5
5
|
var typeChecks = require('@stryke/type-checks');
|
|
6
6
|
var typescript = require('typescript');
|
|
7
7
|
|
|
8
|
-
// ../../node_modules/.pnpm/@stryke+helpers@0.9.
|
|
8
|
+
// ../../node_modules/.pnpm/@stryke+helpers@0.9.48/node_modules/@stryke/helpers/dist/omit.mjs
|
|
9
9
|
function omit(obj, keys) {
|
|
10
10
|
const result = { ...obj };
|
|
11
11
|
for (let i = 0; i < keys.length; i++) {
|
package/dist/esbuild-plugin.cjs
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
'use strict';
|
|
2
2
|
|
|
3
|
-
var
|
|
3
|
+
var chunkZ6RAU3EG_cjs = require('./chunk-Z6RAU3EG.cjs');
|
|
4
4
|
require('./chunk-HPVJ6OV3.cjs');
|
|
5
5
|
require('./chunk-BLLXF42T.cjs');
|
|
6
6
|
require('./chunk-USNT2KNT.cjs');
|
|
@@ -9,5 +9,5 @@ require('./chunk-USNT2KNT.cjs');
|
|
|
9
9
|
|
|
10
10
|
Object.defineProperty(exports, "esbuildPlugin", {
|
|
11
11
|
enumerable: true,
|
|
12
|
-
get: function () { return
|
|
12
|
+
get: function () { return chunkZ6RAU3EG_cjs.esbuildPlugin; }
|
|
13
13
|
});
|
package/dist/esbuild-plugin.js
CHANGED
package/dist/index.cjs
CHANGED
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
'use strict';
|
|
2
2
|
|
|
3
3
|
require('./chunk-ORA4UQMU.cjs');
|
|
4
|
-
var
|
|
4
|
+
var chunk5FCA3FUP_cjs = require('./chunk-5FCA3FUP.cjs');
|
|
5
5
|
var chunk7FXYDYVQ_cjs = require('./chunk-7FXYDYVQ.cjs');
|
|
6
|
-
var
|
|
7
|
-
var
|
|
6
|
+
var chunkPKJKNFER_cjs = require('./chunk-PKJKNFER.cjs');
|
|
7
|
+
var chunkZ6RAU3EG_cjs = require('./chunk-Z6RAU3EG.cjs');
|
|
8
8
|
var chunk7QZGCBH7_cjs = require('./chunk-7QZGCBH7.cjs');
|
|
9
9
|
var chunk27RKMKSF_cjs = require('./chunk-27RKMKSF.cjs');
|
|
10
10
|
var chunkHPVJ6OV3_cjs = require('./chunk-HPVJ6OV3.cjs');
|
|
@@ -15,31 +15,31 @@ require('./chunk-USNT2KNT.cjs');
|
|
|
15
15
|
|
|
16
16
|
Object.defineProperty(exports, "getEnumReflectionType", {
|
|
17
17
|
enumerable: true,
|
|
18
|
-
get: function () { return
|
|
18
|
+
get: function () { return chunk5FCA3FUP_cjs.getEnumReflectionType; }
|
|
19
19
|
});
|
|
20
20
|
Object.defineProperty(exports, "getUnionTypes", {
|
|
21
21
|
enumerable: true,
|
|
22
|
-
get: function () { return
|
|
22
|
+
get: function () { return chunk5FCA3FUP_cjs.getUnionTypes; }
|
|
23
23
|
});
|
|
24
24
|
Object.defineProperty(exports, "isStringUnion", {
|
|
25
25
|
enumerable: true,
|
|
26
|
-
get: function () { return
|
|
26
|
+
get: function () { return chunk5FCA3FUP_cjs.isStringUnion; }
|
|
27
27
|
});
|
|
28
28
|
Object.defineProperty(exports, "kindToName", {
|
|
29
29
|
enumerable: true,
|
|
30
|
-
get: function () { return
|
|
30
|
+
get: function () { return chunk5FCA3FUP_cjs.kindToName; }
|
|
31
31
|
});
|
|
32
32
|
Object.defineProperty(exports, "stringifyDefaultValue", {
|
|
33
33
|
enumerable: true,
|
|
34
|
-
get: function () { return
|
|
34
|
+
get: function () { return chunk5FCA3FUP_cjs.stringifyDefaultValue; }
|
|
35
35
|
});
|
|
36
36
|
Object.defineProperty(exports, "stringifyStringValue", {
|
|
37
37
|
enumerable: true,
|
|
38
|
-
get: function () { return
|
|
38
|
+
get: function () { return chunk5FCA3FUP_cjs.stringifyStringValue; }
|
|
39
39
|
});
|
|
40
40
|
Object.defineProperty(exports, "stringifyValue", {
|
|
41
41
|
enumerable: true,
|
|
42
|
-
get: function () { return
|
|
42
|
+
get: function () { return chunk5FCA3FUP_cjs.stringifyValue; }
|
|
43
43
|
});
|
|
44
44
|
Object.defineProperty(exports, "convertFromCapnp", {
|
|
45
45
|
enumerable: true,
|
|
@@ -223,11 +223,11 @@ Object.defineProperty(exports, "convertToCapnpUnion", {
|
|
|
223
223
|
});
|
|
224
224
|
Object.defineProperty(exports, "reflectType", {
|
|
225
225
|
enumerable: true,
|
|
226
|
-
get: function () { return
|
|
226
|
+
get: function () { return chunkPKJKNFER_cjs.reflectType; }
|
|
227
227
|
});
|
|
228
228
|
Object.defineProperty(exports, "esbuildPlugin", {
|
|
229
229
|
enumerable: true,
|
|
230
|
-
get: function () { return
|
|
230
|
+
get: function () { return chunkZ6RAU3EG_cjs.esbuildPlugin; }
|
|
231
231
|
});
|
|
232
232
|
Object.defineProperty(exports, "getReflectionsPath", {
|
|
233
233
|
enumerable: true,
|
package/dist/index.js
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import './chunk-OULCUN6I.js';
|
|
2
|
-
export { getEnumReflectionType, getUnionTypes, isStringUnion, kindToName, stringifyDefaultValue, stringifyStringValue, stringifyValue } from './chunk-
|
|
2
|
+
export { getEnumReflectionType, getUnionTypes, isStringUnion, kindToName, stringifyDefaultValue, stringifyStringValue, stringifyValue } from './chunk-DCCZEVPD.js';
|
|
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 } from './chunk-TDYIUJGY.js';
|
|
4
|
-
export { reflectType } from './chunk-
|
|
5
|
-
export { esbuildPlugin } from './chunk-
|
|
4
|
+
export { reflectType } from './chunk-H23PXUB4.js';
|
|
5
|
+
export { esbuildPlugin } from './chunk-H7FBHYTC.js';
|
|
6
6
|
export { getReflectionsPath } from './chunk-ALM6UMVU.js';
|
|
7
7
|
export { rolldownPlugin } from './chunk-JQUKKAFM.js';
|
|
8
8
|
export { transpile } from './chunk-NPV2346T.js';
|
package/dist/reflect-type.cjs
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
'use strict';
|
|
2
2
|
|
|
3
|
-
var
|
|
4
|
-
require('./chunk-
|
|
3
|
+
var chunkPKJKNFER_cjs = require('./chunk-PKJKNFER.cjs');
|
|
4
|
+
require('./chunk-Z6RAU3EG.cjs');
|
|
5
5
|
require('./chunk-HPVJ6OV3.cjs');
|
|
6
6
|
require('./chunk-BLLXF42T.cjs');
|
|
7
7
|
require('./chunk-USNT2KNT.cjs');
|
|
@@ -10,5 +10,5 @@ require('./chunk-USNT2KNT.cjs');
|
|
|
10
10
|
|
|
11
11
|
Object.defineProperty(exports, "reflectType", {
|
|
12
12
|
enumerable: true,
|
|
13
|
-
get: function () { return
|
|
13
|
+
get: function () { return chunkPKJKNFER_cjs.reflectType; }
|
|
14
14
|
});
|
package/dist/reflect-type.js
CHANGED
package/dist/utilities.cjs
CHANGED
|
@@ -1,35 +1,35 @@
|
|
|
1
1
|
'use strict';
|
|
2
2
|
|
|
3
|
-
var
|
|
3
|
+
var chunk5FCA3FUP_cjs = require('./chunk-5FCA3FUP.cjs');
|
|
4
4
|
require('./chunk-USNT2KNT.cjs');
|
|
5
5
|
|
|
6
6
|
|
|
7
7
|
|
|
8
8
|
Object.defineProperty(exports, "getEnumReflectionType", {
|
|
9
9
|
enumerable: true,
|
|
10
|
-
get: function () { return
|
|
10
|
+
get: function () { return chunk5FCA3FUP_cjs.getEnumReflectionType; }
|
|
11
11
|
});
|
|
12
12
|
Object.defineProperty(exports, "getUnionTypes", {
|
|
13
13
|
enumerable: true,
|
|
14
|
-
get: function () { return
|
|
14
|
+
get: function () { return chunk5FCA3FUP_cjs.getUnionTypes; }
|
|
15
15
|
});
|
|
16
16
|
Object.defineProperty(exports, "isStringUnion", {
|
|
17
17
|
enumerable: true,
|
|
18
|
-
get: function () { return
|
|
18
|
+
get: function () { return chunk5FCA3FUP_cjs.isStringUnion; }
|
|
19
19
|
});
|
|
20
20
|
Object.defineProperty(exports, "kindToName", {
|
|
21
21
|
enumerable: true,
|
|
22
|
-
get: function () { return
|
|
22
|
+
get: function () { return chunk5FCA3FUP_cjs.kindToName; }
|
|
23
23
|
});
|
|
24
24
|
Object.defineProperty(exports, "stringifyDefaultValue", {
|
|
25
25
|
enumerable: true,
|
|
26
|
-
get: function () { return
|
|
26
|
+
get: function () { return chunk5FCA3FUP_cjs.stringifyDefaultValue; }
|
|
27
27
|
});
|
|
28
28
|
Object.defineProperty(exports, "stringifyStringValue", {
|
|
29
29
|
enumerable: true,
|
|
30
|
-
get: function () { return
|
|
30
|
+
get: function () { return chunk5FCA3FUP_cjs.stringifyStringValue; }
|
|
31
31
|
});
|
|
32
32
|
Object.defineProperty(exports, "stringifyValue", {
|
|
33
33
|
enumerable: true,
|
|
34
|
-
get: function () { return
|
|
34
|
+
get: function () { return chunk5FCA3FUP_cjs.stringifyValue; }
|
|
35
35
|
});
|
package/dist/utilities.js
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
export { getEnumReflectionType, getUnionTypes, isStringUnion, kindToName, stringifyDefaultValue, stringifyStringValue, stringifyValue } from './chunk-
|
|
1
|
+
export { getEnumReflectionType, getUnionTypes, isStringUnion, kindToName, stringifyDefaultValue, stringifyStringValue, stringifyValue } from './chunk-DCCZEVPD.js';
|
|
2
2
|
import './chunk-SHUYVCID.js';
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@powerlines/deepkit",
|
|
3
|
-
"version": "0.6.
|
|
3
|
+
"version": "0.6.91",
|
|
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"],
|
|
@@ -116,17 +116,17 @@
|
|
|
116
116
|
"bin": { "deepkit-install": "bin/deepkit-install.cjs" },
|
|
117
117
|
"files": ["bin/*", "dist/**/*", "schemas/*"],
|
|
118
118
|
"dependencies": {
|
|
119
|
-
"@storm-software/config-tools": "^1.189.
|
|
120
|
-
"@stryke/capnp": "^0.12.
|
|
121
|
-
"@stryke/fs": "^0.33.
|
|
122
|
-
"@stryke/path": "^0.26.
|
|
123
|
-
"@stryke/type-checks": "^0.5.
|
|
124
|
-
"@stryke/types": "^0.10.
|
|
119
|
+
"@storm-software/config-tools": "^1.189.12",
|
|
120
|
+
"@stryke/capnp": "^0.12.75",
|
|
121
|
+
"@stryke/fs": "^0.33.50",
|
|
122
|
+
"@stryke/path": "^0.26.12",
|
|
123
|
+
"@stryke/type-checks": "^0.5.31",
|
|
124
|
+
"@stryke/types": "^0.10.45",
|
|
125
125
|
"defu": "^6.1.4",
|
|
126
126
|
"jiti": "^2.6.1",
|
|
127
127
|
"esbuild": "^0.25.12",
|
|
128
|
-
"powerlines": "^0.39.
|
|
129
|
-
"@powerlines/plugin-esbuild": "^0.13.
|
|
128
|
+
"powerlines": "^0.39.20",
|
|
129
|
+
"@powerlines/plugin-esbuild": "^0.13.318",
|
|
130
130
|
"typescript": "^5.9.3"
|
|
131
131
|
},
|
|
132
132
|
"devDependencies": {
|
|
@@ -146,5 +146,5 @@
|
|
|
146
146
|
"rolldown": { "optional": true }
|
|
147
147
|
},
|
|
148
148
|
"publishConfig": { "access": "public" },
|
|
149
|
-
"gitHead": "
|
|
149
|
+
"gitHead": "e060aa89b66f96ebeaff3f0762947cb7b5dece34"
|
|
150
150
|
}
|