@absolutejs/absolute 0.19.0-beta.158 → 0.19.0-beta.159
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/.absolutejs/tsconfig.tsbuildinfo +1 -1
- package/dist/build.js +1 -3
- package/dist/build.js.map +3 -3
- package/dist/index.js +1 -3
- package/dist/index.js.map +3 -3
- package/package.json +1 -1
package/dist/build.js
CHANGED
|
@@ -202835,7 +202835,6 @@ ${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");`,
|
|
202839
202838
|
`var __hmr_idx = {};`,
|
|
202840
202839
|
`__hmr_cs[__hmr_mid] = {};`,
|
|
202841
202840
|
`function __hmr_wrap(name, fn) {`,
|
|
@@ -202851,7 +202850,6 @@ ${stubs}
|
|
|
202851
202850
|
` }`,
|
|
202852
202851
|
` }`,
|
|
202853
202852
|
` (__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));`,
|
|
202855
202853
|
` if (__hmr_prev_refs && __hmr_prev_refs[name] && __hmr_prev_refs[name][idx]) {`,
|
|
202856
202854
|
` var old = __hmr_prev_refs[name][idx];`,
|
|
202857
202855
|
` for (var k in old) {`,
|
|
@@ -205262,5 +205260,5 @@ export {
|
|
|
205262
205260
|
build
|
|
205263
205261
|
};
|
|
205264
205262
|
|
|
205265
|
-
//# debugId=
|
|
205263
|
+
//# debugId=895358B52BA6BBCD64756E2164756E21
|
|
205266
205264
|
//# sourceMappingURL=build.js.map
|