@cruglobal/godtools-shared 1.1.0-SNAPSHOT.1563 → 1.1.0-SNAPSHOT.1568

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.
Files changed (38) hide show
  1. package/Kermit-kermit-core.js +65 -66
  2. package/Kermit-kermit-core.js.map +1 -1
  3. package/Kermit-kermit.js +17 -18
  4. package/Kermit-kermit.js.map +1 -1
  5. package/KustomExport-lib-coroutines.js +3 -3
  6. package/KustomExport-lib.js +3 -3
  7. package/android-gto-support-gto-support-androidx-annotation.js +3 -3
  8. package/android-gto-support-gto-support-fluidsonic-locale.js +3 -3
  9. package/antlr-kotlin-antlr-kotlin-runtime.js +4229 -4369
  10. package/antlr-kotlin-antlr-kotlin-runtime.js.map +1 -1
  11. package/colormath-root-colormath.js +1365 -1097
  12. package/colormath-root-colormath.js.map +1 -1
  13. package/fluid-locale.js +239 -228
  14. package/fluid-locale.js.map +1 -1
  15. package/kotlin-js.js +44 -45
  16. package/kotlin-js.js.map +1 -1
  17. package/kotlin-kotlin-stdlib.js +9063 -6922
  18. package/kotlin-kotlin-stdlib.js.map +1 -1
  19. package/kotlin-kotlinx-atomicfu-runtime.js +3 -3
  20. package/kotlin-mpp-godtools-tool-parser-module-common.js +32 -7
  21. package/kotlin-mpp-godtools-tool-parser-module-common.js.map +1 -1
  22. package/kotlin-mpp-godtools-tool-parser-module-parser-expressions.js +532 -585
  23. package/kotlin-mpp-godtools-tool-parser-module-parser-expressions.js.map +1 -1
  24. package/kotlin-mpp-godtools-tool-parser-module-parser.js +3514 -4029
  25. package/kotlin-mpp-godtools-tool-parser-module-parser.js.map +1 -1
  26. package/kotlin-mpp-godtools-tool-parser-module-state.js +297 -271
  27. package/kotlin-mpp-godtools-tool-parser-module-state.js.map +1 -1
  28. package/kotlin-mpp-godtools-tool-parser-publishing-npm.d.ts +143 -94
  29. package/kotlin-mpp-godtools-tool-parser-publishing-npm.js +11 -7
  30. package/kotlin-mpp-godtools-tool-parser-publishing-npm.js.map +1 -1
  31. package/kotlin_org_jetbrains_kotlin_kotlin_dom_api_compat.js +3 -3
  32. package/kotlinx-atomicfu.js +36 -37
  33. package/kotlinx-atomicfu.js.map +1 -1
  34. package/kotlinx-coroutines-core.js +3245 -3276
  35. package/kotlinx-coroutines-core.js.map +1 -1
  36. package/package.json +1 -1
  37. package/seskar-core.js +3 -3
  38. package/seskar-react.js +3 -3
@@ -1,11 +1,11 @@
1
- (function (root, factory) {
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
- root['kotlin-kotlinx-atomicfu-runtime'] = factory(typeof this['kotlin-kotlinx-atomicfu-runtime'] === 'undefined' ? {} : this['kotlin-kotlinx-atomicfu-runtime']);
8
- }(this, function (_) {
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 (root, factory) {
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
- root['kotlin-mpp-godtools-tool-parser-module-common'] = factory(typeof this['kotlin-mpp-godtools-tool-parser-module-common'] === 'undefined' ? {} : this['kotlin-mpp-godtools-tool-parser-module-common']);
8
- }(this, function (_) {
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 = toUriOrNull;
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":["toUriOrNull","<this>"],"mappings":";;;;;;;;;;;sBAKOA,CAAIC,aAAJD,EAA4B;A,IAAI,OAAJ,a;EAAG,C;;;;;;;"}
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;;;;;;;;"}