mol_compare_deep 0.0.1303 → 0.0.1304

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
@@ -2043,17 +2043,6 @@ var $;
2043
2043
  return;
2044
2044
  this.cursor = quant;
2045
2045
  this.emit($mol_wire_cursor.doubt);
2046
- if (pos >= 0 && pos < this.sub_from - 2) {
2047
- const pub = this.data[pos];
2048
- if (pub instanceof $mol_wire_task)
2049
- return;
2050
- for (let cursor = this.pub_from; cursor < this.sub_from; cursor += 2) {
2051
- const pub = this.data[cursor];
2052
- if (pub instanceof $mol_wire_task) {
2053
- pub.destructor();
2054
- }
2055
- }
2056
- }
2057
2046
  }
2058
2047
  [$mol_dev_format_head]() {
2059
2048
  return $mol_dev_format_native(this);