@absolutejs/absolute 0.19.0-beta.157 → 0.19.0-beta.158
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 -1
- package/dist/build.js.map +3 -3
- package/dist/index.js +3 -1
- package/dist/index.js.map +3 -3
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -202835,6 +202835,7 @@ ${stubs}
|
|
|
202835
202835
|
`var __hmr_cs = (globalThis.__HMR_COMPOSABLE_STATE__ ??= {});`,
|
|
202836
202836
|
`var __hmr_mid = ${moduleId};`,
|
|
202837
202837
|
`var __hmr_prev_refs = __hmr_cs[__hmr_mid];`,
|
|
202838
|
+
`console.log("[HMR-composable] module load", __hmr_mid, "prev:", __hmr_prev_refs ? Object.keys(__hmr_prev_refs) : "none");`,
|
|
202838
202839
|
`var __hmr_idx = {};`,
|
|
202839
202840
|
`__hmr_cs[__hmr_mid] = {};`,
|
|
202840
202841
|
`function __hmr_wrap(name, fn) {`,
|
|
@@ -202850,6 +202851,7 @@ ${stubs}
|
|
|
202850
202851
|
` }`,
|
|
202851
202852
|
` }`,
|
|
202852
202853
|
` (__hmr_cs[__hmr_mid][name] ??= [])[idx] = refs;`,
|
|
202854
|
+
` console.log("[HMR-composable] wrap called", name, "idx:", idx, "has prev:", !!(__hmr_prev_refs && __hmr_prev_refs[name] && __hmr_prev_refs[name][idx]), "snap keys:", Object.keys(refs));`,
|
|
202853
202855
|
` if (__hmr_prev_refs && __hmr_prev_refs[name] && __hmr_prev_refs[name][idx]) {`,
|
|
202854
202856
|
` var old = __hmr_prev_refs[name][idx];`,
|
|
202855
202857
|
` for (var k in old) {`,
|
|
@@ -205922,5 +205924,5 @@ export {
|
|
|
205922
205924
|
ANGULAR_INIT_TIMEOUT_MS
|
|
205923
205925
|
};
|
|
205924
205926
|
|
|
205925
|
-
//# debugId=
|
|
205927
|
+
//# debugId=3606855454865F1964756E2164756E21
|
|
205926
205928
|
//# sourceMappingURL=index.js.map
|