mol_dump_lib 0.0.294 → 0.0.296

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.js CHANGED
@@ -5829,6 +5829,8 @@ var $;
5829
5829
  }
5830
5830
  simple() {
5831
5831
  const value = this.value();
5832
+ if (typeof value === 'number')
5833
+ return value.toLocaleString('en').replaceAll(',', '_');
5832
5834
  return value ? String(value) : JSON.stringify(value) ?? 'undefined';
5833
5835
  }
5834
5836
  expand_title() {