mol_regexp 0.0.1664 → 0.0.1665

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
@@ -1562,12 +1562,10 @@ var $;
1562
1562
  [$mol_wire_cursor.final]: '🔵',
1563
1563
  }[this.cursor] ?? this.cursor.toString();
1564
1564
  return $mol_dev_format_div({}, $mol_owning_check(this, this.cache)
1565
- ? $mol_dev_format_auto({
1566
- [$mol_dev_format_head]: () => $mol_dev_format_shade(cursor),
1567
- [$mol_dev_format_body]: () => $mol_dev_format_native(this),
1568
- })
1569
- : $mol_dev_format_shade($mol_dev_format_native(this), cursor), $mol_dev_format_auto(this.cache));
1565
+ ? $mol_dev_format_shade(cursor)
1566
+ : $mol_dev_format_shade(this[Symbol.toStringTag], cursor), $mol_dev_format_auto(this.cache));
1570
1567
  }
1568
+ [$mol_dev_format_body]() { return null; }
1571
1569
  get $() {
1572
1570
  return (this.host ?? this.task)['$'];
1573
1571
  }