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/node.mjs
CHANGED
|
@@ -747,17 +747,6 @@ var $;
|
|
|
747
747
|
return;
|
|
748
748
|
this.cursor = quant;
|
|
749
749
|
this.emit($mol_wire_cursor.doubt);
|
|
750
|
-
if (pos >= 0 && pos < this.sub_from - 2) {
|
|
751
|
-
const pub = this.data[pos];
|
|
752
|
-
if (pub instanceof $mol_wire_task)
|
|
753
|
-
return;
|
|
754
|
-
for (let cursor = this.pub_from; cursor < this.sub_from; cursor += 2) {
|
|
755
|
-
const pub = this.data[cursor];
|
|
756
|
-
if (pub instanceof $mol_wire_task) {
|
|
757
|
-
pub.destructor();
|
|
758
|
-
}
|
|
759
|
-
}
|
|
760
|
-
}
|
|
761
750
|
}
|
|
762
751
|
[$mol_dev_format_head]() {
|
|
763
752
|
return $mol_dev_format_native(this);
|
package/node.test.js
CHANGED
|
@@ -738,17 +738,6 @@ var $;
|
|
|
738
738
|
return;
|
|
739
739
|
this.cursor = quant;
|
|
740
740
|
this.emit($mol_wire_cursor.doubt);
|
|
741
|
-
if (pos >= 0 && pos < this.sub_from - 2) {
|
|
742
|
-
const pub = this.data[pos];
|
|
743
|
-
if (pub instanceof $mol_wire_task)
|
|
744
|
-
return;
|
|
745
|
-
for (let cursor = this.pub_from; cursor < this.sub_from; cursor += 2) {
|
|
746
|
-
const pub = this.data[cursor];
|
|
747
|
-
if (pub instanceof $mol_wire_task) {
|
|
748
|
-
pub.destructor();
|
|
749
|
-
}
|
|
750
|
-
}
|
|
751
|
-
}
|
|
752
741
|
}
|
|
753
742
|
[$mol_dev_format_head]() {
|
|
754
743
|
return $mol_dev_format_native(this);
|