mol_jsx_lib 0.0.110 → 0.0.113
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.esm.js +2 -1
- package/node.esm.js.map +1 -1
- package/node.js +2 -1
- package/node.js.map +1 -1
- package/node.test.js +2 -1
- package/node.test.js.map +1 -1
- package/package.json +1 -1
- package/web.deps.json +1 -1
- package/web.esm.js +2 -1
- package/web.esm.js.map +1 -1
- package/web.js +2 -1
- package/web.js.map +1 -1
package/web.js
CHANGED
|
@@ -1198,7 +1198,8 @@ var $;
|
|
|
1198
1198
|
class $mol_wire_task extends $mol_wire_fiber {
|
|
1199
1199
|
static getter(task) {
|
|
1200
1200
|
return function $mol_wire_task_get(host, args) {
|
|
1201
|
-
const
|
|
1201
|
+
const sub = $mol_wire_auto();
|
|
1202
|
+
const existen = sub?.track_next();
|
|
1202
1203
|
reuse: if (existen) {
|
|
1203
1204
|
if (!(existen instanceof $mol_wire_task))
|
|
1204
1205
|
break reuse;
|