mol_vary 0.0.58 → 0.0.60
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 +1 -1
- package/node.d.ts +1 -1
- package/node.js +1 -1
- package/node.js.map +1 -1
- package/node.mjs +1 -1
- package/node.test.js +2 -2
- package/node.test.js.map +1 -1
- package/package.json +1 -1
- package/web.d.ts +1 -1
- package/web.js +1 -1
- package/web.js.map +1 -1
- package/web.mjs +1 -1
- package/web.test.js +1 -1
- package/web.test.js.map +1 -1
package/node.mjs
CHANGED
|
@@ -2823,7 +2823,7 @@ var $;
|
|
|
2823
2823
|
rich_index = new Map([
|
|
2824
2824
|
[null, () => ({})]
|
|
2825
2825
|
]);
|
|
2826
|
-
|
|
2826
|
+
zone() {
|
|
2827
2827
|
const room = new $mol_vary_class;
|
|
2828
2828
|
Object.setPrototypeOf(room, this);
|
|
2829
2829
|
const index_clone = (map) => new Map([...map].map(([k, v]) => [k, k === null ? v : index_clone(v)]));
|
package/node.test.js
CHANGED
|
@@ -2814,7 +2814,7 @@ var $;
|
|
|
2814
2814
|
rich_index = new Map([
|
|
2815
2815
|
[null, () => ({})]
|
|
2816
2816
|
]);
|
|
2817
|
-
|
|
2817
|
+
zone() {
|
|
2818
2818
|
const room = new $mol_vary_class;
|
|
2819
2819
|
Object.setPrototypeOf(room, this);
|
|
2820
2820
|
const index_clone = (map) => new Map([...map].map(([k, v]) => [k, k === null ? v : index_clone(v)]));
|
|
@@ -5098,7 +5098,7 @@ var $;
|
|
|
5098
5098
|
return [this.a, this.b].values();
|
|
5099
5099
|
}
|
|
5100
5100
|
}
|
|
5101
|
-
const Vary = $mol_vary.
|
|
5101
|
+
const Vary = $mol_vary.zone();
|
|
5102
5102
|
Vary.type({
|
|
5103
5103
|
type: Foo,
|
|
5104
5104
|
keys: ['summ', 'diff'],
|