@stryke/capnp 0.5.0 → 0.6.0

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.
@@ -0,0 +1,22 @@
1
+ import * as capnpEs from 'capnp-es';
2
+
3
+ function _mergeNamespaces(n, m) {
4
+ m.forEach(function (e) {
5
+ e && typeof e !== 'string' && !Array.isArray(e) && Object.keys(e).forEach(function (k) {
6
+ if (k !== 'default' && !(k in n)) {
7
+ var d = Object.getOwnPropertyDescriptor(e, k);
8
+ Object.defineProperty(n, k, d.get ? d : {
9
+ enumerable: true,
10
+ get: function () { return e[k]; }
11
+ });
12
+ }
13
+ });
14
+ });
15
+ return Object.freeze(n);
16
+ }
17
+
18
+ var capnp = /*#__PURE__*/_mergeNamespaces({
19
+ __proto__: null
20
+ }, [capnpEs]);
21
+
22
+ export { capnp as c };
@@ -0,0 +1,22 @@
1
+ import * as capnpEs from 'capnp-es';
2
+
3
+ function _mergeNamespaces(n, m) {
4
+ m.forEach(function (e) {
5
+ e && typeof e !== 'string' && !Array.isArray(e) && Object.keys(e).forEach(function (k) {
6
+ if (k !== 'default' && !(k in n)) {
7
+ var d = Object.getOwnPropertyDescriptor(e, k);
8
+ Object.defineProperty(n, k, d.get ? d : {
9
+ enumerable: true,
10
+ get: function () { return e[k]; }
11
+ });
12
+ }
13
+ });
14
+ });
15
+ return Object.freeze(n);
16
+ }
17
+
18
+ var capnp = /*#__PURE__*/_mergeNamespaces({
19
+ __proto__: null
20
+ }, [capnpEs]);
21
+
22
+ export { capnp as c };
package/dist/capnp.cjs ADDED
@@ -0,0 +1,123 @@
1
+ "use strict";Object.defineProperty(exports, "__esModule", {value: true});require('./chunk-UNTMJSWJ.cjs');
2
+
3
+
4
+
5
+
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;
@@ -0,0 +1 @@
1
+ export * from 'capnp-es';
@@ -0,0 +1 @@
1
+ export * from 'capnp-es';
package/dist/capnp.js ADDED
@@ -0,0 +1,123 @@
1
+ import "./chunk-NZGPVGFZ.js";
2
+ import {
3
+ AnyPointerList,
4
+ BoolList,
5
+ Conn,
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";
64
+ export {
65
+ AnyPointerList,
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
123
+ };