@stryke/capnp 0.6.1 → 0.6.3

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.
@@ -12,6 +12,7 @@ import {
12
12
  Message,
13
13
  NOT_IMPLEMENTED,
14
14
  ObjectSize,
15
+ Orphan,
15
16
  Pointer,
16
17
  PointerAllocationResult,
17
18
  PointerType,
@@ -34,11 +35,13 @@ import {
34
35
  RPC_ZERO_REF,
35
36
  Struct,
36
37
  Text,
38
+ __export,
37
39
  __name,
38
40
  add,
39
41
  adopt,
40
42
  checkDataBounds,
41
43
  checkPointerBounds,
44
+ clientOrNull,
42
45
  copyFrom,
43
46
  copyFromInterface,
44
47
  copyFromList,
@@ -59,11 +62,17 @@ import {
59
62
  getDataSection,
60
63
  getFarSegmentId,
61
64
  getFloat32,
65
+ getFloat32Mask,
62
66
  getFloat64,
67
+ getFloat64Mask,
63
68
  getInt16,
69
+ getInt16Mask,
64
70
  getInt32,
71
+ getInt32Mask,
65
72
  getInt64,
73
+ getInt64Mask,
66
74
  getInt8,
75
+ getInt8Mask,
67
76
  getInterfaceClientOrNull,
68
77
  getInterfaceClientOrNullAt,
69
78
  getInterfacePointer,
@@ -90,8 +99,11 @@ import {
90
99
  getTargetStructSize,
91
100
  getText,
92
101
  getUint16,
102
+ getUint16Mask,
93
103
  getUint32,
104
+ getUint32Mask,
94
105
  getUint64,
106
+ getUint64Mask,
95
107
  getUint8,
96
108
  getUint8Mask,
97
109
  initData,
@@ -101,6 +113,7 @@ import {
101
113
  initStructAt,
102
114
  isDoubleFar,
103
115
  isNull,
116
+ readRawPointer,
104
117
  relocateTo,
105
118
  resize,
106
119
  setBit,
@@ -122,9 +135,9 @@ import {
122
135
  testWhich,
123
136
  trackPointerAllocation,
124
137
  validate
125
- } from "./chunk-UHN7QD4F.js";
138
+ } from "./chunk-N5AOPRAP.js";
126
139
 
127
- // ../../node_modules/.pnpm/capnp-es@0.0.11_patch_hash=53996ae63a1465953815fff49405f2224c85d26eeeff469d2b1f87e1c2af451d_typescript@5.8.3/node_modules/capnp-es/dist/shared/capnp-es.UAt3nLGq.mjs
140
+ // ../../node_modules/.pnpm/capnp-es@0.0.11_patch_hash=8f737a83e1b5be10396ff9b257b56b8b8e7a3dbd2754765e9b1e2019839e9c31_typescript@5.8.3/node_modules/capnp-es/dist/shared/capnp-es.UAt3nLGq.mjs
128
141
  var Interface = class extends Pointer {
129
142
  static {
130
143
  __name(this, "Interface");
@@ -667,7 +680,70 @@ var Server = class {
667
680
  }
668
681
  };
669
682
 
670
- // ../../node_modules/.pnpm/capnp-es@0.0.11_patch_hash=53996ae63a1465953815fff49405f2224c85d26eeeff469d2b1f87e1c2af451d_typescript@5.8.3/node_modules/capnp-es/dist/capnp/rpc.mjs
683
+ // ../../node_modules/.pnpm/capnp-es@0.0.11_patch_hash=8f737a83e1b5be10396ff9b257b56b8b8e7a3dbd2754765e9b1e2019839e9c31_typescript@5.8.3/node_modules/capnp-es/dist/index.mjs
684
+ var dist_exports = {};
685
+ __export(dist_exports, {
686
+ AnyPointerList: () => AnyPointerList,
687
+ BoolList: () => BoolList,
688
+ CompositeList: () => CompositeList,
689
+ Conn: () => Conn,
690
+ Data: () => Data,
691
+ DataList: () => DataList,
692
+ Deferred: () => Deferred,
693
+ DeferredTransport: () => DeferredTransport,
694
+ ErrorClient: () => ErrorClient,
695
+ Float32List: () => Float32List,
696
+ Float64List: () => Float64List,
697
+ Int16List: () => Int16List,
698
+ Int32List: () => Int32List,
699
+ Int64List: () => Int64List,
700
+ Int8List: () => Int8List,
701
+ Interface: () => Interface,
702
+ InterfaceList: () => InterfaceList,
703
+ List: () => List,
704
+ ListElementSize: () => ListElementSize,
705
+ Message: () => Message,
706
+ ObjectSize: () => ObjectSize,
707
+ Orphan: () => Orphan,
708
+ Pipeline: () => Pipeline,
709
+ Pointer: () => Pointer,
710
+ PointerList: () => PointerList,
711
+ PointerType: () => PointerType,
712
+ Registry: () => Registry,
713
+ Server: () => Server,
714
+ Struct: () => Struct,
715
+ Text: () => Text,
716
+ TextList: () => TextList,
717
+ Uint16List: () => Uint16List,
718
+ Uint32List: () => Uint32List,
719
+ Uint64List: () => Uint64List,
720
+ Uint8List: () => Uint8List,
721
+ Void: () => Void,
722
+ VoidList: () => VoidList,
723
+ answerPipelineClient: () => answerPipelineClient,
724
+ clientFromResolution: () => clientFromResolution,
725
+ clientOrNull: () => clientOrNull,
726
+ copyCall: () => copyCall,
727
+ getBitMask: () => getBitMask,
728
+ getFloat32Mask: () => getFloat32Mask,
729
+ getFloat64Mask: () => getFloat64Mask,
730
+ getInt16Mask: () => getInt16Mask,
731
+ getInt32Mask: () => getInt32Mask,
732
+ getInt64Mask: () => getInt64Mask,
733
+ getInt8Mask: () => getInt8Mask,
734
+ getUint16Mask: () => getUint16Mask,
735
+ getUint32Mask: () => getUint32Mask,
736
+ getUint64Mask: () => getUint64Mask,
737
+ getUint8Mask: () => getUint8Mask,
738
+ isDataCall: () => isDataCall,
739
+ isFuncCall: () => isFuncCall,
740
+ isSameClient: () => isSameClient,
741
+ placeParams: () => placeParams,
742
+ readRawPointer: () => readRawPointer,
743
+ utils: () => utils
744
+ });
745
+
746
+ // ../../node_modules/.pnpm/capnp-es@0.0.11_patch_hash=8f737a83e1b5be10396ff9b257b56b8b8e7a3dbd2754765e9b1e2019839e9c31_typescript@5.8.3/node_modules/capnp-es/dist/capnp/rpc.mjs
671
747
  var _capnpFileId = BigInt("0xb312981b2552a250");
672
748
  var Message_Which = {
673
749
  /**
@@ -3187,7 +3263,7 @@ var Exception = class extends Struct {
3187
3263
  Payload._CapTable = CompositeList(CapDescriptor);
3188
3264
  PromisedAnswer._Transform = CompositeList(PromisedAnswer_Op);
3189
3265
 
3190
- // ../../node_modules/.pnpm/capnp-es@0.0.11_patch_hash=53996ae63a1465953815fff49405f2224c85d26eeeff469d2b1f87e1c2af451d_typescript@5.8.3/node_modules/capnp-es/dist/index.mjs
3266
+ // ../../node_modules/.pnpm/capnp-es@0.0.11_patch_hash=8f737a83e1b5be10396ff9b257b56b8b8e7a3dbd2754765e9b1e2019839e9c31_typescript@5.8.3/node_modules/capnp-es/dist/index.mjs
3191
3267
  var Void = class extends Struct {
3192
3268
  static {
3193
3269
  __name(this, "Void");
@@ -4722,37 +4798,8 @@ var DeferredTransport = class {
4722
4798
  };
4723
4799
 
4724
4800
  export {
4725
- Interface,
4726
- isFuncCall,
4727
- isDataCall,
4728
- copyCall,
4729
- placeParams,
4730
4801
  Deferred,
4731
- Pipeline,
4732
- Registry,
4733
- Server,
4734
- Void,
4735
- utils,
4736
- PointerList,
4737
- AnyPointerList,
4738
- BoolList,
4739
- DataList,
4740
- Float32List,
4741
- Float64List,
4742
- Int8List,
4743
- Int16List,
4744
- Int32List,
4745
- Int64List,
4746
- InterfaceList,
4747
- TextList,
4748
- Uint8List,
4749
- Uint16List,
4750
- Uint32List,
4751
- Uint64List,
4752
- VoidList,
4753
- isSameClient,
4754
- clientFromResolution,
4755
4802
  Conn,
4756
- answerPipelineClient,
4757
- DeferredTransport
4803
+ DeferredTransport,
4804
+ dist_exports
4758
4805
  };