mol_jsx_lib 0.0.728 → 0.0.730

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
@@ -1538,10 +1538,12 @@ var $;
1538
1538
  [$mol_wire_cursor.fresh]: '🟢',
1539
1539
  [$mol_wire_cursor.final]: '🔵',
1540
1540
  }[this.cursor] ?? this.cursor.toString();
1541
- return $mol_dev_format_div({}, $mol_dev_format_auto({
1542
- [$mol_dev_format_head]: () => $mol_dev_format_shade(cursor),
1543
- [$mol_dev_format_body]: () => $mol_dev_format_native(this),
1544
- }), $mol_dev_format_auto(this.cache));
1541
+ return $mol_dev_format_div({}, $mol_owning_check(this, this.cache)
1542
+ ? $mol_dev_format_auto({
1543
+ [$mol_dev_format_head]: () => $mol_dev_format_shade(cursor),
1544
+ [$mol_dev_format_body]: () => $mol_dev_format_native(this),
1545
+ })
1546
+ : $mol_dev_format_shade($mol_dev_format_native(this), cursor), $mol_dev_format_auto(this.cache));
1545
1547
  }
1546
1548
  get $() {
1547
1549
  return (this.host ?? this.task)['$'];
package/node.test.js CHANGED
@@ -1530,10 +1530,12 @@ var $;
1530
1530
  [$mol_wire_cursor.fresh]: '🟢',
1531
1531
  [$mol_wire_cursor.final]: '🔵',
1532
1532
  }[this.cursor] ?? this.cursor.toString();
1533
- return $mol_dev_format_div({}, $mol_dev_format_auto({
1534
- [$mol_dev_format_head]: () => $mol_dev_format_shade(cursor),
1535
- [$mol_dev_format_body]: () => $mol_dev_format_native(this),
1536
- }), $mol_dev_format_auto(this.cache));
1533
+ return $mol_dev_format_div({}, $mol_owning_check(this, this.cache)
1534
+ ? $mol_dev_format_auto({
1535
+ [$mol_dev_format_head]: () => $mol_dev_format_shade(cursor),
1536
+ [$mol_dev_format_body]: () => $mol_dev_format_native(this),
1537
+ })
1538
+ : $mol_dev_format_shade($mol_dev_format_native(this), cursor), $mol_dev_format_auto(this.cache));
1537
1539
  }
1538
1540
  get $() {
1539
1541
  return (this.host ?? this.task)['$'];