mol_wire_lib 1.0.809 → 1.0.810

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/web.mjs CHANGED
@@ -1493,6 +1493,7 @@ var $;
1493
1493
  const getter = (() => value);
1494
1494
  getter['()'] = value;
1495
1495
  getter[Symbol.toStringTag] = value;
1496
+ getter[$mol_dev_format_head] = () => $mol_dev_format_span({}, '()=> ', $mol_dev_format_auto(value));
1496
1497
  return getter;
1497
1498
  }
1498
1499
  $.$mol_const = $mol_const;