@absolutejs/absolute 0.19.0-beta.152 → 0.19.0-beta.153
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/dist/build.js +3 -3
- package/dist/build.js.map +2 -2
- package/dist/index.js +3 -3
- package/dist/index.js.map +2 -2
- package/package.json +1 -1
package/dist/build.js
CHANGED
|
@@ -202757,7 +202757,7 @@ ${stubs}
|
|
|
202757
202757
|
` var snap = {};`,
|
|
202758
202758
|
` for (var k in result) {`,
|
|
202759
202759
|
` var v = result[k];`,
|
|
202760
|
-
` if (v && typeof v === "object" && "value" in v && typeof v.value !== "function") {`,
|
|
202760
|
+
` if (v && typeof v === "object" && "value" in v && !v.effect && typeof v.value !== "function") {`,
|
|
202761
202761
|
` snap[k] = v.value;`,
|
|
202762
202762
|
` }`,
|
|
202763
202763
|
` }`,
|
|
@@ -202766,7 +202766,7 @@ ${stubs}
|
|
|
202766
202766
|
` var old = __hmr_prev[name][idx];`,
|
|
202767
202767
|
` for (var k in old) {`,
|
|
202768
202768
|
` var nv = result[k];`,
|
|
202769
|
-
` if (nv && typeof nv === "object" && "value" in nv && typeof nv.value === typeof old[k]) {`,
|
|
202769
|
+
` if (nv && typeof nv === "object" && "value" in nv && !nv.effect && typeof nv.value === typeof old[k]) {`,
|
|
202770
202770
|
` nv.value = old[k];`,
|
|
202771
202771
|
` }`,
|
|
202772
202772
|
` }`,
|
|
@@ -205171,5 +205171,5 @@ export {
|
|
|
205171
205171
|
build
|
|
205172
205172
|
};
|
|
205173
205173
|
|
|
205174
|
-
//# debugId=
|
|
205174
|
+
//# debugId=009AF50099FA2AF364756E2164756E21
|
|
205175
205175
|
//# sourceMappingURL=build.js.map
|