mol_wire_dom 0.0.1438 → 0.0.1440

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
@@ -358,17 +358,6 @@ var $;
358
358
  return;
359
359
  this.cursor = quant;
360
360
  this.emit($mol_wire_cursor.doubt);
361
- if (pos >= 0 && pos < this.sub_from - 2) {
362
- const pub = this.data[pos];
363
- if (pub instanceof $mol_wire_task)
364
- return;
365
- for (let cursor = this.pub_from; cursor < this.sub_from; cursor += 2) {
366
- const pub = this.data[cursor];
367
- if (pub instanceof $mol_wire_task) {
368
- pub.destructor();
369
- }
370
- }
371
- }
372
361
  }
373
362
  [$mol_dev_format_head]() {
374
363
  return $mol_dev_format_native(this);
package/node.test.js CHANGED
@@ -349,17 +349,6 @@ var $;
349
349
  return;
350
350
  this.cursor = quant;
351
351
  this.emit($mol_wire_cursor.doubt);
352
- if (pos >= 0 && pos < this.sub_from - 2) {
353
- const pub = this.data[pos];
354
- if (pub instanceof $mol_wire_task)
355
- return;
356
- for (let cursor = this.pub_from; cursor < this.sub_from; cursor += 2) {
357
- const pub = this.data[cursor];
358
- if (pub instanceof $mol_wire_task) {
359
- pub.destructor();
360
- }
361
- }
362
- }
363
352
  }
364
353
  [$mol_dev_format_head]() {
365
354
  return $mol_dev_format_native(this);