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/node.mjs CHANGED
@@ -1487,6 +1487,7 @@ var $;
1487
1487
  const getter = (() => value);
1488
1488
  getter['()'] = value;
1489
1489
  getter[Symbol.toStringTag] = value;
1490
+ getter[$mol_dev_format_head] = () => $mol_dev_format_span({}, '()=> ', $mol_dev_format_auto(value));
1490
1491
  return getter;
1491
1492
  }
1492
1493
  $.$mol_const = $mol_const;
package/node.test.js CHANGED
@@ -1479,6 +1479,7 @@ var $;
1479
1479
  const getter = (() => value);
1480
1480
  getter['()'] = value;
1481
1481
  getter[Symbol.toStringTag] = value;
1482
+ getter[$mol_dev_format_head] = () => $mol_dev_format_span({}, '()=> ', $mol_dev_format_auto(value));
1482
1483
  return getter;
1483
1484
  }
1484
1485
  $.$mol_const = $mol_const;