mol_wire_lib 1.0.1059 → 1.0.1061

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/node.mjs CHANGED
@@ -592,20 +592,6 @@ var $;
592
592
  $.$mol_after_timeout = $mol_after_timeout;
593
593
  })($ || ($ = {}));
594
594
 
595
- ;
596
- "use strict";
597
- var $;
598
- (function ($) {
599
- class $mol_after_frame extends $mol_after_timeout {
600
- task;
601
- constructor(task) {
602
- super(16, task);
603
- this.task = task;
604
- }
605
- }
606
- $.$mol_after_frame = $mol_after_frame;
607
- })($ || ($ = {}));
608
-
609
595
  ;
610
596
  "use strict";
611
597
  var $;
@@ -631,7 +617,7 @@ var $;
631
617
  static plan() {
632
618
  if (this.plan_task)
633
619
  return;
634
- this.plan_task = new $mol_after_frame(() => {
620
+ this.plan_task = new $mol_after_timeout(0, () => {
635
621
  try {
636
622
  this.sync();
637
623
  }
@@ -1622,6 +1608,20 @@ var $;
1622
1608
  $.$mol_key = $mol_key;
1623
1609
  })($ || ($ = {}));
1624
1610
 
1611
+ ;
1612
+ "use strict";
1613
+ var $;
1614
+ (function ($) {
1615
+ class $mol_after_frame extends $mol_after_timeout {
1616
+ task;
1617
+ constructor(task) {
1618
+ super(16, task);
1619
+ this.task = task;
1620
+ }
1621
+ }
1622
+ $.$mol_after_frame = $mol_after_frame;
1623
+ })($ || ($ = {}));
1624
+
1625
1625
  ;
1626
1626
  "use strict";
1627
1627
  var $;
package/node.test.js CHANGED
@@ -583,20 +583,6 @@ var $;
583
583
  $.$mol_after_timeout = $mol_after_timeout;
584
584
  })($ || ($ = {}));
585
585
 
586
- ;
587
- "use strict";
588
- var $;
589
- (function ($) {
590
- class $mol_after_frame extends $mol_after_timeout {
591
- task;
592
- constructor(task) {
593
- super(16, task);
594
- this.task = task;
595
- }
596
- }
597
- $.$mol_after_frame = $mol_after_frame;
598
- })($ || ($ = {}));
599
-
600
586
  ;
601
587
  "use strict";
602
588
  var $;
@@ -622,7 +608,7 @@ var $;
622
608
  static plan() {
623
609
  if (this.plan_task)
624
610
  return;
625
- this.plan_task = new $mol_after_frame(() => {
611
+ this.plan_task = new $mol_after_timeout(0, () => {
626
612
  try {
627
613
  this.sync();
628
614
  }
@@ -1613,6 +1599,20 @@ var $;
1613
1599
  $.$mol_key = $mol_key;
1614
1600
  })($ || ($ = {}));
1615
1601
 
1602
+ ;
1603
+ "use strict";
1604
+ var $;
1605
+ (function ($) {
1606
+ class $mol_after_frame extends $mol_after_timeout {
1607
+ task;
1608
+ constructor(task) {
1609
+ super(16, task);
1610
+ this.task = task;
1611
+ }
1612
+ }
1613
+ $.$mol_after_frame = $mol_after_frame;
1614
+ })($ || ($ = {}));
1615
+
1616
1616
  ;
1617
1617
  "use strict";
1618
1618
  var $;
@@ -3838,15 +3838,6 @@ var $;
3838
3838
  });
3839
3839
  })($ || ($ = {}));
3840
3840
 
3841
- ;
3842
- "use strict";
3843
- var $;
3844
- (function ($_1) {
3845
- $mol_test_mocks.push($ => {
3846
- $.$mol_after_frame = $mol_after_mock_commmon;
3847
- });
3848
- })($ || ($ = {}));
3849
-
3850
3841
  ;
3851
3842
  "use strict";
3852
3843
  var $;
@@ -3990,6 +3981,15 @@ var $;
3990
3981
  });
3991
3982
  })($ || ($ = {}));
3992
3983
 
3984
+ ;
3985
+ "use strict";
3986
+ var $;
3987
+ (function ($_1) {
3988
+ $mol_test_mocks.push($ => {
3989
+ $.$mol_after_frame = $mol_after_mock_commmon;
3990
+ });
3991
+ })($ || ($ = {}));
3992
+
3993
3993
  ;
3994
3994
  "use strict";
3995
3995