mol_mutable 0.0.1047 → 0.0.1049

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
@@ -1297,12 +1297,10 @@ var $;
1297
1297
  [$mol_wire_cursor.final]: '🔵',
1298
1298
  }[this.cursor] ?? this.cursor.toString();
1299
1299
  return $mol_dev_format_div({}, $mol_owning_check(this, this.cache)
1300
- ? $mol_dev_format_auto({
1301
- [$mol_dev_format_head]: () => $mol_dev_format_shade(cursor),
1302
- [$mol_dev_format_body]: () => $mol_dev_format_native(this),
1303
- })
1304
- : $mol_dev_format_shade($mol_dev_format_native(this), cursor), $mol_dev_format_auto(this.cache));
1300
+ ? $mol_dev_format_shade(cursor)
1301
+ : $mol_dev_format_shade(this[Symbol.toStringTag], cursor), $mol_dev_format_auto(this.cache));
1305
1302
  }
1303
+ [$mol_dev_format_body]() { return null; }
1306
1304
  get $() {
1307
1305
  return (this.host ?? this.task)['$'];
1308
1306
  }