@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/index.js
CHANGED
|
@@ -1643,14 +1643,6 @@ var init_resolveConvention = __esm(() => {
|
|
|
1643
1643
|
var ssrDirty = false, buildRefreshSetup = () => {
|
|
1644
1644
|
if (false) {}
|
|
1645
1645
|
return "window.__REFRESH_BUFFER__=[];" + "window.$RefreshReg$=function(t,i){window.__REFRESH_BUFFER__.push([t,i])};" + "window.$RefreshSig$=function(){return function(t){return t}};";
|
|
1646
|
-
}, waitForAllReady = async (stream) => {
|
|
1647
|
-
if (!("allReady" in stream)) {
|
|
1648
|
-
return;
|
|
1649
|
-
}
|
|
1650
|
-
if (!(stream.allReady instanceof Promise)) {
|
|
1651
|
-
return;
|
|
1652
|
-
}
|
|
1653
|
-
await stream.allReady;
|
|
1654
1646
|
}, buildDirtyResponse = (index, maybeProps) => {
|
|
1655
1647
|
const propsScript = maybeProps ? `window.__INITIAL_PROPS__=${JSON.stringify(maybeProps)};` : "";
|
|
1656
1648
|
const dirtyFlag = "window.__SSR_DIRTY__=true;";
|
|
@@ -1695,7 +1687,6 @@ var ssrDirty = false, buildRefreshSetup = () => {
|
|
|
1695
1687
|
console.error("[SSR] React streaming error:", error);
|
|
1696
1688
|
}
|
|
1697
1689
|
});
|
|
1698
|
-
await waitForAllReady(stream);
|
|
1699
1690
|
const htmlStream = injectIslandPageContextStream(stream);
|
|
1700
1691
|
return new Response(htmlStream, {
|
|
1701
1692
|
headers: { "Content-Type": "text/html" }
|
|
@@ -188804,5 +188795,5 @@ export {
|
|
|
188804
188795
|
ANGULAR_INIT_TIMEOUT_MS
|
|
188805
188796
|
};
|
|
188806
188797
|
|
|
188807
|
-
//# debugId=
|
|
188798
|
+
//# debugId=3CA14FD87FDA4FFC64756E2164756E21
|
|
188808
188799
|
//# sourceMappingURL=index.js.map
|