@powerlines/deepkit 0.6.103 → 0.6.105
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-HJEK5OUF.js → chunk-4H32O6YQ.js} +1 -1
- package/dist/{chunk-J7XITBHQ.cjs → chunk-GF72G3EO.cjs} +1 -1
- package/dist/{chunk-X5Y7PHMY.cjs → chunk-K3PS2W6W.cjs} +1 -1
- package/dist/{chunk-Q55BLAOU.cjs → chunk-LO444LPX.cjs} +2 -2
- package/dist/{chunk-VWGPNE67.js → chunk-UJOUZTKP.js} +1 -1
- package/dist/{chunk-5XSDR3GY.js → chunk-UKJIWICF.js} +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 +4 -4
|
@@ -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
|
+
// ../../node_modules/.pnpm/@stryke+helpers@0.10.1/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) {
|
|
@@ -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.
|
|
11
|
+
// ../../node_modules/.pnpm/@stryke+helpers@0.10.1/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) {
|
|
@@ -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.
|
|
8
|
+
// ../../node_modules/.pnpm/@stryke+helpers@0.10.1/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++) {
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
'use strict';
|
|
2
2
|
|
|
3
|
-
var
|
|
3
|
+
var chunkK3PS2W6W_cjs = require('./chunk-K3PS2W6W.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
|
+
chunkK3PS2W6W_cjs.esbuildPlugin(context, {
|
|
17
17
|
reflection: "default",
|
|
18
18
|
reflectionLevel: "verbose"
|
|
19
19
|
})
|
|
@@ -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.
|
|
6
|
+
// ../../node_modules/.pnpm/@stryke+helpers@0.10.1/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,4 +1,4 @@
|
|
|
1
|
-
import { esbuildPlugin } from './chunk-
|
|
1
|
+
import { esbuildPlugin } from './chunk-UJOUZTKP.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';
|
package/dist/esbuild-plugin.cjs
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
'use strict';
|
|
2
2
|
|
|
3
|
-
var
|
|
3
|
+
var chunkK3PS2W6W_cjs = require('./chunk-K3PS2W6W.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 chunkK3PS2W6W_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 chunkGF72G3EO_cjs = require('./chunk-GF72G3EO.cjs');
|
|
5
5
|
var chunk7FXYDYVQ_cjs = require('./chunk-7FXYDYVQ.cjs');
|
|
6
|
-
var
|
|
7
|
-
var
|
|
6
|
+
var chunkLO444LPX_cjs = require('./chunk-LO444LPX.cjs');
|
|
7
|
+
var chunkK3PS2W6W_cjs = require('./chunk-K3PS2W6W.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 chunkGF72G3EO_cjs.getEnumReflectionType; }
|
|
19
19
|
});
|
|
20
20
|
Object.defineProperty(exports, "getUnionTypes", {
|
|
21
21
|
enumerable: true,
|
|
22
|
-
get: function () { return
|
|
22
|
+
get: function () { return chunkGF72G3EO_cjs.getUnionTypes; }
|
|
23
23
|
});
|
|
24
24
|
Object.defineProperty(exports, "isStringUnion", {
|
|
25
25
|
enumerable: true,
|
|
26
|
-
get: function () { return
|
|
26
|
+
get: function () { return chunkGF72G3EO_cjs.isStringUnion; }
|
|
27
27
|
});
|
|
28
28
|
Object.defineProperty(exports, "kindToName", {
|
|
29
29
|
enumerable: true,
|
|
30
|
-
get: function () { return
|
|
30
|
+
get: function () { return chunkGF72G3EO_cjs.kindToName; }
|
|
31
31
|
});
|
|
32
32
|
Object.defineProperty(exports, "stringifyDefaultValue", {
|
|
33
33
|
enumerable: true,
|
|
34
|
-
get: function () { return
|
|
34
|
+
get: function () { return chunkGF72G3EO_cjs.stringifyDefaultValue; }
|
|
35
35
|
});
|
|
36
36
|
Object.defineProperty(exports, "stringifyStringValue", {
|
|
37
37
|
enumerable: true,
|
|
38
|
-
get: function () { return
|
|
38
|
+
get: function () { return chunkGF72G3EO_cjs.stringifyStringValue; }
|
|
39
39
|
});
|
|
40
40
|
Object.defineProperty(exports, "stringifyValue", {
|
|
41
41
|
enumerable: true,
|
|
42
|
-
get: function () { return
|
|
42
|
+
get: function () { return chunkGF72G3EO_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 chunkLO444LPX_cjs.reflectType; }
|
|
227
227
|
});
|
|
228
228
|
Object.defineProperty(exports, "esbuildPlugin", {
|
|
229
229
|
enumerable: true,
|
|
230
|
-
get: function () { return
|
|
230
|
+
get: function () { return chunkK3PS2W6W_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-4H32O6YQ.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-UKJIWICF.js';
|
|
5
|
+
export { esbuildPlugin } from './chunk-UJOUZTKP.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 chunkLO444LPX_cjs = require('./chunk-LO444LPX.cjs');
|
|
4
|
+
require('./chunk-K3PS2W6W.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 chunkLO444LPX_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 chunkGF72G3EO_cjs = require('./chunk-GF72G3EO.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 chunkGF72G3EO_cjs.getEnumReflectionType; }
|
|
11
11
|
});
|
|
12
12
|
Object.defineProperty(exports, "getUnionTypes", {
|
|
13
13
|
enumerable: true,
|
|
14
|
-
get: function () { return
|
|
14
|
+
get: function () { return chunkGF72G3EO_cjs.getUnionTypes; }
|
|
15
15
|
});
|
|
16
16
|
Object.defineProperty(exports, "isStringUnion", {
|
|
17
17
|
enumerable: true,
|
|
18
|
-
get: function () { return
|
|
18
|
+
get: function () { return chunkGF72G3EO_cjs.isStringUnion; }
|
|
19
19
|
});
|
|
20
20
|
Object.defineProperty(exports, "kindToName", {
|
|
21
21
|
enumerable: true,
|
|
22
|
-
get: function () { return
|
|
22
|
+
get: function () { return chunkGF72G3EO_cjs.kindToName; }
|
|
23
23
|
});
|
|
24
24
|
Object.defineProperty(exports, "stringifyDefaultValue", {
|
|
25
25
|
enumerable: true,
|
|
26
|
-
get: function () { return
|
|
26
|
+
get: function () { return chunkGF72G3EO_cjs.stringifyDefaultValue; }
|
|
27
27
|
});
|
|
28
28
|
Object.defineProperty(exports, "stringifyStringValue", {
|
|
29
29
|
enumerable: true,
|
|
30
|
-
get: function () { return
|
|
30
|
+
get: function () { return chunkGF72G3EO_cjs.stringifyStringValue; }
|
|
31
31
|
});
|
|
32
32
|
Object.defineProperty(exports, "stringifyValue", {
|
|
33
33
|
enumerable: true,
|
|
34
|
-
get: function () { return
|
|
34
|
+
get: function () { return chunkGF72G3EO_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-4H32O6YQ.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.105",
|
|
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"],
|
|
@@ -125,8 +125,8 @@
|
|
|
125
125
|
"defu": "^6.1.4",
|
|
126
126
|
"jiti": "^2.6.1",
|
|
127
127
|
"esbuild": "^0.25.12",
|
|
128
|
-
"powerlines": "^0.40.
|
|
129
|
-
"@powerlines/plugin-esbuild": "^0.13.
|
|
128
|
+
"powerlines": "^0.40.13",
|
|
129
|
+
"@powerlines/plugin-esbuild": "^0.13.331",
|
|
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": "e90cf85c0287e7ce226ba8e05d6438a307ca5ac1"
|
|
150
150
|
}
|