@absolutejs/absolute 0.19.0-beta.972 → 0.19.0-beta.974

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-uHlXpg/src/core/streamingSlotRegistrar.ts
4
+ // .angular-partial-tmp-a4kNQF/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-uHlXpg/src/core/streamingSlotRegistrar.ts
4
+ // .angular-partial-tmp-a4kNQF/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-uHlXpg/src/core/streamingSlotRegistry.ts
51
+ // .angular-partial-tmp-a4kNQF/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";
@@ -14707,7 +14707,13 @@ init_generatedDir();
14707
14707
  import { existsSync as existsSync5 } from "fs";
14708
14708
  import { basename as basename3, join as join8 } from "path";
14709
14709
  var cache = new Map;
14710
- var manifestKeyForPagePath = (pageSourcePath) => toPascal(basename3(pageSourcePath).replace(/\.[cm]?[tj]sx?$/, ""));
14710
+ var BUN_CONTENT_HASH = /\.[a-z0-9]{8}$/;
14711
+ var manifestKeyForPagePath = (pageSourcePath) => {
14712
+ const stemWithExt = basename3(pageSourcePath);
14713
+ const stem = stemWithExt.replace(/\.[cm]?[tj]sx?$/, "");
14714
+ const withoutHash = stem.replace(BUN_CONTENT_HASH, "");
14715
+ return toPascal(withoutHash);
14716
+ };
14711
14717
  var loadPageProviders = async (pageSourcePath) => {
14712
14718
  const manifestKey = manifestKeyForPagePath(pageSourcePath);
14713
14719
  const cached2 = cache.get(manifestKey);
@@ -15425,5 +15431,5 @@ export {
15425
15431
  ABSOLUTE_HTTP_TRANSFER_CACHE_SKIP_HEADER
15426
15432
  };
15427
15433
 
15428
- //# debugId=0F39FAAF80305ED164756E2164756E21
15434
+ //# debugId=52CFBF4F2D3EE30464756E2164756E21
15429
15435
  //# sourceMappingURL=index.js.map