mol_plot_all 1.2.352 → 1.2.354

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
@@ -3068,7 +3068,8 @@ var $;
3068
3068
  return obj;
3069
3069
  }
3070
3070
  hue() {
3071
- return NaN;
3071
+ const obj = new this.$.NaN();
3072
+ return obj;
3072
3073
  }
3073
3074
  Sample() {
3074
3075
  return null;
@@ -3139,6 +3140,9 @@ var $;
3139
3140
  __decorate([
3140
3141
  $mol_mem
3141
3142
  ], $mol_plot_graph.prototype, "Hint", null);
3143
+ __decorate([
3144
+ $mol_mem
3145
+ ], $mol_plot_graph.prototype, "hue", null);
3142
3146
  __decorate([
3143
3147
  $mol_mem
3144
3148
  ], $mol_plot_graph.prototype, "viewport_x", null);
@@ -3796,7 +3800,8 @@ var $;
3796
3800
  hue_base(val) {
3797
3801
  if (val !== undefined)
3798
3802
  return val;
3799
- return NaN;
3803
+ const obj = new this.$.NaN();
3804
+ return obj;
3800
3805
  }
3801
3806
  hue_shift(val) {
3802
3807
  if (val !== undefined)
@@ -4534,7 +4539,7 @@ var $;
4534
4539
  (function ($) {
4535
4540
  class $mol_plot_dot extends $mol_plot_graph {
4536
4541
  points_max() {
4537
- return Infinity;
4542
+ return +Infinity;
4538
4543
  }
4539
4544
  aspect() {
4540
4545
  return 1;