@absolutejs/absolute 0.19.0-beta.659 → 0.19.0-beta.660
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 +1 -10
- package/dist/build.js.map +3 -3
- package/dist/index.js +1 -10
- package/dist/index.js.map +3 -3
- package/dist/react/index.js +1 -10
- package/dist/react/index.js.map +3 -3
- package/dist/react/server.js +1 -10
- package/dist/react/server.js.map +3 -3
- package/package.json +1 -1
package/dist/build.js
CHANGED
|
@@ -177970,14 +177970,6 @@ var init_pageHandler = __esm(() => {
|
|
|
177970
177970
|
var ssrDirty2 = false, buildRefreshSetup = () => {
|
|
177971
177971
|
if (false) {}
|
|
177972
177972
|
return "window.__REFRESH_BUFFER__=[];" + "window.$RefreshReg$=function(t,i){window.__REFRESH_BUFFER__.push([t,i])};" + "window.$RefreshSig$=function(){return function(t){return t}};";
|
|
177973
|
-
}, waitForAllReady = async (stream) => {
|
|
177974
|
-
if (!("allReady" in stream)) {
|
|
177975
|
-
return;
|
|
177976
|
-
}
|
|
177977
|
-
if (!(stream.allReady instanceof Promise)) {
|
|
177978
|
-
return;
|
|
177979
|
-
}
|
|
177980
|
-
await stream.allReady;
|
|
177981
177973
|
}, buildDirtyResponse = (index, maybeProps) => {
|
|
177982
177974
|
const propsScript = maybeProps ? `window.__INITIAL_PROPS__=${JSON.stringify(maybeProps)};` : "";
|
|
177983
177975
|
const dirtyFlag = "window.__SSR_DIRTY__=true;";
|
|
@@ -178022,7 +178014,6 @@ var ssrDirty2 = false, buildRefreshSetup = () => {
|
|
|
178022
178014
|
console.error("[SSR] React streaming error:", error);
|
|
178023
178015
|
}
|
|
178024
178016
|
});
|
|
178025
|
-
await waitForAllReady(stream);
|
|
178026
178017
|
const htmlStream = injectIslandPageContextStream(stream);
|
|
178027
178018
|
return new Response(htmlStream, {
|
|
178028
178019
|
headers: { "Content-Type": "text/html" }
|
|
@@ -181102,5 +181093,5 @@ export {
|
|
|
181102
181093
|
build
|
|
181103
181094
|
};
|
|
181104
181095
|
|
|
181105
|
-
//# debugId=
|
|
181096
|
+
//# debugId=D556DCD8242176E164756E2164756E21
|
|
181106
181097
|
//# sourceMappingURL=build.js.map
|