mol_jsx_lib 0.0.1416 → 0.0.1418
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.d.ts +1 -0
- package/node.d.ts.map +1 -1
- package/node.deps.json +1 -1
- package/node.js +5 -1
- package/node.js.map +1 -1
- package/node.mjs +5 -1
- package/node.test.js +5 -1
- package/node.test.js.map +1 -1
- package/package.json +1 -1
- package/web.d.ts +1 -0
- package/web.d.ts.map +1 -1
- package/web.deps.json +1 -1
- package/web.js +5 -1
- package/web.js.map +1 -1
- package/web.mjs +5 -1
package/web.mjs
CHANGED
|
@@ -860,7 +860,7 @@ var $;
|
|
|
860
860
|
this.data.length = this.sub_from;
|
|
861
861
|
this.cursor = this.pub_from;
|
|
862
862
|
this.track_cut();
|
|
863
|
-
this.cursor = $mol_wire_cursor.
|
|
863
|
+
this.cursor = $mol_wire_cursor.stale;
|
|
864
864
|
}
|
|
865
865
|
track_cut() {
|
|
866
866
|
if (this.cursor < this.pub_from) {
|
|
@@ -1565,6 +1565,10 @@ var $;
|
|
|
1565
1565
|
this.emit();
|
|
1566
1566
|
return next;
|
|
1567
1567
|
}
|
|
1568
|
+
destructor() {
|
|
1569
|
+
super.destructor();
|
|
1570
|
+
this.cursor = $mol_wire_cursor.final;
|
|
1571
|
+
}
|
|
1568
1572
|
}
|
|
1569
1573
|
$.$mol_wire_task = $mol_wire_task;
|
|
1570
1574
|
})($ || ($ = {}));
|