@jakta/jakta-api 1.0.4-dev0q
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/Kermit-kermit-core.js +15 -0
- package/Kermit-kermit-core.js.map +1 -0
- package/Kermit-kermit.js +19 -0
- package/Kermit-kermit.js.map +1 -0
- package/jakta-jakta-api.js +15 -0
- package/jakta-jakta-api.js.map +1 -0
- package/kotlin-kotlin-stdlib.js +33 -0
- package/kotlin-kotlin-stdlib.js.map +1 -0
- package/kotlin_org_jetbrains_kotlin_kotlin_dom_api_compat.js +15 -0
- package/kotlin_org_jetbrains_kotlin_kotlin_dom_api_compat.js.map +1 -0
- package/kotlinx-atomicfu.js +15 -0
- package/kotlinx-atomicfu.js.map +1 -0
- package/kotlinx-coroutines-core.js +15 -0
- package/kotlinx-coroutines-core.js.map +1 -0
- package/package.json +5 -0
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
(function (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
|
+
globalThis['Kermit-kermit-core'] = factory(typeof globalThis['Kermit-kermit-core'] === 'undefined' ? {} : globalThis['Kermit-kermit-core']);
|
|
8
|
+
}(function (_) {
|
|
9
|
+
'use strict';
|
|
10
|
+
//region block: pre-declaration
|
|
11
|
+
//endregion
|
|
12
|
+
return _;
|
|
13
|
+
}));
|
|
14
|
+
|
|
15
|
+
//# sourceMappingURL=Kermit-kermit-core.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":[],"sourcesContent":[],"ignoreList":[],"x_google_ignoreList":[],"names":[],"mappings":";;;;;;;;;;;;;"}
|
package/Kermit-kermit.js
ADDED
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
(function (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
|
+
globalThis['Kermit-kermit'] = factory(typeof globalThis['Kermit-kermit'] === 'undefined' ? {} : globalThis['Kermit-kermit']);
|
|
8
|
+
}(function (_) {
|
|
9
|
+
'use strict';
|
|
10
|
+
//region block: pre-declaration
|
|
11
|
+
//endregion
|
|
12
|
+
var defaultTag;
|
|
13
|
+
//region block: init
|
|
14
|
+
defaultTag = '';
|
|
15
|
+
//endregion
|
|
16
|
+
return _;
|
|
17
|
+
}));
|
|
18
|
+
|
|
19
|
+
//# sourceMappingURL=Kermit-kermit.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":["../../../../../../../../../../../../../Users/runner/work/Kermit/Kermit/kermit/src/jsAndWasmJsMain/kotlin/co/touchlab/kermit/Defaults.kt"],"sourcesContent":[null],"ignoreList":[],"x_google_ignoreList":[],"names":[],"mappings":";;;;;;;;;;;;;eAYyC,E;;;;"}
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
(function (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
|
+
globalThis['it.unibo.jakta:jakta-api'] = factory(typeof globalThis['it.unibo.jakta:jakta-api'] === 'undefined' ? {} : globalThis['it.unibo.jakta:jakta-api']);
|
|
8
|
+
}(function (_) {
|
|
9
|
+
'use strict';
|
|
10
|
+
//region block: pre-declaration
|
|
11
|
+
//endregion
|
|
12
|
+
return _;
|
|
13
|
+
}));
|
|
14
|
+
|
|
15
|
+
//# sourceMappingURL=jakta-jakta-api.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":[],"sourcesContent":[],"ignoreList":[],"x_google_ignoreList":[],"names":[],"mappings":";;;;;;;;;;;;;"}
|
|
@@ -0,0 +1,33 @@
|
|
|
1
|
+
//region block: polyfills
|
|
2
|
+
(function () {
|
|
3
|
+
if (typeof globalThis === 'object')
|
|
4
|
+
return;
|
|
5
|
+
Object.defineProperty(Object.prototype, '__magic__', {get: function () {
|
|
6
|
+
return this;
|
|
7
|
+
}, configurable: true});
|
|
8
|
+
__magic__.globalThis = __magic__;
|
|
9
|
+
delete Object.prototype.__magic__;
|
|
10
|
+
}());
|
|
11
|
+
//endregion
|
|
12
|
+
(function (factory) {
|
|
13
|
+
if (typeof define === 'function' && define.amd)
|
|
14
|
+
define(['exports'], factory);
|
|
15
|
+
else if (typeof exports === 'object')
|
|
16
|
+
factory(module.exports);
|
|
17
|
+
else
|
|
18
|
+
globalThis['kotlin-kotlin-stdlib'] = factory(typeof globalThis['kotlin-kotlin-stdlib'] === 'undefined' ? {} : globalThis['kotlin-kotlin-stdlib']);
|
|
19
|
+
}(function (_) {
|
|
20
|
+
'use strict';
|
|
21
|
+
//region block: pre-declaration
|
|
22
|
+
//endregion
|
|
23
|
+
function defineProp(obj, name, getter, setter, enumerable) {
|
|
24
|
+
return Object.defineProperty(obj, name, {configurable: true, get: getter, set: setter, enumerable: enumerable});
|
|
25
|
+
}
|
|
26
|
+
function protoOf(constructor) {
|
|
27
|
+
return constructor.prototype;
|
|
28
|
+
}
|
|
29
|
+
var VOID;
|
|
30
|
+
return _;
|
|
31
|
+
}));
|
|
32
|
+
|
|
33
|
+
//# sourceMappingURL=kotlin-kotlin-stdlib.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":["js/runtime/globalThis.kt","js/runtime/coreRuntime.kt","coreRuntime.kt"],"sourcesContent":[null,null,null],"ignoreList":[],"x_google_ignoreList":[],"names":["defineProp","obj","name","getter","setter","enumerable","protoOf","constructor"],"mappings":";AAoBa,UAVQ,CAAA,EACL;A,EAAA,IAAI,OAAO,UAAW,KAAI,QAA1B,C;IAAoC,M;EACpC,MAAqB,CAAd,cAAc,CAAC,MAAD,CAAQ,SAAR,EAAmB,WAAnB,EAAgC,CACjD,cAAa,CAAA,EACT;A,IAAA,OAAO,I;EAAP,CAF6C,EAIjD,cAAc,IAJmC,CAAhC,C;EAMrB,SAAqB,CAAX,UAAW,GAAE,S;EACvB,OAAO,MAAP,CAAc,SAAd,CAAwB,S;AARxB,CASH,G;;;;;;;;;;;;;qBCqRJA,CAAeC,G,EAAUC,I,EAAcC,M,EAAcC,M,EAAcC,UAAnEL,EACL;A,IAAgH,OCA7G,MAAqB,CAAd,cAAc,CAAC,GAAD,EAAM,IAAN,EAAY,CAAE,cAAc,IAAhB,EAAsB,KAAK,MAA3B,EAAmC,KAAK,MAAxC,EAAgD,YAAY,UAA5D,CAAZ,C;EDAuF,C;kBA7C1GM,CAAYC,WAAZD,EACL;A,IAA2B,OCAxB,WDAwB,CCAZ,S;EDAW,C;;;;"}
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
(function (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
|
+
globalThis.kotlin_org_jetbrains_kotlin_kotlin_dom_api_compat = factory(typeof kotlin_org_jetbrains_kotlin_kotlin_dom_api_compat === 'undefined' ? {} : kotlin_org_jetbrains_kotlin_kotlin_dom_api_compat);
|
|
8
|
+
}(function (_) {
|
|
9
|
+
'use strict';
|
|
10
|
+
//region block: pre-declaration
|
|
11
|
+
//endregion
|
|
12
|
+
return _;
|
|
13
|
+
}));
|
|
14
|
+
|
|
15
|
+
//# sourceMappingURL=kotlin_org_jetbrains_kotlin_kotlin_dom_api_compat.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":[],"sourcesContent":[],"ignoreList":[],"x_google_ignoreList":[],"names":[],"mappings":";;;;;;;;;;;;;"}
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
(function (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
|
+
globalThis['kotlinx-atomicfu'] = factory(typeof globalThis['kotlinx-atomicfu'] === 'undefined' ? {} : globalThis['kotlinx-atomicfu']);
|
|
8
|
+
}(function (_) {
|
|
9
|
+
'use strict';
|
|
10
|
+
//region block: pre-declaration
|
|
11
|
+
//endregion
|
|
12
|
+
return _;
|
|
13
|
+
}));
|
|
14
|
+
|
|
15
|
+
//# sourceMappingURL=kotlinx-atomicfu.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":[],"sourcesContent":[],"ignoreList":[],"x_google_ignoreList":[],"names":[],"mappings":";;;;;;;;;;;;;"}
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
(function (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
|
+
globalThis['kotlinx-coroutines-core'] = factory(typeof globalThis['kotlinx-coroutines-core'] === 'undefined' ? {} : globalThis['kotlinx-coroutines-core']);
|
|
8
|
+
}(function (_) {
|
|
9
|
+
'use strict';
|
|
10
|
+
//region block: pre-declaration
|
|
11
|
+
//endregion
|
|
12
|
+
return _;
|
|
13
|
+
}));
|
|
14
|
+
|
|
15
|
+
//# sourceMappingURL=kotlinx-coroutines-core.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":[],"sourcesContent":[],"ignoreList":[],"x_google_ignoreList":[],"names":[],"mappings":";;;;;;;;;;;;;"}
|