@absolutejs/absolute 0.19.0-beta.936 → 0.19.0-beta.937
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-4flRGU/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-4flRGU/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-4flRGU/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
|
@@ -25357,7 +25357,7 @@ var prepareDev = async (config, buildDir) => {
|
|
|
25357
25357
|
projectRoot: config.dev?.devtools?.projectRoot,
|
|
25358
25358
|
uuid: config.dev?.devtools?.uuid,
|
|
25359
25359
|
uuidCachePath: config.dev?.devtools?.uuidCachePath
|
|
25360
|
-
})).use(imageOptimizer2(config.images, buildDir)).use(staticPlugin({
|
|
25360
|
+
})).use(imageOptimizer2(config.images, buildDir)).use(await staticPlugin({
|
|
25361
25361
|
alwaysStatic: true,
|
|
25362
25362
|
assets: buildDir,
|
|
25363
25363
|
directive: "no-cache",
|
|
@@ -25444,7 +25444,7 @@ var prepare = async (configOrPath) => {
|
|
|
25444
25444
|
recordStep("load production conventions", stepStartedAt);
|
|
25445
25445
|
stepStartedAt = performance.now();
|
|
25446
25446
|
const { staticPlugin } = await import("@elysiajs/static");
|
|
25447
|
-
const staticFiles = staticPlugin({
|
|
25447
|
+
const staticFiles = await staticPlugin({
|
|
25448
25448
|
alwaysStatic: true,
|
|
25449
25449
|
assets: buildDir,
|
|
25450
25450
|
prefix: "",
|
|
@@ -32137,5 +32137,5 @@ export {
|
|
|
32137
32137
|
ANGULAR_INIT_TIMEOUT_MS
|
|
32138
32138
|
};
|
|
32139
32139
|
|
|
32140
|
-
//# debugId=
|
|
32140
|
+
//# debugId=E5D55DB53383127464756E2164756E21
|
|
32141
32141
|
//# sourceMappingURL=index.js.map
|