mol_jsx_lib 0.0.925 → 0.0.927

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
@@ -1479,20 +1479,6 @@ var $;
1479
1479
  $.$mol_after_timeout = $mol_after_timeout;
1480
1480
  })($ || ($ = {}));
1481
1481
 
1482
- ;
1483
- "use strict";
1484
- var $;
1485
- (function ($) {
1486
- class $mol_after_frame extends $mol_after_timeout {
1487
- task;
1488
- constructor(task) {
1489
- super(16, task);
1490
- this.task = task;
1491
- }
1492
- }
1493
- $.$mol_after_frame = $mol_after_frame;
1494
- })($ || ($ = {}));
1495
-
1496
1482
  ;
1497
1483
  "use strict";
1498
1484
  var $;
@@ -1508,7 +1494,7 @@ var $;
1508
1494
  static plan() {
1509
1495
  if (this.plan_task)
1510
1496
  return;
1511
- this.plan_task = new $mol_after_frame(() => {
1497
+ this.plan_task = new $mol_after_timeout(0, () => {
1512
1498
  try {
1513
1499
  this.sync();
1514
1500
  }
@@ -1782,6 +1768,20 @@ var $;
1782
1768
  $.$mol_key = $mol_key;
1783
1769
  })($ || ($ = {}));
1784
1770
 
1771
+ ;
1772
+ "use strict";
1773
+ var $;
1774
+ (function ($) {
1775
+ class $mol_after_frame extends $mol_after_timeout {
1776
+ task;
1777
+ constructor(task) {
1778
+ super(16, task);
1779
+ this.task = task;
1780
+ }
1781
+ }
1782
+ $.$mol_after_frame = $mol_after_frame;
1783
+ })($ || ($ = {}));
1784
+
1785
1785
  ;
1786
1786
  "use strict";
1787
1787
  var $;
package/node.test.js CHANGED
@@ -1470,20 +1470,6 @@ var $;
1470
1470
  $.$mol_after_timeout = $mol_after_timeout;
1471
1471
  })($ || ($ = {}));
1472
1472
 
1473
- ;
1474
- "use strict";
1475
- var $;
1476
- (function ($) {
1477
- class $mol_after_frame extends $mol_after_timeout {
1478
- task;
1479
- constructor(task) {
1480
- super(16, task);
1481
- this.task = task;
1482
- }
1483
- }
1484
- $.$mol_after_frame = $mol_after_frame;
1485
- })($ || ($ = {}));
1486
-
1487
1473
  ;
1488
1474
  "use strict";
1489
1475
  var $;
@@ -1499,7 +1485,7 @@ var $;
1499
1485
  static plan() {
1500
1486
  if (this.plan_task)
1501
1487
  return;
1502
- this.plan_task = new $mol_after_frame(() => {
1488
+ this.plan_task = new $mol_after_timeout(0, () => {
1503
1489
  try {
1504
1490
  this.sync();
1505
1491
  }
@@ -1773,6 +1759,20 @@ var $;
1773
1759
  $.$mol_key = $mol_key;
1774
1760
  })($ || ($ = {}));
1775
1761
 
1762
+ ;
1763
+ "use strict";
1764
+ var $;
1765
+ (function ($) {
1766
+ class $mol_after_frame extends $mol_after_timeout {
1767
+ task;
1768
+ constructor(task) {
1769
+ super(16, task);
1770
+ this.task = task;
1771
+ }
1772
+ }
1773
+ $.$mol_after_frame = $mol_after_frame;
1774
+ })($ || ($ = {}));
1775
+
1776
1776
  ;
1777
1777
  "use strict";
1778
1778
  var $;
@@ -3540,15 +3540,6 @@ var $;
3540
3540
  });
3541
3541
  })($ || ($ = {}));
3542
3542
 
3543
- ;
3544
- "use strict";
3545
- var $;
3546
- (function ($_1) {
3547
- $mol_test_mocks.push($ => {
3548
- $.$mol_after_frame = $mol_after_mock_commmon;
3549
- });
3550
- })($ || ($ = {}));
3551
-
3552
3543
  ;
3553
3544
  "use strict";
3554
3545
  var $;
@@ -3692,6 +3683,15 @@ var $;
3692
3683
  });
3693
3684
  })($ || ($ = {}));
3694
3685
 
3686
+ ;
3687
+ "use strict";
3688
+ var $;
3689
+ (function ($_1) {
3690
+ $mol_test_mocks.push($ => {
3691
+ $.$mol_after_frame = $mol_after_mock_commmon;
3692
+ });
3693
+ })($ || ($ = {}));
3694
+
3695
3695
  ;
3696
3696
  "use strict";
3697
3697
  var $;