dl-common-util 0.1.0 → 0.1.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.
@@ -4,7 +4,7 @@
4
4
  else if (typeof exports === 'object')
5
5
  factory(module.exports);
6
6
  else
7
- root['88b0986a7186d029-atomicfu-js-ir'] = factory(typeof this['88b0986a7186d029-atomicfu-js-ir'] === 'undefined' ? {} : this['88b0986a7186d029-atomicfu-js-ir']);
7
+ root['kotlin-kotlinx-atomicfu-runtime'] = factory(typeof this['kotlin-kotlinx-atomicfu-runtime'] === 'undefined' ? {} : this['kotlin-kotlinx-atomicfu-runtime']);
8
8
  }(this, function (_) {
9
9
  'use strict';
10
10
  //region block: pre-declaration
@@ -12,4 +12,4 @@
12
12
  return _;
13
13
  }));
14
14
 
15
- //# sourceMappingURL=88b0986a7186d029-atomicfu-js-ir.js.map
15
+ //# sourceMappingURL=kotlin-kotlinx-atomicfu-runtime.js.map
@@ -4,7 +4,7 @@
4
4
  else if (typeof exports === 'object')
5
5
  factory(module.exports);
6
6
  else
7
- root['kotlin-js'] = factory(typeof this['kotlin-js'] === 'undefined' ? {} : this['kotlin-js']);
7
+ root['kotlinx-atomicfu'] = factory(typeof this['kotlinx-atomicfu'] === 'undefined' ? {} : this['kotlinx-atomicfu']);
8
8
  }(this, function (_) {
9
9
  'use strict';
10
10
  //region block: pre-declaration
@@ -12,4 +12,4 @@
12
12
  return _;
13
13
  }));
14
14
 
15
- //# sourceMappingURL=kotlin-js.js.map
15
+ //# sourceMappingURL=kotlinx-atomicfu.js.map
@@ -4,7 +4,7 @@
4
4
  else if (typeof exports === 'object')
5
5
  factory(module.exports);
6
6
  else
7
- root['kotlin-web'] = factory(typeof this['kotlin-web'] === 'undefined' ? {} : this['kotlin-web']);
7
+ root['kotlinx-coroutines-core'] = factory(typeof this['kotlinx-coroutines-core'] === 'undefined' ? {} : this['kotlinx-coroutines-core']);
8
8
  }(this, function (_) {
9
9
  'use strict';
10
10
  //region block: pre-declaration
@@ -12,4 +12,4 @@
12
12
  return _;
13
13
  }));
14
14
 
15
- //# sourceMappingURL=kotlin-web.js.map
15
+ //# sourceMappingURL=kotlinx-coroutines-core.js.map
package/package.json CHANGED
@@ -1,10 +1,11 @@
1
1
  {
2
2
  "main": "dl-common-util.js",
3
3
  "types": "dl-common-util.d.ts",
4
- "version": "0.1.0",
4
+ "version": "0.1.2",
5
5
  "name": "dl-common-util",
6
6
  "dependencies": {
7
7
  "pinyin-pro": "3.16.3",
8
+ "@js-joda/core": "3.2.0",
8
9
  "format-util": "^1.0.5"
9
10
  }
10
11
  }
package/buffer-kt.js DELETED
@@ -1,266 +0,0 @@
1
- (function (root, factory) {
2
- if (typeof define === 'function' && define.amd)
3
- define(['exports', './kotlin-kotlin-stdlib.js'], factory);
4
- else if (typeof exports === 'object')
5
- factory(module.exports, require('./kotlin-kotlin-stdlib.js'));
6
- else {
7
- if (typeof this['kotlin-kotlin-stdlib'] === 'undefined') {
8
- throw new Error("Error loading module 'buffer-kt'. Its dependency 'kotlin-kotlin-stdlib' was not found. Please, check whether 'kotlin-kotlin-stdlib' is loaded prior to 'buffer-kt'.");
9
- }
10
- root['buffer-kt'] = factory(typeof this['buffer-kt'] === 'undefined' ? {} : this['buffer-kt'], this['kotlin-kotlin-stdlib']);
11
- }
12
- }(this, function (_, kotlin_kotlin) {
13
- 'use strict';
14
- //region block: imports
15
- var imul = Math.imul;
16
- var protoOf = kotlin_kotlin.$_$.t1;
17
- var objectMeta = kotlin_kotlin.$_$.s1;
18
- var setMetadataFor = kotlin_kotlin.$_$.u1;
19
- var classMeta = kotlin_kotlin.$_$.g1;
20
- var Unit_instance = kotlin_kotlin.$_$.s;
21
- var Enum = kotlin_kotlin.$_$.d3;
22
- var interfaceMeta = kotlin_kotlin.$_$.n1;
23
- var VOID = kotlin_kotlin.$_$.b;
24
- var ByteCompanionObject_instance = kotlin_kotlin.$_$.q;
25
- var THROW_CCE = kotlin_kotlin.$_$.f3;
26
- var contentEquals = kotlin_kotlin.$_$.u;
27
- var getBooleanHashCode = kotlin_kotlin.$_$.k1;
28
- var hashCode = kotlin_kotlin.$_$.m1;
29
- //endregion
30
- //region block: pre-declaration
31
- setMetadataFor(AllocationZone, 'AllocationZone', classMeta);
32
- setMetadataFor(Heap, 'Heap', objectMeta, AllocationZone);
33
- setMetadataFor(SharedMemory, 'SharedMemory', objectMeta, AllocationZone);
34
- setMetadataFor(Custom, 'Custom', classMeta, AllocationZone);
35
- setMetadataFor(ByteOrder, 'ByteOrder', classMeta, Enum);
36
- setMetadataFor(Companion, 'Companion', objectMeta);
37
- function remaining() {
38
- return this.v9() - this.w9() | 0;
39
- }
40
- function hasRemaining() {
41
- return this.w9() < this.v9();
42
- }
43
- setMetadataFor(PositionBuffer, 'PositionBuffer', interfaceMeta);
44
- function writeBytes(bytes) {
45
- return this.ca(bytes, 0, bytes.length);
46
- }
47
- setMetadataFor(WriteBuffer, 'WriteBuffer', interfaceMeta, VOID, [PositionBuffer]);
48
- setMetadataFor(JsBuffer, 'JsBuffer', classMeta, VOID, [WriteBuffer, PositionBuffer], VOID, VOID, VOID, [0]);
49
- //endregion
50
- function Heap() {
51
- Heap_instance = this;
52
- AllocationZone.call(this);
53
- }
54
- var Heap_instance;
55
- function Heap_getInstance() {
56
- if (Heap_instance == null)
57
- new Heap();
58
- return Heap_instance;
59
- }
60
- function SharedMemory() {
61
- }
62
- function Custom() {
63
- }
64
- function AllocationZone() {
65
- }
66
- var ByteOrder_BIG_ENDIAN_instance;
67
- var ByteOrder_LITTLE_ENDIAN_instance;
68
- var ByteOrder_entriesInitialized;
69
- function ByteOrder_initEntries() {
70
- if (ByteOrder_entriesInitialized)
71
- return Unit_instance;
72
- ByteOrder_entriesInitialized = true;
73
- ByteOrder_BIG_ENDIAN_instance = new ByteOrder('BIG_ENDIAN', 0);
74
- ByteOrder_LITTLE_ENDIAN_instance = new ByteOrder('LITTLE_ENDIAN', 1);
75
- }
76
- function ByteOrder(name, ordinal) {
77
- Enum.call(this, name, ordinal);
78
- }
79
- function ByteOrder_BIG_ENDIAN_getInstance() {
80
- ByteOrder_initEntries();
81
- return ByteOrder_BIG_ENDIAN_instance;
82
- }
83
- function ByteOrder_LITTLE_ENDIAN_getInstance() {
84
- ByteOrder_initEntries();
85
- return ByteOrder_LITTLE_ENDIAN_instance;
86
- }
87
- function Companion() {
88
- }
89
- var Companion_instance;
90
- function Companion_getInstance() {
91
- return Companion_instance;
92
- }
93
- function PositionBuffer() {
94
- }
95
- function WriteBuffer() {
96
- }
97
- function wrap(_this__u8e3s4, array, byteOrder) {
98
- byteOrder = byteOrder === VOID ? ByteOrder_BIG_ENDIAN_getInstance() : byteOrder;
99
- // Inline function 'kotlin.js.unsafeCast' call
100
- // Inline function 'kotlin.js.asDynamic' call
101
- return new JsBuffer(array, byteOrder.equals(ByteOrder_LITTLE_ENDIAN_getInstance()));
102
- }
103
- function allocate(_this__u8e3s4, size, zone, byteOrder) {
104
- zone = zone === VOID ? Heap_getInstance() : zone;
105
- byteOrder = byteOrder === VOID ? ByteOrder_BIG_ENDIAN_getInstance() : byteOrder;
106
- if (zone instanceof Custom) {
107
- return zone.da_1(size);
108
- }
109
- var tmp;
110
- try {
111
- var tmp_0;
112
- if (zone instanceof SharedMemory) {
113
- tmp_0 = new SharedArrayBuffer(size);
114
- } else {
115
- tmp_0 = null;
116
- }
117
- tmp = tmp_0;
118
- } catch ($p) {
119
- var tmp_1;
120
- if ($p instanceof Error) {
121
- var t = $p;
122
- tmp_1 = null;
123
- } else {
124
- throw $p;
125
- }
126
- tmp = tmp_1;
127
- }
128
- var sharedArrayBuffer = tmp;
129
- var tmp_2;
130
- if (sharedArrayBuffer == null) {
131
- tmp_2 = zone instanceof SharedMemory;
132
- } else {
133
- tmp_2 = false;
134
- }
135
- if (tmp_2) {
136
- console.warn('Failed to allocate shared buffer in BufferFactory.kt. Please check and validate the appropriate headers are set on the http request as defined in the SharedArrayBuffer MDN docs.see: https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/SharedArrayBuffer#security_requirements');
137
- }
138
- var tmp_3;
139
- if (!(sharedArrayBuffer == null)) {
140
- // Inline function 'kotlin.js.unsafeCast' call
141
- // Inline function 'kotlin.js.asDynamic' call
142
- var arrayBuffer = sharedArrayBuffer.slice(0, size);
143
- tmp_3 = new JsBuffer(new Uint8Array(arrayBuffer), byteOrder.equals(ByteOrder_LITTLE_ENDIAN_getInstance()), VOID, VOID, VOID, sharedArrayBuffer);
144
- } else {
145
- tmp_3 = new JsBuffer(new Uint8Array(size), byteOrder.equals(ByteOrder_LITTLE_ENDIAN_getInstance()));
146
- }
147
- return tmp_3;
148
- }
149
- function JsBuffer(buffer, littleEndian, position, limit, capacity, sharedArrayBuffer) {
150
- littleEndian = littleEndian === VOID ? false : littleEndian;
151
- position = position === VOID ? 0 : position;
152
- limit = limit === VOID ? 0 : limit;
153
- capacity = capacity === VOID ? buffer.byteLength : capacity;
154
- sharedArrayBuffer = sharedArrayBuffer === VOID ? null : sharedArrayBuffer;
155
- this.ea_1 = buffer;
156
- this.fa_1 = littleEndian;
157
- this.ga_1 = position;
158
- this.ha_1 = limit;
159
- this.ia_1 = capacity;
160
- this.ja_1 = sharedArrayBuffer;
161
- this.ka_1 = this.fa_1 ? ByteOrder_LITTLE_ENDIAN_getInstance() : ByteOrder_BIG_ENDIAN_getInstance();
162
- this.ha_1 = this.ea_1.length;
163
- }
164
- protoOf(JsBuffer).la = function () {
165
- return this.ia_1;
166
- };
167
- protoOf(JsBuffer).ma = function () {
168
- var tmp = this.ea_1.buffer;
169
- var tmp1 = this.ga_1;
170
- this.ga_1 = tmp1 + 1 | 0;
171
- var dataView = new DataView(tmp, tmp1, 1);
172
- return dataView.getInt8(0);
173
- };
174
- protoOf(JsBuffer).t = function (index) {
175
- var dataView = new DataView(this.ea_1.buffer, index, 1);
176
- return dataView.getInt8(0);
177
- };
178
- protoOf(JsBuffer).na = function (size) {
179
- // Inline function 'kotlin.js.unsafeCast' call
180
- // Inline function 'kotlin.js.asDynamic' call
181
- var byteArray = new Int8Array(this.ea_1.buffer, this.ga_1, size);
182
- this.ga_1 = this.ga_1 + size | 0;
183
- return byteArray;
184
- };
185
- protoOf(JsBuffer).aa = function (index, byte) {
186
- var tmp = this.ea_1.buffer;
187
- var dataView = new DataView(tmp, index, 1);
188
- dataView.setInt8(0, byte);
189
- return this;
190
- };
191
- protoOf(JsBuffer).ca = function (bytes, offset, length) {
192
- // Inline function 'kotlin.js.unsafeCast' call
193
- // Inline function 'kotlin.js.asDynamic' call
194
- var uint8Array = bytes.subarray(offset, offset + length | 0);
195
- this.ea_1.set(uint8Array, this.ga_1);
196
- this.ga_1 = this.ga_1 + uint8Array.length | 0;
197
- return this;
198
- };
199
- protoOf(JsBuffer).v9 = function () {
200
- return this.ha_1;
201
- };
202
- protoOf(JsBuffer).w9 = function () {
203
- return this.ga_1;
204
- };
205
- protoOf(JsBuffer).x9 = function (newPosition) {
206
- this.ga_1 = newPosition;
207
- };
208
- protoOf(JsBuffer).equals = function (other) {
209
- if (this === other)
210
- return true;
211
- if (other == null ? true : !(this.constructor == other.constructor))
212
- return false;
213
- if (!(other instanceof JsBuffer))
214
- THROW_CCE();
215
- if (!(this.fa_1 === other.fa_1))
216
- return false;
217
- if (!(this.ga_1 === other.ga_1))
218
- return false;
219
- if (!(this.ha_1 === other.ha_1))
220
- return false;
221
- if (!(this.ia_1 === other.ia_1))
222
- return false;
223
- var size = this.y9();
224
- try {
225
- if (!contentEquals(this.na(size), other.na(size)))
226
- return false;
227
- }finally {
228
- this.ga_1 = this.ga_1 - size | 0;
229
- other.ga_1 = other.ga_1 - size | 0;
230
- }
231
- return true;
232
- };
233
- protoOf(JsBuffer).hashCode = function () {
234
- var result = getBooleanHashCode(this.fa_1);
235
- result = imul(31, result) + this.ga_1 | 0;
236
- result = imul(31, result) + this.ha_1 | 0;
237
- result = imul(31, result) + this.ia_1 | 0;
238
- var size = this.y9();
239
- try {
240
- result = imul(31, result) + hashCode(this.na(size)) | 0;
241
- }finally {
242
- this.ga_1 = this.ga_1 - size | 0;
243
- }
244
- return result;
245
- };
246
- protoOf(JsBuffer).toString = function () {
247
- return 'JsBuffer(buffer=' + this.ea_1 + ', littleEndian=' + this.fa_1 + ', position=' + this.ga_1 + ', limit=' + this.ha_1 + ', capacity=' + this.ia_1 + ', sharedArrayBuffer=' + this.ja_1 + ')';
248
- };
249
- //region block: post-declaration
250
- protoOf(JsBuffer).y9 = remaining;
251
- protoOf(JsBuffer).z9 = hasRemaining;
252
- protoOf(JsBuffer).ba = writeBytes;
253
- //endregion
254
- //region block: init
255
- Companion_instance = new Companion();
256
- //endregion
257
- //region block: exports
258
- _.$_$ = _.$_$ || {};
259
- _.$_$.a = allocate;
260
- _.$_$.b = wrap;
261
- _.$_$.c = Companion_instance;
262
- //endregion
263
- return _;
264
- }));
265
-
266
- //# sourceMappingURL=buffer-kt.js.map
package/buffer-kt.js.map DELETED
@@ -1 +0,0 @@
1
- {"version":3,"sources":["../../../../../../../../../../runner/work/buffer/buffer/src/commonMain/kotlin/com/ditchoom/buffer/PositionBuffer.kt","../../../../../../../../../../runner/work/buffer/buffer/src/commonMain/kotlin/com/ditchoom/buffer/WriteBuffer.kt","../../../../../../../../../../runner/work/buffer/buffer/src/commonMain/kotlin/com/ditchoom/buffer/AllocationZone.kt","../../../../../../../../../../runner/work/buffer/buffer/src/commonMain/kotlin/com/ditchoom/buffer/ByteOrder.kt","../../../../../../../../../../runner/work/buffer/buffer/src/commonMain/kotlin/com/ditchoom/buffer/PlatformBuffer.kt","../../../../../../../../../../runner/work/buffer/buffer/src/jsMain/kotlin/com/ditchoom/buffer/BufferFactory.kt","src/jsMainSources/libraries/stdlib/js/src/kotlin/dynamic.kt","../../../../../../../../../../runner/work/buffer/buffer/src/jsMain/kotlin/com/ditchoom/buffer/JsBuffer.kt"],"sourcesContent":[null,null,null,null,null,null,null,null],"names":["remaining","hasRemaining","writeBytes","bytes","<init>","wrap","<this>","array","byteOrder","allocate","size","zone","t","sharedArrayBuffer","arrayBuffer","buffer","littleEndian","position","limit","capacity","<get-capacity>","readByte","dataView","get","index","readByteArray","byteArray","set","byte","offset","length","uint8Array","newPosition","equals","other","hashCode","result","toString"],"mappings":"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"}
@@ -1,15 +0,0 @@
1
- (function (root, factory) {
2
- if (typeof define === 'function' && define.amd)
3
- define(['exports'], factory);
4
- else if (typeof exports === 'object')
5
- factory(module.exports);
6
- else
7
- root['kotlinx.coroutines-kotlinx-coroutines-core-js-ir'] = factory(typeof this['kotlinx.coroutines-kotlinx-coroutines-core-js-ir'] === 'undefined' ? {} : this['kotlinx.coroutines-kotlinx-coroutines-core-js-ir']);
8
- }(this, function (_) {
9
- 'use strict';
10
- //region block: pre-declaration
11
- //endregion
12
- return _;
13
- }));
14
-
15
- //# sourceMappingURL=kotlinx.coroutines-kotlinx-coroutines-core-js-ir.js.map
@@ -1 +0,0 @@
1
- {"version":3,"sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;;;;;;;"}