@absolutejs/absolute 0.19.0-beta.1063 → 0.19.0-beta.1065
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.
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
// @bun
|
|
2
2
|
var __require = import.meta.require;
|
|
3
3
|
|
|
4
|
-
// .angular-partial-tmp-
|
|
4
|
+
// .angular-partial-tmp-8rhf8z/src/core/streamingSlotRegistrar.ts
|
|
5
5
|
var STREAMING_SLOT_REGISTRAR_KEY = Symbol.for("absolutejs.streamingSlotRegistrar");
|
|
6
6
|
var STREAMING_SLOT_WARNING_STORAGE_KEY = Symbol.for("absolutejs.streamingSlotWarningController");
|
|
7
7
|
var STREAMING_SLOT_COLLECTION_STORAGE_KEY = Symbol.for("absolutejs.streamingSlotCollectionController");
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
// @bun
|
|
2
2
|
var __require = import.meta.require;
|
|
3
3
|
|
|
4
|
-
// .angular-partial-tmp-
|
|
4
|
+
// .angular-partial-tmp-8rhf8z/src/core/streamingSlotRegistrar.ts
|
|
5
5
|
var STREAMING_SLOT_REGISTRAR_KEY = Symbol.for("absolutejs.streamingSlotRegistrar");
|
|
6
6
|
var STREAMING_SLOT_WARNING_STORAGE_KEY = Symbol.for("absolutejs.streamingSlotWarningController");
|
|
7
7
|
var STREAMING_SLOT_COLLECTION_STORAGE_KEY = Symbol.for("absolutejs.streamingSlotCollectionController");
|
|
@@ -48,7 +48,7 @@ var warnMissingStreamingSlotCollector = (primitiveName) => {
|
|
|
48
48
|
getWarningController()?.maybeWarn(primitiveName);
|
|
49
49
|
};
|
|
50
50
|
|
|
51
|
-
// .angular-partial-tmp-
|
|
51
|
+
// .angular-partial-tmp-8rhf8z/src/core/streamingSlotRegistry.ts
|
|
52
52
|
var STREAMING_SLOT_STORAGE_KEY = Symbol.for("absolutejs.streamingSlotAsyncLocalStorage");
|
|
53
53
|
var isObjectRecord2 = (value) => Boolean(value) && typeof value === "object";
|
|
54
54
|
var isAsyncLocalStorage = (value) => isObjectRecord2(value) && ("getStore" in value) && typeof value.getStore === "function" && ("run" in value) && typeof value.run === "function";
|
package/dist/index.js
CHANGED
|
@@ -39774,6 +39774,7 @@ var wrapPageHandlerWithStreamingSlots = (handler, options) => {
|
|
|
39774
39774
|
init_constants();
|
|
39775
39775
|
import { argv } from "process";
|
|
39776
39776
|
var {env: env4 } = globalThis.Bun;
|
|
39777
|
+
import { websocket as elysiaWebSocketHandler } from "elysia/ws";
|
|
39777
39778
|
|
|
39778
39779
|
// src/dev/devCert.ts
|
|
39779
39780
|
import {
|
|
@@ -40042,8 +40043,13 @@ var networking = (app) => {
|
|
|
40042
40043
|
try {
|
|
40043
40044
|
app.compile();
|
|
40044
40045
|
} catch {}
|
|
40046
|
+
app.server = liveServer;
|
|
40045
40047
|
liveServer.reload({
|
|
40046
40048
|
routes: {},
|
|
40049
|
+
websocket: {
|
|
40050
|
+
...app.config.websocket ?? {},
|
|
40051
|
+
...elysiaWebSocketHandler
|
|
40052
|
+
},
|
|
40047
40053
|
fetch: (request) => app.fetch(request)
|
|
40048
40054
|
});
|
|
40049
40055
|
return app;
|
|
@@ -46586,5 +46592,5 @@ export {
|
|
|
46586
46592
|
ANGULAR_INIT_TIMEOUT_MS
|
|
46587
46593
|
};
|
|
46588
46594
|
|
|
46589
|
-
//# debugId=
|
|
46595
|
+
//# debugId=21D861916A6FEEBD64756E2164756E21
|
|
46590
46596
|
//# sourceMappingURL=index.js.map
|