@lytjs/reactivity 6.5.0 → 6.7.0
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/README.md +327 -327
- package/dist/async.cjs.map +1 -1
- package/dist/async.mjs.map +1 -1
- package/dist/index.cjs +1 -3
- package/dist/index.cjs.map +1 -1
- package/dist/index.mjs +1 -3
- package/dist/index.mjs.map +1 -1
- package/dist/scope.cjs.map +1 -1
- package/dist/scope.mjs.map +1 -1
- package/dist/signal-component.cjs.map +1 -1
- package/dist/signal-component.mjs.map +1 -1
- package/dist/signal.cjs.map +1 -1
- package/dist/signal.mjs.map +1 -1
- package/package.json +7 -7
package/dist/index.mjs
CHANGED
|
@@ -1528,9 +1528,7 @@ function batchScope(callback, options = {}) {
|
|
|
1528
1528
|
});
|
|
1529
1529
|
ctx.committed = true;
|
|
1530
1530
|
if (result === void 0) {
|
|
1531
|
-
throw new Error(
|
|
1532
|
-
"[lytjs/reactivity] batchScope sync mode: callback returned undefined."
|
|
1533
|
-
);
|
|
1531
|
+
throw new Error("[lytjs/reactivity] batchScope sync mode: callback returned undefined.");
|
|
1534
1532
|
}
|
|
1535
1533
|
return result;
|
|
1536
1534
|
}
|