mrs-toolbox-cli 0.0.96 → 0.0.98

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.
@@ -20,11 +20,11 @@
20
20
  function HandlerRegistration() {
21
21
  }
22
22
  function Events() {
23
- this.r3v_1 = new CopyOnWriteHashMap();
23
+ this.w3v_1 = new CopyOnWriteHashMap();
24
24
  }
25
- protoOf(Events).s3v = function (definition, value) {
25
+ protoOf(Events).x3v = function (definition, value) {
26
26
  var exception = null;
27
- var tmp0_safe_receiver = this.r3v_1.t1n(definition);
27
+ var tmp0_safe_receiver = this.w3v_1.t1n(definition);
28
28
  if (tmp0_safe_receiver == null)
29
29
  null;
30
30
  else {
@@ -35,7 +35,7 @@
35
35
  // Inline function 'io.ktor.events.Events.raise.<anonymous>' call
36
36
  var registration = cur;
37
37
  try {
38
- var tmp = registration.w3v_1;
38
+ var tmp = registration.b3w_1;
39
39
  (typeof tmp === 'function' ? tmp : THROW_CCE())(value);
40
40
  } catch ($p) {
41
41
  if ($p instanceof Error) {