mol_key 0.0.1387 → 0.0.1389

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
@@ -2312,12 +2312,10 @@ var $;
2312
2312
  [$mol_wire_cursor.final]: '🔵',
2313
2313
  }[this.cursor] ?? this.cursor.toString();
2314
2314
  return $mol_dev_format_div({}, $mol_owning_check(this, this.cache)
2315
- ? $mol_dev_format_auto({
2316
- [$mol_dev_format_head]: () => $mol_dev_format_shade(cursor),
2317
- [$mol_dev_format_body]: () => $mol_dev_format_native(this),
2318
- })
2319
- : $mol_dev_format_shade($mol_dev_format_native(this), cursor), $mol_dev_format_auto(this.cache));
2315
+ ? $mol_dev_format_shade(cursor)
2316
+ : $mol_dev_format_shade(this[Symbol.toStringTag], cursor), $mol_dev_format_auto(this.cache));
2320
2317
  }
2318
+ [$mol_dev_format_body]() { return null; }
2321
2319
  get $() {
2322
2320
  return (this.host ?? this.task)['$'];
2323
2321
  }