@absolutejs/absolute 0.19.0-beta.880 → 0.19.0-beta.881

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-0pNeWY/src/core/streamingSlotRegistrar.ts
4
+ // .angular-partial-tmp-Xhhant/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-0pNeWY/src/core/streamingSlotRegistrar.ts
4
+ // .angular-partial-tmp-Xhhant/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-0pNeWY/src/core/streamingSlotRegistry.ts
51
+ // .angular-partial-tmp-Xhhant/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/build.js CHANGED
@@ -19379,7 +19379,8 @@ var globalCache, getCachedHmrProgram = () => globalCache.__ABSOLUTE_ANGULAR_HMR_
19379
19379
  const filePathRel = decoded.slice(0, at2);
19380
19380
  const className = decoded.slice(at2 + 1);
19381
19381
  const componentFilePath = resolve32(process.cwd(), filePathRel);
19382
- const cacheKey2 = encodeURIComponent(`${componentFilePath}@${className}`);
19382
+ const projectRelPath = relative14(process.cwd(), componentFilePath).replace(/\\/g, "/");
19383
+ const cacheKey2 = encodeURIComponent(`${projectRelPath}@${className}`);
19383
19384
  const { takePendingModule: takePendingModule2 } = await Promise.resolve().then(() => (init_fastHmrCompiler(), exports_fastHmrCompiler));
19384
19385
  const cached = takePendingModule2(cacheKey2);
19385
19386
  if (cached !== undefined) {
@@ -21863,5 +21864,5 @@ export {
21863
21864
  build
21864
21865
  };
21865
21866
 
21866
- //# debugId=8A827EBBA39BF30864756E2164756E21
21867
+ //# debugId=D6B6989A00DDAE4A64756E2164756E21
21867
21868
  //# sourceMappingURL=build.js.map