mol_view_tree2_lib 1.0.21 → 1.0.22

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
@@ -2860,12 +2860,10 @@ var $;
2860
2860
  [$mol_wire_cursor.final]: '🔵',
2861
2861
  }[this.cursor] ?? this.cursor.toString();
2862
2862
  return $mol_dev_format_div({}, $mol_owning_check(this, this.cache)
2863
- ? $mol_dev_format_auto({
2864
- [$mol_dev_format_head]: () => $mol_dev_format_shade(cursor),
2865
- [$mol_dev_format_body]: () => $mol_dev_format_native(this),
2866
- })
2867
- : $mol_dev_format_shade($mol_dev_format_native(this), cursor), $mol_dev_format_auto(this.cache));
2863
+ ? $mol_dev_format_shade(cursor)
2864
+ : $mol_dev_format_shade(this[Symbol.toStringTag], cursor), $mol_dev_format_auto(this.cache));
2868
2865
  }
2866
+ [$mol_dev_format_body]() { return null; }
2869
2867
  get $() {
2870
2868
  return (this.host ?? this.task)['$'];
2871
2869
  }
package/node.test.js CHANGED
@@ -2851,12 +2851,10 @@ var $;
2851
2851
  [$mol_wire_cursor.final]: '🔵',
2852
2852
  }[this.cursor] ?? this.cursor.toString();
2853
2853
  return $mol_dev_format_div({}, $mol_owning_check(this, this.cache)
2854
- ? $mol_dev_format_auto({
2855
- [$mol_dev_format_head]: () => $mol_dev_format_shade(cursor),
2856
- [$mol_dev_format_body]: () => $mol_dev_format_native(this),
2857
- })
2858
- : $mol_dev_format_shade($mol_dev_format_native(this), cursor), $mol_dev_format_auto(this.cache));
2854
+ ? $mol_dev_format_shade(cursor)
2855
+ : $mol_dev_format_shade(this[Symbol.toStringTag], cursor), $mol_dev_format_auto(this.cache));
2859
2856
  }
2857
+ [$mol_dev_format_body]() { return null; }
2860
2858
  get $() {
2861
2859
  return (this.host ?? this.task)['$'];
2862
2860
  }