@cruglobal/godtools-shared 1.3.0-SNAPSHOT.1863 → 1.3.0-SNAPSHOT.1868

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.
@@ -17,13 +17,13 @@
17
17
  //region block: imports
18
18
  var LinkedHashMap_init_$Create$ = kotlin_kotlin.$_$.l;
19
19
  var VOID = kotlin_kotlin.$_$.b;
20
- var protoOf = kotlin_kotlin.$_$.j7;
21
- var objectCreate = kotlin_kotlin.$_$.i7;
20
+ var protoOf = kotlin_kotlin.$_$.g7;
21
+ var objectCreate = kotlin_kotlin.$_$.f7;
22
22
  var Unit_instance = kotlin_kotlin.$_$.k2;
23
23
  var SimpleExpressionContext = kotlin_org_cru_godtools_kotlin_parser_expressions.$_$.c;
24
24
  var varsChangeFlow$default = kotlin_org_cru_godtools_kotlin_parser_expressions.$_$.a;
25
25
  var ExpressionContext = kotlin_org_cru_godtools_kotlin_parser_expressions.$_$.b;
26
- var initMetadataForClass = kotlin_kotlin.$_$.u6;
26
+ var initMetadataForClass = kotlin_kotlin.$_$.r6;
27
27
  //endregion
28
28
  //region block: pre-declaration
29
29
  initMetadataForClass(State, 'State', createState, VOID, [ExpressionContext]);
@@ -54,35 +54,35 @@
54
54
  tmp_0 = vars;
55
55
  }
56
56
  vars = tmp_0;
57
- this.b44_1 = new SimpleExpressionContext(vars);
58
- this.c44_1 = triggeredAnalyticsEvents;
59
- this.d44_1 = vars;
57
+ this.d2t_1 = new SimpleExpressionContext(vars);
58
+ this.e2t_1 = triggeredAnalyticsEvents;
59
+ this.f2t_1 = vars;
60
60
  }
61
- protoOf(State).e44 = function (id) {
62
- var tmp0_elvis_lhs = this.c44_1.u1(id);
61
+ protoOf(State).g2t = function (id) {
62
+ var tmp0_elvis_lhs = this.e2t_1.m1(id);
63
63
  return tmp0_elvis_lhs == null ? 0 : tmp0_elvis_lhs;
64
64
  };
65
- protoOf(State).f44 = function (id) {
66
- var tmp0 = this.c44_1;
67
- var tmp0_elvis_lhs = this.c44_1.u1(id);
65
+ protoOf(State).h2t = function (id) {
66
+ var tmp0 = this.e2t_1;
67
+ var tmp0_elvis_lhs = this.e2t_1.m1(id);
68
68
  // Inline function 'kotlin.collections.set' call
69
69
  var value = (tmp0_elvis_lhs == null ? 0 : tmp0_elvis_lhs) + 1 | 0;
70
- tmp0.u2(id, value);
70
+ tmp0.l2(id, value);
71
71
  };
72
- protoOf(State).q2z = function (keys, block) {
73
- return this.b44_1.q2z(keys, block);
72
+ protoOf(State).o2p = function (keys, block) {
73
+ return this.d2t_1.o2p(keys, block);
74
74
  };
75
- protoOf(State).r2z = function (key) {
76
- return this.b44_1.r2z(key);
75
+ protoOf(State).p2p = function (key) {
76
+ return this.d2t_1.p2p(key);
77
77
  };
78
- protoOf(State).s2z = function (key, values) {
79
- this.b44_1.s2z(key, values);
78
+ protoOf(State).q2p = function (key, values) {
79
+ this.d2t_1.q2p(key, values);
80
80
  };
81
- protoOf(State).t2z = function (key, value) {
82
- this.b44_1.t2z(key, value);
81
+ protoOf(State).r2p = function (key, value) {
82
+ this.d2t_1.r2p(key, value);
83
83
  };
84
- protoOf(State).u2z = function (key, value) {
85
- this.b44_1.u2z(key, value);
84
+ protoOf(State).s2p = function (key, value) {
85
+ this.d2t_1.s2p(key, value);
86
86
  };
87
87
  //region block: post-declaration
88
88
  protoOf(State).varsChangeFlow$default = varsChangeFlow$default;
@@ -33,38 +33,6 @@ export declare namespace kotlin.collections {
33
33
  private constructor();
34
34
  }
35
35
  }
36
- interface KtMutableList<E> extends kotlin.collections.KtList<E>/*, kotlin.collections.MutableCollection<E> */ {
37
- asJsArrayView(): Array<E>;
38
- readonly __doNotUseOrImplementIt: {
39
- readonly "kotlin.collections.KtMutableList": unique symbol;
40
- } & kotlin.collections.KtList<E>["__doNotUseOrImplementIt"];
41
- }
42
- abstract class KtMutableList<E> extends KtSingleton<KtMutableList.$metadata$.constructor>() {
43
- private constructor();
44
- }
45
- /** @deprecated $metadata$ is used for internal purposes, please don't use it in your code, because it can be removed at any moment */
46
- namespace KtMutableList.$metadata$ {
47
- abstract class constructor {
48
- fromJsArray<E>(array: ReadonlyArray<E>): kotlin.collections.KtMutableList<E>;
49
- private constructor();
50
- }
51
- }
52
- interface KtMutableSet<E> extends kotlin.collections.KtSet<E>/*, kotlin.collections.MutableCollection<E> */ {
53
- asJsSetView(): Set<E>;
54
- readonly __doNotUseOrImplementIt: {
55
- readonly "kotlin.collections.KtMutableSet": unique symbol;
56
- } & kotlin.collections.KtSet<E>["__doNotUseOrImplementIt"];
57
- }
58
- abstract class KtMutableSet<E> extends KtSingleton<KtMutableSet.$metadata$.constructor>() {
59
- private constructor();
60
- }
61
- /** @deprecated $metadata$ is used for internal purposes, please don't use it in your code, because it can be removed at any moment */
62
- namespace KtMutableSet.$metadata$ {
63
- abstract class constructor {
64
- fromJsSet<E>(set: ReadonlySet<E>): kotlin.collections.KtMutableSet<E>;
65
- private constructor();
66
- }
67
- }
68
36
  interface KtMap<K, V> {
69
37
  asJsReadonlyMapView(): ReadonlyMap<K, V>;
70
38
  readonly __doNotUseOrImplementIt: {
@@ -82,6 +50,26 @@ export declare namespace kotlin.collections {
82
50
  }
83
51
  }
84
52
  }
53
+ export declare namespace org.cru.godtools.shared.tool.parser.expressions {
54
+ interface ExpressionContext {
55
+ varsChangeFlow$default<T>(keys: Nullable<any>/* Nullable<kotlin.collections.Collection<string>> */ | undefined, block: (p0: org.cru.godtools.shared.tool.parser.expressions.ExpressionContext) => T): any/* kotlinx.coroutines.flow.Flow<T> */;
56
+ readonly __doNotUseOrImplementIt: {
57
+ readonly "org.cru.godtools.shared.tool.parser.expressions.ExpressionContext": unique symbol;
58
+ };
59
+ }
60
+ }
61
+ export declare namespace org.cru.godtools.shared.renderer.state {
62
+ class State implements org.cru.godtools.shared.tool.parser.expressions.ExpressionContext/*, org.ccci.gto.android.common.parcelize.Parcelable */ {
63
+ private constructor();
64
+ static createState(): org.cru.godtools.shared.renderer.state.State;
65
+ varsChangeFlow$default<T>(keys: Nullable<any>/* Nullable<kotlin.collections.Collection<string>> */ | undefined, block: (p0: org.cru.godtools.shared.tool.parser.expressions.ExpressionContext) => T): any/* kotlinx.coroutines.flow.Flow<T> */;
66
+ readonly __doNotUseOrImplementIt: org.cru.godtools.shared.tool.parser.expressions.ExpressionContext["__doNotUseOrImplementIt"];
67
+ }
68
+ /** @deprecated $metadata$ is used for internal purposes, please don't use it in your code, because it can be removed at any moment */
69
+ namespace State.$metadata$ {
70
+ const constructor: abstract new () => State;
71
+ }
72
+ }
85
73
  export declare namespace org.cru.godtools.shared.tool.parser.model {
86
74
  class AnalyticsEvent {
87
75
  constructor(action?: string, attributes?: kotlin.collections.KtMap<string, string>, trigger?: org.cru.godtools.shared.tool.parser.model.AnalyticsEvent.Trigger, delay?: number, systems?: kotlin.collections.KtSet<org.cru.godtools.shared.tool.parser.model.AnalyticsEvent.System>, id?: string, limit?: Nullable<number>);
@@ -155,41 +143,6 @@ export declare namespace org.cru.godtools.shared.tool.parser.model {
155
143
  }
156
144
  }
157
145
  }
158
- export declare namespace org.cru.godtools.shared.tool.parser.model {
159
- class EventId {
160
- constructor(namespace: Nullable<string> | undefined, name: string);
161
- get namespace(): Nullable<string>;
162
- get name(): string;
163
- equals(other: Nullable<any>): boolean;
164
- hashCode(): number;
165
- toString(): string;
166
- }
167
- /** @deprecated $metadata$ is used for internal purposes, please don't use it in your code, because it can be removed at any moment */
168
- namespace EventId.$metadata$ {
169
- const constructor: abstract new () => EventId;
170
- }
171
- namespace EventId {
172
- abstract class Companion extends KtSingleton<Companion.$metadata$.constructor>() {
173
- private constructor();
174
- }
175
- /** @deprecated $metadata$ is used for internal purposes, please don't use it in your code, because it can be removed at any moment */
176
- namespace Companion.$metadata$ {
177
- abstract class constructor {
178
- get NAMESPACE_STATE(): string;
179
- get FOLLOWUP(): org.cru.godtools.shared.tool.parser.model.EventId;
180
- private constructor();
181
- }
182
- }
183
- }
184
- }
185
- export declare namespace org.cru.godtools.shared.tool.parser.expressions {
186
- interface ExpressionContext {
187
- varsChangeFlow$default<T>(keys: Nullable<any>/* Nullable<kotlin.collections.Collection<string>> */ | undefined, block: (p0: org.cru.godtools.shared.tool.parser.expressions.ExpressionContext) => T): any/* kotlinx.coroutines.flow.Flow<T> */;
188
- readonly __doNotUseOrImplementIt: {
189
- readonly "org.cru.godtools.shared.tool.parser.expressions.ExpressionContext": unique symbol;
190
- };
191
- }
192
- }
193
146
  export declare class ManifestParser {
194
147
  constructor(parserFactory: org.cru.godtools.shared.tool.parser.xml.XmlPullParserFactory, defaultConfig: org.cru.godtools.shared.tool.parser.ParserConfig);
195
148
  get defaultConfig(): org.cru.godtools.shared.tool.parser.ParserConfig;
@@ -489,6 +442,33 @@ export declare namespace org.cru.godtools.shared.tool.parser.model {
489
442
  }
490
443
  }
491
444
  }
445
+ export declare namespace org.cru.godtools.shared.tool.parser.model {
446
+ class EventId {
447
+ constructor(namespace: Nullable<string> | undefined, name: string);
448
+ get namespace(): Nullable<string>;
449
+ get name(): string;
450
+ resolve(ctx: org.cru.godtools.shared.tool.parser.expressions.ExpressionContext): kotlin.collections.KtList<org.cru.godtools.shared.tool.parser.model.EventId>;
451
+ equals(other: Nullable<any>): boolean;
452
+ hashCode(): number;
453
+ toString(): string;
454
+ }
455
+ /** @deprecated $metadata$ is used for internal purposes, please don't use it in your code, because it can be removed at any moment */
456
+ namespace EventId.$metadata$ {
457
+ const constructor: abstract new () => EventId;
458
+ }
459
+ namespace EventId {
460
+ abstract class Companion extends KtSingleton<Companion.$metadata$.constructor>() {
461
+ private constructor();
462
+ }
463
+ /** @deprecated $metadata$ is used for internal purposes, please don't use it in your code, because it can be removed at any moment */
464
+ namespace Companion.$metadata$ {
465
+ abstract class constructor {
466
+ get FOLLOWUP(): org.cru.godtools.shared.tool.parser.model.EventId;
467
+ private constructor();
468
+ }
469
+ }
470
+ }
471
+ }
492
472
  export declare namespace org.cru.godtools.shared.tool.parser.model {
493
473
  class Flow extends org.cru.godtools.shared.tool.parser.model.Content.$metadata$.constructor {
494
474
  private constructor();
@@ -1407,16 +1387,4 @@ export declare namespace org.cru.godtools.shared.tool.parser.xml {
1407
1387
  const constructor: abstract new () => JsXmlPullParserFactory;
1408
1388
  }
1409
1389
  }
1410
- export declare namespace org.cru.godtools.shared.renderer.state {
1411
- class State implements org.cru.godtools.shared.tool.parser.expressions.ExpressionContext/*, org.ccci.gto.android.common.parcelize.Parcelable */ {
1412
- private constructor();
1413
- static createState(): org.cru.godtools.shared.renderer.state.State;
1414
- varsChangeFlow$default<T>(keys: Nullable<any>/* Nullable<kotlin.collections.Collection<string>> */ | undefined, block: (p0: org.cru.godtools.shared.tool.parser.expressions.ExpressionContext) => T): any/* kotlinx.coroutines.flow.Flow<T> */;
1415
- readonly __doNotUseOrImplementIt: org.cru.godtools.shared.tool.parser.expressions.ExpressionContext["__doNotUseOrImplementIt"];
1416
- }
1417
- /** @deprecated $metadata$ is used for internal purposes, please don't use it in your code, because it can be removed at any moment */
1418
- namespace State.$metadata$ {
1419
- const constructor: abstract new () => State;
1420
- }
1421
- }
1422
1390
  export as namespace org_cru_godtools_kotlin_npm;
@@ -1,36 +1,36 @@
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-parser-base.js', './kotlin-mpp-godtools-tool-parser-module-parser-expressions.js', './kotlin-mpp-godtools-tool-parser-module-parser.js', './kotlin-mpp-godtools-tool-parser-module-renderer-state.js'], factory);
3
+ define(['exports', './kotlin-kotlin-stdlib.js', './kotlin-mpp-godtools-tool-parser-module-parser-expressions.js', './kotlin-mpp-godtools-tool-parser-module-renderer-state.js', './kotlin-mpp-godtools-tool-parser-module-parser-base.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-parser-base.js'), require('./kotlin-mpp-godtools-tool-parser-module-parser-expressions.js'), require('./kotlin-mpp-godtools-tool-parser-module-parser.js'), require('./kotlin-mpp-godtools-tool-parser-module-renderer-state.js'));
5
+ factory(module.exports, require('./kotlin-kotlin-stdlib.js'), require('./kotlin-mpp-godtools-tool-parser-module-parser-expressions.js'), require('./kotlin-mpp-godtools-tool-parser-module-renderer-state.js'), require('./kotlin-mpp-godtools-tool-parser-module-parser-base.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-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
10
  if (typeof globalThis['kotlin-mpp-godtools-tool-parser-module-parser-expressions'] === 'undefined') {
14
11
  throw new Error("Error loading module 'org.cru.godtools.kotlin:npm'. Its dependency 'kotlin-mpp-godtools-tool-parser-module-parser-expressions' was not found. Please, check whether 'kotlin-mpp-godtools-tool-parser-module-parser-expressions' is loaded prior to 'org.cru.godtools.kotlin:npm'.");
15
12
  }
16
- if (typeof globalThis['kotlin-mpp-godtools-tool-parser-module-parser'] === 'undefined') {
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'.");
18
- }
19
13
  if (typeof globalThis['kotlin-mpp-godtools-tool-parser-module-renderer-state'] === 'undefined') {
20
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'.");
21
15
  }
22
- 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-parser-expressions'], globalThis['kotlin-mpp-godtools-tool-parser-module-parser'], globalThis['kotlin-mpp-godtools-tool-parser-module-renderer-state']);
16
+ if (typeof globalThis['kotlin-mpp-godtools-tool-parser-module-parser-base'] === 'undefined') {
17
+ 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'.");
18
+ }
19
+ if (typeof globalThis['kotlin-mpp-godtools-tool-parser-module-parser'] === 'undefined') {
20
+ 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'.");
21
+ }
22
+ 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-expressions'], globalThis['kotlin-mpp-godtools-tool-parser-module-renderer-state'], globalThis['kotlin-mpp-godtools-tool-parser-module-parser-base'], globalThis['kotlin-mpp-godtools-tool-parser-module-parser']);
23
23
  }
24
- }(function (_, kotlin_kotlin, kotlin_org_cru_godtools_kotlin_parser_base, kotlin_org_cru_godtools_kotlin_parser_expressions, kotlin_org_cru_godtools_kotlin_parser, kotlin_org_cru_godtools_kotlin_renderer_state) {
24
+ }(function (_, kotlin_kotlin, kotlin_org_cru_godtools_kotlin_parser_expressions, kotlin_org_cru_godtools_kotlin_renderer_state, kotlin_org_cru_godtools_kotlin_parser_base, kotlin_org_cru_godtools_kotlin_parser) {
25
25
  'use strict';
26
26
  //region block: pre-declaration
27
27
  //endregion
28
28
  //region block: exports
29
29
  kotlin_kotlin.$jsExportAll$(_);
30
- kotlin_org_cru_godtools_kotlin_parser_base.$jsExportAll$(_);
31
30
  kotlin_org_cru_godtools_kotlin_parser_expressions.$jsExportAll$(_);
32
- kotlin_org_cru_godtools_kotlin_parser.$jsExportAll$(_);
33
31
  kotlin_org_cru_godtools_kotlin_renderer_state.$jsExportAll$(_);
32
+ kotlin_org_cru_godtools_kotlin_parser_base.$jsExportAll$(_);
33
+ kotlin_org_cru_godtools_kotlin_parser.$jsExportAll$(_);
34
34
  //endregion
35
35
  return _;
36
36
  }));
@@ -12,16 +12,16 @@
12
12
  }(function (_, kotlin_kotlin) {
13
13
  'use strict';
14
14
  //region block: imports
15
- var protoOf = kotlin_kotlin.$_$.j7;
16
- var defineProp = kotlin_kotlin.$_$.m6;
17
- var initMetadataForClass = kotlin_kotlin.$_$.u6;
18
- var initMetadataForObject = kotlin_kotlin.$_$.z6;
15
+ var protoOf = kotlin_kotlin.$_$.g7;
16
+ var defineProp = kotlin_kotlin.$_$.j6;
17
+ var initMetadataForClass = kotlin_kotlin.$_$.r6;
18
+ var initMetadataForObject = kotlin_kotlin.$_$.w6;
19
19
  var VOID = kotlin_kotlin.$_$.b;
20
- var toString = kotlin_kotlin.$_$.ha;
21
- var equalsLong = kotlin_kotlin.$_$.x5;
22
- var get_ONE = kotlin_kotlin.$_$.r5;
23
- var add = kotlin_kotlin.$_$.s5;
24
- var subtract = kotlin_kotlin.$_$.d6;
20
+ var toString = kotlin_kotlin.$_$.ea;
21
+ var equalsLong = kotlin_kotlin.$_$.u5;
22
+ var get_ONE = kotlin_kotlin.$_$.o5;
23
+ var add = kotlin_kotlin.$_$.p5;
24
+ var subtract = kotlin_kotlin.$_$.a6;
25
25
  //endregion
26
26
  //region block: pre-declaration
27
27
  initMetadataForClass(atomicfu$AtomicRefArray$ref, 'AtomicArray');
@@ -41,13 +41,13 @@
41
41
  tmp_1[tmp_0] = atomic$ref$1(null);
42
42
  tmp_0 = tmp_0 + 1 | 0;
43
43
  }
44
- tmp.vi_1 = tmp_1;
44
+ tmp.x1i_1 = tmp_1;
45
45
  }
46
- protoOf(atomicfu$AtomicRefArray$ref).wi = function () {
47
- return this.vi_1.length;
46
+ protoOf(atomicfu$AtomicRefArray$ref).y1i = function () {
47
+ return this.x1i_1.length;
48
48
  };
49
49
  protoOf(atomicfu$AtomicRefArray$ref).atomicfu$get = function (index) {
50
- return this.vi_1[index];
50
+ return this.x1i_1[index];
51
51
  };
52
52
  function atomicfu$AtomicRefArray$ofNulls(size) {
53
53
  return new atomicfu$AtomicRefArray$ref(size);
@@ -75,10 +75,10 @@
75
75
  function AtomicInt(value) {
76
76
  this.kotlinx$atomicfu$value = value;
77
77
  }
78
- protoOf(AtomicInt).xi = function (_set____db54di) {
78
+ protoOf(AtomicInt).z1i = function (_set____db54di) {
79
79
  this.kotlinx$atomicfu$value = _set____db54di;
80
80
  };
81
- protoOf(AtomicInt).yi = function () {
81
+ protoOf(AtomicInt).a1j = function () {
82
82
  return this.kotlinx$atomicfu$value;
83
83
  };
84
84
  protoOf(AtomicInt).atomicfu$compareAndSet = function (expect, update) {
@@ -128,10 +128,10 @@
128
128
  function AtomicRef(value) {
129
129
  this.kotlinx$atomicfu$value = value;
130
130
  }
131
- protoOf(AtomicRef).zi = function (_set____db54di) {
131
+ protoOf(AtomicRef).b1j = function (_set____db54di) {
132
132
  this.kotlinx$atomicfu$value = _set____db54di;
133
133
  };
134
- protoOf(AtomicRef).yi = function () {
134
+ protoOf(AtomicRef).a1j = function () {
135
135
  return this.kotlinx$atomicfu$value;
136
136
  };
137
137
  protoOf(AtomicRef).atomicfu$compareAndSet = function (expect, update) {
@@ -154,10 +154,10 @@
154
154
  function AtomicBoolean(value) {
155
155
  this.kotlinx$atomicfu$value = value;
156
156
  }
157
- protoOf(AtomicBoolean).aj = function (_set____db54di) {
157
+ protoOf(AtomicBoolean).c1j = function (_set____db54di) {
158
158
  this.kotlinx$atomicfu$value = _set____db54di;
159
159
  };
160
- protoOf(AtomicBoolean).yi = function () {
160
+ protoOf(AtomicBoolean).a1j = function () {
161
161
  return this.kotlinx$atomicfu$value;
162
162
  };
163
163
  protoOf(AtomicBoolean).atomicfu$compareAndSet = function (expect, update) {
@@ -180,10 +180,10 @@
180
180
  function AtomicLong(value) {
181
181
  this.kotlinx$atomicfu$value = value;
182
182
  }
183
- protoOf(AtomicLong).bj = function (_set____db54di) {
183
+ protoOf(AtomicLong).d1j = function (_set____db54di) {
184
184
  this.kotlinx$atomicfu$value = _set____db54di;
185
185
  };
186
- protoOf(AtomicLong).yi = function () {
186
+ protoOf(AtomicLong).a1j = function () {
187
187
  return this.kotlinx$atomicfu$value;
188
188
  };
189
189
  protoOf(AtomicLong).atomicfu$compareAndSet = function (expect, update) {
@@ -247,7 +247,7 @@
247
247
  return new AtomicLong(initial);
248
248
  }
249
249
  //region block: post-declaration
250
- defineProp(protoOf(atomicfu$AtomicRefArray$ref), 'atomicfu$size', protoOf(atomicfu$AtomicRefArray$ref).wi);
250
+ defineProp(protoOf(atomicfu$AtomicRefArray$ref), 'atomicfu$size', protoOf(atomicfu$AtomicRefArray$ref).y1i);
251
251
  //endregion
252
252
  //region block: exports
253
253
  _.$_$ = _.$_$ || {};
@@ -1 +1 @@
1
- {"version":3,"sources":["../../../../../../../../../../../../../opt/buildAgent/work/711ef0d9c7c28b00/atomicfu/src/commonMain/kotlin/kotlinx/atomicfu/AtomicFU.common.kt","js/builtins/Library.kt","../../../../../../../../../../../../../opt/buildAgent/work/711ef0d9c7c28b00/atomicfu/src/commonMain/kotlin/kotlinx/atomicfu/Trace.common.kt","../../../../../../../../../../../../../opt/buildAgent/work/711ef0d9c7c28b00/atomicfu/src/jsAndWasmSharedMain/kotlin/kotlinx/atomicfu/AtomicFU.kt"],"sourcesContent":[null,null,null,null],"ignoreList":[],"x_google_ignoreList":[],"names":["<init>","size","<get-size>","get","index","atomicArrayOfNulls","append","event","event1","event2","event3","event4","value","<set-value>","<set-?>","<get-value>","compareAndSet","expect","update","getAndSet","oldValue","getAndIncrement","getAndDecrement","getAndAdd","delta","addAndGet","incrementAndGet","decrementAndGet","toString","atomic","initial","trace"],"mappings":"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"}
1
+ {"version":3,"sources":["../../../../../../../../../../../../../opt/buildAgent/work/711ef0d9c7c28b00/atomicfu/src/commonMain/kotlin/kotlinx/atomicfu/AtomicFU.common.kt","js/builtins/Library.kt","../../../../../../../../../../../../../opt/buildAgent/work/711ef0d9c7c28b00/atomicfu/src/commonMain/kotlin/kotlinx/atomicfu/Trace.common.kt","../../../../../../../../../../../../../opt/buildAgent/work/711ef0d9c7c28b00/atomicfu/src/jsAndWasmSharedMain/kotlin/kotlinx/atomicfu/AtomicFU.kt"],"sourcesContent":[null,null,null,null],"ignoreList":[],"x_google_ignoreList":[],"names":["<init>","size","<get-size>","get","index","atomicArrayOfNulls","append","event","event1","event2","event3","event4","value","<set-value>","<set-?>","<get-value>","compareAndSet","expect","update","getAndSet","oldValue","getAndIncrement","getAndDecrement","getAndAdd","delta","addAndGet","incrementAndGet","decrementAndGet","toString","atomic","initial","trace"],"mappings":"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"}