mol_regexp 0.0.1563 → 0.0.1565

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
@@ -1182,17 +1182,6 @@ var $;
1182
1182
  return;
1183
1183
  this.cursor = quant;
1184
1184
  this.emit($mol_wire_cursor.doubt);
1185
- if (pos >= 0 && pos < this.sub_from - 2) {
1186
- const pub = this.data[pos];
1187
- if (pub instanceof $mol_wire_task)
1188
- return;
1189
- for (let cursor = this.pub_from; cursor < this.sub_from; cursor += 2) {
1190
- const pub = this.data[cursor];
1191
- if (pub instanceof $mol_wire_task) {
1192
- pub.destructor();
1193
- }
1194
- }
1195
- }
1196
1185
  }
1197
1186
  [$mol_dev_format_head]() {
1198
1187
  return $mol_dev_format_native(this);