@cruglobal/godtools-shared 1.2.0-PR799-SNAPSHOT.1778 → 1.2.0-PR822-SNAPSHOT.1787

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 (33) hide show
  1. package/Kermit-kermit-core.js +40 -40
  2. package/Kermit-kermit.js +5 -5
  3. package/antlr-kotlin-antlr-kotlin-runtime.js +3305 -3300
  4. package/antlr-kotlin-antlr-kotlin-runtime.js.map +1 -1
  5. package/colormath-root-colormath.js +557 -557
  6. package/fluid-locale.js +133 -133
  7. package/kotlin-kotlin-stdlib.js +581 -693
  8. package/kotlin-kotlin-stdlib.js.map +1 -1
  9. package/kotlin-mpp-godtools-tool-parser-module-common.js +2 -2
  10. package/kotlin-mpp-godtools-tool-parser-module-parser-base.js +376 -0
  11. package/kotlin-mpp-godtools-tool-parser-module-parser-base.js.map +1 -0
  12. package/kotlin-mpp-godtools-tool-parser-module-parser-expressions.js +396 -396
  13. package/kotlin-mpp-godtools-tool-parser-module-parser-expressions.js.map +1 -1
  14. package/kotlin-mpp-godtools-tool-parser-module-parser.js +2854 -3121
  15. package/kotlin-mpp-godtools-tool-parser-module-parser.js.map +1 -1
  16. package/{kotlin-mpp-godtools-tool-parser-module-state.js → kotlin-mpp-godtools-tool-parser-module-renderer-state.js} +125 -125
  17. package/kotlin-mpp-godtools-tool-parser-module-renderer-state.js.map +1 -0
  18. package/kotlin-mpp-godtools-tool-parser-publishing-npm.d.ts +224 -225
  19. package/kotlin-mpp-godtools-tool-parser-publishing-npm.js +11 -7
  20. package/kotlin-mpp-godtools-tool-parser-publishing-npm.js.map +1 -1
  21. package/kotlinx-atomicfu.js +14 -14
  22. package/kotlinx-coroutines-core.js +2166 -2166
  23. package/kotlinx-coroutines-core.js.map +1 -1
  24. package/package.json +1 -1
  25. package/android-gto-support-gto-support-fluidsonic-locale.js +0 -22
  26. package/android-gto-support-gto-support-fluidsonic-locale.js.map +0 -1
  27. package/kotlin-js.js +0 -147
  28. package/kotlin-js.js.map +0 -1
  29. package/kotlin-mpp-godtools-tool-parser-module-state.js.map +0 -1
  30. package/seskar-core.js +0 -15
  31. package/seskar-core.js.map +0 -1
  32. package/seskar-react.js +0 -15
  33. package/seskar-react.js.map +0 -1
@@ -1,27 +1,31 @@
1
1
  (function (factory) {
2
2
  if (typeof define === 'function' && define.amd)
3
- define(['exports', './kotlin-kotlin-stdlib.js', './kotlin-mpp-godtools-tool-parser-module-state.js', './kotlin-mpp-godtools-tool-parser-module-parser.js'], factory);
3
+ define(['exports', './kotlin-kotlin-stdlib.js', './kotlin-mpp-godtools-tool-parser-module-parser-base.js', './kotlin-mpp-godtools-tool-parser-module-renderer-state.js', './kotlin-mpp-godtools-tool-parser-module-parser.js'], factory);
4
4
  else if (typeof exports === 'object')
5
- factory(module.exports, require('./kotlin-kotlin-stdlib.js'), require('./kotlin-mpp-godtools-tool-parser-module-state.js'), require('./kotlin-mpp-godtools-tool-parser-module-parser.js'));
5
+ factory(module.exports, require('./kotlin-kotlin-stdlib.js'), require('./kotlin-mpp-godtools-tool-parser-module-parser-base.js'), require('./kotlin-mpp-godtools-tool-parser-module-renderer-state.js'), require('./kotlin-mpp-godtools-tool-parser-module-parser.js'));
6
6
  else {
7
7
  if (typeof globalThis['kotlin-kotlin-stdlib'] === 'undefined') {
8
8
  throw new Error("Error loading module 'org.cru.godtools.kotlin:npm'. Its dependency 'kotlin-kotlin-stdlib' was not found. Please, check whether 'kotlin-kotlin-stdlib' is loaded prior to 'org.cru.godtools.kotlin:npm'.");
9
9
  }
10
- if (typeof globalThis['kotlin-mpp-godtools-tool-parser-module-state'] === 'undefined') {
11
- throw new Error("Error loading module 'org.cru.godtools.kotlin:npm'. Its dependency 'kotlin-mpp-godtools-tool-parser-module-state' was not found. Please, check whether 'kotlin-mpp-godtools-tool-parser-module-state' is loaded prior to 'org.cru.godtools.kotlin:npm'.");
10
+ if (typeof globalThis['kotlin-mpp-godtools-tool-parser-module-parser-base'] === 'undefined') {
11
+ throw new Error("Error loading module 'org.cru.godtools.kotlin:npm'. Its dependency 'kotlin-mpp-godtools-tool-parser-module-parser-base' was not found. Please, check whether 'kotlin-mpp-godtools-tool-parser-module-parser-base' is loaded prior to 'org.cru.godtools.kotlin:npm'.");
12
+ }
13
+ if (typeof globalThis['kotlin-mpp-godtools-tool-parser-module-renderer-state'] === 'undefined') {
14
+ throw new Error("Error loading module 'org.cru.godtools.kotlin:npm'. Its dependency 'kotlin-mpp-godtools-tool-parser-module-renderer-state' was not found. Please, check whether 'kotlin-mpp-godtools-tool-parser-module-renderer-state' is loaded prior to 'org.cru.godtools.kotlin:npm'.");
12
15
  }
13
16
  if (typeof globalThis['kotlin-mpp-godtools-tool-parser-module-parser'] === 'undefined') {
14
17
  throw new Error("Error loading module 'org.cru.godtools.kotlin:npm'. Its dependency 'kotlin-mpp-godtools-tool-parser-module-parser' was not found. Please, check whether 'kotlin-mpp-godtools-tool-parser-module-parser' is loaded prior to 'org.cru.godtools.kotlin:npm'.");
15
18
  }
16
- globalThis['org.cru.godtools.kotlin:npm'] = factory(typeof globalThis['org.cru.godtools.kotlin:npm'] === 'undefined' ? {} : globalThis['org.cru.godtools.kotlin:npm'], globalThis['kotlin-kotlin-stdlib'], globalThis['kotlin-mpp-godtools-tool-parser-module-state'], globalThis['kotlin-mpp-godtools-tool-parser-module-parser']);
19
+ globalThis['org.cru.godtools.kotlin:npm'] = factory(typeof globalThis['org.cru.godtools.kotlin:npm'] === 'undefined' ? {} : globalThis['org.cru.godtools.kotlin:npm'], globalThis['kotlin-kotlin-stdlib'], globalThis['kotlin-mpp-godtools-tool-parser-module-parser-base'], globalThis['kotlin-mpp-godtools-tool-parser-module-renderer-state'], globalThis['kotlin-mpp-godtools-tool-parser-module-parser']);
17
20
  }
18
- }(function (_, kotlin_kotlin, kotlin_org_cru_godtools_kotlin_state, kotlin_org_cru_godtools_kotlin_parser) {
21
+ }(function (_, kotlin_kotlin, kotlin_org_cru_godtools_kotlin_parser_base, kotlin_org_cru_godtools_kotlin_renderer_state, kotlin_org_cru_godtools_kotlin_parser) {
19
22
  'use strict';
20
23
  //region block: pre-declaration
21
24
  //endregion
22
25
  //region block: exports
23
26
  kotlin_kotlin.$jsExportAll$(_);
24
- kotlin_org_cru_godtools_kotlin_state.$jsExportAll$(_);
27
+ kotlin_org_cru_godtools_kotlin_parser_base.$jsExportAll$(_);
28
+ kotlin_org_cru_godtools_kotlin_renderer_state.$jsExportAll$(_);
25
29
  kotlin_org_cru_godtools_kotlin_parser.$jsExportAll$(_);
26
30
  //endregion
27
31
  return _;
@@ -1 +1 @@
1
- {"version":3,"sources":[],"sourcesContent":[],"ignoreList":[],"x_google_ignoreList":[],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;"}
1
+ {"version":3,"sources":[],"sourcesContent":[],"ignoreList":[],"x_google_ignoreList":[],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;"}
@@ -17,7 +17,7 @@
17
17
  var initMetadataForClass = kotlin_kotlin.$_$.e6;
18
18
  var initMetadataForObject = kotlin_kotlin.$_$.j6;
19
19
  var VOID = kotlin_kotlin.$_$.d;
20
- var toString = kotlin_kotlin.$_$.s9;
20
+ var toString = kotlin_kotlin.$_$.q9;
21
21
  //endregion
22
22
  //region block: pre-declaration
23
23
  initMetadataForClass(atomicfu$AtomicRefArray$ref, 'AtomicArray');
@@ -37,13 +37,13 @@
37
37
  tmp_1[tmp_0] = atomic$ref$1(null);
38
38
  tmp_0 = tmp_0 + 1 | 0;
39
39
  }
40
- tmp.oj_1 = tmp_1;
40
+ tmp.gk_1 = tmp_1;
41
41
  }
42
- protoOf(atomicfu$AtomicRefArray$ref).pj = function () {
43
- return this.oj_1.length;
42
+ protoOf(atomicfu$AtomicRefArray$ref).hk = function () {
43
+ return this.gk_1.length;
44
44
  };
45
45
  protoOf(atomicfu$AtomicRefArray$ref).atomicfu$get = function (index) {
46
- return this.oj_1[index];
46
+ return this.gk_1[index];
47
47
  };
48
48
  function atomicfu$AtomicRefArray$ofNulls(size) {
49
49
  return new atomicfu$AtomicRefArray$ref(size);
@@ -71,10 +71,10 @@
71
71
  function AtomicRef(value) {
72
72
  this.kotlinx$atomicfu$value = value;
73
73
  }
74
- protoOf(AtomicRef).qj = function (_set____db54di) {
74
+ protoOf(AtomicRef).ik = function (_set____db54di) {
75
75
  this.kotlinx$atomicfu$value = _set____db54di;
76
76
  };
77
- protoOf(AtomicRef).rj = function () {
77
+ protoOf(AtomicRef).jk = function () {
78
78
  return this.kotlinx$atomicfu$value;
79
79
  };
80
80
  protoOf(AtomicRef).atomicfu$compareAndSet = function (expect, update) {
@@ -97,10 +97,10 @@
97
97
  function AtomicBoolean(value) {
98
98
  this.kotlinx$atomicfu$value = value;
99
99
  }
100
- protoOf(AtomicBoolean).sj = function (_set____db54di) {
100
+ protoOf(AtomicBoolean).kk = function (_set____db54di) {
101
101
  this.kotlinx$atomicfu$value = _set____db54di;
102
102
  };
103
- protoOf(AtomicBoolean).rj = function () {
103
+ protoOf(AtomicBoolean).jk = function () {
104
104
  return this.kotlinx$atomicfu$value;
105
105
  };
106
106
  protoOf(AtomicBoolean).atomicfu$compareAndSet = function (expect, update) {
@@ -123,10 +123,10 @@
123
123
  function AtomicLong(value) {
124
124
  this.kotlinx$atomicfu$value = value;
125
125
  }
126
- protoOf(AtomicLong).tj = function (_set____db54di) {
126
+ protoOf(AtomicLong).lk = function (_set____db54di) {
127
127
  this.kotlinx$atomicfu$value = _set____db54di;
128
128
  };
129
- protoOf(AtomicLong).rj = function () {
129
+ protoOf(AtomicLong).jk = function () {
130
130
  return this.kotlinx$atomicfu$value;
131
131
  };
132
132
  protoOf(AtomicLong).atomicfu$compareAndSet = function (expect, update) {
@@ -176,10 +176,10 @@
176
176
  function AtomicInt(value) {
177
177
  this.kotlinx$atomicfu$value = value;
178
178
  }
179
- protoOf(AtomicInt).uj = function (_set____db54di) {
179
+ protoOf(AtomicInt).mk = function (_set____db54di) {
180
180
  this.kotlinx$atomicfu$value = _set____db54di;
181
181
  };
182
- protoOf(AtomicInt).rj = function () {
182
+ protoOf(AtomicInt).jk = function () {
183
183
  return this.kotlinx$atomicfu$value;
184
184
  };
185
185
  protoOf(AtomicInt).atomicfu$compareAndSet = function (expect, update) {
@@ -243,7 +243,7 @@
243
243
  return new AtomicInt(initial);
244
244
  }
245
245
  //region block: post-declaration
246
- defineProp(protoOf(atomicfu$AtomicRefArray$ref), 'atomicfu$size', protoOf(atomicfu$AtomicRefArray$ref).pj);
246
+ defineProp(protoOf(atomicfu$AtomicRefArray$ref), 'atomicfu$size', protoOf(atomicfu$AtomicRefArray$ref).hk);
247
247
  //endregion
248
248
  //region block: exports
249
249
  _.$_$ = _.$_$ || {};