mol_tree2 1.0.1220 → 1.0.1222

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.test.js CHANGED
@@ -3669,12 +3669,10 @@ var $;
3669
3669
  [$mol_wire_cursor.final]: '🔵',
3670
3670
  }[this.cursor] ?? this.cursor.toString();
3671
3671
  return $mol_dev_format_div({}, $mol_owning_check(this, this.cache)
3672
- ? $mol_dev_format_auto({
3673
- [$mol_dev_format_head]: () => $mol_dev_format_shade(cursor),
3674
- [$mol_dev_format_body]: () => $mol_dev_format_native(this),
3675
- })
3676
- : $mol_dev_format_shade($mol_dev_format_native(this), cursor), $mol_dev_format_auto(this.cache));
3672
+ ? $mol_dev_format_shade(cursor)
3673
+ : $mol_dev_format_shade(this[Symbol.toStringTag], cursor), $mol_dev_format_auto(this.cache));
3677
3674
  }
3675
+ [$mol_dev_format_body]() { return null; }
3678
3676
  get $() {
3679
3677
  return (this.host ?? this.task)['$'];
3680
3678
  }