mol_wire_dom 0.0.1439 → 0.0.1441
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.deps.json +1 -1
- package/node.js +0 -11
- package/node.js.map +1 -1
- package/node.mjs +0 -11
- package/node.test.js +0 -11
- package/node.test.js.map +1 -1
- package/package.json +20 -20
- package/web.deps.json +1 -1
- package/web.js +0 -11
- package/web.js.map +1 -1
- package/web.mjs +0 -11
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);
|