@solibo/solibo-sdk 1.0.23 → 1.0.24-SNAPSHOT
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/KmLogging-logging.js +228 -5
- package/KmLogging-logging.js.map +1 -1
- package/Stately-stately-concurrency.js +27 -5
- package/Stately-stately-concurrency.js.map +1 -1
- package/cryptography-kotlin-cryptography-core.js +58 -58
- package/cryptography-kotlin-cryptography-core.js.map +1 -1
- package/cryptography-kotlin-cryptography-provider-webcrypto.js +7 -7
- package/cryptography-kotlin-cryptography-provider-webcrypto.js.map +1 -1
- package/cryptography-kotlin-cryptography-random.js +74 -8
- package/cryptography-kotlin-cryptography-random.js.map +1 -1
- package/kotlin-kotlin-stdlib.js +14076 -1100
- package/kotlin-kotlin-stdlib.js.map +1 -1
- package/kotlinx-atomicfu.js +187 -8
- package/kotlinx-atomicfu.js.map +1 -1
- package/kotlinx-browser.js +19 -0
- package/kotlinx-browser.js.map +1 -0
- package/kotlinx-coroutines-core.js +9817 -5
- package/kotlinx-coroutines-core.js.map +1 -1
- package/kotlinx-io-kotlinx-io-bytestring.js +204 -5
- package/kotlinx-io-kotlinx-io-bytestring.js.map +1 -1
- package/kotlinx-io-kotlinx-io-core.js +2025 -5
- package/kotlinx-io-kotlinx-io-core.js.map +1 -1
- package/kotlinx-serialization-kotlinx-serialization-core.js +5906 -5
- package/kotlinx-serialization-kotlinx-serialization-core.js.map +1 -1
- package/kotlinx-serialization-kotlinx-serialization-json.js +5073 -5
- package/kotlinx-serialization-kotlinx-serialization-json.js.map +1 -1
- package/ktor-ktor-client-auth.js +1500 -5
- package/ktor-ktor-client-auth.js.map +1 -1
- package/ktor-ktor-client-content-negotiation.js +757 -5
- package/ktor-ktor-client-content-negotiation.js.map +1 -1
- package/ktor-ktor-client-core.js +13613 -36
- package/ktor-ktor-client-core.js.map +1 -1
- package/ktor-ktor-client-logging.js +3276 -5
- package/ktor-ktor-client-logging.js.map +1 -1
- package/ktor-ktor-events.js +84 -5
- package/ktor-ktor-events.js.map +1 -1
- package/ktor-ktor-http-cio.js +2261 -5
- package/ktor-ktor-http-cio.js.map +1 -1
- package/ktor-ktor-http.js +5127 -5
- package/ktor-ktor-http.js.map +1 -1
- package/ktor-ktor-io.js +3510 -5
- package/ktor-ktor-io.js.map +1 -1
- package/ktor-ktor-serialization-kotlinx-json.js +57 -5
- package/ktor-ktor-serialization-kotlinx-json.js.map +1 -1
- package/ktor-ktor-serialization-kotlinx.js +855 -5
- package/ktor-ktor-serialization-kotlinx.js.map +1 -1
- package/ktor-ktor-serialization.js +369 -5
- package/ktor-ktor-serialization.js.map +1 -1
- package/ktor-ktor-utils.js +3610 -5
- package/ktor-ktor-utils.js.map +1 -1
- package/ktor-ktor-websockets.js +2542 -5
- package/ktor-ktor-websockets.js.map +1 -1
- package/package.json +1 -1
- package/solibo-sdk-sdk-home-api.js +2040 -5
- package/solibo-sdk-sdk-home-api.js.map +1 -1
- package/solibo-sdk-sdk.d.ts +12 -0
- package/solibo-sdk-sdk.js +2543 -4
- package/solibo-sdk-sdk.js.map +1 -1
package/KmLogging-logging.js
CHANGED
|
@@ -1,13 +1,236 @@
|
|
|
1
1
|
(function (factory) {
|
|
2
2
|
if (typeof define === 'function' && define.amd)
|
|
3
|
-
define(['exports'], factory);
|
|
3
|
+
define(['exports', './kotlin-kotlin-stdlib.js', './Stately-stately-concurrency.js'], factory);
|
|
4
4
|
else if (typeof exports === 'object')
|
|
5
|
-
factory(module.exports);
|
|
6
|
-
else
|
|
7
|
-
|
|
8
|
-
|
|
5
|
+
factory(module.exports, require('./kotlin-kotlin-stdlib.js'), require('./Stately-stately-concurrency.js'));
|
|
6
|
+
else {
|
|
7
|
+
if (typeof globalThis['kotlin-kotlin-stdlib'] === 'undefined') {
|
|
8
|
+
throw new Error("Error loading module 'KmLogging-logging'. Its dependency 'kotlin-kotlin-stdlib' was not found. Please, check whether 'kotlin-kotlin-stdlib' is loaded prior to 'KmLogging-logging'.");
|
|
9
|
+
}
|
|
10
|
+
if (typeof globalThis['Stately-stately-concurrency'] === 'undefined') {
|
|
11
|
+
throw new Error("Error loading module 'KmLogging-logging'. Its dependency 'Stately-stately-concurrency' was not found. Please, check whether 'Stately-stately-concurrency' is loaded prior to 'KmLogging-logging'.");
|
|
12
|
+
}
|
|
13
|
+
globalThis['KmLogging-logging'] = factory(typeof globalThis['KmLogging-logging'] === 'undefined' ? {} : globalThis['KmLogging-logging'], globalThis['kotlin-kotlin-stdlib'], globalThis['Stately-stately-concurrency']);
|
|
14
|
+
}
|
|
15
|
+
}(function (_, kotlin_kotlin, kotlin_co_touchlab_stately_concurrency) {
|
|
9
16
|
'use strict';
|
|
17
|
+
//region block: imports
|
|
18
|
+
var protoOf = kotlin_kotlin.$_$.qb;
|
|
19
|
+
var initMetadataForClass = kotlin_kotlin.$_$.ta;
|
|
20
|
+
var objectCreate = kotlin_kotlin.$_$.pb;
|
|
21
|
+
var VOID = kotlin_kotlin.$_$.b;
|
|
22
|
+
var listOf = kotlin_kotlin.$_$.g7;
|
|
23
|
+
var Unit_instance = kotlin_kotlin.$_$.y4;
|
|
24
|
+
var isInterface = kotlin_kotlin.$_$.ib;
|
|
25
|
+
var Pair = kotlin_kotlin.$_$.uf;
|
|
26
|
+
var toString = kotlin_kotlin.$_$.tb;
|
|
27
|
+
var initMetadataForObject = kotlin_kotlin.$_$.za;
|
|
28
|
+
var AtomicReference = kotlin_co_touchlab_stately_concurrency.$_$.a;
|
|
29
|
+
var emptyList = kotlin_kotlin.$_$.k6;
|
|
30
|
+
var initMetadataForInterface = kotlin_kotlin.$_$.xa;
|
|
31
|
+
var charSequenceLength = kotlin_kotlin.$_$.ia;
|
|
32
|
+
//endregion
|
|
10
33
|
//region block: pre-declaration
|
|
34
|
+
initMetadataForClass(FixedLogLevel, 'FixedLogLevel');
|
|
35
|
+
initMetadataForClass(KmLog, 'KmLog', KmLog_init_$Create$);
|
|
36
|
+
initMetadataForObject(KmLogging, 'KmLogging');
|
|
37
|
+
initMetadataForInterface(TagProvider, 'TagProvider');
|
|
38
|
+
initMetadataForClass(PlatformLogger, 'PlatformLogger', VOID, VOID, [TagProvider]);
|
|
39
|
+
initMetadataForClass(JsPlatformLogger, 'JsPlatformLogger', JsPlatformLogger, VOID, [TagProvider]);
|
|
40
|
+
//endregion
|
|
41
|
+
function FixedLogLevel(isLogging) {
|
|
42
|
+
this.f5k_1 = isLogging;
|
|
43
|
+
}
|
|
44
|
+
protoOf(FixedLogLevel).g5k = function () {
|
|
45
|
+
return this.f5k_1;
|
|
46
|
+
};
|
|
47
|
+
protoOf(FixedLogLevel).h5k = function () {
|
|
48
|
+
return this.f5k_1;
|
|
49
|
+
};
|
|
50
|
+
protoOf(FixedLogLevel).i5k = function () {
|
|
51
|
+
return this.f5k_1;
|
|
52
|
+
};
|
|
53
|
+
protoOf(FixedLogLevel).j5k = function () {
|
|
54
|
+
return this.f5k_1;
|
|
55
|
+
};
|
|
56
|
+
protoOf(FixedLogLevel).k5k = function () {
|
|
57
|
+
return this.f5k_1;
|
|
58
|
+
};
|
|
59
|
+
protoOf(FixedLogLevel).toString = function () {
|
|
60
|
+
return 'FixedLogLevel(isLogging=' + this.f5k_1 + ')';
|
|
61
|
+
};
|
|
62
|
+
function KmLog_init_$Init$($this) {
|
|
63
|
+
KmLog.call($this, KmLogging_getInstance().q5k('KmLog').nf_1);
|
|
64
|
+
return $this;
|
|
65
|
+
}
|
|
66
|
+
function KmLog_init_$Create$() {
|
|
67
|
+
return KmLog_init_$Init$(objectCreate(protoOf(KmLog)));
|
|
68
|
+
}
|
|
69
|
+
function KmLog(tag) {
|
|
70
|
+
this.r5k_1 = tag;
|
|
71
|
+
}
|
|
72
|
+
protoOf(KmLog).s5k = function (tag, msg) {
|
|
73
|
+
return this.t5k(tag, msg);
|
|
74
|
+
};
|
|
75
|
+
protoOf(KmLog).t5k = function (tag, msg) {
|
|
76
|
+
KmLogging_getInstance().t5k(tag, msg);
|
|
77
|
+
};
|
|
78
|
+
protoOf(KmLog).toString = function () {
|
|
79
|
+
return "KmLog(tagName='" + this.r5k_1 + "')";
|
|
80
|
+
};
|
|
81
|
+
function logging(tag) {
|
|
82
|
+
tag = tag === VOID ? null : tag;
|
|
83
|
+
if (!(tag == null)) {
|
|
84
|
+
var tmp0_safe_receiver = get_logFactory().jy();
|
|
85
|
+
var tmp1_elvis_lhs = tmp0_safe_receiver == null ? null : tmp0_safe_receiver.u5k(tag, tag);
|
|
86
|
+
return tmp1_elvis_lhs == null ? new KmLog(tag) : tmp1_elvis_lhs;
|
|
87
|
+
}
|
|
88
|
+
var _destruct__k2r9zo = KmLogging_getInstance().q5k('KmLog');
|
|
89
|
+
var tagCalculated = _destruct__k2r9zo.pf();
|
|
90
|
+
var className = _destruct__k2r9zo.qf();
|
|
91
|
+
var tmp2_safe_receiver = get_logFactory().jy();
|
|
92
|
+
var tmp3_elvis_lhs = tmp2_safe_receiver == null ? null : tmp2_safe_receiver.u5k(tagCalculated, className);
|
|
93
|
+
return tmp3_elvis_lhs == null ? new KmLog(tagCalculated) : tmp3_elvis_lhs;
|
|
94
|
+
}
|
|
95
|
+
function get_logFactory() {
|
|
96
|
+
_init_properties_KmLogging_kt__y0scvf();
|
|
97
|
+
return logFactory;
|
|
98
|
+
}
|
|
99
|
+
var logFactory;
|
|
100
|
+
function get_loggers() {
|
|
101
|
+
_init_properties_KmLogging_kt__y0scvf();
|
|
102
|
+
return loggers;
|
|
103
|
+
}
|
|
104
|
+
var loggers;
|
|
105
|
+
function KmLogging() {
|
|
106
|
+
KmLogging_instance = this;
|
|
107
|
+
this.l5k_1 = true;
|
|
108
|
+
this.m5k_1 = true;
|
|
109
|
+
this.n5k_1 = true;
|
|
110
|
+
this.o5k_1 = true;
|
|
111
|
+
this.p5k_1 = true;
|
|
112
|
+
if (get_loggers().jy().r()) {
|
|
113
|
+
get_loggers().e5k(listOf(new PlatformLogger(new FixedLogLevel(true))));
|
|
114
|
+
}
|
|
115
|
+
this.v5k();
|
|
116
|
+
}
|
|
117
|
+
protoOf(KmLogging).v5k = function () {
|
|
118
|
+
this.l5k_1 = false;
|
|
119
|
+
this.m5k_1 = false;
|
|
120
|
+
this.n5k_1 = false;
|
|
121
|
+
this.o5k_1 = false;
|
|
122
|
+
this.p5k_1 = false;
|
|
123
|
+
var _iterator__ex2g4s = get_loggers().jy().t();
|
|
124
|
+
while (_iterator__ex2g4s.u()) {
|
|
125
|
+
var logger = _iterator__ex2g4s.v();
|
|
126
|
+
if (logger.g5k())
|
|
127
|
+
this.l5k_1 = true;
|
|
128
|
+
if (logger.h5k())
|
|
129
|
+
this.m5k_1 = true;
|
|
130
|
+
if (logger.i5k())
|
|
131
|
+
this.n5k_1 = true;
|
|
132
|
+
if (logger.j5k())
|
|
133
|
+
this.o5k_1 = true;
|
|
134
|
+
if (logger.k5k())
|
|
135
|
+
this.p5k_1 = true;
|
|
136
|
+
}
|
|
137
|
+
};
|
|
138
|
+
protoOf(KmLogging).t5k = function (tag, msg) {
|
|
139
|
+
var _iterator__ex2g4s = get_loggers().jy().t();
|
|
140
|
+
while (_iterator__ex2g4s.u()) {
|
|
141
|
+
var logger = _iterator__ex2g4s.v();
|
|
142
|
+
if (logger.i5k()) {
|
|
143
|
+
logger.t5k(tag, msg);
|
|
144
|
+
}
|
|
145
|
+
}
|
|
146
|
+
};
|
|
147
|
+
protoOf(KmLogging).q5k = function (fromClass) {
|
|
148
|
+
var _iterator__ex2g4s = get_loggers().jy().t();
|
|
149
|
+
while (_iterator__ex2g4s.u()) {
|
|
150
|
+
var logger = _iterator__ex2g4s.v();
|
|
151
|
+
if (isInterface(logger, TagProvider))
|
|
152
|
+
return logger.q5k(fromClass);
|
|
153
|
+
}
|
|
154
|
+
return new Pair('', '');
|
|
155
|
+
};
|
|
156
|
+
protoOf(KmLogging).toString = function () {
|
|
157
|
+
return 'KmLogging(verbose:' + this.l5k_1 + ' debug:' + this.m5k_1 + ' info:' + this.n5k_1 + ' warn:' + this.o5k_1 + ' error:' + this.p5k_1 + ') ' + toString(get_loggers().jy());
|
|
158
|
+
};
|
|
159
|
+
var KmLogging_instance;
|
|
160
|
+
function KmLogging_getInstance() {
|
|
161
|
+
if (KmLogging_instance == null)
|
|
162
|
+
new KmLogging();
|
|
163
|
+
return KmLogging_instance;
|
|
164
|
+
}
|
|
165
|
+
var properties_initialized_KmLogging_kt_leqlpp;
|
|
166
|
+
function _init_properties_KmLogging_kt__y0scvf() {
|
|
167
|
+
if (!properties_initialized_KmLogging_kt_leqlpp) {
|
|
168
|
+
properties_initialized_KmLogging_kt_leqlpp = true;
|
|
169
|
+
logFactory = new AtomicReference(null);
|
|
170
|
+
loggers = new AtomicReference(emptyList());
|
|
171
|
+
}
|
|
172
|
+
}
|
|
173
|
+
function PlatformLogger(logLevel) {
|
|
174
|
+
this.w5k_1 = logLevel;
|
|
175
|
+
this.x5k_1 = getLoggerApi();
|
|
176
|
+
}
|
|
177
|
+
protoOf(PlatformLogger).t5k = function (tag, msg) {
|
|
178
|
+
return this.x5k_1.t5k(tag, msg);
|
|
179
|
+
};
|
|
180
|
+
protoOf(PlatformLogger).q5k = function (fromClass) {
|
|
181
|
+
return this.x5k_1.q5k(fromClass);
|
|
182
|
+
};
|
|
183
|
+
protoOf(PlatformLogger).g5k = function () {
|
|
184
|
+
return this.w5k_1.g5k();
|
|
185
|
+
};
|
|
186
|
+
protoOf(PlatformLogger).h5k = function () {
|
|
187
|
+
return this.w5k_1.h5k();
|
|
188
|
+
};
|
|
189
|
+
protoOf(PlatformLogger).i5k = function () {
|
|
190
|
+
return this.w5k_1.i5k();
|
|
191
|
+
};
|
|
192
|
+
protoOf(PlatformLogger).j5k = function () {
|
|
193
|
+
return this.w5k_1.j5k();
|
|
194
|
+
};
|
|
195
|
+
protoOf(PlatformLogger).k5k = function () {
|
|
196
|
+
return this.w5k_1.k5k();
|
|
197
|
+
};
|
|
198
|
+
function TagProvider() {
|
|
199
|
+
}
|
|
200
|
+
function getLoggerApi() {
|
|
201
|
+
return new JsPlatformLogger();
|
|
202
|
+
}
|
|
203
|
+
function preface($this, level, tag) {
|
|
204
|
+
var d = new Date();
|
|
205
|
+
var timestamp = '' + (d.getMonth() + 1 | 0) + '/' + d.getDate() + ' ' + d2($this, d.getHours()) + ':' + d2($this, d.getMinutes()) + ':' + d2($this, d.getSeconds()) + '.' + d3($this, d.getMilliseconds());
|
|
206
|
+
var tmp;
|
|
207
|
+
// Inline function 'kotlin.text.isEmpty' call
|
|
208
|
+
if (charSequenceLength(tag) === 0) {
|
|
209
|
+
tmp = level + ':';
|
|
210
|
+
} else {
|
|
211
|
+
tmp = level + '/' + tag + ':';
|
|
212
|
+
}
|
|
213
|
+
var str = tmp;
|
|
214
|
+
return timestamp + ' ' + str;
|
|
215
|
+
}
|
|
216
|
+
function d2($this, i) {
|
|
217
|
+
return i < 10 ? '0' + i : i.toString();
|
|
218
|
+
}
|
|
219
|
+
function d3($this, i) {
|
|
220
|
+
return i < 100 ? '0' + (i < 10 ? '0' : '') + i : i.toString();
|
|
221
|
+
}
|
|
222
|
+
function JsPlatformLogger() {
|
|
223
|
+
}
|
|
224
|
+
protoOf(JsPlatformLogger).t5k = function (tag, msg) {
|
|
225
|
+
console.info(preface(this, 'I', tag), msg);
|
|
226
|
+
};
|
|
227
|
+
protoOf(JsPlatformLogger).q5k = function (fromClass) {
|
|
228
|
+
return new Pair('', '');
|
|
229
|
+
};
|
|
230
|
+
//region block: exports
|
|
231
|
+
_.$_$ = _.$_$ || {};
|
|
232
|
+
_.$_$.a = logging;
|
|
233
|
+
_.$_$.b = KmLogging_getInstance;
|
|
11
234
|
//endregion
|
|
12
235
|
return _;
|
|
13
236
|
}));
|
package/KmLogging-logging.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"sources":[],"sourcesContent":[],"ignoreList":[],"x_google_ignoreList":[],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"sources":["../../../../../../../../../../../reed/projects/multiplatform/logging/src/commonMain/kotlin/com/diamondedge/logging/FixedLogLevel.kt","../../../../../../../../../../../reed/projects/multiplatform/logging/src/commonMain/kotlin/com/diamondedge/logging/KmLog.kt","../../../../../../../../../../../reed/projects/multiplatform/logging/src/commonMain/kotlin/com/diamondedge/logging/KmLogging.kt","../../../../../../../../../../../reed/projects/multiplatform/logging/src/commonMain/kotlin/com/diamondedge/logging/PlatformLogger.kt","../../../../../../../../../../../reed/projects/multiplatform/logging/src/jsMain/kotlin/com/diamondedge/logging/PlatformLogger.kt","src/kotlin/text/Strings.kt"],"sourcesContent":[null,null,null,null,null,null],"ignoreList":[],"x_google_ignoreList":[],"names":["<init>","isLogging","isLoggingVerbose","isLoggingDebug","isLoggingInfo","isLoggingWarning","isLoggingError","toString","KmLog_init_$Init$","KmLog_init_$Create$","tag","infoApi","msg","info","logging","tagCalculated","className","<get-logFactory>","<get-loggers>","setupLoggingFlags","logger","createTag","fromClass","<init properties KmLogging.kt>","logLevel","getLoggerApi","preface","level","d","timestamp","str","d2","i","d3"],"mappings":"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"}
|
|
@@ -1,13 +1,35 @@
|
|
|
1
1
|
(function (factory) {
|
|
2
2
|
if (typeof define === 'function' && define.amd)
|
|
3
|
-
define(['exports'], factory);
|
|
3
|
+
define(['exports', './kotlin-kotlin-stdlib.js'], factory);
|
|
4
4
|
else if (typeof exports === 'object')
|
|
5
|
-
factory(module.exports);
|
|
6
|
-
else
|
|
7
|
-
|
|
8
|
-
|
|
5
|
+
factory(module.exports, require('./kotlin-kotlin-stdlib.js'));
|
|
6
|
+
else {
|
|
7
|
+
if (typeof globalThis['kotlin-kotlin-stdlib'] === 'undefined') {
|
|
8
|
+
throw new Error("Error loading module 'Stately-stately-concurrency'. Its dependency 'kotlin-kotlin-stdlib' was not found. Please, check whether 'kotlin-kotlin-stdlib' is loaded prior to 'Stately-stately-concurrency'.");
|
|
9
|
+
}
|
|
10
|
+
globalThis['Stately-stately-concurrency'] = factory(typeof globalThis['Stately-stately-concurrency'] === 'undefined' ? {} : globalThis['Stately-stately-concurrency'], globalThis['kotlin-kotlin-stdlib']);
|
|
11
|
+
}
|
|
12
|
+
}(function (_, kotlin_kotlin) {
|
|
9
13
|
'use strict';
|
|
14
|
+
//region block: imports
|
|
15
|
+
var protoOf = kotlin_kotlin.$_$.qb;
|
|
16
|
+
var initMetadataForClass = kotlin_kotlin.$_$.ta;
|
|
17
|
+
//endregion
|
|
10
18
|
//region block: pre-declaration
|
|
19
|
+
initMetadataForClass(AtomicReference, 'AtomicReference');
|
|
20
|
+
//endregion
|
|
21
|
+
function AtomicReference(initialValue) {
|
|
22
|
+
this.d5k_1 = initialValue;
|
|
23
|
+
}
|
|
24
|
+
protoOf(AtomicReference).jy = function () {
|
|
25
|
+
return this.d5k_1;
|
|
26
|
+
};
|
|
27
|
+
protoOf(AtomicReference).e5k = function (value_) {
|
|
28
|
+
this.d5k_1 = value_;
|
|
29
|
+
};
|
|
30
|
+
//region block: exports
|
|
31
|
+
_.$_$ = _.$_$ || {};
|
|
32
|
+
_.$_$.a = AtomicReference;
|
|
11
33
|
//endregion
|
|
12
34
|
return _;
|
|
13
35
|
}));
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"sources":[],"sourcesContent":[],"ignoreList":[],"x_google_ignoreList":[],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"sources":["../../../../../../../../../Stately/Stately/stately-concurrency/src/jsAndWasmJsMain/kotlin/co/touchlab/stately/concurrency/AtomicReference.kt"],"sourcesContent":[null],"ignoreList":[],"x_google_ignoreList":[],"names":["<init>","initialValue","get","set","value_"],"mappings":";;;;;;;;;;;;;;;;;;;;0BAqBuCA,CAAYC,YAAZD,EAAvC;A,IACmC,yB;EADnC,C;yCAgBWE,CAAAA,EAAe;A,IAAa,OAAb,IAAa,CAAb,K;EAAY,C;0CAE3BC,CAAQC,MAARD,EAAmB;A,IACtB,aAAgB,M;EACpB,C;;;;;;;"}
|
|
@@ -15,30 +15,30 @@
|
|
|
15
15
|
}(function (_, kotlin_kotlin, kotlin_dev_whyoleg_cryptography_cryptography_random) {
|
|
16
16
|
'use strict';
|
|
17
17
|
//region block: imports
|
|
18
|
-
var protoOf = kotlin_kotlin.$_$.
|
|
19
|
-
var initMetadataForCompanion = kotlin_kotlin.$_$.
|
|
20
|
-
var initMetadataForClass = kotlin_kotlin.$_$.
|
|
21
|
-
var Unit_instance = kotlin_kotlin.$_$.
|
|
22
|
-
var initMetadataForObject = kotlin_kotlin.$_$.
|
|
23
|
-
var VOID = kotlin_kotlin.$_$.
|
|
24
|
-
var equals = kotlin_kotlin.$_$.
|
|
25
|
-
var FunctionAdapter = kotlin_kotlin.$_$.
|
|
26
|
-
var isInterface = kotlin_kotlin.$_$.
|
|
27
|
-
var Comparator = kotlin_kotlin.$_$.
|
|
28
|
-
var hashCode = kotlin_kotlin.$_$.
|
|
29
|
-
var compareValues = kotlin_kotlin.$_$.
|
|
30
|
-
var sortedWith = kotlin_kotlin.$_$.
|
|
31
|
-
var collectionSizeOrDefault = kotlin_kotlin.$_$.
|
|
32
|
-
var ArrayList_init_$Create$ = kotlin_kotlin.$_$.
|
|
33
|
-
var toString = kotlin_kotlin.$_$.
|
|
34
|
-
var IllegalStateException_init_$Create$ = kotlin_kotlin.$_$.
|
|
35
|
-
var first = kotlin_kotlin.$_$.
|
|
18
|
+
var protoOf = kotlin_kotlin.$_$.qb;
|
|
19
|
+
var initMetadataForCompanion = kotlin_kotlin.$_$.ua;
|
|
20
|
+
var initMetadataForClass = kotlin_kotlin.$_$.ta;
|
|
21
|
+
var Unit_instance = kotlin_kotlin.$_$.y4;
|
|
22
|
+
var initMetadataForObject = kotlin_kotlin.$_$.za;
|
|
23
|
+
var VOID = kotlin_kotlin.$_$.b;
|
|
24
|
+
var equals = kotlin_kotlin.$_$.ma;
|
|
25
|
+
var FunctionAdapter = kotlin_kotlin.$_$.z9;
|
|
26
|
+
var isInterface = kotlin_kotlin.$_$.ib;
|
|
27
|
+
var Comparator = kotlin_kotlin.$_$.lf;
|
|
28
|
+
var hashCode = kotlin_kotlin.$_$.sa;
|
|
29
|
+
var compareValues = kotlin_kotlin.$_$.l8;
|
|
30
|
+
var sortedWith = kotlin_kotlin.$_$.w7;
|
|
31
|
+
var collectionSizeOrDefault = kotlin_kotlin.$_$.r5;
|
|
32
|
+
var ArrayList_init_$Create$ = kotlin_kotlin.$_$.h;
|
|
33
|
+
var toString = kotlin_kotlin.$_$.tb;
|
|
34
|
+
var IllegalStateException_init_$Create$ = kotlin_kotlin.$_$.q1;
|
|
35
|
+
var first = kotlin_kotlin.$_$.r6;
|
|
36
36
|
var Default_getInstance = kotlin_dev_whyoleg_cryptography_cryptography_random.$_$.a;
|
|
37
|
-
var LinkedHashMap_init_$Create$ = kotlin_kotlin.$_$.
|
|
38
|
-
var lazy = kotlin_kotlin.$_$.
|
|
39
|
-
var IllegalArgumentException_init_$Create$ = kotlin_kotlin.$_$.
|
|
40
|
-
var THROW_CCE = kotlin_kotlin.$_$.
|
|
41
|
-
var KtMap = kotlin_kotlin.$_$.
|
|
37
|
+
var LinkedHashMap_init_$Create$ = kotlin_kotlin.$_$.r;
|
|
38
|
+
var lazy = kotlin_kotlin.$_$.vg;
|
|
39
|
+
var IllegalArgumentException_init_$Create$ = kotlin_kotlin.$_$.m1;
|
|
40
|
+
var THROW_CCE = kotlin_kotlin.$_$.xf;
|
|
41
|
+
var KtMap = kotlin_kotlin.$_$.h5;
|
|
42
42
|
//endregion
|
|
43
43
|
//region block: pre-declaration
|
|
44
44
|
initMetadataForCompanion(Companion);
|
|
@@ -58,11 +58,11 @@
|
|
|
58
58
|
}
|
|
59
59
|
function CryptographySystem() {
|
|
60
60
|
CryptographySystem_instance = this;
|
|
61
|
-
this.
|
|
61
|
+
this.w6n_1 = new CryptographySystemImpl();
|
|
62
62
|
loadProviders(this);
|
|
63
63
|
}
|
|
64
|
-
protoOf(CryptographySystem).
|
|
65
|
-
return this.
|
|
64
|
+
protoOf(CryptographySystem).x6n = function (provider, priority) {
|
|
65
|
+
return this.w6n_1.x6n(provider, priority);
|
|
66
66
|
};
|
|
67
67
|
var CryptographySystem_instance;
|
|
68
68
|
function CryptographySystem_getInstance() {
|
|
@@ -72,26 +72,26 @@
|
|
|
72
72
|
}
|
|
73
73
|
function CompositeProvider(providers) {
|
|
74
74
|
CryptographyProvider.call(this);
|
|
75
|
-
this.
|
|
75
|
+
this.e6o_1 = providers;
|
|
76
76
|
}
|
|
77
77
|
function sam$kotlin_Comparator$0(function_0) {
|
|
78
|
-
this.
|
|
78
|
+
this.f6o_1 = function_0;
|
|
79
79
|
}
|
|
80
|
-
protoOf(sam$kotlin_Comparator$0).
|
|
81
|
-
return this.
|
|
80
|
+
protoOf(sam$kotlin_Comparator$0).md = function (a, b) {
|
|
81
|
+
return this.f6o_1(a, b);
|
|
82
82
|
};
|
|
83
83
|
protoOf(sam$kotlin_Comparator$0).compare = function (a, b) {
|
|
84
|
-
return this.
|
|
84
|
+
return this.md(a, b);
|
|
85
85
|
};
|
|
86
|
-
protoOf(sam$kotlin_Comparator$0).
|
|
87
|
-
return this.
|
|
86
|
+
protoOf(sam$kotlin_Comparator$0).c3 = function () {
|
|
87
|
+
return this.f6o_1;
|
|
88
88
|
};
|
|
89
89
|
protoOf(sam$kotlin_Comparator$0).equals = function (other) {
|
|
90
90
|
var tmp;
|
|
91
91
|
if (!(other == null) ? isInterface(other, Comparator) : false) {
|
|
92
92
|
var tmp_0;
|
|
93
93
|
if (!(other == null) ? isInterface(other, FunctionAdapter) : false) {
|
|
94
|
-
tmp_0 = equals(this.
|
|
94
|
+
tmp_0 = equals(this.c3(), other.c3());
|
|
95
95
|
} else {
|
|
96
96
|
tmp_0 = false;
|
|
97
97
|
}
|
|
@@ -102,18 +102,18 @@
|
|
|
102
102
|
return tmp;
|
|
103
103
|
};
|
|
104
104
|
protoOf(sam$kotlin_Comparator$0).hashCode = function () {
|
|
105
|
-
return hashCode(this.
|
|
105
|
+
return hashCode(this.c3());
|
|
106
106
|
};
|
|
107
107
|
function CryptographySystemImpl$lazyRegisteredProviders$lambda$lambda(a, b) {
|
|
108
108
|
// Inline function 'kotlin.comparisons.compareValuesBy' call
|
|
109
|
-
var tmp = a.
|
|
110
|
-
var tmp$ret$1 = b.
|
|
109
|
+
var tmp = a.m1();
|
|
110
|
+
var tmp$ret$1 = b.m1();
|
|
111
111
|
return compareValues(tmp, tmp$ret$1);
|
|
112
112
|
}
|
|
113
113
|
function CryptographySystemImpl$lazyRegisteredProviders$lambda(this$0) {
|
|
114
114
|
return function () {
|
|
115
115
|
// Inline function 'kotlin.collections.sortedBy' call
|
|
116
|
-
var this_0 = this$0.
|
|
116
|
+
var this_0 = this$0.y6n_1.l1();
|
|
117
117
|
// Inline function 'kotlin.comparisons.compareBy' call
|
|
118
118
|
var tmp = CryptographySystemImpl$lazyRegisteredProviders$lambda$lambda;
|
|
119
119
|
var tmp$ret$0 = new sam$kotlin_Comparator$0(tmp);
|
|
@@ -121,24 +121,24 @@
|
|
|
121
121
|
var this_1 = sortedWith(this_0, tmp$ret$0);
|
|
122
122
|
// Inline function 'kotlin.collections.mapTo' call
|
|
123
123
|
var destination = ArrayList_init_$Create$(collectionSizeOrDefault(this_1, 10));
|
|
124
|
-
var _iterator__ex2g4s = this_1.
|
|
125
|
-
while (_iterator__ex2g4s.
|
|
126
|
-
var item = _iterator__ex2g4s.
|
|
127
|
-
var tmp$ret$2 = item.
|
|
128
|
-
destination.
|
|
124
|
+
var _iterator__ex2g4s = this_1.t();
|
|
125
|
+
while (_iterator__ex2g4s.u()) {
|
|
126
|
+
var item = _iterator__ex2g4s.v();
|
|
127
|
+
var tmp$ret$2 = item.n1().n1();
|
|
128
|
+
destination.b1(tmp$ret$2);
|
|
129
129
|
}
|
|
130
130
|
return destination;
|
|
131
131
|
};
|
|
132
132
|
}
|
|
133
133
|
function CryptographySystemImpl$lazyDefaultProvider$lambda(this$0) {
|
|
134
134
|
return function () {
|
|
135
|
-
var tmp0_elvis_lhs = this$0.
|
|
135
|
+
var tmp0_elvis_lhs = this$0.a6o_1;
|
|
136
136
|
var tmp;
|
|
137
137
|
if (tmp0_elvis_lhs == null) {
|
|
138
138
|
// Inline function 'kotlin.let' call
|
|
139
|
-
var it = this$0.
|
|
139
|
+
var it = this$0.z6n_1.n1();
|
|
140
140
|
var tmp_0;
|
|
141
|
-
switch (it.
|
|
141
|
+
switch (it.d1()) {
|
|
142
142
|
case 0:
|
|
143
143
|
var message = 'No providers registered. Please provide a dependency or register provider explicitly';
|
|
144
144
|
throw IllegalStateException_init_$Create$(toString(message));
|
|
@@ -158,24 +158,24 @@
|
|
|
158
158
|
}
|
|
159
159
|
function CryptographySystemImpl$lazyDefaultRandom$lambda(this$0) {
|
|
160
160
|
return function () {
|
|
161
|
-
var tmp0_elvis_lhs = this$0.
|
|
161
|
+
var tmp0_elvis_lhs = this$0.c6o_1;
|
|
162
162
|
return tmp0_elvis_lhs == null ? Default_getInstance() : tmp0_elvis_lhs;
|
|
163
163
|
};
|
|
164
164
|
}
|
|
165
165
|
function CryptographySystemImpl() {
|
|
166
166
|
var tmp = this;
|
|
167
167
|
// Inline function 'kotlin.collections.mutableMapOf' call
|
|
168
|
-
tmp.
|
|
168
|
+
tmp.y6n_1 = LinkedHashMap_init_$Create$();
|
|
169
169
|
var tmp_0 = this;
|
|
170
|
-
tmp_0.
|
|
171
|
-
this.
|
|
170
|
+
tmp_0.z6n_1 = lazy(CryptographySystemImpl$lazyRegisteredProviders$lambda(this));
|
|
171
|
+
this.a6o_1 = null;
|
|
172
172
|
var tmp_1 = this;
|
|
173
|
-
tmp_1.
|
|
174
|
-
this.
|
|
173
|
+
tmp_1.b6o_1 = lazy(CryptographySystemImpl$lazyDefaultProvider$lambda(this));
|
|
174
|
+
this.c6o_1 = null;
|
|
175
175
|
var tmp_2 = this;
|
|
176
|
-
tmp_2.
|
|
176
|
+
tmp_2.d6o_1 = lazy(CryptographySystemImpl$lazyDefaultRandom$lambda(this));
|
|
177
177
|
}
|
|
178
|
-
protoOf(CryptographySystemImpl).
|
|
178
|
+
protoOf(CryptographySystemImpl).x6n = function (provider, priority) {
|
|
179
179
|
// Inline function 'kotlin.require' call
|
|
180
180
|
if (!(priority >= 0)) {
|
|
181
181
|
var message = 'Priority must be greater or equal to 0';
|
|
@@ -183,19 +183,19 @@
|
|
|
183
183
|
}
|
|
184
184
|
// Inline function 'kotlin.collections.contains' call
|
|
185
185
|
// Inline function 'kotlin.collections.containsKey' call
|
|
186
|
-
var this_0 = this.
|
|
186
|
+
var this_0 = this.y6n_1;
|
|
187
187
|
// Inline function 'kotlin.require' call
|
|
188
|
-
if (!!(isInterface(this_0, KtMap) ? this_0 : THROW_CCE()).
|
|
188
|
+
if (!!(isInterface(this_0, KtMap) ? this_0 : THROW_CCE()).t2(priority)) {
|
|
189
189
|
var message_0 = 'Provider with priority ' + priority + ' already registered. Every registered provider should have unique priority.';
|
|
190
190
|
throw IllegalArgumentException_init_$Create$(toString(message_0));
|
|
191
191
|
}
|
|
192
192
|
// Inline function 'kotlin.check' call
|
|
193
|
-
if (!!this.
|
|
193
|
+
if (!!this.z6n_1.km()) {
|
|
194
194
|
var message_1 = 'Cannot register provider after `getRegisteredProviders` was called';
|
|
195
195
|
throw IllegalStateException_init_$Create$(toString(message_1));
|
|
196
196
|
}
|
|
197
197
|
// Inline function 'kotlin.collections.set' call
|
|
198
|
-
this.
|
|
198
|
+
this.y6n_1.o2(priority, provider);
|
|
199
199
|
};
|
|
200
200
|
function loadProviders(_this__u8e3s4) {
|
|
201
201
|
}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"sources":["../../../../../../../../../cryptography-kotlin/cryptography-kotlin/cryptography-core/src/commonMain/kotlin/CryptographyProvider.kt","../../../../../../../../../cryptography-kotlin/cryptography-kotlin/cryptography-core/src/commonMain/kotlin/CryptographySystem.kt","src/kotlin/comparisons/Comparisons.kt","common/src/generated/_Collections.kt","src/kotlin/collections/Maps.kt","src/kotlin/util/Preconditions.kt","../../../../../../../../../cryptography-kotlin/cryptography-kotlin/cryptography-core/src/nonJvmMain/kotlin/CryptographySystem.nonJvm.kt"],"sourcesContent":[null,null,null,null,null,null,null],"ignoreList":[],"x_google_ignoreList":[],"names":["<init>","registerProvider","provider","priority","providers","compare","a","b","equals","hashCode","CryptographySystemImpl$lazyRegisteredProviders$lambda$lambda","CryptographySystemImpl$lazyRegisteredProviders$lambda","item","CryptographySystemImpl$lazyDefaultProvider$lambda","CryptographySystemImpl$lazyDefaultProvider$lambda$lambda","CryptographySystemImpl$lazyDefaultRandom$lambda","CryptographySystemImpl$lazyDefaultRandom$lambda$lambda","message","loadProviders","<this>"],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;oBAwDIA,CAAAA,EAAA;A,EAAA,C;;;;;+BAlDJA,CAAAA,EAAA;A,EAAA,C;6BCGAA,CAAAA,EAAA;A;IACuB,
|
|
1
|
+
{"version":3,"sources":["../../../../../../../../../cryptography-kotlin/cryptography-kotlin/cryptography-core/src/commonMain/kotlin/CryptographyProvider.kt","../../../../../../../../../cryptography-kotlin/cryptography-kotlin/cryptography-core/src/commonMain/kotlin/CryptographySystem.kt","src/kotlin/comparisons/Comparisons.kt","common/src/generated/_Collections.kt","src/kotlin/collections/Maps.kt","src/kotlin/util/Preconditions.kt","../../../../../../../../../cryptography-kotlin/cryptography-kotlin/cryptography-core/src/nonJvmMain/kotlin/CryptographySystem.nonJvm.kt"],"sourcesContent":[null,null,null,null,null,null,null],"ignoreList":[],"x_google_ignoreList":[],"names":["<init>","registerProvider","provider","priority","providers","compare","a","b","equals","hashCode","CryptographySystemImpl$lazyRegisteredProviders$lambda$lambda","CryptographySystemImpl$lazyRegisteredProviders$lambda","item","CryptographySystemImpl$lazyDefaultProvider$lambda","CryptographySystemImpl$lazyDefaultProvider$lambda$lambda","CryptographySystemImpl$lazyDefaultRandom$lambda","CryptographySystemImpl$lazyDefaultRandom$lambda$lambda","message","loadProviders","<this>"],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;oBAwDIA,CAAAA,EAAA;A,EAAA,C;;;;;+BAlDJA,CAAAA,EAAA;A,EAAA,C;6BCGAA,CAAAA,EAAA;A;IACuB,yC;IAGf,mB;EAJR,C;6CAYIC,CAA4BC,Q,EAAsCC,QAAlEF,EAAyF;A,IAAyC,OAAzC,IAAK,CAAL,KAAK,KAAiB,QAAjB,EAA2B,QAA3B,C;EAAmC,C;;;;;;;4BAmElGD,CAC3BI,SAD2BJ,EAAA;A,IAE3B,+B;IADA,sB;EAD2B,C;kCAUTA,C,UAAAA,EAAA;A,IAAA,uB;EAAA,C;iDAAAK,CAtFvBC,C,EAAMC,CAsFiBF,E;;G;uDAtFvBC,C,EAAMC,C;;;;;;qDAZTC,C,KAAAA,E;;;;;;;;;;;;;;G;uDAAAC,CAAAA,E;;G;uEAkGqCC,CAAE,C,EAAG,CAALA,EAAA;A;cAA0B,CAjEb,K;QAAG,YAiEa,CAjEhB,K;IAiE4B,OCzDnE,mBAA2B,SAA3B,C;ED0DX,C;gEAnE+CC,CAH/C,MAG+CA,E;oBAAAD,CAAAA,EAAA;A;mBACvC,MAAoB,CAApB,KAAoB,K;;UCoEb,kE;UAA2C,YAAtD,4BAAW,GAAX,C;;mBCs8BO,mBAAW,SAAX,C;;wBAsgBM,wBAAa,gCAAwB,EAAxB,CAAb,C;UA2EA,oBA3EN,MA2EM,I;aAAA,qB,EACT;A,YADCE,OAAQ,qB;YF3lD2D,YE4lD1C,IF5lD+B,KAAM,K;QE4lD/D,WAAY,IAAI,SAAJ,C;MAAmB,C;MF5lDuC,OE6lDnE,W;IF5lDP,C;G;4DAGuCC,CAR3C,MAQ2CA,E;oBAAAC,CAAAA,EAAA;A,UACnC,6B;;MAAA,2B;;iBAAmB,MAAwB,CAAxB,KAAwB,K;;QACvC,QAAM,EAAG,KAAT,C;eACI,C;0BAAc,sF;YA0DqB,MAAM,oCACjD,SAAR,OAAQ,CADiD,C;eAzDzC,C;oBAAW,MAAH,EAAG,C;;;oBACH,sBAAkB,EAAlB,C;;;cAHZ,K;;cADJ,c;;MAMC,U;IACL,C;G;0DAGqCC,CAnBzC,MAmByCA,E;oBAAAC,CAAAA,EAAA;A,UACjC,6B;MAA2C,OAA3C,+D;IACJ,C;G;iCArBJhB,CAAAA,EAAA;A,cAEsC,I;;IAAA,YGqDsB,6B;gBHpDlB,I;IAAA,mBAAK,2DAAL,C;IAIe,iB;gBACnB,I;IAAA,mBAAK,uDAAL,C;IAUe,iB;gBACjB,I;IAAA,mBAAK,qDAAL,C;EAnBpC,C;iDAoCIC,CAAqBC,Q,EAAsCC,QAA3DF,EAA0E;A;II9BtE,MJ+BQ,YAAY,CI/BpB,E,CAAQ;A,UACRgB,UJ8ByB,wC;MI7BzB,MAAM,uCAAiC,SAAR,OAAQ,CAAjC,C;IACV,C;;;iBJ6ByB,I,CAAA,K;;IIhCrB,KJgCQ,CG+MoC,aAAnB,MAAmB,WAAnB,MAAmB,mBH/MpC,QG+MoC,CC/O5C,C,CAAQ;A,UACRA,YJgCK,yBAAD,GAAyB,QAAzB,GAAiC,6E;MI/BrC,MAAM,uCAAiC,SAAR,SAAQ,CAAjC,C;IACV,C;;IA6DI,KJ5BM,CAAC,IAAwB,CAAxB,KAAwB,KI4B/B,C,CAAQ;A,UACRA,YJ5BI,oE;MI6BJ,MAAM,oCAA8B,SAAR,SAAQ,CAA9B,C;IACV,C;;IJ3BI,IG6LJ,CH7LI,KG6LJ,IH7LwB,QG6LxB,EH7LoC,QG6LpC,C;EH5LA,C;wBKtEJC,CAAoBC,aAApBD,EAAuD;A,EAAC,C;;;;;;;;;;;"}
|
|
@@ -16,13 +16,13 @@
|
|
|
16
16
|
'use strict';
|
|
17
17
|
//region block: imports
|
|
18
18
|
var CryptographyProvider = kotlin_dev_whyoleg_cryptography_cryptography_core.$_$.a;
|
|
19
|
-
var protoOf = kotlin_kotlin.$_$.
|
|
20
|
-
var initMetadataForObject = kotlin_kotlin.$_$.
|
|
21
|
-
var VOID = kotlin_kotlin.$_$.
|
|
22
|
-
var lazy = kotlin_kotlin.$_$.
|
|
19
|
+
var protoOf = kotlin_kotlin.$_$.qb;
|
|
20
|
+
var initMetadataForObject = kotlin_kotlin.$_$.za;
|
|
21
|
+
var VOID = kotlin_kotlin.$_$.b;
|
|
22
|
+
var lazy = kotlin_kotlin.$_$.vg;
|
|
23
23
|
var CryptographySystem_getInstance = kotlin_dev_whyoleg_cryptography_cryptography_core.$_$.b;
|
|
24
|
-
var Unit_instance = kotlin_kotlin.$_$.
|
|
25
|
-
var defineProp = kotlin_kotlin.$_$.
|
|
24
|
+
var Unit_instance = kotlin_kotlin.$_$.y4;
|
|
25
|
+
var defineProp = kotlin_kotlin.$_$.la;
|
|
26
26
|
//endregion
|
|
27
27
|
//region block: pre-declaration
|
|
28
28
|
initMetadataForObject(WebCryptoCryptographyProvider, 'WebCryptoCryptographyProvider', VOID, CryptographyProvider);
|
|
@@ -60,7 +60,7 @@
|
|
|
60
60
|
}
|
|
61
61
|
var initHook;
|
|
62
62
|
function initHook$init$() {
|
|
63
|
-
CryptographySystem_getInstance().
|
|
63
|
+
CryptographySystem_getInstance().x6n(get_defaultProvider(), 100);
|
|
64
64
|
return Unit_instance;
|
|
65
65
|
}
|
|
66
66
|
//region block: eager init
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"sources":["../../../../../../../../../cryptography-kotlin/cryptography-kotlin/cryptography-providers/webcrypto/src/commonMain/kotlin/WebCryptoCryptographyProvider.kt","../../../../../../../../../cryptography-kotlin/cryptography-kotlin/cryptography-providers/webcrypto/src/jsMain/kotlin/WebCryptoCryptographyProvider.js.kt"],"sourcesContent":[null,null],"ignoreList":[],"x_google_ignoreList":[],"names":["<get-defaultProvider>","<init>","defaultProvider$lambda","<init properties WebCryptoCryptographyProvider.kt>","<get-initHook>"],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;8BAUAA,CAAAA,EAAA;A;IAAA,sB;EAA2B,C;;;wCAI3BC,CAAAA,EAAA;A;IAAgD,+B;EAAhD,C;;;;;;;iCAJoCC,CAAAA,EAAA;A;IAA+B,kD;EAAC,C;;oEAVpEC,CAAAA,E;;;wBAU+B,KAAK,sBAAL,C;2BAE8C,qB;;G;uBCF7EC,CAAAA,EAAA;A,IAAA,e;EAK2B,C;;4BAAuB;A,IAAA,
|
|
1
|
+
{"version":3,"sources":["../../../../../../../../../cryptography-kotlin/cryptography-kotlin/cryptography-providers/webcrypto/src/commonMain/kotlin/WebCryptoCryptographyProvider.kt","../../../../../../../../../cryptography-kotlin/cryptography-kotlin/cryptography-providers/webcrypto/src/jsMain/kotlin/WebCryptoCryptographyProvider.js.kt"],"sourcesContent":[null,null],"ignoreList":[],"x_google_ignoreList":[],"names":["<get-defaultProvider>","<init>","defaultProvider$lambda","<init properties WebCryptoCryptographyProvider.kt>","<get-initHook>"],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;8BAUAA,CAAAA,EAAA;A;IAAA,sB;EAA2B,C;;;wCAI3BC,CAAAA,EAAA;A;IAAgD,+B;EAAhD,C;;;;;;;iCAJoCC,CAAAA,EAAA;A;IAA+B,kD;EAAC,C;;oEAVpEC,CAAAA,E;;;wBAU+B,KAAK,sBAAL,C;2BAE8C,qB;;G;uBCF7EC,CAAAA,EAAA;A,IAAA,e;EAK2B,C;;4BAAuB;A,IAAA,qCAAiB,qBAAjB,EAAkC,GAAlC,C;;EAAqC,C;;;;;;;;;;;;;;;;;;"}
|