@cruglobal/godtools-shared 1.0.2-SNAPSHOT.1558 → 1.1.0-PR638-SNAPSHOT.1575
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 +65 -66
- package/Kermit-kermit-core.js.map +1 -1
- package/Kermit-kermit.js +17 -18
- package/Kermit-kermit.js.map +1 -1
- package/KustomExport-lib-coroutines.js +3 -3
- package/KustomExport-lib.js +3 -3
- package/android-gto-support-gto-support-androidx-annotation.js +3 -3
- package/android-gto-support-gto-support-fluidsonic-locale.js +3 -3
- package/antlr-kotlin-antlr-kotlin-runtime.js +4229 -4369
- package/antlr-kotlin-antlr-kotlin-runtime.js.map +1 -1
- package/colormath-root-colormath.js +1365 -1097
- package/colormath-root-colormath.js.map +1 -1
- package/fluid-locale.js +239 -228
- package/fluid-locale.js.map +1 -1
- package/kotlin-js.js +44 -45
- package/kotlin-js.js.map +1 -1
- package/kotlin-kotlin-stdlib.js +9041 -6900
- package/kotlin-kotlin-stdlib.js.map +1 -1
- package/kotlin-kotlinx-atomicfu-runtime.js +3 -3
- package/kotlin-mpp-godtools-tool-parser-module-common.js +32 -7
- package/kotlin-mpp-godtools-tool-parser-module-common.js.map +1 -1
- package/kotlin-mpp-godtools-tool-parser-module-parser-expressions.js +532 -585
- package/kotlin-mpp-godtools-tool-parser-module-parser-expressions.js.map +1 -1
- package/kotlin-mpp-godtools-tool-parser-module-parser.js +3508 -4030
- package/kotlin-mpp-godtools-tool-parser-module-parser.js.map +1 -1
- package/kotlin-mpp-godtools-tool-parser-module-state.js +297 -271
- package/kotlin-mpp-godtools-tool-parser-module-state.js.map +1 -1
- package/kotlin-mpp-godtools-tool-parser-publishing-npm.d.ts +142 -93
- package/kotlin-mpp-godtools-tool-parser-publishing-npm.js +11 -7
- package/kotlin-mpp-godtools-tool-parser-publishing-npm.js.map +1 -1
- package/kotlin_org_jetbrains_kotlin_kotlin_dom_api_compat.js +3 -3
- package/kotlinx-atomicfu.js +36 -37
- package/kotlinx-atomicfu.js.map +1 -1
- package/kotlinx-coroutines-core.js +3246 -3277
- package/kotlinx-coroutines-core.js.map +1 -1
- package/package.json +1 -1
- package/seskar-core.js +3 -3
- package/seskar-react.js +3 -3
|
@@ -1,11 +1,11 @@
|
|
|
1
|
-
(function (
|
|
1
|
+
(function (factory) {
|
|
2
2
|
if (typeof define === 'function' && define.amd)
|
|
3
3
|
define(['exports'], factory);
|
|
4
4
|
else if (typeof exports === 'object')
|
|
5
5
|
factory(module.exports);
|
|
6
6
|
else
|
|
7
|
-
|
|
8
|
-
}(
|
|
7
|
+
globalThis['kotlin-kotlinx-atomicfu-runtime'] = factory(typeof globalThis['kotlin-kotlinx-atomicfu-runtime'] === 'undefined' ? {} : globalThis['kotlin-kotlinx-atomicfu-runtime']);
|
|
8
|
+
}(function (_) {
|
|
9
9
|
'use strict';
|
|
10
10
|
//region block: pre-declaration
|
|
11
11
|
//endregion
|
|
@@ -1,20 +1,45 @@
|
|
|
1
|
-
(function (
|
|
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 'kotlin-mpp-godtools-tool-parser-module-common'. Its dependency 'kotlin-kotlin-stdlib' was not found. Please, check whether 'kotlin-kotlin-stdlib' is loaded prior to 'kotlin-mpp-godtools-tool-parser-module-common'.");
|
|
9
|
+
}
|
|
10
|
+
globalThis['kotlin-mpp-godtools-tool-parser-module-common'] = factory(typeof globalThis['kotlin-mpp-godtools-tool-parser-module-common'] === 'undefined' ? {} : globalThis['kotlin-mpp-godtools-tool-parser-module-common'], globalThis['kotlin-kotlin-stdlib']);
|
|
11
|
+
}
|
|
12
|
+
}(function (_, kotlin_kotlin) {
|
|
9
13
|
'use strict';
|
|
14
|
+
//region block: imports
|
|
15
|
+
var RegexOption_IGNORE_CASE_getInstance = kotlin_kotlin.$_$.e;
|
|
16
|
+
var Regex_init_$Create$ = kotlin_kotlin.$_$.t;
|
|
17
|
+
var substringBefore = kotlin_kotlin.$_$.r8;
|
|
18
|
+
var contains = kotlin_kotlin.$_$.z7;
|
|
19
|
+
//endregion
|
|
10
20
|
//region block: pre-declaration
|
|
11
21
|
//endregion
|
|
22
|
+
function get_isHttpUrl(_this__u8e3s4) {
|
|
23
|
+
var tmp0_safe_receiver = get_scheme(_this__u8e3s4);
|
|
24
|
+
var tmp;
|
|
25
|
+
if (tmp0_safe_receiver == null) {
|
|
26
|
+
tmp = null;
|
|
27
|
+
} else {
|
|
28
|
+
// Inline function 'kotlin.text.matches' call
|
|
29
|
+
tmp = Regex_init_$Create$('https?', RegexOption_IGNORE_CASE_getInstance()).sc(tmp0_safe_receiver);
|
|
30
|
+
}
|
|
31
|
+
return tmp === true;
|
|
32
|
+
}
|
|
12
33
|
function toUriOrNull(_this__u8e3s4) {
|
|
13
34
|
return _this__u8e3s4;
|
|
14
35
|
}
|
|
36
|
+
function get_scheme(_this__u8e3s4) {
|
|
37
|
+
return contains(_this__u8e3s4, ':') ? substringBefore(_this__u8e3s4, ':') : null;
|
|
38
|
+
}
|
|
15
39
|
//region block: exports
|
|
16
40
|
_.$_$ = _.$_$ || {};
|
|
17
|
-
_.$_$.a =
|
|
41
|
+
_.$_$.a = get_isHttpUrl;
|
|
42
|
+
_.$_$.b = toUriOrNull;
|
|
18
43
|
//endregion
|
|
19
44
|
return _;
|
|
20
45
|
}));
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"sources":["../../../../../../../../module/common/src/jsMain/kotlin/org/cru/godtools/shared/common/model/Uri.js.kt"],"sourcesContent":[null],"names":["
|
|
1
|
+
{"version":3,"sources":["../../../../../../../../module/common/src/commonMain/kotlin/org/cru/godtools/shared/common/model/Uri.kt","src/kotlin/text/Strings.kt","../../../../../../../../module/common/src/jsMain/kotlin/org/cru/godtools/shared/common/model/Uri.js.kt"],"sourcesContent":[null,null,null],"names":["<get-isHttpUrl>","<this>","toUriOrNull","<get-scheme>"],"mappings":";;;;;;;;;;;;;;;;;;;;;wBAI2BA,CAAvBC,aAAuBD,EAAQ;A,QAAA,8C;;IAAQ,+B;YAAA,I;;;YCFa,oBAAM,QAAN,wCAuzBoB,IAvzBpC,kBAuzBoC,C;;IDrzBwB,OAAjE,QAA6D,I;EAAG,C;sBEEnGE,CAAWD,aAAXC,EAAwC;A,IAAI,OAAJ,a;EAAG,C;qBAFrBC,CAAXF,aAAWE,EAAQ;A,IAAiD,OAA7C,wBAAS,GAAT,IAAe,+BAAgB,GAAhB,CAAf,GAAyC,I;EAAG,C;;;;;;;;"}
|