@absolutejs/absolute 0.19.0-beta.368 → 0.19.0-beta.369
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 +5 -2
- package/dist/build.js.map +3 -3
- package/dist/index.js +5 -2
- package/dist/index.js.map +3 -3
- package/dist/react/index.js +4 -1
- package/dist/react/index.js.map +3 -3
- package/dist/react/server.js +4 -1
- package/dist/react/server.js.map +3 -3
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -517,6 +517,9 @@ var ssrDirty = false, buildDirtyResponse = (index, maybeProps) => {
|
|
|
517
517
|
console.error("[SSR] React streaming error:", error);
|
|
518
518
|
}
|
|
519
519
|
});
|
|
520
|
+
if ("allReady" in stream && stream.allReady instanceof Promise) {
|
|
521
|
+
await stream.allReady;
|
|
522
|
+
}
|
|
520
523
|
const htmlStream = injectIslandPageContextStream(stream);
|
|
521
524
|
return new Response(htmlStream, {
|
|
522
525
|
headers: { "Content-Type": "text/html" }
|
|
@@ -173150,7 +173153,7 @@ ${registrations}
|
|
|
173150
173153
|
({ tsLibDir } = cached);
|
|
173151
173154
|
cached.lastUsed = Date.now();
|
|
173152
173155
|
} else {
|
|
173153
|
-
const tsPath = __require.resolve("
|
|
173156
|
+
const tsPath = __require.resolve("typescript");
|
|
173154
173157
|
const tsRootDir = dirname9(tsPath);
|
|
173155
173158
|
tsLibDir = tsRootDir.endsWith("lib") ? tsRootDir : resolve18(tsRootDir, "lib");
|
|
173156
173159
|
const config = readConfiguration("./tsconfig.json");
|
|
@@ -187416,5 +187419,5 @@ export {
|
|
|
187416
187419
|
ANGULAR_INIT_TIMEOUT_MS
|
|
187417
187420
|
};
|
|
187418
187421
|
|
|
187419
|
-
//# debugId=
|
|
187422
|
+
//# debugId=C88BAB0C6BD3F8AB64756E2164756E21
|
|
187420
187423
|
//# sourceMappingURL=index.js.map
|