@stryke/capnp 0.6.1 → 0.6.2
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/bin/capnpc.cjs +8 -8
- package/bin/capnpc.js +8 -8
- package/dist/capnp.cjs +4 -119
- package/dist/capnp.d.cts +2 -1
- package/dist/capnp.d.ts +2 -1
- package/dist/capnp.js +5 -120
- package/dist/{chunk-5Y2STPPF.cjs → chunk-34UFVQ2X.cjs} +818 -818
- package/dist/{chunk-UHN7QD4F.js → chunk-7QZRCXNX.js} +3 -3
- package/dist/chunk-AHJJINE5.cjs +1 -0
- package/dist/{chunk-FNOKUFI5.js → chunk-FGRQLKDC.js} +6 -6
- package/dist/{chunk-IVTBYMMN.cjs → chunk-IJMQEVSJ.cjs} +3 -3
- package/dist/{chunk-I2TLOFS6.js → chunk-QVMMUK6E.js} +82 -35
- package/dist/chunk-TZHOQHWF.js +0 -0
- package/dist/{chunk-YOA3BS5Q.cjs → chunk-XNXRTQEO.cjs} +870 -823
- package/dist/compile.cjs +3 -3
- package/dist/compile.d.cts +1 -0
- package/dist/compile.d.ts +1 -0
- package/dist/compile.js +2 -2
- package/dist/index.cjs +6 -6
- package/dist/index.d.cts +2 -2
- package/dist/index.d.ts +2 -2
- package/dist/index.js +7 -7
- package/dist/rpc.cjs +10 -10
- package/dist/rpc.js +2 -2
- package/package.json +1 -1
- package/dist/capnp-DxRiMkXq.d.cts +0 -22
- package/dist/capnp-DxRiMkXq.d.ts +0 -22
- package/dist/chunk-NZGPVGFZ.js +0 -130
- package/dist/chunk-UNTMJSWJ.cjs +0 -130
package/bin/capnpc.cjs
CHANGED
|
@@ -984,10 +984,10 @@ var writeFile = /* @__PURE__ */ __name(async (filePath, content = "", options =
|
|
|
984
984
|
return (0, import_promises4.writeFile)(filePath, content || "", options);
|
|
985
985
|
}, "writeFile");
|
|
986
986
|
|
|
987
|
-
// ../../node_modules/.pnpm/capnp-es@0.0.11_patch_hash=
|
|
987
|
+
// ../../node_modules/.pnpm/capnp-es@0.0.11_patch_hash=80802686e11e663486f933dfdd5c01c5f57e003c1be30d468e18dd25b995f95b_typescript@5.8.3/node_modules/capnp-es/dist/shared/capnp-es.CbTQkT9D.mjs
|
|
988
988
|
var import_typescript = __toESM(require("typescript"), 1);
|
|
989
989
|
|
|
990
|
-
// ../../node_modules/.pnpm/capnp-es@0.0.11_patch_hash=
|
|
990
|
+
// ../../node_modules/.pnpm/capnp-es@0.0.11_patch_hash=80802686e11e663486f933dfdd5c01c5f57e003c1be30d468e18dd25b995f95b_typescript@5.8.3/node_modules/capnp-es/dist/shared/capnp-es.0-_cOx6D.mjs
|
|
991
991
|
var ListElementSize = /* @__PURE__ */ ((ListElementSize2) => {
|
|
992
992
|
ListElementSize2[ListElementSize2["VOID"] = 0] = "VOID";
|
|
993
993
|
ListElementSize2[ListElementSize2["BIT"] = 1] = "BIT";
|
|
@@ -2980,7 +2980,7 @@ function checkDataBounds(byteOffset, byteLength, s) {
|
|
|
2980
2980
|
}
|
|
2981
2981
|
__name(checkDataBounds, "checkDataBounds");
|
|
2982
2982
|
|
|
2983
|
-
// ../../node_modules/.pnpm/capnp-es@0.0.11_patch_hash=
|
|
2983
|
+
// ../../node_modules/.pnpm/capnp-es@0.0.11_patch_hash=80802686e11e663486f933dfdd5c01c5f57e003c1be30d468e18dd25b995f95b_typescript@5.8.3/node_modules/capnp-es/dist/shared/capnp-es.BvfUH5E6.mjs
|
|
2984
2984
|
function CompositeList(CompositeClass) {
|
|
2985
2985
|
return class extends List {
|
|
2986
2986
|
static _capnp = {
|
|
@@ -3051,7 +3051,7 @@ var getUint8Mask = _makePrimitiveMaskFn(
|
|
|
3051
3051
|
DataView.prototype.setUint8
|
|
3052
3052
|
);
|
|
3053
3053
|
|
|
3054
|
-
// ../../node_modules/.pnpm/capnp-es@0.0.11_patch_hash=
|
|
3054
|
+
// ../../node_modules/.pnpm/capnp-es@0.0.11_patch_hash=80802686e11e663486f933dfdd5c01c5f57e003c1be30d468e18dd25b995f95b_typescript@5.8.3/node_modules/capnp-es/dist/capnp/schema.mjs
|
|
3055
3055
|
var _capnpFileId = BigInt("0xa93fc509624c72d9");
|
|
3056
3056
|
var Node_Parameter = class extends Struct {
|
|
3057
3057
|
static {
|
|
@@ -5711,7 +5711,7 @@ CodeGeneratorRequest._Nodes = CompositeList(Node);
|
|
|
5711
5711
|
CodeGeneratorRequest._SourceInfo = CompositeList(Node_SourceInfo);
|
|
5712
5712
|
CodeGeneratorRequest._RequestedFiles = CompositeList(CodeGeneratorRequest_RequestedFile);
|
|
5713
5713
|
|
|
5714
|
-
// ../../node_modules/.pnpm/capnp-es@0.0.11_patch_hash=
|
|
5714
|
+
// ../../node_modules/.pnpm/capnp-es@0.0.11_patch_hash=80802686e11e663486f933dfdd5c01c5f57e003c1be30d468e18dd25b995f95b_typescript@5.8.3/node_modules/capnp-es/dist/shared/capnp-es.GpvEvMIK.mjs
|
|
5715
5715
|
var ArenaKind = /* @__PURE__ */ ((ArenaKind2) => {
|
|
5716
5716
|
ArenaKind2[ArenaKind2["SINGLE_SEGMENT"] = 0] = "SINGLE_SEGMENT";
|
|
5717
5717
|
ArenaKind2[ArenaKind2["MULTI_SEGMENT"] = 1] = "MULTI_SEGMENT";
|
|
@@ -6708,7 +6708,7 @@ function copy(m) {
|
|
|
6708
6708
|
}
|
|
6709
6709
|
__name(copy, "copy");
|
|
6710
6710
|
|
|
6711
|
-
// ../../node_modules/.pnpm/capnp-es@0.0.11_patch_hash=
|
|
6711
|
+
// ../../node_modules/.pnpm/capnp-es@0.0.11_patch_hash=80802686e11e663486f933dfdd5c01c5f57e003c1be30d468e18dd25b995f95b_typescript@5.8.3/node_modules/capnp-es/dist/shared/capnp-es.CbTQkT9D.mjs
|
|
6712
6712
|
var GEN_EXPLICIT_DEFAULT_NON_PRIMITIVE = "CAPNP-ES000 Don't know how to generate a %s field with an explicit default value.";
|
|
6713
6713
|
var GEN_FIELD_NON_INLINE_STRUCT_LIST = "CAPNP-ES001 Don't know how to generate non-inline struct lists.";
|
|
6714
6714
|
var GEN_NODE_LOOKUP_FAIL = "CAPNP-ES002 Failed to look up node id %s.";
|
|
@@ -7951,6 +7951,7 @@ function tsCompile(files, dts, js, tsconfig) {
|
|
|
7951
7951
|
const compileOptions = {
|
|
7952
7952
|
moduleResolution: import_typescript.default.ModuleResolutionKind.Bundler,
|
|
7953
7953
|
target: import_typescript.default.ScriptTarget.ESNext,
|
|
7954
|
+
...tsconfig,
|
|
7954
7955
|
noEmitOnError: false,
|
|
7955
7956
|
noFallthroughCasesInSwitch: true,
|
|
7956
7957
|
preserveConstEnums: true,
|
|
@@ -7961,7 +7962,6 @@ function tsCompile(files, dts, js, tsconfig) {
|
|
|
7961
7962
|
skipLibCheck: true,
|
|
7962
7963
|
sourceMap: false,
|
|
7963
7964
|
strict: true,
|
|
7964
|
-
...tsconfig,
|
|
7965
7965
|
emitDeclarationOnly: dts && !js,
|
|
7966
7966
|
declaration: dts
|
|
7967
7967
|
};
|
|
@@ -8006,7 +8006,7 @@ function tsCompile(files, dts, js, tsconfig) {
|
|
|
8006
8006
|
}
|
|
8007
8007
|
__name(tsCompile, "tsCompile");
|
|
8008
8008
|
|
|
8009
|
-
// ../../node_modules/.pnpm/capnp-es@0.0.11_patch_hash=
|
|
8009
|
+
// ../../node_modules/.pnpm/capnp-es@0.0.11_patch_hash=80802686e11e663486f933dfdd5c01c5f57e003c1be30d468e18dd25b995f95b_typescript@5.8.3/node_modules/capnp-es/dist/compiler/index.mjs
|
|
8010
8010
|
var import_typescript2 = require("typescript");
|
|
8011
8011
|
|
|
8012
8012
|
// src/compile.ts
|
package/bin/capnpc.js
CHANGED
|
@@ -952,10 +952,10 @@ var writeFile = /* @__PURE__ */ __name(async (filePath, content = "", options =
|
|
|
952
952
|
return writeFileFs(filePath, content || "", options);
|
|
953
953
|
}, "writeFile");
|
|
954
954
|
|
|
955
|
-
// ../../node_modules/.pnpm/capnp-es@0.0.11_patch_hash=
|
|
955
|
+
// ../../node_modules/.pnpm/capnp-es@0.0.11_patch_hash=80802686e11e663486f933dfdd5c01c5f57e003c1be30d468e18dd25b995f95b_typescript@5.8.3/node_modules/capnp-es/dist/shared/capnp-es.CbTQkT9D.mjs
|
|
956
956
|
import ts from "typescript";
|
|
957
957
|
|
|
958
|
-
// ../../node_modules/.pnpm/capnp-es@0.0.11_patch_hash=
|
|
958
|
+
// ../../node_modules/.pnpm/capnp-es@0.0.11_patch_hash=80802686e11e663486f933dfdd5c01c5f57e003c1be30d468e18dd25b995f95b_typescript@5.8.3/node_modules/capnp-es/dist/shared/capnp-es.0-_cOx6D.mjs
|
|
959
959
|
var ListElementSize = /* @__PURE__ */ ((ListElementSize2) => {
|
|
960
960
|
ListElementSize2[ListElementSize2["VOID"] = 0] = "VOID";
|
|
961
961
|
ListElementSize2[ListElementSize2["BIT"] = 1] = "BIT";
|
|
@@ -2948,7 +2948,7 @@ function checkDataBounds(byteOffset, byteLength, s) {
|
|
|
2948
2948
|
}
|
|
2949
2949
|
__name(checkDataBounds, "checkDataBounds");
|
|
2950
2950
|
|
|
2951
|
-
// ../../node_modules/.pnpm/capnp-es@0.0.11_patch_hash=
|
|
2951
|
+
// ../../node_modules/.pnpm/capnp-es@0.0.11_patch_hash=80802686e11e663486f933dfdd5c01c5f57e003c1be30d468e18dd25b995f95b_typescript@5.8.3/node_modules/capnp-es/dist/shared/capnp-es.BvfUH5E6.mjs
|
|
2952
2952
|
function CompositeList(CompositeClass) {
|
|
2953
2953
|
return class extends List {
|
|
2954
2954
|
static _capnp = {
|
|
@@ -3019,7 +3019,7 @@ var getUint8Mask = _makePrimitiveMaskFn(
|
|
|
3019
3019
|
DataView.prototype.setUint8
|
|
3020
3020
|
);
|
|
3021
3021
|
|
|
3022
|
-
// ../../node_modules/.pnpm/capnp-es@0.0.11_patch_hash=
|
|
3022
|
+
// ../../node_modules/.pnpm/capnp-es@0.0.11_patch_hash=80802686e11e663486f933dfdd5c01c5f57e003c1be30d468e18dd25b995f95b_typescript@5.8.3/node_modules/capnp-es/dist/capnp/schema.mjs
|
|
3023
3023
|
var _capnpFileId = BigInt("0xa93fc509624c72d9");
|
|
3024
3024
|
var Node_Parameter = class extends Struct {
|
|
3025
3025
|
static {
|
|
@@ -5679,7 +5679,7 @@ CodeGeneratorRequest._Nodes = CompositeList(Node);
|
|
|
5679
5679
|
CodeGeneratorRequest._SourceInfo = CompositeList(Node_SourceInfo);
|
|
5680
5680
|
CodeGeneratorRequest._RequestedFiles = CompositeList(CodeGeneratorRequest_RequestedFile);
|
|
5681
5681
|
|
|
5682
|
-
// ../../node_modules/.pnpm/capnp-es@0.0.11_patch_hash=
|
|
5682
|
+
// ../../node_modules/.pnpm/capnp-es@0.0.11_patch_hash=80802686e11e663486f933dfdd5c01c5f57e003c1be30d468e18dd25b995f95b_typescript@5.8.3/node_modules/capnp-es/dist/shared/capnp-es.GpvEvMIK.mjs
|
|
5683
5683
|
var ArenaKind = /* @__PURE__ */ ((ArenaKind2) => {
|
|
5684
5684
|
ArenaKind2[ArenaKind2["SINGLE_SEGMENT"] = 0] = "SINGLE_SEGMENT";
|
|
5685
5685
|
ArenaKind2[ArenaKind2["MULTI_SEGMENT"] = 1] = "MULTI_SEGMENT";
|
|
@@ -6676,7 +6676,7 @@ function copy(m) {
|
|
|
6676
6676
|
}
|
|
6677
6677
|
__name(copy, "copy");
|
|
6678
6678
|
|
|
6679
|
-
// ../../node_modules/.pnpm/capnp-es@0.0.11_patch_hash=
|
|
6679
|
+
// ../../node_modules/.pnpm/capnp-es@0.0.11_patch_hash=80802686e11e663486f933dfdd5c01c5f57e003c1be30d468e18dd25b995f95b_typescript@5.8.3/node_modules/capnp-es/dist/shared/capnp-es.CbTQkT9D.mjs
|
|
6680
6680
|
var GEN_EXPLICIT_DEFAULT_NON_PRIMITIVE = "CAPNP-ES000 Don't know how to generate a %s field with an explicit default value.";
|
|
6681
6681
|
var GEN_FIELD_NON_INLINE_STRUCT_LIST = "CAPNP-ES001 Don't know how to generate non-inline struct lists.";
|
|
6682
6682
|
var GEN_NODE_LOOKUP_FAIL = "CAPNP-ES002 Failed to look up node id %s.";
|
|
@@ -7919,6 +7919,7 @@ function tsCompile(files, dts, js, tsconfig) {
|
|
|
7919
7919
|
const compileOptions = {
|
|
7920
7920
|
moduleResolution: ts.ModuleResolutionKind.Bundler,
|
|
7921
7921
|
target: ts.ScriptTarget.ESNext,
|
|
7922
|
+
...tsconfig,
|
|
7922
7923
|
noEmitOnError: false,
|
|
7923
7924
|
noFallthroughCasesInSwitch: true,
|
|
7924
7925
|
preserveConstEnums: true,
|
|
@@ -7929,7 +7930,6 @@ function tsCompile(files, dts, js, tsconfig) {
|
|
|
7929
7930
|
skipLibCheck: true,
|
|
7930
7931
|
sourceMap: false,
|
|
7931
7932
|
strict: true,
|
|
7932
|
-
...tsconfig,
|
|
7933
7933
|
emitDeclarationOnly: dts && !js,
|
|
7934
7934
|
declaration: dts
|
|
7935
7935
|
};
|
|
@@ -7974,7 +7974,7 @@ function tsCompile(files, dts, js, tsconfig) {
|
|
|
7974
7974
|
}
|
|
7975
7975
|
__name(tsCompile, "tsCompile");
|
|
7976
7976
|
|
|
7977
|
-
// ../../node_modules/.pnpm/capnp-es@0.0.11_patch_hash=
|
|
7977
|
+
// ../../node_modules/.pnpm/capnp-es@0.0.11_patch_hash=80802686e11e663486f933dfdd5c01c5f57e003c1be30d468e18dd25b995f95b_typescript@5.8.3/node_modules/capnp-es/dist/compiler/index.mjs
|
|
7978
7978
|
import "typescript";
|
|
7979
7979
|
|
|
7980
7980
|
// src/compile.ts
|
package/dist/capnp.cjs
CHANGED
|
@@ -1,123 +1,8 @@
|
|
|
1
|
-
"use strict";Object.defineProperty(exports, "__esModule", {value: true});require('./chunk-
|
|
1
|
+
"use strict";Object.defineProperty(exports, "__esModule", {value: true});require('./chunk-AHJJINE5.cjs');
|
|
2
2
|
|
|
3
3
|
|
|
4
|
+
var _chunkXNXRTQEOcjs = require('./chunk-XNXRTQEO.cjs');
|
|
5
|
+
require('./chunk-IJMQEVSJ.cjs');
|
|
4
6
|
|
|
5
7
|
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
var _chunkYOA3BS5Qcjs = require('./chunk-YOA3BS5Q.cjs');
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
var _chunkIVTBYMMNcjs = require('./chunk-IVTBYMMN.cjs');
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
|
|
80
|
-
|
|
81
|
-
|
|
82
|
-
|
|
83
|
-
|
|
84
|
-
|
|
85
|
-
|
|
86
|
-
|
|
87
|
-
|
|
88
|
-
|
|
89
|
-
|
|
90
|
-
|
|
91
|
-
|
|
92
|
-
|
|
93
|
-
|
|
94
|
-
|
|
95
|
-
|
|
96
|
-
|
|
97
|
-
|
|
98
|
-
|
|
99
|
-
|
|
100
|
-
|
|
101
|
-
|
|
102
|
-
|
|
103
|
-
|
|
104
|
-
|
|
105
|
-
|
|
106
|
-
|
|
107
|
-
|
|
108
|
-
|
|
109
|
-
|
|
110
|
-
|
|
111
|
-
|
|
112
|
-
|
|
113
|
-
|
|
114
|
-
|
|
115
|
-
|
|
116
|
-
|
|
117
|
-
|
|
118
|
-
|
|
119
|
-
|
|
120
|
-
|
|
121
|
-
|
|
122
|
-
|
|
123
|
-
exports.AnyPointerList = _chunkYOA3BS5Qcjs.AnyPointerList; exports.BoolList = _chunkYOA3BS5Qcjs.BoolList; exports.CompositeList = _chunkIVTBYMMNcjs.CompositeList; exports.Conn = _chunkYOA3BS5Qcjs.Conn; exports.Data = _chunkIVTBYMMNcjs.Data; exports.DataList = _chunkYOA3BS5Qcjs.DataList; exports.Deferred = _chunkYOA3BS5Qcjs.Deferred; exports.DeferredTransport = _chunkYOA3BS5Qcjs.DeferredTransport; exports.ErrorClient = _chunkIVTBYMMNcjs.ErrorClient; exports.Float32List = _chunkYOA3BS5Qcjs.Float32List; exports.Float64List = _chunkYOA3BS5Qcjs.Float64List; exports.Int16List = _chunkYOA3BS5Qcjs.Int16List; exports.Int32List = _chunkYOA3BS5Qcjs.Int32List; exports.Int64List = _chunkYOA3BS5Qcjs.Int64List; exports.Int8List = _chunkYOA3BS5Qcjs.Int8List; exports.Interface = _chunkYOA3BS5Qcjs.Interface; exports.InterfaceList = _chunkYOA3BS5Qcjs.InterfaceList; exports.List = _chunkIVTBYMMNcjs.List; exports.ListElementSize = _chunkIVTBYMMNcjs.ListElementSize; exports.Message = _chunkIVTBYMMNcjs.Message; exports.ObjectSize = _chunkIVTBYMMNcjs.ObjectSize; exports.Orphan = _chunkIVTBYMMNcjs.Orphan; exports.Pipeline = _chunkYOA3BS5Qcjs.Pipeline; exports.Pointer = _chunkIVTBYMMNcjs.Pointer; exports.PointerList = _chunkYOA3BS5Qcjs.PointerList; exports.PointerType = _chunkIVTBYMMNcjs.PointerType; exports.Registry = _chunkYOA3BS5Qcjs.Registry; exports.Server = _chunkYOA3BS5Qcjs.Server; exports.Struct = _chunkIVTBYMMNcjs.Struct; exports.Text = _chunkIVTBYMMNcjs.Text; exports.TextList = _chunkYOA3BS5Qcjs.TextList; exports.Uint16List = _chunkYOA3BS5Qcjs.Uint16List; exports.Uint32List = _chunkYOA3BS5Qcjs.Uint32List; exports.Uint64List = _chunkYOA3BS5Qcjs.Uint64List; exports.Uint8List = _chunkYOA3BS5Qcjs.Uint8List; exports.Void = _chunkYOA3BS5Qcjs.Void; exports.VoidList = _chunkYOA3BS5Qcjs.VoidList; exports.answerPipelineClient = _chunkYOA3BS5Qcjs.answerPipelineClient; exports.clientFromResolution = _chunkYOA3BS5Qcjs.clientFromResolution; exports.clientOrNull = _chunkIVTBYMMNcjs.clientOrNull; exports.copyCall = _chunkYOA3BS5Qcjs.copyCall; exports.getBitMask = _chunkIVTBYMMNcjs.getBitMask; exports.getFloat32Mask = _chunkIVTBYMMNcjs.getFloat32Mask; exports.getFloat64Mask = _chunkIVTBYMMNcjs.getFloat64Mask; exports.getInt16Mask = _chunkIVTBYMMNcjs.getInt16Mask; exports.getInt32Mask = _chunkIVTBYMMNcjs.getInt32Mask; exports.getInt64Mask = _chunkIVTBYMMNcjs.getInt64Mask; exports.getInt8Mask = _chunkIVTBYMMNcjs.getInt8Mask; exports.getUint16Mask = _chunkIVTBYMMNcjs.getUint16Mask; exports.getUint32Mask = _chunkIVTBYMMNcjs.getUint32Mask; exports.getUint64Mask = _chunkIVTBYMMNcjs.getUint64Mask; exports.getUint8Mask = _chunkIVTBYMMNcjs.getUint8Mask; exports.isDataCall = _chunkYOA3BS5Qcjs.isDataCall; exports.isFuncCall = _chunkYOA3BS5Qcjs.isFuncCall; exports.isSameClient = _chunkYOA3BS5Qcjs.isSameClient; exports.placeParams = _chunkYOA3BS5Qcjs.placeParams; exports.readRawPointer = _chunkIVTBYMMNcjs.readRawPointer; exports.utils = _chunkYOA3BS5Qcjs.utils;
|
|
8
|
+
exports.capnp = _chunkXNXRTQEOcjs.dist_exports;
|
package/dist/capnp.d.cts
CHANGED
|
@@ -1 +1,2 @@
|
|
|
1
|
-
|
|
1
|
+
import * as capnpEs from 'capnp-es';
|
|
2
|
+
export { capnpEs as capnp };
|
package/dist/capnp.d.ts
CHANGED
|
@@ -1 +1,2 @@
|
|
|
1
|
-
|
|
1
|
+
import * as capnpEs from 'capnp-es';
|
|
2
|
+
export { capnpEs as capnp };
|
package/dist/capnp.js
CHANGED
|
@@ -1,123 +1,8 @@
|
|
|
1
|
-
import "./chunk-
|
|
1
|
+
import "./chunk-TZHOQHWF.js";
|
|
2
2
|
import {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
DataList,
|
|
7
|
-
Deferred,
|
|
8
|
-
DeferredTransport,
|
|
9
|
-
Float32List,
|
|
10
|
-
Float64List,
|
|
11
|
-
Int16List,
|
|
12
|
-
Int32List,
|
|
13
|
-
Int64List,
|
|
14
|
-
Int8List,
|
|
15
|
-
Interface,
|
|
16
|
-
InterfaceList,
|
|
17
|
-
Pipeline,
|
|
18
|
-
PointerList,
|
|
19
|
-
Registry,
|
|
20
|
-
Server,
|
|
21
|
-
TextList,
|
|
22
|
-
Uint16List,
|
|
23
|
-
Uint32List,
|
|
24
|
-
Uint64List,
|
|
25
|
-
Uint8List,
|
|
26
|
-
Void,
|
|
27
|
-
VoidList,
|
|
28
|
-
answerPipelineClient,
|
|
29
|
-
clientFromResolution,
|
|
30
|
-
copyCall,
|
|
31
|
-
isDataCall,
|
|
32
|
-
isFuncCall,
|
|
33
|
-
isSameClient,
|
|
34
|
-
placeParams,
|
|
35
|
-
utils
|
|
36
|
-
} from "./chunk-I2TLOFS6.js";
|
|
37
|
-
import {
|
|
38
|
-
CompositeList,
|
|
39
|
-
Data,
|
|
40
|
-
ErrorClient,
|
|
41
|
-
List,
|
|
42
|
-
ListElementSize,
|
|
43
|
-
Message,
|
|
44
|
-
ObjectSize,
|
|
45
|
-
Orphan,
|
|
46
|
-
Pointer,
|
|
47
|
-
PointerType,
|
|
48
|
-
Struct,
|
|
49
|
-
Text,
|
|
50
|
-
clientOrNull,
|
|
51
|
-
getBitMask,
|
|
52
|
-
getFloat32Mask,
|
|
53
|
-
getFloat64Mask,
|
|
54
|
-
getInt16Mask,
|
|
55
|
-
getInt32Mask,
|
|
56
|
-
getInt64Mask,
|
|
57
|
-
getInt8Mask,
|
|
58
|
-
getUint16Mask,
|
|
59
|
-
getUint32Mask,
|
|
60
|
-
getUint64Mask,
|
|
61
|
-
getUint8Mask,
|
|
62
|
-
readRawPointer
|
|
63
|
-
} from "./chunk-UHN7QD4F.js";
|
|
3
|
+
dist_exports
|
|
4
|
+
} from "./chunk-QVMMUK6E.js";
|
|
5
|
+
import "./chunk-7QZRCXNX.js";
|
|
64
6
|
export {
|
|
65
|
-
|
|
66
|
-
BoolList,
|
|
67
|
-
CompositeList,
|
|
68
|
-
Conn,
|
|
69
|
-
Data,
|
|
70
|
-
DataList,
|
|
71
|
-
Deferred,
|
|
72
|
-
DeferredTransport,
|
|
73
|
-
ErrorClient,
|
|
74
|
-
Float32List,
|
|
75
|
-
Float64List,
|
|
76
|
-
Int16List,
|
|
77
|
-
Int32List,
|
|
78
|
-
Int64List,
|
|
79
|
-
Int8List,
|
|
80
|
-
Interface,
|
|
81
|
-
InterfaceList,
|
|
82
|
-
List,
|
|
83
|
-
ListElementSize,
|
|
84
|
-
Message,
|
|
85
|
-
ObjectSize,
|
|
86
|
-
Orphan,
|
|
87
|
-
Pipeline,
|
|
88
|
-
Pointer,
|
|
89
|
-
PointerList,
|
|
90
|
-
PointerType,
|
|
91
|
-
Registry,
|
|
92
|
-
Server,
|
|
93
|
-
Struct,
|
|
94
|
-
Text,
|
|
95
|
-
TextList,
|
|
96
|
-
Uint16List,
|
|
97
|
-
Uint32List,
|
|
98
|
-
Uint64List,
|
|
99
|
-
Uint8List,
|
|
100
|
-
Void,
|
|
101
|
-
VoidList,
|
|
102
|
-
answerPipelineClient,
|
|
103
|
-
clientFromResolution,
|
|
104
|
-
clientOrNull,
|
|
105
|
-
copyCall,
|
|
106
|
-
getBitMask,
|
|
107
|
-
getFloat32Mask,
|
|
108
|
-
getFloat64Mask,
|
|
109
|
-
getInt16Mask,
|
|
110
|
-
getInt32Mask,
|
|
111
|
-
getInt64Mask,
|
|
112
|
-
getInt8Mask,
|
|
113
|
-
getUint16Mask,
|
|
114
|
-
getUint32Mask,
|
|
115
|
-
getUint64Mask,
|
|
116
|
-
getUint8Mask,
|
|
117
|
-
isDataCall,
|
|
118
|
-
isFuncCall,
|
|
119
|
-
isSameClient,
|
|
120
|
-
placeParams,
|
|
121
|
-
readRawPointer,
|
|
122
|
-
utils
|
|
7
|
+
dist_exports as capnp
|
|
123
8
|
};
|