mol_jsx_lib 0.0.1320 → 0.0.1322
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 +1 -1
- package/web.deps.json +1 -1
- package/web.js +0 -11
- package/web.js.map +1 -1
- package/web.mjs +0 -11
package/web.mjs
CHANGED
|
@@ -780,17 +780,6 @@ var $;
|
|
|
780
780
|
return;
|
|
781
781
|
this.cursor = quant;
|
|
782
782
|
this.emit($mol_wire_cursor.doubt);
|
|
783
|
-
if (pos >= 0 && pos < this.sub_from - 2) {
|
|
784
|
-
const pub = this.data[pos];
|
|
785
|
-
if (pub instanceof $mol_wire_task)
|
|
786
|
-
return;
|
|
787
|
-
for (let cursor = this.pub_from; cursor < this.sub_from; cursor += 2) {
|
|
788
|
-
const pub = this.data[cursor];
|
|
789
|
-
if (pub instanceof $mol_wire_task) {
|
|
790
|
-
pub.destructor();
|
|
791
|
-
}
|
|
792
|
-
}
|
|
793
|
-
}
|
|
794
783
|
}
|
|
795
784
|
[$mol_dev_format_head]() {
|
|
796
785
|
return $mol_dev_format_native(this);
|